Host Setup Guides
Choose your MCP host:
- VS Code Copilot — recommended for VS Code users
- Claude Desktop — Anthropic's desktop app
- Codex CLI — OpenAI's CLI and VS Code extension
Quick Start (Any Host)
sh
sp-local-bridge-print-config <host-name>This prints:
- A config snippet ready to paste
- The file path where it goes
Then restart the host.
How It Works
The bridge runs as an MCP server via stdio transport. Your host launches it as a subprocess when it needs to call Super Productivity tools. The bridge then translates MCP tool calls into HTTP requests to the SP Local REST API.
MCP Host → stdio → sp-local-bridge-mcp → HTTP → SP Local REST API → Super Productivity