Little Green Light MCP Server
Rank #61,206io.github.WillHeadlee/lgl-mcp-server
MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.
Little Green Light MCP Server is a Model Context Protocol (MCP) server published by willheadlee. It ranks #61,206 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Little Green Light MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 21, 2026.
Ranks ahead of 70,840 of 132,046 servers on MCP Toplist.
Use Little Green Light MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add lgl-mcp-server -e "LGL_API_KEY=<your LGL_API_KEY>" -- npx -y lgl-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.lgl-mcp-server]
command = "npx"
args = ["-y", "lgl-mcp-server"]
[mcp_servers.lgl-mcp-server.env]
LGL_API_KEY = "<your LGL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lgl-mcp-server": {
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<your LGL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lgl-mcp-server": {
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<your LGL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lgl-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<your LGL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lgl-mcp-server": {
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<your LGL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lgl-mcp-server": {
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<your LGL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.WillHeadlee%2Flgl-mcp-server)<a href="https://mcptoplist.com/server/io.github.WillHeadlee%2Flgl-mcp-server"><img src="https://mcptoplist.com/badge/io.github.WillHeadlee%2Flgl-mcp-server.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
willheadlee
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 21, 2026 |
Frequently asked questions
- Who maintains Little Green Light MCP Server?
- Little Green Light MCP Server is maintained by willheadlee, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Little Green Light MCP Server listed on the Official MCP Registry?
- Yes — Little Green Light MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Little Green Light MCP Server have?
- MCP Toplist tracks 1 version of Little Green Light MCP Server, most recently published on May 21, 2026.
- Where can I find the source code for Little Green Light MCP Server?
- The source code for Little Green Light MCP Server is hosted at github.com/willheadlee/little-green-light-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.