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, which installs into Codex from the same marketplace. For the server alone, add to ~/.codex/config.toml:
Set BLAND_API_KEY in the environment that launches Codex, then restart Codex. For the CLI, export it in the same terminal before running codex:
Replace org_... with your key. For the desktop app or IDE extension, the app’s process must receive the variable too. Editing a shell profile alone may not make it available to an app launched from your desktop; use the Bland plugin if you prefer its credential setup. If your Codex version has trouble with HTTP servers, use the stdio bridge on the Any client page.

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