rize-mcp-server

rize-mcp-server

MCP server for Rize -- automatic time tracking for professionals and teams. 27 tools for managing projects, clients, tasks, sessions, time entries, and productivity analytics via the Rize GraphQL API. Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client

Category
访问服务器

README

Rize MCP Server

Model Context Protocol server for Rize -- automatic time tracking for professionals and teams.

Connect your AI assistant (Claude, ChatGPT, Cursor, etc.) to your Rize account to manage projects, track time, and analyze productivity through natural language.

Tools (27)

Category Tools Description
User get_current_user Authenticated user profile
Projects get_projects get_project create_project update_project delete_project Full CRUD for projects with filtering and pagination
Clients get_clients get_client create_client update_client delete_client Full CRUD for clients with filtering and pagination
Tasks get_tasks get_task create_task update_task delete_task Full CRUD for tasks with filtering and pagination
Sessions get_current_session get_sessions create_session start_session_timer stop_session_timer extend_current_session Timer control and session history
Time Entries get_project_time_entries get_client_time_entries get_task_time_entries Time entries grouped by project, client, or task
Analytics get_categories get_apps_and_websites get_summary Productivity breakdown by category, app usage, and summary stats

Setup

1. Get your API key

Sign up at rize.io and generate an API key from Settings > API.

2. Install

npm install -g rize-mcp-server

Or clone and build from source:

git clone https://github.com/rize-io/mcp-server.git
cd mcp-server
npm install
npm run build

3. Configure your AI client

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "rize": {
      "command": "npx",
      "args": ["-y", "rize-mcp-server"],
      "env": {
        "RIZE_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

Add to your project's .mcp.json or ~/.claude/mcp.json:

{
  "mcpServers": {
    "rize": {
      "command": "npx",
      "args": ["-y", "rize-mcp-server"],
      "env": {
        "RIZE_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Add to Cursor settings under MCP Servers:

{
  "rize": {
    "command": "npx",
    "args": ["-y", "rize-mcp-server"],
    "env": {
      "RIZE_API_KEY": "your-api-key"
    }
  }
}

4. Environment variable

Set RIZE_API_KEY in your environment or pass it via the MCP server config as shown above.

Example prompts

  • "What did I work on today?"
  • "Start a focus session"
  • "How much time did I spend on Project X this week?"
  • "Create a new project called Q3 Marketing"
  • "Show me my app usage for the last 7 days"
  • "What's my focus vs meeting time ratio?"

API

The server connects to the Rize GraphQL API (api.rize.io/api/v1/graphql) using Bearer token authentication. All time parameters use ISO 8601 format.

Requirements

  • Node.js 20+
  • Rize account with API key

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选