Makers Page MCP

The indie stack Model Context Protocol server - one connection for your founder tools, instead of wiring a hundred separate ones. Its 34 documented tools cover draft, retweet, drafts, approve. It runs locally over stdio via the published package.

People connecting social media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-09 · ★ 4 · #13 OF 46 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Makers Page MCP

before you install - you'll need

Set TWITTER_CLIENT_ID, TWITTER_CLIENT_SECRET, TWITTER_REDIRECT_URI before connecting.

Claude Code

claude mcp add alexcloudstar-makers.page-mcp -- npx -y makers-page-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alexcloudstar-makers.page-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "makers-page-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-31 - young repo, little track record yet

license MIT - declared in the repository

npm package makers-page-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.alexcloudstar is GitHub-verified and matches the repo owner

03 · What Makers Page MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list drafts, optionally filtered by status (draft, approved, rejected, publishing, published, deleted), fetch a single draft by id, edit draft content (same fields as create, and publish an approved draft to X via POST /2/tweets (uploads media first when needed.

Capability map

Tools grouped from the project's README - what Makers Page MCP lets an agent do.

Draft

18 tools - e.g. Save a new draft post for X. Required: { channel: "x", text }. Optional: parts (thread), poll, mediaPaths (absolute local paths, max 4), quoteTweetId, community; Fetch a single draft by id.; Edit draft…

create_draft · get_draft · update_draft · approve_draft · reject_draft · publish_draft…

read & search

7 tools - e.g. Resolve an @handle to a user id (and DM eligibility).; Show local DM send limits and current usage.; Read recent events in a 1:1 DM thread (participantId or username).

lookup_x_user · get_dm_rate_limit · list_dm_events · list_dm_inbox · list_dm_conversation_events · get_x_post_metrics…

Drafts

3 tools - e.g. List drafts, optionally filtered by status (draft, approved, rejected, publishing, published, deleted).; List DM drafts, optionally filtered by status (draft, approved, rejected, sending, sent, deleted).…

list_drafts · list_dm_drafts · list_retweet_drafts

Account

2 tools - e.g. Check connection status and show the connected @handle.; Calendar-day impressions and engagements via GET /2/tweets/analytics (aligned with x.com account analytics). Period totals and top posts for the…

get_x_account · get_x_account_summary

Retweet

2 tools - e.g. Retweet an approved draft immediately via POST /2/users/:id/retweets.; Undo an approved retweet draft via DELETE /2/users/:id/retweets/:tweet_id.

retweet_post · undo_retweet

Analyze

1 tool - e.g. Hour-of-day analysis: avg impressions and engagement rate by when you posted.

analyze_x_posting_times

Trendy

1 tool - e.g. Discover what's trending right now on X within a specific product niche, via X Recent Search scoped to the niche/keywords, not X's generic global trending list.

be_trendy

Limitations (from the README)

- Links in comments, not the main post: By default, create_draft / update_draft / edit_published_draft reject http:// or https:// URLs in text / parts[0]. Put links in follow-up thread parts (parts[1], parts[2], …). Override only with allowLinksInMainPost: true when the user forces it. - Re-auth for media: OAuth scopes now include media.write. If you authorized before this change, run makers-page-mcp-auth / bun run a

Latest releases

v0.3.0 · 2026-08-07

align README and registry metadata with v0.2.0 security · rename OAuth env to TWITTER_CLIENT_ and tighten link rules · Add be_trendy: niche-specific X trend discovery · bump version to 0.3.0

v0.2.0 · 2026-08-02

add Glama metadata and score badge · complete X MCP - posts, DMs, analytics, and retweets · flatten tool handler branching in dm, publish, retweet · harden local storage, OAuth callback, and media uploads · v0.2.0

v0.1.1 · 2026-08-02

Added · LICENSE (MIT), CONTRIBUTING.md, SECURITY.md, and this changelog. · Unit test suite (bun:test) covering draft status transitions, keyed locking, atomic writes, post-length validation, config parsing, and…

04 · Who maintains Makers Page MCP

makers-page-mcp is maintained by alexcloudstar. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
social media - ranked #13 of 46 actively-maintained social media servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-07)
registry
io.github.alexcloudstar/makers-page-mcp (active, first published 2026-07-31)
packages
npm:makers-page-mcp

06 · Makers Page MCP FAQ

Is Makers Page MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-09 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Makers Page MCP do?

With this server connected, an agent can list drafts, optionally filtered by status (draft, approved, rejected, publishing, published, deleted), fetch a single draft by id, edit draft content (same fields as create, and publish an approved draft to X via POST /2/tweets (uploads media first when needed.

How do I install Makers Page MCP?

Run `npx -y makers-page-mcp`. The README documents 3 environment variables (TWITTER_CLIENT_ID, TWITTER_CLIENT_SECRET, TWITTER_REDIRECT_URI) to set first. Set TWITTER_CLIENT_ID, TWITTER_CLIENT_SECRET, TWITTER_REDIRECT_URI before connecting. You can also paste the ready-made client config above.

Does Makers Page MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Makers Page MCP

More social media MCP servers · Sales Touch · Content Distribution · KonQuest Meta Ads MCP · Vk

More TypeScript MCP servers · Linkedctl · Qontoctl · Zigbee2mqtt MCP · Contextforge MCP · AlgoVault - Crypto Quant Trade Calls · see all