Back to MCP Servers
Openapi
MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data
developer-toolsapiaillm
By ReAPI-com
Installation
npx -y mcp-openapiConfiguration
{
"mcpServers": {
"mcp-openapi": {
"command": "npx",
"args": ["-y", "mcp-openapi"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes