Skip to content
Claude Desktop

lgl mcp server for Claude Desktop

io.github.willheadlee/lgl-mcp-server

MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.

client:Claude Desktop transport:stdio runtime:npm

Install lgl mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "lgl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lgl-mcp-server"
      ],
      "env": {
        "LGL_API_KEY": "<LGL_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

lgl mcp server in other clients