MCP server that connects AI assistants to Super Productivity — manage tasks, projects, and tags through Claude, Kiro, or any MCP client
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"
]
}
}
}
Run in terminal:
claude mcp add super-productivity-m npx -y b0x42/Super-Productivity-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"super-productivity-m": {
"command": "npx",
"args": [
"-y",
"b0x42/Super-Productivity-MCP"
]
}
}
}