MCP Directory
Back

mcp-link

by automation-ai-labs · Go · ★ 615

Convert Any OpenAPI V3 API to MCP Server

#agents#mcp#mcp-server

Install

go install github.com/automation-ai-labs/mcp-link@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-link": {
      "command": "npx",
      "args": [
        "-y",
        "github:automation-ai-labs/mcp-link"
      ]
    }
  }
}

From the README

[](https://discord.gg/qkzfbqdSa9) There is a notable gap in the current AI Agent ecosystem: - Most MCP Servers are simple wrappers around Web APIs - Functionality interfaces may not be complete, depending on developer implementation - Manual creation of MCP interfaces is time-consuming and error-prone - Lack of standardized conversion processes MCP Link solves these issues through automation and standardization, allowing any API to easily join the AI-driven application ecosystem. - **Automatic Conversion**: Generate complete MCP Servers based on OpenAPI Schema - **Seamless Integration**: M…
Read full README on GitHub →

Related other servers