PluginBench
MCP Server
Active
MIT

Livespace CRM MCP Server MCP Server

io.github.proAutomator/livespace-crm-mcp

What is the Livespace CRM MCP Server MCP server?

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

How to install Livespace CRM MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_PORT

    Loopback port used by the local MCP server.

  • LIVESPACE_SUBDOMAIN
    required

    Bare Livespace workspace subdomain, without protocol or domain suffix.

  • LIVESPACE_API_KEY
    required
    secret

    Per-user Livespace API key.

  • LIVESPACE_API_SECRET
    required
    secret

    Per-user Livespace API secret.

  • MCP_AUTH_TOKEN
    required
    secret

    Random bearer token of at least 32 bytes, also sent by the client.

  • LIVESPACE_MCP_ENABLE_WRITES

    Expose write tools. Keep false unless writes are deliberately required.

  • MCP_REQUEST_STATE_KEY
    secret

    Random HMAC key of at least 32 bytes. Required when writes are enabled.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "livespace-crm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ],
      "env": {
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "LIVESPACE_SUBDOMAIN": "<YOUR_LIVESPACE_SUBDOMAIN>",
        "LIVESPACE_API_KEY": "<YOUR_LIVESPACE_API_KEY>",
        "LIVESPACE_API_SECRET": "<YOUR_LIVESPACE_API_SECRET>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "LIVESPACE_MCP_ENABLE_WRITES": "<YOUR_LIVESPACE_MCP_ENABLE_WRITES>",
        "MCP_REQUEST_STATE_KEY": "<YOUR_MCP_REQUEST_STATE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "livespace-crm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ],
      "env": {
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "LIVESPACE_SUBDOMAIN": "<YOUR_LIVESPACE_SUBDOMAIN>",
        "LIVESPACE_API_KEY": "<YOUR_LIVESPACE_API_KEY>",
        "LIVESPACE_API_SECRET": "<YOUR_LIVESPACE_API_SECRET>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "LIVESPACE_MCP_ENABLE_WRITES": "<YOUR_LIVESPACE_MCP_ENABLE_WRITES>",
        "MCP_REQUEST_STATE_KEY": "<YOUR_MCP_REQUEST_STATE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "livespace-crm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ],
      "env": {
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "LIVESPACE_SUBDOMAIN": "<YOUR_LIVESPACE_SUBDOMAIN>",
        "LIVESPACE_API_KEY": "<YOUR_LIVESPACE_API_KEY>",
        "LIVESPACE_API_SECRET": "<YOUR_LIVESPACE_API_SECRET>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "LIVESPACE_MCP_ENABLE_WRITES": "<YOUR_LIVESPACE_MCP_ENABLE_WRITES>",
        "MCP_REQUEST_STATE_KEY": "<YOUR_MCP_REQUEST_STATE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "livespace-crm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ],
      "env": {
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "LIVESPACE_SUBDOMAIN": "<YOUR_LIVESPACE_SUBDOMAIN>",
        "LIVESPACE_API_KEY": "<YOUR_LIVESPACE_API_KEY>",
        "LIVESPACE_API_SECRET": "<YOUR_LIVESPACE_API_SECRET>",
        "MCP_AUTH_TOKEN": "<YOUR_MCP_AUTH_TOKEN>",
        "LIVESPACE_MCP_ENABLE_WRITES": "<YOUR_LIVESPACE_MCP_ENABLE_WRITES>",
        "MCP_REQUEST_STATE_KEY": "<YOUR_MCP_REQUEST_STATE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add livespace-crm-mcp --env MCP_PORT=<YOUR_MCP_PORT> --env LIVESPACE_SUBDOMAIN=<YOUR_LIVESPACE_SUBDOMAIN> --env LIVESPACE_API_KEY=<YOUR_LIVESPACE_API_KEY> --env LIVESPACE_API_SECRET=<YOUR_LIVESPACE_API_SECRET> --env MCP_AUTH_TOKEN=<YOUR_MCP_AUTH_TOKEN> --env LIVESPACE_MCP_ENABLE_WRITES=<YOUR_LIVESPACE_MCP_ENABLE_WRITES> --env MCP_REQUEST_STATE_KEY=<YOUR_MCP_REQUEST_STATE_KEY> -- npx -y livespace-crm-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →