openapi
Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.
The repository provides a set of OpenAPI definitions and converters that facilitate the integration of OpenAPI specifications with large language model (LLM) function calling. It allows developers to seamlessly transition from traditional API specifications to AI-ready function schemas, enhancing the capabilities of applications that utilize LLMs. The functionality has been merged into the Typia framework, offering built-in modules for various LLM utilities and integrations. With the migration schema, users can normalize their OpenAPI documents and prepare them for AI applications. The server supports multiple OpenAPI versions and provides tools for generating LLM function schemas, making it easier for developers to create applications that leverage the power of AI. The repository also includes links to additional resources and documentation for further exploration of LLM capabilities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openapi": {
"args": [
"-y",
"mcp-openapi"
],
"command": "npx"
}
}
}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