Back to MCP Servers
Openapi
OpenAPI-MCP: Dockerized MCP Server to allow your AI agent to access any API with existing api docs.
code-executiondockerapiaiagent
By ckanthony
Installation
npx -y openapi-mcpConfiguration
{
"mcpServers": {
"openapi-mcp": {
"command": "npx",
"args": ["-y", "openapi-mcp"]
}
}
}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