Super Productivity MCP Server
Super Productivity — MCP-Server
Integriert Claude mit Super Productivity unter Verwendung des Model Context Protocol.
Dieser Server zielt auf die lokale REST-API der Desktop-App unter http://127.0.0.1:3876 ab.
Nur unter macOS getestet. Beiträge und Fehlerberichte sind willkommen!
Struktur
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 tagsRelated MCP server: Things MCP Server
Einrichtung
1. Abhängigkeiten installieren
npm install2. Build
npm run build
# or use watch mode during development:
npm run dev3. API in Super Productivity aktivieren
In Super Productivity → Einstellungen → Verschiedenes → Lokale REST-API aktivieren.
Die Desktop-App lauscht auf 127.0.0.1:3876.
4. In Claude Desktop registrieren
Öffnen Sie ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
oder %APPDATA%\Claude\claude_desktop_config.json (Windows)
und fügen Sie den Block aus claude_desktop_config.snippet.json hinzu,
wobei /ABSOLUTE/PATH/ durch den tatsächlichen Projektpfad ersetzt wird:
{
"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"
}
}
}
}Starten Sie Claude Desktop neu. Sie sollten das 🔧-Symbol im Chat sehen – das bedeutet, dass die Tools aktiv sind.
4a. Schneller Rauchtest
Bevor Sie Claude öffnen, überprüfen Sie die lokale API:
curl http://127.0.0.1:3876/health
curl http://127.0.0.1:3876/tasks5. (Optional) Debuggen mit MCP Inspector
npm run inspectDies öffnet eine Weboberfläche zum manuellen Testen jedes Tools.
Verfügbare Tools
Tool | Beschreibung |
| Überprüft, ob die lokale REST-API läuft und bereit ist |
| Listet Aufgaben mit optionalen Filtern auf ( |
| Durchsucht Aufgaben nach Titeltext mit denselben optionalen Filtern |
| Ruft die Details einer einzelnen Aufgabe ab |
| Gibt den aktuellen Status zurück: aktive Aufgabe und Aufgabenanzahl |
| Gibt die aktuell laufende Aufgabe zurück |
| Erstellt eine neue Aufgabe; akzeptiert |
| Aktualisiert Felder einer bestehenden Aufgabe; unterstützt auch |
| Markiert eine Aufgabe als abgeschlossen |
| Startet eine Aufgabe als aktuelle Aufgabe |
| Setzt oder löscht die aktuelle Aufgabe |
| Stoppt die aktuelle Aufgabe |
| Archiviert eine Aufgabe |
| Stellt eine archivierte Aufgabe wieder her |
| Löscht eine Aufgabe |
| Listet Projekte auf |
| Listet Tags auf |
Verfügbare Ressourcen
URI | Beschreibung |
| Aktueller Status im Textformat |
| Aktive Aufgaben im Textformat |
| Archivierte Aufgaben im Textformat |
| Aktuelle Aufgabe als JSON |
| Alle Projekte als JSON |
| Alle Tags als JSON |
Verfügbare Prompts
Name | Beschreibung |
| Tägliche Planungssitzung |
| Wöchentliche Überprüfung |
| Zerlegt eine komplexe Aufgabe in Teilaufgaben |
Umgebungsvariablen
Variable | Standard | Beschreibung |
|
| Basis-URL für die Super Productivity API |
Entwicklung
npm testDies führt den TypeScript-Build und die Node-Testsuite aus.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceBridge between Super Productivity app and MCP servers, allowing Claude Desktop to directly interact with Super Productivity for task management, project organization, and information retrieval.104MIT
- AlicenseBqualityCmaintenanceEnables Claude to interact with Things 3 task management, allowing creation, analysis, and management of tasks, projects, and tags via natural language.22MIT
- FlicenseAqualityFmaintenanceEnables Claude to interact with LifeUp Cloud API on your local network for task management, achievements, and user information. Supports 20 tools including creating, editing, and querying tasks, achievements, and shop items.2610
- FlicenseCqualityCmaintenanceConnects Claude to a local project management API, enabling task, project, and user management through natural language.46
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/claus-92/super-productivity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server