mcpbeat Sign in

Tuskcms MCP Server

local only

Tuskcms runs on your own machine — the client starts it, so there is no endpoint to ping. 706 installs a week from npm.

Client editing for sites you built: register, scan, publish, go live, invite the client.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 625 · avg 25
a month agotoday
706
Installs / week
npm · @tuskcms/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 mcp -- npx -y @tuskcms/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tuskcms/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@tuskcms/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tuskcms/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tuskcms/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TUSK_PAT (Optional. A Tusk access token (tusk_pat_…). Leave unset and run `npx @tuskcms/mcp login --site <slug> --scopes scan,fields,content,publish,deploy,invite` once instead; the token is then saved on this machine.), TUSK_URL (Optional. The Tusk server, default https://tuskcms.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tuskcms

same job, measured the same way
Just Publish
by justpublish

Publish the website you built with AI to a live public URL — straight from chat, no setup.

3 tools answering
Ecommerce Website Hosting AI Business Intelligence
by promptswing

Publish a site your AI built to paid hosting, then read it back, change a page or restore a version.

answering
I
Livenxmcp
by bdimic-bluecat

MCP server for LiveAction LiveNX (quay.io / MCP registry test publish)

local only
Mythex
by mythex

Build and publish web apps from your AI client: live preview, Postgres, storage, public URL.

answering
Hatch
by viberooster

Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.

19 tools answering
unulu
by unulu

AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.

4 tools answering
govauctions.app
by govauctions

Live listings, sold prices and resale scores from GovAuctions.app, the public surplus-auction site.

8 tools answering
Productised
by writehand-ai

Build and publish AI products for coaching practices from inside Claude. 16 live tools.

local only

Tuskcms — questions

Answers built from our own checks of this server.

Why is there no uptime for Tuskcms?
Tuskcms 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 @tuskcms/mcp was installed 706 times last week.
Is Tuskcms still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Tuskcms?
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 @tuskcms/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tuskcms?
The npm package @tuskcms/mcp was installed 706 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.