Anthropic Claude
Freeby AI Labs
Access Claude models for chat, vision, and tool use through the API.
v1.0.0Added Jan 5, 2025
anthropicclaudeapi
Anthropic Claude MCP Server
Access Claude models for chat, vision, and tool use through the API.
Features
- Messages API
- Vision
- Tool use
- Extended thinking
- Batches
Installation
{
"mcpServers": {
"anthropic-api": {
"command": "npx",
"args": ["-y", "mcp-anthropic"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-anthropic
Add to claude_desktop_config.json
{
"mcpServers": {
"anthropic-claude": {
"command": "npx",
"args": ["-y", "mcp-anthropic"]
}
}
}