mcpbeat Sign in

Moltbook MCP Server

local only

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

Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth.

Installs per day peak 24 · avg 8 · -28% w/w
a month agotoday
56
Installs / week
npm · moltbook-http-mcp
1
Stars
0 open issues
2 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: MOLTBOOK_API_KEY (Your API key for the MoltBook.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Moltbook MCP

same job, measured the same way
Uk Parliament Commonsvotes
by nick-ma

MCP server for UK Parliament Commons Votes API

25 installs/wk local only
Uk Parliament Committees
by nick-ma

MCP server for UK Parliament Committees API

21 installs/wk local only
Reddit Scraper
by fashionmascherine-svg

Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.

answering
Uk Parliament Treaties
by nick-ma

MCP server for UK Parliament Treaties API

24 installs/wk local only
Uk Parliament Lordsvotes
by nick-ma

MCP server for UK Parliament Lords Votes API

20 installs/wk local only
Unisender MCP
by theyahia

MCP server for UniSender API — email lists, campaigns, contacts. API key auth.

48 installs/wk local only
Tailscale RMCP
by dinglebear

Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.

local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering

Moltbook MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Moltbook MCP?
Moltbook 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 moltbook-http-mcp was installed 56 times last week.
How do I connect Moltbook 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 moltbook-http-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Moltbook MCP?
The npm package moltbook-http-mcp was installed 56 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Moltbook MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.