Server Anthropic
Freeby MCP Community
A [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol) server that provides access to Anthropic's AI models through their official API. List
v0.1.0Added Apr 12, 2026
Server Anthropic MCP Server
A Model Context Protocol (MCP) server that provides access to Anthropic's AI models through their official API. List
Installation
Reviews
Installation
Quick install
npx -y server-anthropic
Add to claude_desktop_config.json
{
"mcpServers": {
"server-anthropic": {
"command": "npx",
"args": ["-y", "server-anthropic"]
}
}
}