Super-Productivity-MCP

b0x42/Super-Productivity-MCP
★ 9 stars TypeScript 🤖 AI/LLM Updated today
MCP server that connects AI assistants to Super Productivity — manage tasks, projects, and tags through Claude, Kiro, or any MCP client
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "super-productivity-m": {
      "command": "npx",
      "args": [
        "-y",
        "b0x42/Super-Productivity-MCP"
      ]
    }
  }
}