liveauth mcp for Grok
io.github.dulzuradev/liveauth-mcp
MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts.
client:Grok
transport:stdio
runtime:npm
Install liveauth mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"liveauth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@liveauth-labs/mcp-server"
],
"env": {
"LIVEAUTH_API_KEY": "<LIVEAUTH_API_KEY>",
"LIVEAUTH_API_BASE": "<LIVEAUTH_API_BASE>",
"LIVEAUTH_DEMO": "<LIVEAUTH_DEMO>"
}
}
}
}
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