Auto MCP
@brizzai
关于 Auto MCP
Transform any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"auto-mcp-brizzai": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Auto MCP?
Auto MCP transforms any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server. It reads a Swagger (OpenAPI v2) or OpenAPI v3 document, generates routes on-the-fly, proxies requests to an upstream endpoint, and exposes them through MCP via STDIO, HTTP (StreamableHttp), or SSE transport. Designed for developers who want to quickly wrap REST APIs as MCP tools for AI assistants like Claude.
How to use Auto MCP?
Use the MCP Config Builder to interactively edit endpoint descriptions and filter routes, then run Auto MCP with your swagger file and optional adjustment file. Deploy via CLI, Docker, inside Claude Desktop, or as a long‑running daemon. Configure with YAML, CLI flags, or environment variables (prefixed AUTO_MCP_).
Key features of Auto MCP
- Zero boilerplate – bring a
swagger.jsonand start serving - All MCP transport modes: stdio, http (StreamableHttp), sse
- Pluggable auth: bearer token, basic auth, API keys, OAuth2, or none
- Runtime configuration via YAML, CLI flags, or environment variables
- MCP Config Builder for editing endpoint descriptions and filtering routes
- Flexible deployment: CLI, Docker, Kubernetes, or within Claude Desktop
Use cases of Auto MCP
- Rapid prototyping: wrap any REST API as an MCP server in seconds
- Bridge legacy services: expose internal systems as MCP endpoints without rewriting
- Access any 3rd‑party API from chat applications like Claude
- Minimal proxy tools: proxy APIs that already handle validation and logic
FAQ from Auto MCP
What transport modes does Auto MCP support?
Auto MCP supports STDIO (default), HTTP (StreamableHttp – the newest MCP protocol), and SSE (self‑hosted long‑running event source).
What authentication methods are available?
Pluggable auth includes bearer token, basic auth, API keys, OAuth2 (including OAuth 2.1 with PKCE and dynamic client registration), or no auth.
How do I run Auto MCP inside Claude Desktop?
Add a Docker command to your Claude Desktop MCP Servers configuration, mounting your swagger.json and using the --swagger-file flag. Claude starts the container on‑demand over STDIO.
Can I customize how endpoints appear to LLMs?
Yes, the MCP Config Builder lets you edit endpoint descriptions, filter unnecessary routes, preview endpoints, and generate an adjustment file to apply customizations automatically.
What configuration methods are supported?
YAML file, CLI flags, or environment variables (prefixed AUTO_MCP_). For full details, see the project’s CONFIGURATION.md.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
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!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论