OpenApiMcpNet

kerryjiang/OpenApiMcpNet
★ 3 stars C# 🔌 API Integration Updated 10d ago
OpenApiMcpNet is an open‑source project that lets you build MCP servers backed by any web API defined with an OpenAPI spec. It automatically maps MCP operations to the corresponding API endpoints, so you can create a fully functional MCP server with minimal manual wiring.
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": {
    "openapimcpnet": {
      "command": "npx",
      "args": [
        "-y",
        "kerryjiang/OpenApiMcpNet"
      ]
    }
  }
}

Topics

mcpmcp-serveropenapiwebapi