Skip to content
Claude Desktop

My MCP Serv for Claude Desktop

live.alpic.staging.system-prompts-of-ai-987eba72/my-mcp-server

Description of my MCP server

client:Claude Desktop transport:streamable-http

Install My MCP Serv in Claude Desktop

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

{
  "mcpServers": {
    "my-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://system-prompts-of-ai-987eba72.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

My MCP Serv in other clients