mcp-server-saas-gateway

grobinson3108/mcp-server-saas-gateway
★ 1 stars TypeScript 🔌 API Integration Updated 4d ago
One MCP server, N REST APIs. TypeScript template for building gateway-style MCP servers that aggregate multiple SaaS backends under a single Claude Desktop / Claude Code entry.
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": {
    "mcp-server-saas-gate": {
      "command": "npx",
      "args": [
        "-y",
        "grobinson3108/mcp-server-saas-gateway"
      ]
    }
  }
}

Topics

ai-toolsclaudeclaude-codeclaude-desktopgatewaymcpmodel-context-protocolrest-apisaastypescript