super-productivity-mcp
Click on "Install 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-mcplist my tasks for today"
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 server and two Claude skills for Super Productivity's Local REST API, plus a one-line installer so a teammate can onboard by pointing their Claude co-worker at this repo.
Super Productivity's API runs on http://127.0.0.1:3876, requires no auth
(localhost-only), and must be turned on manually via Settings → Misc →
Enable local REST API.
The two skills
super-productivity-onboarding— drives setup itself: detects the user's OS, briefs them on what it's about to install and why, gets explicit go-ahead, then installs Super Productivity (if missing), Bun, builds and registers the MCP server, installs both skills, and verifies everything works.super-productivity-daily-schedule— day-to-day use: planning the day, adding/checking off tasks, time tracking, end-of-day review, via thesp_*MCP tools.
Related MCP server: Super Productivity MCP
Onboard someone else
Point their Claude Code at the raw URL of ONBOARDING.md
and ask it to follow the steps — it directs Claude to read and execute
skill/onboarding/SKILL.md, which will:
Detect their OS and brief them on the plan, then wait for a clear go-ahead before installing anything.
Check for the Super Productivity desktop app (and open the download page if it's missing).
Install Bun if needed (no admin rights required).
Download this repo and compile the MCP server into a single standalone executable — no Node/Bun required at runtime after this.
Install both Claude skills into
~/.claude/skills/.Register the server with Claude Code:
claude mcp add -s user super-productivity -- <path-to-exe>.Ask the user to flip the "Enable local REST API" checkbox in the app's Settings — the one step that can't be scripted safely, since it's in-app UI state rather than a config file — then verify with
sp_health.
Manual equivalent (Windows PowerShell):
irm https://raw.githubusercontent.com/kailasas-auspicious/super-productivity-mcp/main/install/install.ps1 | iexManual equivalent (macOS/Linux):
curl -fsSL https://raw.githubusercontent.com/kailasas-auspicious/super-productivity-mcp/main/install/install.sh | bashWhat's in here
src/— the MCP server (TypeScript), wraps every endpoint of the Local REST API (sp_list_tasks,sp_create_task,sp_update_task,sp_start_task,sp_get_status,sp_list_projects, etc).skill/onboarding/SKILL.md— drives first-time setup (OS detection, briefing, install, verify).skill/daily-schedule/SKILL.md— day-to-day task/schedule management via thesp_*tools.install/— the underlying install scripts the onboarding skill runs.ONBOARDING.md— a thin pointer for Claude, not a human, to the onboarding skill.
Local dev
bun install
bun run dev # runs src/index.ts directly via tsx
bun run build # tsc -> dist/
bun build ./src/index.ts --compile --outfile dist/super-productivity-mcpPoint Claude Code at your local build for testing:
claude mcp add -s user super-productivity -- bun run --cwd /path/to/super-productivity-mcp src/index.tsConfig
Set SP_API_URL if Super Productivity's API isn't on the default
http://127.0.0.1:3876.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kailasas-auspicious/super-productivity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server