About
Overview
The Anthropic MCP Server enables AI agents to access Claude models through Anthropic's API. It provides tools for text generation, analysis, and code writing with Claude. Useful for multi-agent architectures where one agent delegates tasks to Claude models.
Capabilities
Tools & Capabilities
⚡create_message
Generate a response using Claude
⚡analyze
Analyze content with Claude
Setup
Installation
bash
Install
npx -y mcp-server-anthropicExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"anthropic": {
"command": "npx",
"args": ["-y", "mcp-server-anthropic"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-your-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 180
Last UpdatedFeb 12, 2026