QuickMCP

gunpal5/QuickMCP
★ 68 stars C# 🔌 API Integration Updated 15d ago
Effortlessly Build Model Context Protocol Servers with OpenAPI or Swagger or Google Discovery Specifications
View on GitHub →

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"
      ]
    }
  }
}