OpenAPI MCP Server
@MCP-Mirror
OpenAPI MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント