Install
# CLI install
npm install -g cline
MCP client config
{
"command": "npx",
"args": ["-y", "cline"],
"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
- cline
- Version
- 3.0.9
- Author
- GitHub Actions
- Published
- 2026-05-20
- Keywords
- cline, claude, dev, mcp, openrouter, coding, agent, autonomous
Related MCPs
-
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tol
-
The MCP server that makes LLMs reliable on real-world Excel spreadsheets. Thin npm client over a hosted API — read, write, diff, redact, and
-
MCP Server — unified parallel development platform. Structured startup flow, governed multi-role sessions, audit trail, recovery, dashboard,
-
ClickUp MCP Server - Powering AI Agents with full ClickUp task, document, and chat management capabilities.