cookie mcp for Grok
io.github.cookiechain/cookie-mcp
Cookie Chain tools for AI agents: swap, launch, liquidity, staking, NFTs, and a Solana bridge.
client:Grok
transport:stdio
runtime:npm
Install cookie mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cookie-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cookie-mcp"
],
"env": {
"COOKIE_RPC_URL": "<COOKIE_RPC_URL>",
"COOKIE_PRIVATE_KEY": "<COOKIE_PRIVATE_KEY>",
"COOKIE_MAX_TRADE_COOK": "<COOKIE_MAX_TRADE_COOK>",
"COOKIE_SLIPPAGE_BPS": "<COOKIE_SLIPPAGE_BPS>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
}
}
}
}
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