automation-ai-labs/mcp-link
Convert Any OpenAPI V3 API to MCP Server
Platform-specific configuration:
{
"mcpServers": {
"mcp-link": {
"command": "npx",
"args": [
"-y",
"mcp-link"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://discord.gg/qkzfbqdSa9)
There is a notable gap in the current AI Agent ecosystem:
MCP Link solves these issues through automation and standardization, allowing any API to easily join the AI-driven application ecosystem.
Try our hosted version at mcp-link.vercel.app to quickly convert and test your APIs without installation.
# Clone repository
git clone https://github.com/automation-ai-labs/mcp-link.git
cd mcp-openapi-to-mcp-adapter
# Install dependencies
go mod download# Specify port
go run main.go serve --port 8080 --host 0.0.0.0s= - URL of the OpenAPI specification fileu= - Base URL of the target APIh= - Authentication header format, in the format of header-name:value-prefixf= - Path filter expressions to include or exclude API endpoints. Syntax:+/path/** - IncludeLoading reviews...