MCP Link - Convert Any OpenAPI V3 API to MCP Server
@automation-ai-labs
About MCP Link - Convert Any OpenAPI V3 API to MCP Server
Convert Any OpenAPI V3 API to MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"@service-name": {
"type": "http",
"url": "http://localhost:8080/sse?s=[OpenAPI-Spec-URL]&u=[API-Base-URL]&h=[Auth-Header]:[Value-Prefix]"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Link?
MCP Link automatically converts any OpenAPI V3 API into an MCP (Model Context Protocol) server. It is designed for developers who want to make existing RESTful APIs immediately compatible with AI Agent calling standards without modifying the original API.
How to use MCP Link?
Clone the repository, install Go dependencies with go mod download, and run the server via go run main.go serve --port 8080 --host 0.0.0.0. Use query parameters to configure conversion: s= for the OpenAPI spec URL, u= for the API base URL, h= for authentication header format, and f= for path filter expressions. A hosted version is available at mcp-link.vercel.app for quick testing.
Key features of MCP Link
- Automatic MCP server generation from OpenAPI Schema
- Seamless integration with existing AI Agent ecosystems
- Complete and correct mapping of all API endpoints
- Zero code modification required for the original API
- Follows the open MCP specification for broad compatibility
Use cases of MCP Link
- Convert a third‑party REST API (e.g., GitHub, Stripe) into an MCP server for AI assistants
- Rapidly prototype AI‑Agent integrations for internal APIs without manual wrapper code
- Migrate multiple legacy OpenAPI services to standard MCP interfaces in a single command
FAQ from MCP Link
How does MCP Link differ from manually creating MCP interfaces?
MCP Link automates the conversion process from OpenAPI schemas, ensuring full functionality mapping without time‑consuming and error‑prone manual implementation.
What runtime dependencies are required?
The server requires Go and its dependencies (downloaded via go mod download). No changes to the original API are needed.
Where does the MCP server run?
You can run it locally on the specified port and host, or use the hosted version at mcp-link.vercel.app without any installation.
What transport protocol does MCP Link use?
The server uses SSE (Server‑Sent Events); MCP client configuration points to an sse endpoint.
How is authentication handled?
Authentication is configured via the h= parameter in the format header-name:value-prefix. Examples include API keys, Bearer tokens, and custom headers.
Frequently asked questions
How does MCP Link differ from manually creating MCP interfaces?
MCP Link automates the conversion process from OpenAPI schemas, ensuring full functionality mapping without time‑consuming and error‑prone manual implementation.
What runtime dependencies are required?
The server requires Go and its dependencies (downloaded via `go mod download`). No changes to the original API are needed.
Where does the MCP server run?
You can run it locally on the specified port and host, or use the hosted version at mcp-link.vercel.app without any installation.
What transport protocol does MCP Link use?
The server uses SSE (Server‑Sent Events); MCP client configuration points to an `sse` endpoint.
How is authentication handled?
Authentication is configured via the `h=` parameter in the format `header-name:value-prefix`. Examples include API keys, Bearer tokens, and custom headers.
Basic information
More Developer Tools MCP servers
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Comments