Skip to main content
The Bland MCP server is a hosted, streamable-HTTP server. Every client needs the same two values:
  • URL: https://api.bland.ai/v1/mcp
  • Header: Authorization: Bearer YOUR_BLAND_API_KEY
Get your key from the dashboard. Setting up a different tool? See all MCP clients.

Setup

Prefer the Bland plugin here; it does the most in Claude Code. For the server alone, first set your API key in the shell where you run Claude Code. Replace org_... with your key:
Then add the server:
Verify the connection:
claude mcp list showing the bland server connected
Inside a session, run /mcp to see the server’s tools, or just ask:
By default claude mcp add configures the server for the current project only. Add --scope user to make it available in every project.
A Claude Code session using the Bland MCP to list pathways and report which have a published production version

Next steps

Tool reference

Everything the MCP server can do.

Bland MCP Server

Auth, rate limits, and how the server works.
Docs for agents: llms.txt