Anthropic Claude API integration — interact with Claude models for text generation and analysis
ANTHROPIC_API_KEYnpx @getmcp/cli add anthropicConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"anthropic": {
"command": "npx",
"args": [
"-y",
"mcp-server-anthropic"
],
"env": {
"ANTHROPIC_API_KEY": ""
}
}
}
}