OpenAPI MCP Server
@MCP-Mirror
OpenAPI MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"openapi-mcp-server": {
"command": "npx",
"args": [
"openapi-mcp-server",
"/abs/path/to/spec.json"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is OpenAPI MCP Server?
OpenAPI MCP Server creates a Model Context Protocol proxy that converts any OpenAPI v3.1 compliant API into tools for Claude Desktop, allowing natural‑language interaction with both local and remote APIs.
How to use OpenAPI MCP Server?
Add a configuration entry to claude_desktop_config.json using the command npx openapi-mcp-server with the absolute path to your OpenAPI v3.1 spec file, then restart Claude Desktop.
Key features of OpenAPI MCP Server
- Automatically turns OpenAPI endpoints into Claude tools
- Supports file uploads via multipart/form‑data
- Handles parameter discovery and validation
- Streams large files directly from disk
- Includes optional spec‑cleaning utility for LLM compatibility
Use cases of OpenAPI MCP Server
- Test your own APIs through natural conversation during local development
- Quickly explore and debug third‑party APIs without writing code
- Learn new API endpoints by asking questions about them
- Prototype integrations by describing actions in plain language
- Upload files (e.g., profile pictures, documents) via natural commands
FAQ from OpenAPI MCP Server
What OpenAPI versions does OpenAPI MCP Server support?
Only OpenAPI v3.1 specifications are supported.
Can I upload files from remote URLs?
No, file uploads only accept local file paths; remote URLs are not supported.
What response types are optimized?
Response handling is optimized for JSON and text responses.
How do I configure Claude Desktop to use OpenAPI MCP Server?
Add a server entry to claude_desktop_config.json with "command": "npx" and "args": ["openapi-mcp-server", "/abs/path/to/spec.json"].
Is streaming response support included?
No, streaming responses are not yet implemented.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 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,
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
コメント