Back to MCP Servers
Apidog Server
Access API documentation and specifications directly for accurate API-aware code generation
apidogapidocumentationopenapiswagger
By Apidog
Installation
npm install -g @anthropic-ai/mcp-server-apidogConfiguration
{
"mcpServers": {
"apidog": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-apidog"],
"env": {
"APIDOG_ACCESS_TOKEN": "your-apidog-token",
"APIDOG_PROJECT_ID": "your-project-id"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes