sse aianthropic

Anthropic SDK MCP Server

Anthropic SDK MCP server over SSE.

claude_desktop_config.json

{
  "mcpServers": {
    "server-anthropic-sdk": {
      "url": "https://api.anthropic.com/mcp"
    }
  }
}

Environment Variables

Variable Required Description
ANTHROPIC_API_KEY ✓ Required Anthropic API key for authenticating requests to the Anthropic MCP endpoint.

Setup Instructions

  1. Copy the config block above into your claude_desktop_config.json file (typically at ~/.config/claude/claude_desktop_config.json on macOS/Linux or %APPDATA%\Claude\claude_desktop_config.json on Windows).
  2. Set the ANTHROPIC_API_KEY environment variable: Anthropic API key for authenticating requests to the Anthropic MCP endpoint.
  3. Restart your AI client to apply the config.

Related Servers