Super Productivity MCP
Click on "Deploy 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., "@Super Productivity MCPcreate a task for finishing the quarterly report by Friday"
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.
Super Productivity MCP
An MCP (Model Context Protocol) server to integrate Super Productivity with AI assistants.
About
This project enables AI assistants (like Claude) to manage tasks, projects, and analyze productivity directly within Super Productivity.
Related MCP server: super-productivity-mcp
Architecture

Requirements
Node.js 18+
Super Productivity v14.0.0+
Quick Start
1. Run the MCP Server
cd super-productivity-mcp
npm install
npm run build
npm start2. Super Productivity Plugin
Open Super Productivity > Settings > Plugins
Install the
mcp-bridge-plugin.zipfileRestart the app
3. Configure an MCP Client
See docs/CONFIGURACAO_SERVIDOR.md for detailed instructions.
Example configuration for Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"super-productivity": {
"command": "node",
"args": ["C:\\path\\to\\super-productivity-mcp\\dist\\index.js"]
}
}
}Configuration
Create a .env file and add:
PORT=3000Available Tools
All tools are exposed through the MCP server and can be invoked by AI assistants.
Tasks
Tool | Description |
| List tasks |
| Create a task |
| Update a task |
| Mark a task as complete |
| Batch operations on tasks |
Projects
Tool | Description |
| List projects |
| Create a project |
Smart Actions
Tool | Description |
| Productivity analysis |
| Suggest priorities |
| Create a daily work plan |
Project Structure
super-productivity-mcp/
├── src/
│ ├── index.ts # Entry point
│ ├── client/
│ │ └── sp-client.ts # HTTP client (legacy)
│ └── tools/
│ ├── tasks.ts # Task tools
│ ├── projects.ts # Project tools
│ └── smart-actions.ts
├── mcp-bridge-plugin/
│ ├── manifest.json # Plugin manifest
│ ├── plugin.js # Plugin code
│ └── socket.io.min.js # Socket.IO library
├── docs/ # Documentation
└── package.jsonDevelopment
npm run devDocker
docker build -t super-productivity-mcp .
docker run -p 3000:3000 super-productivity-mcpDocumentation
User Guide — End-user instructions (Portuguese)
Server Configuration — How to add it to MCP clients (Portuguese)
Developer Docs — For core contributors (Portuguese)
Contact
Connect with the author on LinkedIn: Delon Rocha
Verify the Installation
Start the server:
npm startOpen Super Productivity
In the browser console (F12), verify:
MCP Bridge: Connected to MCP ServerIn the server terminal, verify:
Plugin Super Productivity connected
License
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that connects AI assistants to Super Productivity for managing tasks, projects, and tags. Supports quick capture, batch triage, and full planning sessions through natural language.104 npm94MIT
- AlicenseBqualityCmaintenanceEnables interaction with Super Productivity's local REST API to manage tasks, projects, and time tracking through natural language.15104 npmMIT
- AlicenseAqualityAmaintenanceAn MCP server that connects ChatGPT Desktop or Codex to Super Productivity's local REST API, enabling explicit task selection, planning, timer control, and completion via natural language.1022 npmMIT
- AlicenseNot gradedqualityAmaintenanceMCP server that connects AI assistants to Super Productivity for managing tasks, projects, and tags through natural language, supporting quick capture, batch triage, and full planning workflows.7 npmMIT