CasperFlow

emmgr23/CasperFlow
★ 0 stars TypeScript AI/LLM Updated today
No-code visual builder for autonomous AI agents on the Casper Network. Drag blocks to build agents that read live on-chain data, decide with an LLM, and sign real Casper transactions. Pay via x402, anchor AI decisions on-chain (EIP-712), and expose every action through an MCP server. Casper Agentic Buildathon 2026.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "casperflow": {
      "command": "npx",
      "args": [
        "-y",
        "emmgr23/CasperFlow"
      ]
    }
  }
}