Documentation

Get up and running in under 5 minutes.

Quickstart

Switchboard is an MCP gateway that connects your AI tools to 35+ integrations through a single endpoint. Get up and running in under 2 minutes — no infra, no config files, no CLI.

Hosted Setup

  1. Sign up and create your org at app.switchboard-mcp.com
  2. Add integrations from the dashboard (GitHub, Slack, Datadog, Google Workspace, and 30+ more)
  3. Enter credentials or connect via OAuth — one click for most providers
  4. Open the Install page in the dashboard for a copy-paste snippet tailored to your AI client
Open Switchboard → Create your org and start connecting integrations in under 2 minutes.

Connect Your AI Client

Cursor

~/.cursor/mcp.json
{ "mcpServers": { "switchboard": { "url": "https://your-org.switchboard-mcp.com/mcp", "headers": { "Authorization": "Bearer sb_your_api_key" } } } }

Claude Desktop

claude_desktop_config.json
{ "mcpServers": { "switchboard": { "url": "https://your-org.switchboard-mcp.com/mcp", "headers": { "Authorization": "Bearer sb_your_api_key" } } } }
Prefer to run Switchboard locally? Install and self-hosting instructions live in the open-source repo on GitHub.