Skip to content
Claude Desktop

Sherweb Platform MCP Server for Claude Desktop

com.sherweb/platform

Sherweb Platform MCP server to manage subscriptions and orders. Use OpenID Connect to authenticate.

client:Claude Desktop transport:streamable-http

Install Sherweb Platform MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sherweb.com"
      ]
    }
  }
}

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

Sherweb Platform MCP Server in other clients