lighter mcp for Grok
io.github.winter0x/lighter-mcp
Read Lighter perpetual markets and place guarded orders, including the H100 compute-price market.
client:Grok
transport:stdio
runtime:npm
Install lighter mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lighter-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs