lgl mcp server for Cline
io.github.willheadlee/lgl-mcp-server
MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.
client:Cline
transport:stdio
runtime:npm
Install lgl mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"lgl-mcp-server": {
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<LGL_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs