MCP.so
登录

OpenAPI MCP Server

@MCP-Mirror

关于 OpenAPI MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": [
        "-y",
        "@ivotoby/openapi-mcp-server"
      ],
      "env": {
        "API_BASE_URL": "https://api.example.com",
        "OPENAPI_SPEC_PATH": "https://api.example.com/openapi.json",
        "API_HEADERS": "Authorization:Bearer token123,X-API-Key:your-api-key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is OpenAPI MCP Server?

OpenAPI MCP Server is a Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP resources. It allows Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the MCP protocol.

How to use OpenAPI MCP Server?

Configure it in Claude Desktop by editing claude_desktop_config.json and adding the server entry with npx -y @ivotoby/openapi-mcp-server. Required environment variables are API_BASE_URL, OPENAPI_SPEC_PATH, and optionally API_HEADERS. You can also pass these as command line arguments to npm run inspect.

Key features of OpenAPI MCP Server

  • Exposes OpenAPI endpoints as MCP resources for LLMs
  • Supports custom API authentication headers
  • Configurable via environment variables or command line
  • Includes development tools (build, lint, typecheck)
  • Auto‑reload with inspect‑watch for rapid development
  • Debug logs output to stderr for troubleshooting

Use cases of OpenAPI MCP Server

  • Let Claude Desktop dynamically discover and call REST APIs
  • Build custom MCP servers wrapping existing OpenAPI specs
  • Test and validate API interactions using the MCP Inspector
  • Enable LLMs to perform authenticated operations on remote APIs

FAQ from OpenAPI MCP Server

What dependencies does OpenAPI MCP Server require?

Node.js and npx are needed. The server is run via npx without cloning the repository.

Where does the OpenAPI specification live?

It is loaded from a URL or file path provided in the OPENAPI_SPEC_PATH environment variable.

How do I authenticate API requests?

Authentication headers are passed as comma‑separated key:value pairs in the API_HEADERS environment variable (e.g., Authorization:Bearer token123).

What transport protocol does OpenAPI MCP Server use?

It uses the MCP (Model Context Protocol) to expose resources and tools to LLM clients.

Are there any known limits?

评论

其他 分类下的更多 MCP 服务器