mcpbeat Sign in

PlanVortex MCP Server

by taliasoftworks Your server? Claim it
local only

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

Schedule posts, read comments and answer messages across thirteen social networks.

Installs per day peak 330 · avg 30
a month agotoday
271
Installs / week
npm · planvortex-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: PLANVORTEX_CLIENT_ID (Client id of a PlanVortex app. Every plan has apps, the free one included. Panel: Settings > Apps.), PLANVORTEX_CLIENT_SECRET (Secret of that app.), PLANVORTEX_ORGANIZATION_ID (Default organization id. Optional: saves a discovery call per conversation.), PLANVORTEX_MCP_UPLOAD_DIRS (Directories upload_media may read from. Empty means none.), PLANVORTEX_MCP_READ_ONLY (Set to 1 to remove the nine write tools.), PLANVORTEX_MCP_ALLOW_AI (Set to 1 to add create_ai_plan, which generates a week of posts and spends AI credits.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PlanVortex

same job, measured the same way
Outstand
by outstand

Publish and schedule social media posts and read analytics across 12 networks through one API.

answering
Viralhunt MCP
by rodvan

Find trending content and schedule posts across social networks via the ViralHunt.io API.

73 installs/wk local only
Kadenzo MCP
by jors7

Schedule, manage, generate & analyze social posts across 11 networks from any AI agent.

84 installs/wk local only
D
PostZen
by postzen

Schedule and publish social posts, manage the inbox, and read analytics across 10 platforms

answering
Socialbridge MCP
by isaiahdupree

Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.

10 tools answering
1Social
by 1social

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

answering
Postlia
by postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

15 tools answering
Postproxy
by postproxy

Publish, schedule, and manage social media posts across major platforms via the Postproxy API.

answering

PlanVortex — questions

Answers built from our own checks of this server.

Why is there no uptime for PlanVortex?
PlanVortex 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 planvortex-mcp was installed 271 times last week.
How do I connect PlanVortex?
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 planvortex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PlanVortex?
The npm package planvortex-mcp was installed 271 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 PlanVortex 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.