Back to Browse

Crmsolid MCP Server

Developer ToolsModerate6.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.0
Moderate6.0Moderate Risk

Valid MCP server (2 strong, 3 medium validity signals). 2 known CVEs in dependencies (2 critical, 0 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

CRM Solid API key (csk_...), created under Settings, Developers in the panel.Required

Environment variable: CRMSOLID_API_KEY

API base URL. Defaults to https://api.crmsolid.com; set it for self-hosted or white-label installs.Optional

Environment variable: CRMSOLID_BASE_URL

Set to 1 to expose only read tools and block every write.Optional

Environment variable: CRMSOLID_READ_ONLY

Comma separated allow list of tool names to expose.Optional

Environment variable: CRMSOLID_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-azorkai-crmsolid-mcp": {
      "env": {
        "CRMSOLID_TOOLS": "your-crmsolid-tools-here",
        "CRMSOLID_API_KEY": "your-crmsolid-api-key-here",
        "CRMSOLID_BASE_URL": "your-crmsolid-base-url-here",
        "CRMSOLID_READ_ONLY": "your-crmsolid-read-only-here"
      },
      "args": [
        "-y",
        "@crmsolid/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!