MCP.so
登录

OpenAPI MCP Server

@MCP-Mirror

关于 OpenAPI MCP Server

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

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

{
  "mcpServers": {
    "janwilmake_openapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@janwilmake/openapi-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is OpenAPI MCP Server?

A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.

How to use OpenAPI MCP Server?

Install via Smithery (npx -y @smithery/cli install @janwilmake/openapi-mcp-server --client claude) or via npx (npx openapi-mcp-server@latest init). Once installed, ask Claude to find information about an API or explain how to use specific endpoints.

Key features of OpenAPI MCP Server

  • Get an overview of any OpenAPI specification
  • Retrieve details about specific API operations
  • Support for both JSON and YAML formats
  • Tested with Claude Desktop and Cursor
  • Works via a three-step process: identify API, request summary, check endpoints

Use cases of OpenAPI MCP Server

  • Ask Claude to find information about the Stripe API
  • Ask Claude to explain how to use the GitHub API's repository endpoints
  • Code generation by exploring API specifications

FAQ from OpenAPI MCP Server

What are the runtime requirements?

Node.js >= 16.17.0 and an MCP client such as Claude Desktop or Cursor.

Does the server execute API endpoints as tools?

No. OpenAPI MCP v2 focuses on exploration and providing context; it does not allow executing endpoints directly because authentication is not yet solved.

Where does the data come from?

The server searches and explores OpenAPI specifications through oapis.org.

What transports / authentication does it use?

The README does not detail specific transports; it notes that authentication for endpoint execution is not yet solved with MCP.

Is this version stable?

It is a Work In Progress. Expect bugs and contributions are welcome.

评论

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