Skip to content
MCP-Bridge
AI & ML

Anthropic API MCP Config

Access Claude AI models for text generation, analysis, and code assistance through the Anthropic API.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/anthropic.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/anthropic.json to fetch programmatically.

{
  "mcpServers": {
    "anthropic": {
      "command": "npx",
      "args": ["-y","@anthropic/mcp-server"],
      "env": {
      "ANTHROPIC_API_KEY": "sk-ant-..."
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/anthropic.json

Environment Variables

ANTHROPIC_API_KEY

Replace sk-ant-... with your actual anthropic api key

Endpoints

POST/v1/messages

Create a message

POST/v1/complete

Complete text