Catalog
io.github.gzlo/rise-mcp
OfficialRISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
CRM system with 36 tools for projects, tickets, sales, HR, and reporting.
README not available yet.
Install
Configuration
Environment variables
RISE_API_URLrequiredBase URL of your RISE CRM instance (e.g., https://your-company.risecrm.com)
RISE_API_KEYrequiredsecretAPI key generated in RISE CRM Settings → Rise API
claude_desktop_config.json
{
"mcpServers": {
"rise-mcp": {
"command": "npx",
"args": [
"-y",
"rise-mcp@1.0.3"
],
"env": {
"RISE_API_URL": "<YOUR_RISE_API_URL>",
"RISE_API_KEY": "<YOUR_RISE_API_KEY>"
}
}
}
}