Back to MCP Servers
Openapi
Connect any HTTP/REST API server using an Open API spec (v3)
developer-toolsapirest
By snaggle-ai
Installation
npx -y openapi-mcp-serverConfiguration
{
"mcpServers": {
"openapi-mcp-server": {
"command": "npx",
"args": ["-y", "openapi-mcp-server"]
}
}
}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