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
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Set the
ANTHROPIC_API_KEYenvironment variable: Anthropic API key for authenticating requests to the Anthropic MCP endpoint. - Restart your AI client to apply the config.