mcpbeat Sign in

Writio MCP Server

by alexlarcheveque Your server? Claim it
local only

Writio runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 6 Mar 2026.

LinkedIn-native AI content creation, scheduling & analytics via MCP.

Installs per day peak 12 · avg 5 · +169% w/w
a month agotoday
30
Installs / week
npm · @writio/mcp-server
0
Stars
0 open issues
6 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: WRITIO_API_TOKEN (Your Writio API token. Get it from https://app.writio.ai → Settings → API Access). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Writio

same job, measured the same way
Linkedin Ads
by mharnett

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

59 installs/wk local only
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.

6 installs/wk local only
ContentIn — LinkedIn Ghostwriter
by contentin

Write LinkedIn posts in your voice: ideas, drafts, scheduling, analytics from your personal AI.

9 tools answering
2pr.io
by 2pr

Draft, schedule and publish LinkedIn posts, reply to comments and read analytics via 2pr.io.

answering
C
Blotato
by blotato

Social media APIs for scheduling, analytics, and DM automation.

answering
Content Rabbit
by pooriaarab

Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.

29 installs/wk answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
SocialBu MCP
by usamaejaz

Manage SocialBu posts, scheduling, publishing, automations, and analytics from MCP clients.

answering

Writio — questions

Answers built from our own checks of this server.

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