Back to MCP ToolsAI/MLOfficial
Anthropic MCP Server logo

Anthropic MCP Server

Official

Official 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-server

Configuration

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"
      }
    }
  }
}