kapture-crm-mcp-server
v1.0.0
Published
MCP server for Kapture CRM tickets (Uniware WMS/OMS queues, employee login)
Maintainers
Readme
Kapture CRM MCP
MCP server for Uni Kapture CRM — list queue tickets, read ticket details and conversation.
Tools: kapture_status · kapture_list_queues · kapture_list_queue_tickets · kapture_get_ticket · kapture_get_notes
Cursor setup
Add to ~/.cursor/mcp.json:
"kapture": {
"command": "npx",
"args": ["-y", "[email protected]"],
"env": {
"NO_UPDATE_NOTIFIER": "1",
"KAPTURE_USERNAME": "[email protected]",
"KAPTURE_PASSWORD": "your_kapture_employee_password"
}
}Restart Cursor. Use queue names from Kapture UI (e.g. Tech - WMS, Tech - OMS).
Env vars
| Variable | Required | Description |
|----------|----------|-------------|
| KAPTURE_USERNAME | Yes | Employee email |
| KAPTURE_PASSWORD | Yes | Employee password (not Google SSO) |
| KAPTURE_BASE_URL | No | Default https://unicommerce.kapturecrm.com |
KAPTURE_SESSION_CREATE_KEY is built in for the Uni Kapture instance.
