mcpbeat Sign in

Crmsolid MCP Server

local only

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

Manage social media DMs and scheduled posts from your AI assistant, across 12 platforms.

Installs per day peak 537 · avg 35 · -25% w/w
a month agotoday
48
Installs / week
npm · @crmsolid/mcp-server
5
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 3

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 16 September 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed

Nothing serious here today

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

This one needs environment variables set before it will start: CRMSOLID_API_KEY (CRM Solid API key (csk_...), created under Settings, Developers in the panel.), CRMSOLID_BASE_URL (API base URL. Defaults to https://api.crmsolid.com; set it for self-hosted or white-label installs.), CRMSOLID_READ_ONLY (Set to 1 to expose only read tools and block every write.), CRMSOLID_TOOLS (Comma separated allow list of tool names to expose.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Crmsolid MCP

same job, measured the same way
FastSocial
by socialappsceduler-eng

Schedule and manage social media posts across 7 platforms directly from Claude.

local only
Post Bridge
by jackfriks

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

answering
Bulkpublish
by azeemkafridi

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

353 installs/wk local only
Sociahive
by sociahive

Social media automation from your AI assistant: Instagram DMs, scheduling to 9 platforms, analytics.

answering
PostSyncer
by postsyncer

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

answering
Postproxy
by postproxy

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

answering
1Social
by 1social

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

answering
Postify
by usepostify

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

answering

Crmsolid MCP — questions

Answers built from our own checks of this server.

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