Skip to content
Cursor

Livespace CRM MCP Server for Cursor

io.github.proautomator/livespace-crm-mcp

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

client:Cursor transport:stdio runtime:npm

Install Livespace CRM MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "livespace-crm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ],
      "env": {
        "MCP_PORT": "<MCP_PORT>",
        "LIVESPACE_SUBDOMAIN": "<LIVESPACE_SUBDOMAIN>",
        "LIVESPACE_API_KEY": "<LIVESPACE_API_KEY>",
        "LIVESPACE_API_SECRET": "<LIVESPACE_API_SECRET>",
        "MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>",
        "LIVESPACE_MCP_ENABLE_WRITES": "<LIVESPACE_MCP_ENABLE_WRITES>",
        "MCP_REQUEST_STATE_KEY": "<MCP_REQUEST_STATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Livespace CRM MCP Server in other clients