Skip to content
Claude Desktop

Template for Claude Desktop

live.alpic.staging.template-nodejs-d3cd3099/template-nodejs

A non functional MCP server (yet)

client:Claude Desktop transport:streamable-http

Install Template in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "template-nodejs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://template-nodejs-d3cd3099.staging.alpic.live"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Template in other clients