openapi-mcp-server

techcto/openapi-mcp-server
★ 1 stars JavaScript AI/LLM Updated 1mo ago
Your MCP server for exposing OpenAPI schema to LLMs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "techcto/openapi-mcp-server"
      ]
    }
  }
}

README Excerpt

A reusable MCP server that turns any OpenAPI or Swagger spec into: - discovery tools for schema inspection - execution tools for calling the underlying API - HTTP and STDIO transports for OpenAI, Claude, Osirus, and other MCP clients This repo is intentionally generic. CMS is one target, but the same server can front Zendesk, WordPress, internal APIs, and other OpenAPI-backed systems.

Tools (15)

API_BASE_URLAPI_BEARER_TOKENCORS_ORIGINHOSTMCP_ALLOWED_TOOLSMCP_AUTH_TOKENMCP_AUTH_TOKENSOPENAPI_AUTH_TOKENOPENAPI_URLPORTPUBLIC_BASE_URLREQUIRE_AUTHSERVER_DESCRIPTIONSERVER_NAMESERVER_VERSION