Skip to content
Cline

Websupport for Cline

io.github.tydung26/websupport-mcp

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

client:Cline transport:stdio runtime:npm

Install Websupport in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Websupport in other clients