Effortlessly Build Model Context Protocol Servers with OpenAPI or Swagger or Google Discovery Specifications
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"quickmcp": {
"command": "npx",
"args": [
"-y",
"gunpal5/QuickMCP"
]
}
}
}
Run in terminal:
claude mcp add quickmcp npx -y gunpal5/QuickMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"quickmcp": {
"command": "npx",
"args": [
"-y",
"gunpal5/QuickMCP"
]
}
}
}