← Index

io.github.theYahia/retailcrm-mcp

io.github.theYahia/retailcrm-mcp·v1.0.0·Other
Quality Score
85
/100

MCP server for RetailCRM — orders, customers management via API v5.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "retailcrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/retailcrm-mcp"
      ],
      "env": {
        "RETAILCRM_URL": "<your-retailcrm_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "retailcrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/retailcrm-mcp"
      ],
      "env": {
        "RETAILCRM_URL": "<your-retailcrm_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/retailcrm-mcp
§02  Environment variables
RETAILCRM_URL
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other