Back to MCP Servers
Openapi To
Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body.
code-executionapi
By ouvreboite
Installation
npx -y openapi-to-mcpConfiguration
{
"mcpServers": {
"openapi-to-mcp": {
"command": "npx",
"args": ["-y", "openapi-to-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