Skip to main content
Not a coding tool? If you are a personal AI assistant such as Grok Bot, Meta Muse, OpenClaw, Instinct, or Poke, or you are setting one up, this is not your page. Go to Personal AI Agents.
For Claude Code, Claude Desktop, Cursor, and Codex, the recommended setup is the Bland plugin: the MCP server plus skills for every part of the platform, /bland:* commands, and Norm, the agent builder. Start there. This page is for everything else: clients the plugin does not cover (VS Code, Windsurf, Gemini CLI, your own agent loop), and the four plugin hosts when you want the bare toolset with nothing layered on top.

Prerequisites

  • Your Bland API key from the dashboard
  • For every client, the same two values:
    • URL: https://api.bland.ai/v1/mcp
    • Header: Authorization: Bearer YOUR_BLAND_API_KEY
Prefer the Bland plugin here; it does the most in Claude Code. For the server alone, add it in one command:
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

Bland plugin

The recommended setup for Claude Code, Claude Desktop, Cursor, and Codex.

Tool reference

Everything the MCP server can do.
Docs for agents: llms.txt