MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-openapi-server": {
"command": "npx",
"args": [
"-y",
"ivo-toby/mcp-openapi-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-openapi-server npx -y ivo-toby/mcp-openapi-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-openapi-server": {
"command": "npx",
"args": [
"-y",
"ivo-toby/mcp-openapi-server"
]
}
}
}