mcpbeat Sign in

Letmepost MCP Server

by rosekamallove Your server? Claim it
local only

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

MCP server for letmepost.dev. Publish across 8 social platforms from any agent.

Installs per day peak 23 · avg 5 · -29% w/w
a month agotoday
27
Installs / week
npm · @letmepost/mcp
7
Stars
33 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Touches key and credential files apps/api/Dockerfile:22
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json .npmrc* ./

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 letmepost -- npx -y @letmepost/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "letmepost": {
      "args": [
        "-y",
        "@letmepost/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.letmepost]
command = "npx"
args = ["-y", "@letmepost/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "letmepost": {
      "args": [
        "-y",
        "@letmepost/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "letmepost": {
      "args": [
        "-y",
        "@letmepost/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LMP_API_KEY (Your letmepost.dev API key (lmp_live_... or lmp_test_...). Create one at https://dashboard.letmepost.dev/api-keys.), LMP_API_BASE (Override for self-hosted deployments. Defaults to https://api.letmepost.dev.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Letmepost

same job, measured the same way
Postbolt
by whitemarmot

Publish to 13+ social media platforms from any AI agent via MCP.

23 installs/wk local only
Postify
by usepostify

Schedule, publish, and analyze social posts across 11 platforms from any MCP client.

answering
PostSyncer
by postsyncer

Schedule, publish, and analyze social media posts across 11 platforms from any MCP client.

answering
Postey
by postey

Draft, schedule and publish social posts to nine platforms from any AI agent.

answering
Post for Me MCP Pro
by helbertparanhos

Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.

26 installs/wk local only
Bulkpublish
by azeemkafridi

Publish, schedule, and manage social media across 11 platforms via MCP.

353 installs/wk local only
Socialapi
by social-api

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

81 installs/wk local only
Post Bridge
by jackfriks

Schedule and publish social media posts to 10 platforms from your AI agent

answering

Letmepost — questions

Answers built from our own checks of this server.

Why is there no uptime for Letmepost?
Letmepost 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 @letmepost/mcp was installed 27 times last week.
How do I connect Letmepost?
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 @letmepost/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Letmepost?
The npm package @letmepost/mcp was installed 27 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Letmepost open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 7 stars on GitHub and 33 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.