A Claude Code plugin marketplace that connects Claude Code to Light's financial platform via MCP.
Once installed, Claude Code can query your bills, vendors, cards, expenses, ledger accounts, and more — directly from your terminal.
Full setup guide: Connect your AI assistant to Light
- A Light account with MCP enabled (see Connect your AI assistant to Light)
- Claude Code installed
- Open Settings > Profile in Light
- Scroll to MCP Tokens
- Click Add, enter a name (e.g.
Claude Code), and click Create - Copy the token (starts with
lmcp_) — it won't be shown again
Add this to your shell profile (~/.zshrc, ~/.bashrc, etc.):
export LIGHT_MCP_TOKEN="lmcp_paste_your_token_here"Then reload your shell:
source ~/.zshrc # or ~/.bashrcIn Claude Code, run:
/plugin marketplace add light-space/light-mcp
/plugin install light-mcp@light-mcp
Restart Claude Code. Light tools will appear in the tool list.
Ask Claude Code:
"What Light tools do you have available?"
If the connection is working, it will list the available Light tools.
The plugin registers Light's remote MCP server (https://api.light.inc/rest/ext/mcp) which provides tools for:
- Bills — search, view details, and manage invoice payables
- Vendors — search and look up vendor/supplier information
- Cards — list and inspect corporate cards
- Card transactions — search, view, and modify draft transactions
- Expenses — view draft expenses and submit for reimbursement
- Accounts — search chart of accounts and tax codes
- Users — search team members
- Tasks — view pending approvals
- Policy — query company policies
- Help articles — browse Light platform documentation
- Connect your AI assistant to Light — full setup guide
- Light API documentation
- Claude Code plugin marketplace docs
MIT