- URL:
https://api.bland.ai/v1/mcp - Header:
Authorization: Bearer YOUR_BLAND_API_KEY
OpenAI Codex
Add to~/.codex/config.toml:
BLAND_API_KEY in your shell profile, then restart Codex. If your Codex version has trouble with HTTP servers, use the stdio bridge below.
VS Code (Copilot)
Install in VS Code, or add to.vscode/mcp.json:
Claude Desktop
Claude Desktop’s custom connectors expect OAuth, so use the stdio bridge with your API key instead. Add toclaude_desktop_config.json (Settings → Developer → Edit Config):
Windsurf
Add to~/.codeium/windsurf/mcp_config.json:
Gemini CLI
Add to~/.gemini/settings.json:
Any client / custom agents
For clients not listed here (or your own agent loop), either: Native HTTP: configure a streamable-HTTP MCP server with the URL and header above. Stdio bridge: if the client only supports stdio servers,mcp-remote bridges any of them to the Bland endpoint:
Next steps
Tool reference
Everything the MCP server can do.
MCP overview
Auth, rate limits, and how the server works.