Back to directory
emzimmer/server-anthropic

emzimmer/server-anthropic

@emzimmer

An MCP server that provides access to Anthropic's AI models through their official API

anthropicclaudemcpapillmnodejstool

Installation & Configuration

{
  "mcpServers": {
    "anthropic": {
      "command": "npx",
      "args": [
        "-y",
        "server-anthropic"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "your-api-key-here",
        "ANTHROPIC_WORKSPACE_ID": "optional-workspace-id"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17