Skip to content
Cline

lighter mcp for Cline

io.github.winter0x/lighter-mcp

Read Lighter perpetual markets and place guarded orders, including the H100 compute-price market.

client:Cline transport:stdio runtime:npm

Install lighter mcp 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

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

{
  "mcpServers": {
    "lighter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lighter-mcp"
      ],
      "env": {
        "LIGHTER_NETWORK": "<LIGHTER_NETWORK>",
        "LIGHTER_ACCOUNT_INDEX": "<LIGHTER_ACCOUNT_INDEX>",
        "LIGHTER_API_KEY_INDEX": "<LIGHTER_API_KEY_INDEX>",
        "LIGHTER_API_KEY_PRIVATE_KEY": "<LIGHTER_API_KEY_PRIVATE_KEY>",
        "LIGHTER_MAX_NOTIONAL_USD": "<LIGHTER_MAX_NOTIONAL_USD>",
        "LIGHTER_CHAIN_ID": "<LIGHTER_CHAIN_ID>",
        "LIGHTER_READ_ONLY_TOKEN": "<LIGHTER_READ_ONLY_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

lighter mcp in other clients