INSTALL

Add Zerin to your MCP client in seconds.

01

Claude Code

Run this command in your terminal:

$ claude mcp add zerin --transport http https://zerin.xkenneth.workers.dev
02

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "zerin": {
      "url": "https://zerin.xkenneth.workers.dev"
    }
  }
}

Config location: ~/Library/Application Support/Claude/claude_desktop_config.json

03

Cursor

Add to your ~/.cursor/mcp.json:

{
  "mcpServers": {
    "zerin": {
      "url": "https://zerin.xkenneth.workers.dev"
    }
  }
}
04

Available Tools

list_todos

List all your todos

create_todo

Create a new todo

update_todo

Update an existing todo

delete_todo

Delete a todo

05

Usage

Just ask Claude naturally:

"Show me my todos"
"Add a todo to review the PR"
"Mark the first todo as done"
"Delete all completed todos"