Anthropic MCP Server
OfficialOfficial Anthropic MCP server for Claude integration with enhanced AI capabilities and model context management.
Provider:Anthropic
Category:AI/ML
Installation
Command Line
npm install -g @anthropic-ai/mcp-serverConfiguration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"anthropic": {
"command": "npx",
"args": [
"@anthropic-ai/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<your-api-key>",
"MCP_SERVER_PORT": "3001"
}
}
}
}