Skip to content
Cursor

Websupport for Cursor

io.github.tydung26/websupport-mcp

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

client:Cursor transport:stdio runtime:npm

Install Websupport in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "websupport-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Websupport in other clients