Openapi
Rank #28,425io.github.Docat0209/openapi
MCP server providing openapi capabilities
Openapi is a Model Context Protocol (MCP) server published by docat0209. It ranks #28,425 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Openapi is listed across 5 registries — Official MCP, PulseMCP, Smithery, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 87,166 of 115,591 servers on MCP Toplist.
Use Openapi
claude mcp add openapi -- npx -y mcp-openapi[mcp_servers.openapi]
command = "npx"
args = ["-y", "mcp-openapi"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"openapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Docat0209%2Fopenapi)<a href="https://mcptoplist.com/server/io.github.Docat0209%2Fopenapi"><img src="https://mcptoplist.com/badge/io.github.Docat0209%2Fopenapi.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
docat0209
Other servers by docat0209
View all docat0209 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.3 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Openapi?
- Openapi is maintained by docat0209, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Openapi listed on the Official MCP Registry?
- Yes — Openapi is listed on the Official MCP Registry, alongside PulseMCP, Smithery, Glama and mcp.so.
- How many versions does Openapi have?
- MCP Toplist tracks 2 versions of Openapi, most recently published on Mar 13, 2026.
- Where can I find the source code for Openapi?
- The source code for Openapi is hosted at github.com/docat0209/mcp-openapi.