mcpbeat Sign in

Cms MCP Server

local only

Cms runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 7 Aug 2026.

Draft, edit, organise, schedule and publish a Writavo Site content from any AI assistant.

Installs per day peak 15 · avg 8 · +53% w/w
a month agotoday
49
Installs / week
npm · @writavo/mcp-server
0
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cms 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 cms -- npx -y @writavo/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cms": {
      "args": [
        "-y",
        "@writavo/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cms]
command = "npx"
args = ["-y", "@writavo/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "cms": {
      "args": [
        "-y",
        "@writavo/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cms": {
      "args": [
        "-y",
        "@writavo/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WRITAVO_API_KEY (A Writavo API key (wv_sk_ or wv_pub_) from https://app.writavo.com/settings/api-keys. Without one, only the offline API reference tool works.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cms

same job, measured the same way
Taplio Linkedin MCP
by taplioofficial

Draft, schedule, publish, and analyze your LinkedIn posts from your AI assistant via Taplio.

answering
Postey
by postey

Draft, schedule and publish social posts to nine platforms from any AI agent.

answering
Orivox AI Website Builder
by orivox

Build, edit, host, and publish websites from AI assistants. Setup: https://mcp.orivox.org/

answering
Schedchie
by schedchie-www

Schedule, publish and track social posts on nine networks from your AI assistant.

answering
Keryo
by keryo

Create, schedule, and publish social media posts from AI assistants. Built for agencies.

answering
MindMeister
by mindmeister

Create, edit, and organize MindMeister mind maps from your AI assistant.

answering
Antwork
by antwork

Draft, schedule, and publish social posts for your workspace straight from your AI.

answering
1Social
by 1social

Publish, schedule and verify social posts across seven networks from your AI assistant.

answering

Cms — questions

Answers built from our own checks of this server.

Why is there no uptime for Cms?
Cms 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 @writavo/mcp-server was installed 49 times last week.
How do I connect Cms?
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 @writavo/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Cms?
The npm package @writavo/mcp-server was installed 49 times in the last week. Week over week that is +53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cms 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.