Installing the MCP Server
Set up Panel Todo MCP server for Claude Code and Cursor
Overview
The Panel Todo MCP server lets AI assistants like Claude Code and Cursor manage your todos directly. Install it globally via npm, then configure your AI tool.
Step 1: Install via npm
Install the MCP server globally:
npm install -g panel-todo-mcp
Step 2: Configure Claude Code
Add to your ~/.claude.json or project's .mcp.json:
{
"mcpServers": {
"panel-todo": {
"command": "panel-todo-mcp"
}
}
}
Alternative: Configure Cursor
In Cursor settings, add to your MCP servers configuration:
{
"panel-todo": {
"command": "panel-todo-mcp"
}
}
Step 3: Get Your API Token (Pro Only)
If you have Pro, you'll need an API token to access cloud features:
- Open Panel Todo in VS Code
- Click the gear icon (Account)
- Click Create API Token
- Copy the token
See Getting Your MCP API Token for detailed instructions.
Step 4: Configure Pro Features
Once installed, you can ask your AI assistant to configure Pro:
Configure Panel Todo with my project "my-project-id" and token "your-api-token"
Or use the MCP tool directly:
panelTodo_configure({ projectId: "your-project-id", token: "your-api-token" })
Available Tools
Free Tier (5 tools)
panelTodo_add- Add a local todopanelTodo_list- List local todospanelTodo_update- Update a todopanelTodo_complete- Complete a todopanelTodo_remove- Remove a todo
Pro Tier
Pro tier adds 28 more tools for issues, sprints, projects, and tags. See the Pro Tier MCP Tools reference for the complete list.
Related Articles
Getting Your MCP API Token
Create an API token to connect MCP server with Pro features
CLAUDE.md Configuration
Best practices for configuring Panel Todo in your CLAUDE.md
Free Tier MCP Tools
Reference for the 5 MCP tools available in free tier
Pro Tier MCP Tools
Complete reference for all 38 MCP tools available to Pro users