Manage social DMs, schedule posts, and review publishing outcomes from MCP clients using CRM Solid.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window β this can mean a slow first-time install rather than a real problem.
npx -y @crmsolid/mcp-serverNo response to initialize.
This is an experimental automated check and can have false negatives β missing environment variables, a slow cold install, etc. It doesnβt necessarily mean somethingβs wrong. Last checked 10d ago.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Pinlyx MCP.
crm_list_social_accountsLists connected accounts per platform
crm_list_social_conversationsFilters by `platform`, `status`, `contactId`, `unreadOnly
crm_get_social_conversationOne conversation plus its last 10 messages
crm_list_social_messagesMessage history, paged with `beforeMessageId
crm_send_social_messageSends a DM and pauses the AI agent for that contact
crm_mark_social_conversation_readClears unread state, safe to repeat
CRM Solid MCP MCP server gives MCP clients access to CRM Solid's connected social accounts, unified DM inbox, and social posting calendar. It supports Instagram, Facebook, X (Twitter), LinkedIn, TikTok, YouTube, Threads, Pinterest, Reddit, Bluesky, Telegram, and WhatsApp.
The server can list accounts and conversations, retrieve recent or paged message history, send direct messages, and mark conversations as read. Inbox summaries include totals by platform and the ten oldest conversations waiting for replies. Sending a message also pauses the AI agent for that contact.
For publishing workflows, CRM Solid MCP MCP server lists and retrieves posts, queues content for selected accounts, updates pending posts, cancels posts that have not been sent, and reports publishing outcomes by platform over a selected number of days. The same server also includes CRM tools for areas such as contacts, deals, tasks, email, finance, analytics, sequences, pipelines, jobs, webhooks, and agents.
The package communicates with an MCP client over stdio and reads and writes the shared CRM Solid inbox and posting calendar. Changes made through the client are reflected in the CRM Solid interface rather than a separate local data store.
Post scheduling includes explicit safeguards. A scheduled time is required unless publishNow: true is supplied, so an incomplete request is rejected instead of publishing unexpectedly. Daily limits for each target account are checked before a post is written, and posts that have already been published cannot be cancelled or deleted through the API.
The server also provides MCP resources for connected accounts, inbox state, scheduled posts, and published posts. Included prompts cover inbox triage, weekly content planning, and drafting a DM reply. The reply-drafting prompt produces drafts only; it does not send them.
CRM Solid MCP MCP server requires Node 20 or newer. Install nothing globally: configure the MCP client to run npx -y @crmsolid/mcp-server, then provide a CRM Solid bearer key in CRMSOLID_API_KEY. Keys are created in CRM Solid's developer settings.
The default API endpoint is https://api.crmsolid.com. CRMSOLID_BASE_URL can point to another host, such as a staging environment. CRMSOLID_TOOLS accepts a comma-separated tool filter, with examples including social,posts. Set CRMSOLID_READ_ONLY to remove write tools. Command-line flags override their matching environment variables.
The README documents configuration locations for Claude Desktop, Claude Code, and Cursor. After restarting the client, asking it to list connected social accounts provides a basic connection check.
CRM Solid MCP MCP server is suitable for read-only deployments through --read-only, or for limiting a deployment to selected tool groups with --tools. Its social write operations should be used with awareness of platform messaging windows and policies.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crm-solid-mcp)<a href="https://allmcps.com/mcp/crm-solid-mcp"><img src="https://allmcps.com/api/badge/crm-solid-mcp?style=directory" alt="Pinlyx MCP on AllMCPs" /></a>