Dynamic MCP Server for REST APIs - Supports OpenAPI, Swagger, Postman Collections, and GraphQL
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-api": {
"command": "npx",
"args": [
"-y",
"Parslee-ai/mcp-api"
]
}
}
}
Run in terminal:
claude mcp add mcp-api npx -y Parslee-ai/mcp-api
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-api": {
"command": "npx",
"args": [
"-y",
"Parslee-ai/mcp-api"
]
}
}
}