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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.