OAS-MCP
@nonchan7720
关于 OAS-MCP
openapi to mcp server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OAS-MCP?
OAS-MCP is a Go application that automatically generates a Model Context Protocol (MCP) server and tools from an OpenAPI specification (YAML or JSON). It is designed for developers who want to expose REST API endpoints as MCP tools.
How to use OAS-MCP?
Clone the repository, install dependencies with go mod download, then run go run cmd/main.go -path=./api/openapi.yaml -output=./pkg/client to generate client code and MCP server. Alternatively, use go generate ./....
Key features of OAS-MCP
- Auto-generates Go client code from OpenAPI specs
- Builds MCP servers using generated client code
- Provides each API endpoint as a separate MCP tool
- Uses SSE (Server-Sent Events) for real-time communication
Use cases of OAS-MCP
- Rapidly bridging existing REST APIs to MCP-based AI assistants
- Exposing OpenAPI endpoints as tools for AI agents
- Automating MCP server creation from API specifications
FAQ from OAS-MCP
What are the prerequisites?
Go version 1.24 or higher is required.
What transport mechanism does OAS-MCP use?
It uses Server-Sent Events (SSE) for real-time communication.
What are the main dependencies?
It relies on ogen-go/ogen for OpenAPI Go code generation, mark3labs/mcp-go for MCP server implementation, and dave/jennifer for code generation.
其他 分类下的更多 MCP 服务器
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.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 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,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论