MCP Link
Supports UIby automation-ai-labs
Convert any OpenAPI V3 API to a fully compatible MCP Server automatically without writing code.
What it does
MCP Link acts as a dynamic adapter that transforms any RESTful API with an OpenAPI V3 specification into an MCP-compatible server. It bridges the gap between traditional Web APIs and AI Agent calling standards, allowing LLMs to interact with existing services without the need for manual wrapper development.
Tools
Because MCP Link is a generic adapter, the tools it exposes are dynamically generated based on the provided OpenAPI specification. Every endpoint defined in the spec becomes a callable tool for the AI agent, maintaining the original API's functionality and parameter requirements.
Installation
To run MCP Link locally via Go:
git clone https://github.com/automation-ai-labs/mcp-link.git
cd mcp-openapi-to-mcp-adapter
go mod download
go run main.go serve --port 8080 --host 0.0.0.0
Supported hosts
Confirmed support for clients that can connect via HTTP/SSE, primarily Claude Desktop and other MCP-compatible frameworks.
Quick install
go run main.go serve --port 8080 --host 0.0.0.0Information
- Pricing
- free
- Published
- 4/14/2026
- stars






