mcpbeat Sign in

Websupport MCP Server

local only

Websupport runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 255 · avg 8
a month agotoday
50
Installs / week
npm · websupport-mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Websupport every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add websupport-mcp -- npx -y websupport-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "websupport-mcp": {
      "args": [
        "-y",
        "websupport-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.websupport-mcp]
command = "npx"
args = ["-y", "websupport-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "websupport-mcp": {
      "args": [
        "-y",
        "websupport-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "websupport-mcp": {
      "args": [
        "-y",
        "websupport-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WEBSUPPORT_API_KEY (API key identifier from WebAdmin (Security -> API keys). Generate a Standard pair; a DynDNS pair authenticates against one endpoint only.), WEBSUPPORT_API_SECRET (API secret paired with the key. Used only to sign requests; it is never transmitted.), WEBSUPPORT_API_BASE_URL (Market selection. Defaults to https://rest.websupport.sk. Also live: rest.websupport.cz, rest.websupport.hu, rest.websupport.se.), WEBSUPPORT_ACCEPT_LANGUAGE (Language for API responses.), WEBSUPPORT_ALLOW_WRITE (Set to 1 to register the 13 write tools. Omit for a read-only deployment, where they never appear in tools/list at all.), WEBSUPPORT_ALLOW_DESTRUCTIVE (Set to 1 to register the 7 destructive tools, each of which also requires confirm: true on every call. Independent of WEBSUPPORT_ALLOW_WRITE.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Websupport

same job, measured the same way
agenthost
by agenthost

Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

answering
MCP Plesk Lite
by mohamedbenhariz

MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI.

31 installs/wk local only
Pinecone
by mcparmory

Create and manage vector database indexes, backups, and collections

238 installs/wk local only
Ink MCP
by ml

Deploy and manage applications, databases, domains, and git repos

answering
Homespun
by homespun

Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.

1 428 installs/wk 26 tools answering
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
Notion
by mcparmory

Create, update, and manage pages, databases, and workspace users

250 installs/wk local only
Awesome Coolify
by clezcoding

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

79 installs/wk local only

Websupport — questions

Answers built from our own checks of this server.

Why is there no uptime for Websupport?
Websupport runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package websupport-mcp was installed 50 times last week.
How do I connect Websupport?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls websupport-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Websupport?
The npm package websupport-mcp was installed 50 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Websupport open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.