mcpbeat Sign in

Makers Page MCP Server

by alexcloudstar Your server? Claim it
local only

Makers Page MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

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

Installs per day peak 244 · avg 13
a month agotoday
Installs / week
npm · makers-page-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 makers-page-mcp -- npx -y makers-page-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "makers-page-mcp": {
      "args": [
        "-y",
        "makers-page-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.makers-page-mcp]
command = "npx"
args = ["-y", "makers-page-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "makers-page-mcp": {
      "args": [
        "-y",
        "makers-page-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "makers-page-mcp": {
      "args": [
        "-y",
        "makers-page-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X_CLIENT_ID (X (Twitter) OAuth 2.0 Client ID from the X developer portal), X_CLIENT_SECRET (X (Twitter) OAuth 2.0 Client Secret (only required for confidential clients)), X_REDIRECT_URI (OAuth redirect URI, must exactly match the callback registered in the X developer portal). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Makers Page MCP

same job, measured the same way
Autowhisper MCP
by xnjiang

Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.

85 installs/wk local only
Taplio Linkedin MCP
by taplioofficial

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

answering
Pendpost
by pendpost

Local-first social MCP: an agent drafts and schedules posts; you approve before anything publishes.

108 installs/wk local only
Fillo
by jacobfunch

Fillo MCP server — provision, scaffold, publish, and query forms from your coding agent.

210 installs/wk answering
Pageree
by pageree

Build, publish, capture leads from, measure and improve landing pages from your AI assistant.

answering
Velocms
by velocms

Draft, publish, and manage your VeloCMS blog from Claude, Cursor, or any MCP client.

46 installs/wk local only
Schedchie
by schedchie-www

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

answering
MeroFoundry
by merofoundry

Build and publish full-stack apps from your coding agent: models, rules, pages, auth, per-app MCP.

answering

Makers Page MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Makers Page MCP?
Makers Page MCP 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 makers-page-mcp.
Is Makers Page MCP 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 Makers Page MCP?
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 makers-page-mcp straight from npm; nothing to host, nothing to sign up for.