Bridge between Super Productivity and MCP (Model Context Protocol) servers for Claude Desktop integration
Project description
SP-MCP
Bridge between the amazing Super Productivity app and MCP (Model Context Protocol) servers for Claude Desktop integration.
This MCP and plugin allows Claude Desktop to directly interact with Super Productivity through the MCP protocol. Create update,tasks, manage projects and tags, and get information from Super Productivity.
Make sure to backup your Super Productivity before using in case of data loss. I've provided a plugin.zip for convenience but feel free to make your own from the files.
(Can't delete tasks right now (but it can mark them as done))
Demo
https://github.com/user-attachments/assets/cc118173-023f-48cb-8213-427027e475af
Requirements
- Super Productivity 14.0.0 or higher
- Claude Desktop
- Python 3.8 or higher
Installation
Automatic Setup
Windows:
- Clone this repo
- Run
setup.bat - Follow the prompts
Linux/Mac UNTESTED:
- Clone this repo
- Run
chmod +x setup.sh && ./setup.sh - Follow the prompts
The setup scripts will preserve any existing MCP servers in your Claude Desktop configuration.
You'll still have to install the plugin.zip manually in Super Productivity in settings->plugins.
Once that's done, restart claude (and Super Prod for good measure) and you should be able to access your files
Manual Setup
-
Install Python dependencies:
pip install mcp
-
Set up MCP server: Copy
mcp_server.pyto your data directory:- Windows:
%APPDATA%\super-productivity-mcp\ - Linux:
~/.local/share/super-productivity-mcp/ - macOS:
~/Library/Application Support/super-productivity-mcp/
- Windows:
-
Configure Claude Desktop: Edit Claude's config file and add to
mcpServers:"super-productivity": { "command": "python3", "args": ["/path/to/mcp_server.py"] }
-
Install the plugin:
- Open Super Productivity → Settings → Plugins
- Click "Upload Plugin"
- Select
plugin.js
-
Restart Claude Desktop
Usage
Creating Tasks
"Create a task to review the quarterly budget #finance +work"
Task Management
"Show me all my tasks"
"Mark the budget review task as complete"
"Update the task 'Meeting prep' with notes about the agenda"
Project and Tag Management
"Create a new project called 'Website Redesign'"
"Show me all projects"
"Get all tags"
Dashboard
Access the SP-MCP dashboard from the menu. The dashboard shows:
- Real-time statistics
- Connection status
- Activity logs
- Settings (polling frequency: default 2 seconds)
Communication
The plugin uses file-based communication through:
- Windows:
%APPDATA%\super-productivity-mcp\ - Linux:
~/.local/share/super-productivity-mcp/ - macOS:
~/Library/Application Support/super-productivity-mcp/
Commands are exchanged through plugin_commands/ and plugin_responses/ directories.
Troubleshooting
Plugin Not Loading
- Check Super Productivity version (14.0.0+ required)
- Verify plugin permissions include
nodeExecution
Commands Not Working
- Verify both plugin and MCP server are running
- Check file permissions on communication directories
- Check
mcp_server.login the data directory
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_organicmoron_sp_mcp-1.0.1.tar.gz.
File metadata
- Download URL: iflow_mcp_organicmoron_sp_mcp-1.0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e81de6e5e0f39618b840c484358be01a4e0c5a43f1dc06444b9e138c6dd5a453
|
|
| MD5 |
e7204f3996f595bcc2db9686f75b4a0c
|
|
| BLAKE2b-256 |
a7a50c281b7132dac392c548d2609a860cdb420ec07d4e1c15df143ecc22f7ca
|
File details
Details for the file iflow_mcp_organicmoron_sp_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_organicmoron_sp_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44bac01ee75eb9ae9a84fa2f78c6b74866e0224136651d36b87208f28b1edec7
|
|
| MD5 |
cb7b44d57f75a9ad5d97fd167d92891a
|
|
| BLAKE2b-256 |
465b9277d638a2d3679599388e650a1561a6a07bb81fb8f4cbde0d9acf70aa6d
|