Odel
Livespace CRM MCP Server

Livespace CRM MCP Server

Local
@proautomatorTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlivespace-crm-mcpv0.1.1

Run

npx -y livespace-crm-mcp

MCP client config

{
  "mcpServers": {
    "livespace-crm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ]
    }
  }
}