mcp.bolna.ai:
1
Get your API key
Grab it from the Bolna Dashboard → Developers. Keep it secret — anyone with the key can read your account data and place calls that spend your balance.
2
Add the MCP server
- Claude Code
- Claude Desktop
- Cursor
- Windsurf
- Codex CLI
- Zed
- Any other client
3
Verify the connection
Start a new conversation and ask:A real list back means you’re connected.
claude.ai (web/mobile) isn’t supported yet — its custom-connector UI has no field for a personal Bearer token. The options above are the only self-serve paths until OAuth support ships.
Troubleshooting
Tools return an auth error
Tools return an auth error
Check the header reads exactly
Authorization: Bearer <key> — a missing space after Bearer, or quotes baked in from copy-paste, will break it. An invalid key surfaces as a 403 from the underlying Bolna API.Client can't reach a remote HTTP server
Client can't reach a remote HTTP server
Some clients (Claude Desktop is the common one) only support locally-run stdio servers — use the
mcp-remote bridge shown above.Not sure the server is even reachable
Not sure the server is even reachable
Test it directly with the MCP Inspector:Connect with transport Streamable HTTP, URL
https://mcp.bolna.ai/api/mcp, header Authorization: Bearer <your BOLNA_API_KEY>, and check all 11 tools appear under “List Tools”.Tool List
Every tool the server exposes
Prompt Cheatsheet
Copy-paste prompts for common tasks

