Super Productivity MCP Server
Super Productivity — MCP Server
Model Context Protocolを使用して、ClaudeとSuper Productivityを統合します。
このサーバーは、デスクトップアプリのローカルREST API(http://127.0.0.1:3876)を対象としています。
macOSでのみテスト済みです。貢献やバグ報告を歓迎します!
構造
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
セットアップ
1. 依存関係のインストール
npm install2. ビルド
npm run build
# or use watch mode during development:
npm run dev3. Super ProductivityでAPIを有効にする
Super Productivity → 設定 → その他 → ローカルREST APIを有効にする。
デスクトップアプリは 127.0.0.1:3876 でリッスンします。
4. Claude Desktopに登録する
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
または %APPDATA%\Claude\claude_desktop_config.json (Windows) を開き、
claude_desktop_config.snippet.json のブロックを追加します。
その際、/ABSOLUTE/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"
}
}
}
}Claude Desktopを再起動します。チャットに 🔧 アイコンが表示されれば、ツールが有効になっています。
4a. 簡単な動作確認
Claudeを開く前に、ローカルAPIを確認します:
curl http://127.0.0.1:3876/health
curl http://127.0.0.1:3876/tasks5. (オプション) MCP Inspectorでデバッグする
npm run inspectこれにより、各ツールを手動でテストするためのWebインターフェースが開きます。
利用可能なツール
ツール | 説明 |
| ローカルREST APIが起動し、準備ができているか確認します |
| オプションのフィルター( |
| 同じオプションフィルターを使用して、タイトルテキストでタスクを検索します |
| 単一のタスクの詳細を取得します |
| 現在のステータス(アクティブなタスクとタスク数)を返します |
| 現在実行中のタスクを返します |
| 新しいタスクを作成します。IDに加えて |
| 既存のタスクのフィールドを更新します。 |
| タスクを完了としてマークします |
| タスクを現在のタスクとして開始します |
| 現在のタスクを設定または解除します |
| 現在のタスクを停止します |
| タスクをアーカイブします |
| アーカイブされたタスクを復元します |
| タスクを削除します |
| プロジェクトを一覧表示します |
| タグを一覧表示します |
利用可能なリソース
URI | 説明 |
| テキスト形式の現在のステータス |
| テキスト形式のアクティブなタスク |
| テキスト形式のアーカイブ済みタスク |
| JSON形式の現在のタスク |
| JSON形式のすべてのプロジェクト |
| JSON形式のすべてのタグ |
利用可能なプロンプト
名前 | 説明 |
| 日次計画セッション |
| 週次レビュー |
| 複雑なタスクをサブタスクに分解します |
環境変数
変数 | デフォルト | 説明 |
|
| Super Productivity APIのベースURL |
開発
npm testこれにより、TypeScriptのビルドとNodeのテストスイートが実行されます。
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