PluginBench
MCP Server
Maintained
MIT

io.github.Docat0209/openapi MCP Server

io.github.Docat0209/openapi

What is the io.github.Docat0209/openapi MCP server?

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

How to install io.github.Docat0209/openapi

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi"
      ]
    }
  }
}
Claude Code
claude mcp add openapi -- npx -y mcp-openapi

Related MCP servers

Turn any GraphQL API into MCP tools. Zero config, zero code.

0
TypeScript
MIT
View repository →