Skip to content
Claude Desktop

Websupport for Claude Desktop

io.github.tydung26/websupport-mcp

Manage a Websupport account: DNS, FTP, hosting, databases, mailboxes, VPS and invoices.

client:Claude Desktop transport:stdio runtime:npm

Install Websupport in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "websupport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "websupport-mcp"
      ],
      "env": {
        "WEBSUPPORT_API_KEY": "<WEBSUPPORT_API_KEY>",
        "WEBSUPPORT_API_SECRET": "<WEBSUPPORT_API_SECRET>",
        "WEBSUPPORT_API_BASE_URL": "<WEBSUPPORT_API_BASE_URL>",
        "WEBSUPPORT_ACCEPT_LANGUAGE": "<WEBSUPPORT_ACCEPT_LANGUAGE>",
        "WEBSUPPORT_ALLOW_WRITE": "<WEBSUPPORT_ALLOW_WRITE>",
        "WEBSUPPORT_ALLOW_DESTRUCTIVE": "<WEBSUPPORT_ALLOW_DESTRUCTIVE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Websupport in other clients