Loading MCP server directory, please wait...
RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
npx @getmcp/cli add io.github.gzlo/rise-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
RISE_API_URLBase URL of your RISE CRM instance (e.g., https://your-company.risecrm.com)
RISE_API_KEYAPI key generated in RISE CRM Settings → Rise API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gzlo/rise-mcp": {
"command": "npx",
"args": [
"-y",
"rise-mcp"
],
"env": {
"RISE_API_URL": "",
"RISE_API_KEY": ""
}
}
}
}