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.jsonConfiguration 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
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.jsonEnvironment Variables
ANTHROPIC_API_KEYReplace sk-ant-... with your actual anthropic api key
Endpoints
POST
/v1/messagesCreate a message
POST
/v1/completeComplete text