A proxy server that enables natural language interaction with OpenAPI v3.1 compliant APIs
Description:
A proxy server that enables natural language interaction with OpenAPI v3.1 compliant APIs
Category: API Integration & Development Tools
Overview: This server acts as a bridge between Claude Desktop and any API that follows OpenAPI v3.1 specification. Key features include:
Installation & Configuration:
# Install dependencies
pnpm install
# Build and link
pnpm build
npm link
Configuration Example:
{
"mcpServers": {
"petstore-api": {
"command": "npx",
"args": ["openapi-mcp-server", "/abs/path/to/petstore-openapi.json"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
Key Features:
Technical Limitations:
Note: If experiencing issues with Claude crashes or spec compatibility, use the provided spec cleaner app to optimize OpenAPI schemas for LLM readability.