Anthropic API
Officialanthropic
Access Claude API for AI completions
Features
aiclaudellm
Quick Install
npx -y @modelcontextprotocol/server-anthropic-apiConfiguration
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.jsonconfig.json
{
"mcpServers": {
"anthropic-api": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-api"
]
}
}
}Step 1: Copy the configuration above
Step 2: Open or create the config file at the path shown above
Step 3: Merge with existing config (add to mcpServers object) or replace if new
Step 4: Restart your Claude Desktop application
Details
- Author
- anthropic
- Type
- Official