O
Oapi2mcp
by @troyliu0105
Convert OpenAPI specs into MCP (Model Context Protocol) servers
Created 4/23/2026
Updated about 3 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx oapi2mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"troyliu0105-oapi2mcp": {
"command": "uvx",
"args": [
"oapi2mcp"
]
}
}
}