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.
Architecture

Requirements
Node.js 18+
Super Productivity v14.0.0+
Quick Start
1. Run the MCP Server
2. 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):
Configuration
Create a .env file and add:
Available 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
Development
Docker
Documentation
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