liveauth mcp for Cursor
io.github.dulzuradev/liveauth-mcp
MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts.
client:Cursor
transport:stdio
runtime:npm
Install liveauth mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs