Crmsolid MCP

@crmsolid/mcp-server is an MCP server for social media. It gives Claude Desktop, Claude Code, Cursor, ChatGPT and any other Model Context Protocol client typed access to your social DM inbox and your posting calendar across 12 platforms, so you can triage messages, draft replies, schedule posts and pull stats without opening a single dashboard. Its 13 documented tools cover crm, social, conversation.

People who work with crm, social and conversation and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 5 · #8 OF 47 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Crmsolid MCP

before you install - you'll need

CRMSOLID_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add crm-solid-crmsolid-mcp -- npx -y @crmsolid/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "crm-solid-crmsolid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@crmsolid/mcp-server"
      ]
    }
  }
}

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-08-24 - young repo, little track record yet

license MIT - declared in the repository

npm package @crmsolid/mcp-server - the @crmsolid scope differs from the repo owner (crm-solid); confirm it's the project's official package

registry registry publisher io.github.azorkai is not the repo owner (crm-solid) - the registry entry was published by someone else

03 · What Crmsolid 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 post:read, post:read, post:write, and post:write.

The 13 tools it gives your agent

Extracted from the project's README - what crmsolid-mcp lets an agent do.

crm_list_social_accounts
- social:read
crm_list_social_conversations
- social:read
crm_get_social_conversation
- social:read
crm_list_social_messages
- social:read
crm_send_social_message
- social:write
crm_mark_social_conversation_read
- social:write
crm_social_inbox_summary
- social:read
crm_list_social_posts
- posts:read
crm_get_social_post
- posts:read
crm_schedule_social_post
- posts:write
crm_update_social_post
- posts:write
crm_cancel_social_post
- posts:write
show all 13 tools
crm_social_post_stats
- posts:read

04 · Who maintains Crmsolid MCP

crmsolid-mcp is maintained by crm-solid. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
social media - ranked #8 of 47 actively-maintained social media servers as of 2026-09-18.
registry
io.github.azorkai/crmsolid-mcp (active, first published 2026-08-27 · 2 versions)
packages
npm:@crmsolid/mcp-server

06 · Crmsolid MCP FAQ

Is Crmsolid MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18. We re-verify nightly.

What can Crmsolid MCP do?

With this server connected, an agent can post:read, post:read, post:write, and post:write.

How do I install Crmsolid MCP?

Run `npx -y @crmsolid/mcp-server`. The README documents one environment variable (CRMSOLID_API_KEY) to set first. You can also paste the ready-made client config above.

Does Crmsolid 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 Crmsolid MCP