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://mcpbridge.org/config/anthropic.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"anthropic": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"anthropic": {
"url": "https://mcpbridge.org/config/anthropic.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"anthropic": {
"url": "https://mcpbridge.org/config/anthropic.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/config/anthropic.jsonEnvironment Variables
ANTHROPIC_API_KEYReplace sk-ant-... with your actual anthropic api key
Endpoints
/v1/messagesCreate a message
/v1/completeComplete text
Similar APIs
Other APIs in the AI & ML category.
OpenAI API
Generate text, images, and embeddings. Integrate GPT models and DALL-E into your AI agent.
https://mcpbridge.org/config/openai.jsonOpenAI API
APIs for sampling from and fine-tuning language models
https://mcpbridge.org/config/openai-com.jsonAmazon CodeGuru Reviewer
<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommends fixes in your Java and Python code.</p> <p>By pr
https://mcpbridge.org/config/amazonaws-com-codeguru-reviewer.jsonAmazon CodeGuru Profiler
<p> This section provides documentation for the Amazon CodeGuru Profiler API operations. </p> <p> Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides recommendations that can help you fine-tune your application performance. Using machine learning algo
https://mcpbridge.org/config/amazonaws-com-codeguruprofiler.json