openapi-mcp-server
This MCP server allows users to easily search and explore complex OpenAPI specifications using simple language.
The OpenAPI MCP Server simplifies the interaction with OpenAPI specifications by breaking down the process into three straightforward steps. First, it identifies the specific OpenAPI identifier needed for the task at hand. Next, it provides a summary of that identifier in easy-to-understand language. Finally, it assesses the relevant API endpoints and explains their functionality in a clear and concise manner. This makes it an invaluable tool for both developers and non-technical users who need to navigate complex API documentation without getting lost in technical jargon.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openapi-mcp-server"
]
}
}
}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