Openapi Spec
БесплатноНе проверенTurns any OpenAPI/Swagger spec into queryable tools for LLMs, enabling endpoint search, detail retrieval, and schema exploration.
Описание
Turns any OpenAPI/Swagger spec into queryable tools for LLMs, enabling endpoint search, detail retrieval, and schema exploration.
README
MCP server that turns any OpenAPI/Swagger spec into queryable tools for your LLM. Search endpoints, get endpoint details, and explore schemas from your API documentation.
Setup for Claude Code
Add to your .mcp.json, .claude.json or claude_desktop_config.json.
{
"mcpServers": {
"my-api": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/puelpan/openapi-spec-mcp.git@main",
"openapi-spec-mcp",
"/path/to/your/openapi.yaml"
]
}
}
}
Or use a remote URL:
{
"mcpServers": {
"my-api": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/puelpan/openapi-spec-mcp.git@main",
"openapi-spec-mcp",
"https://api.example.com/openapi.json"
]
}
}
}
Available Tools
- search_endpoints: Find endpoints by keyword
- get_endpoint: Get detailed endpoint info (parameters, responses, etc.)
- list_all_endpoints: List all available endpoints
- search_schemas: Find schema definitions by name
- get_schema: Get schema details with resolved references
Supported Formats
- Local files:
.yaml,.yml,.json - Remote URLs: Any OpenAPI spec URL (format auto-detected)
Установка Openapi Spec
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/puelpan/openapi-spec-mcpFAQ
Openapi Spec MCP бесплатный?
Да, Openapi Spec MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Openapi Spec?
Нет, Openapi Spec работает без API-ключей и переменных окружения.
Openapi Spec — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Openapi Spec в Claude Desktop, Claude Code или Cursor?
Открой Openapi Spec на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Openapi Spec with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
