mcp-link
MCP Link converts any OpenAPI V3 API into a compatible MCP Server effortlessly.
MCP Link addresses the challenges faced by developers in creating MCP Servers by automating the conversion process from OpenAPI specifications. This tool ensures that all API endpoints and functionalities are accurately mapped, allowing for seamless integration into AI-driven applications. By eliminating the need for manual creation and code modifications, MCP Link streamlines the process, making it faster and less error-prone. With its open standard approach, MCP Link guarantees compatibility with various AI Agent frameworks, enabling developers to focus on enhancing their APIs without worrying about the intricacies of MCP specifications. The hosted version allows users to test and convert APIs quickly, making it an essential tool for anyone looking to enhance their API's capabilities in the AI ecosystem.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-link": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-link"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions