Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. CRM Solid MCP
CRM Solid MCP logo
Health: ActiveRecent health check succeeded.Last checked 8/31/2026, 7:17:48 PM

CRM Solid MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit WebsiteSupport
crmsocial-mediatelegramwhatsappmessaging

Read and reply to social DMs, schedule posts, and manage CRM contacts and deals across Telegram, X, WhatsApp, Instagram and email from your AI assistant.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Also available as a hosted endpoint

Clients with native remote MCP support can connect directly to this URL instead of the stdio install above.

Remote endpoint
https://api.crmsolid.com/mcp
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "crm-solid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@crmsolid/mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

CRM Solid MCP: read your social DM inbox and schedule posts from Claude, Cursor or ChatGPT

MCP Server for Social Media: Manage Every DM and Post From Your AI Assistant

npm version CI node license AllMCPs

@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.

Quickstart

Add this to your MCP client config, restart the client, and ask it to list your social accounts. Nothing to install: npx fetches the package on first run.

JSON Config
{
  "mcpServers": {
    "crmsolid": {
      "command": "npx",
      "args": ["-y", "@crmsolid/mcp-server"],
      "env": { "CRMSOLID_API_KEY": "csk_live_..." }
    }
  }
}

Create the key at app.crmsolid.com/settings/developers. Config file locations per client:

ClientConfig file
Claude Desktop (macOS)~/Library/Application Support/Claude/claude_desktop_config.json
Claude Desktop (Windows)%APPDATA%\Claude\claude_desktop_config.json
Claude Codeclaude mcp add crmsolid --env CRMSOLID_API_KEY=csk_live_... -- npx -y @crmsolid/mcp-server
Cursor.cursor/mcp.json in the project, or ~/.cursor/mcp.json globally
Everything elsesee docs/chatgpt-and-other-clients.md

Then say, in the client: List my connected social accounts. If you get a table back, you are done. If you do not, jump to Troubleshooting.

What you can ask for once it is connected

These are ordinary sentences, not commands. The client picks the tools.

text
Summarise my social inbox and show the conversations waiting longest for a reply.
Draft a friendly reply to the Instagram DM from Dilara about the 12 month plan.
Anything mentioning a refund today? Open a task for each one and assign the contact.
Plan five posts for next week from what we shipped, and show me the table before you schedule any of them.
Move Thursday's LinkedIn post to Friday 09:00 Europe/Istanbul.
How did last month's posts do compared with the month before?

The panel behind the tools

The server is not a separate copy of your data. It reads and writes the same social inbox and the same posting calendar you see in CRM Solid, so a conversation you triage from Claude is already triaged when you open the panel, and a post your assistant queues shows up in the calendar with everything else.

Unified social DM inbox in CRM Solid, with lead scores per conversation Social media post scheduler calendar that schedule_post writes into

Both screens come from the live demo at demo.crmsolid.com, which is read only and needs no account.

Supported platforms

Instagram, Facebook, X (Twitter), LinkedIn, TikTok, YouTube, Threads, Pinterest, Reddit, Bluesky, Telegram and WhatsApp. One inbox, one calendar, one tool surface. A recipe written against Instagram works against LinkedIn without changes, though per platform messaging windows and policies still apply.

Tool reference

Thirteen social tools ship in this release: seven for the DM inbox, six for posts. They sit alongside 49 CRM tools (contacts, deals, tasks, email, finance, analytics, sequences, pipelines, jobs, webhooks, agents) on the same server, which is the point: a DM that never becomes a contact record is a DM you will lose.

Social inbox

ToolScopeKindWhat it does
crm_list_social_accountssocial:readreadLists connected accounts per platform
crm_list_social_conversationssocial:readreadFilters by platform, status, contactId, unreadOnly
crm_get_social_conversationsocial:readreadOne conversation plus its last 10 messages
crm_list_social_messagessocial:readreadMessage history, paged with beforeMessageId
crm_send_social_messagesocial:writewriteSends a DM and pauses the AI agent for that contact
crm_mark_social_conversation_readsocial:writewriteClears unread state, safe to repeat
crm_social_inbox_summarysocial:readreadTotals per platform, plus the 10 oldest waiting replies

Social posts

ToolScopeKindWhat it does
crm_list_social_postsposts:readreadFilters by status, platform, fromDate, toDate
crm_get_social_postposts:readreadOne post with its media, target account and outcome
crm_schedule_social_postposts:writewriteQueues a post per target account, never publishes by accident
crm_update_social_postposts:writewriteEdits content, time or media while the post is still pending
crm_cancel_social_postposts:writewriteCancels a post that has not gone out
crm_social_post_statsposts:readreadPublishing outcomes per platform over days

Full arguments, example calls and example responses for every tool: docs/tools-reference.md.

The publishing rule. crm_schedule_social_post requires scheduledAt unless you pass publishNow: true explicitly. Leave both out and the call is rejected with scheduledAt is required unless publishNow is true. An assistant that misunderstands you gets an error, never a surprise post. Two more guards sit behind it: each target account's daily post limit is checked before anything is written, and a post that already went out on the platform cannot be cancelled or deleted through the API.

Resources

Attach these when you want the model to read state without spending a tool call.

ResourceContents
crm://social/accountsEvery connected account, with handle, time zone and daily post limit
crm://social/inboxUnread totals per network plus the 20 most recently active conversations
crm://social/posts/scheduledPosts queued to go out, soonest first
crm://social/posts/publishedWhat actually went out, with live URLs, plus failures and why

Prompts

PromptArgumentsUse it for
social-inbox-triageplatform (optional)The morning pass over everything unanswered
weekly-content-plantopic (optional)Turning last month's posting into next week's plan
dm-reply-draftconversationId, tone (optional)A reply that sounds like you. Drafts only, never sends

Configuration reference

EnvFlagDefaultNotes
CRMSOLID_API_KEY--api-keyrequiredBearer key, csk_live_...
CRMSOLID_BASE_URL--base-urlhttps://api.crmsolid.comPoint at a staging host if you have one
CRMSOLID_TOOLS--toolsallCSV filter, for example social,posts
CRMSOLID_READ_ONLY--read-onlyoffDrops every write tool
--version, --helpPrints and exits

A flag beats the matching environment variable. Two useful profiles:

jsonc
// Content scheduling only, on a machine that must never touch the inbox.
{
  "mcpServers": {
    "crmsolid": {
      "command": "npx",
      "args": ["-y", "@crmsolid/mcp-server", "--tools", "posts"],
      "env": { "CRMSOLID_API_KEY": "csk_live_..." }
    }
  }
}
jsonc
// Read only, for a shared laptop or a demo.
{
  "mcpServers": {
    "crmsolid": {
      "command": "npx",
      "args": ["-y", "@crmsolid/mcp-server", "--read-only"],
      "env": { "CRMSOLID_API_KEY": "csk_live_..." }
    }
  }
}

Requires Node 20 or newer. The package is ESM, ships a crmsolid-mcp binary, and speaks MCP over stdio.

How the MCP server for social media works

text
MCP client (Claude Desktop, Claude Code, Cursor, ChatGPT, ...)
        |  stdio, JSON-RPC
   crmsolid-mcp   (this package: filters, then forwards)
        |  HTTPS, Authorization: Bearer csk_live_...
   POST https://api.crmsolid.com/mcp
        |
   your connected Instagram / LinkedIn / X / WhatsApp / ... accounts

Read the full README on GitHub β†’

Related MCP Servers

View all in Social Media View all alternatives
  • Reddit Research MCP logoReddit Research MCP

    AI-powered Reddit intelligence for market research and competitive analysis. Discover subreddits via semantic search across 20k+ indexed communities, fetch posts/comments with full citations, and manage research feeds. No Reddit API credentials needed.

    🌐 Social Media2 views
    Compare vs Reddit Research MCP β†’
  • Upload Post logoUpload Post

    Publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn, X & 10+ social networks

    🌐 Social Media0 views
    Compare vs Upload Post β†’
  • Reddit MCP Buddy logoReddit MCP Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    🌐 Social Media5 views
    Compare vs Reddit MCP Buddy β†’
  • MCP Instagram Dm logoMCP Instagram Dm

    Read, send, search & manage Instagram DMs through AI assistants. 15 tools, cookie auth.

    🌐 Social Media2 views
    Compare vs MCP Instagram Dm β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about CRM Solid MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "crm-solid-mcp": { "command": "npx", "args": ["-y", "CRM Solid MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCRM Solid MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/crm-solid-mcp?style=directory)](https://allmcps.com/mcp/crm-solid-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/crm-solid-mcp"><img src="https://allmcps.com/api/badge/crm-solid-mcp?style=directory" alt="CRM Solid MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
MaintenanceActively maintained
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3h ago via OSV.dev Β· @crmsolid/mcp-server (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to CRM Solid MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code