Install
# CLI install
npm install -g @lithium-ai/cli
MCP client config
{
"command": "npx",
"args": ["-y", "@lithium-ai/cli"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- @lithium-ai/cli
- Version
- 0.2.7
- Author
- 0xjaksun
- Published
- 2026-05-10
- Keywords
- mcp, model-context-protocol, ai, ai-coding, claude-code, cursor, windsurf, codex
Related MCPs
-
Planu — MCP Server for Spec Driven Development with native Rust acceleration for hot paths. Cross-platform (Linux/macOS/Windows, x64/arm64,
-
Give Claude a persistent memory that never forgets. cachly learns automatically from every session, bug fix & git commit — no manual calls n
-
DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and oth
-
Save up to 80% tokens when AI reads code — MCP server for token-efficient code navigation, AST-aware structural reading instead of dumping f