Super Productivity MCP Server
Enables Claude to interact with Super Productivity's local REST API for task, project, and tag management, including CRUD operations, status checks, and daily planning prompts.
README
Super Productivity — MCP Server
Integrates Claude with Super Productivity using the Model Context Protocol.
This server targets the desktop app's Local REST API on http://127.0.0.1:3876.
Only tested on macOS. Contributions and bug reports are welcome!
Structure
src/
├── index.ts ← entry point, starts the MCP server
├── sp-client.ts ← wrapper for Super Productivity REST API
├── resources.ts ← resources readable by Claude (tasks, projects, tags)
├── prompts.ts ← reusable prompt templates
└── tools/
├── tasks.ts ← CRUD tools for tasks
└── projects.ts ← tools for projects and tags
Setup
1. Install dependencies
npm install
2. Build
npm run build
# or use watch mode during development:
npm run dev
3. Enable the API in Super Productivity
In Super Productivity → Settings → Misc → Enable local REST API.
The desktop app listens on 127.0.0.1:3876.
4. Register in Claude Desktop
Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows)
and add the block from claude_desktop_config.snippet.json,
replacing /ABSOLUTE/PATH/ with the real project path:
{
"mcpServers": {
"super-productivity": {
"command": "/usr/local/bin/node",
"args": ["/absolute/path/super-productivity-mcp/dist/index.js"],
"env": {
"SP_API_URL": "http://127.0.0.1:3876"
}
}
}
}
Restart Claude Desktop. You should see the 🔧 icon in chat — this means the tools are active.
4a. Quick smoke test
Before opening Claude, verify the local API:
curl http://127.0.0.1:3876/health
curl http://127.0.0.1:3876/tasks
5. (Optional) Debug with MCP Inspector
npm run inspect
This opens a web interface for manually testing each tool.
Available Tools
| Tool | Description |
|---|---|
health_check |
Checks that the local REST API is up and ready |
list_tasks |
Lists tasks with optional filters (query, projectId, projectName, tagId, tagName, includeDone, source) |
search_tasks |
Searches tasks by title text with the same optional filters |
get_task |
Retrieves the details of a single task |
get_status |
Returns current status: active task and task counts |
get_current_task |
Returns the currently running task |
create_task |
Creates a new task; accepts projectName and tagNames in addition to IDs |
update_task |
Updates fields of an existing task; also supports projectName and tagNames |
complete_task |
Marks a task as completed |
start_task |
Starts a task as the current task |
set_current_task |
Sets or clears the current task |
stop_current_task |
Stops the current task |
archive_task |
Archives a task |
restore_task |
Restores an archived task |
delete_task |
Deletes a task |
get_projects |
Lists projects |
get_tags |
Lists tags |
Available Resources
| URI | Description |
|---|---|
sp://status |
Current status in text format |
sp://tasks/active |
Active tasks in text format |
sp://tasks/archived |
Archived tasks in text format |
sp://task/current |
Current task in JSON |
sp://projects |
All projects in JSON |
sp://tags |
All tags in JSON |
Available Prompts
| Name | Description |
|---|---|
daily-planning |
Daily planning session |
weekly-review |
Weekly review |
break-down-task |
Breaks down a complex task into subtasks |
Environment Variables
| Variable | Default | Description |
|---|---|---|
SP_API_URL |
http://127.0.0.1:3876 |
Base URL for the Super Productivity API |
Development
npm test
This runs the TypeScript build and the Node test suite.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.