Rhizm MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rhizm MCP Serverstart a timer for my 'finish project report' task"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@rhizmapp/mcp
MCP (Model Context Protocol) server for Rhizm. Allows LLM clients (Claude Desktop, Claude Code, etc.) to operate tasks, timers, and notes via natural language.
Install
npm install -g @rhizmapp/mcpOr run directly with npx:
npx @rhizmapp/mcpRelated MCP server: Tasks MCP Server
Setup
Generate an API key at https://rhizm.app/ → Settings → API Keys
Configure your MCP client (see below)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"rhizm": {
"command": "npx",
"args": ["@rhizmapp/mcp"],
"env": {
"RHIZM_API_KEY": "rz_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Claude Code
.claude/settings.json:
{
"mcpServers": {
"rhizm": {
"command": "npx",
"args": ["@rhizmapp/mcp"],
"env": {
"RHIZM_API_KEY": "rz_..."
}
}
}
}Environment Variables
Variable | Required | Default | Description |
| yes | — | Your API key ( |
| no |
| API base URL |
Tools
Tool | Required permission | Description |
| read | List tasks (date range / tag filter) |
| write | Create a task |
| write | Update a task |
| delete | Delete a task |
| timer | Start timer for a task |
| timer | Stop timer for a task |
| read | Get running timers |
| read | Aggregated time summary |
| read | List notes |
| read | Get a single note |
| write | Create a note |
Documentation
For full API documentation, see docs/api.md.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rhizmapp/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server