CuratedMCP
⌨️
Cursor
Free

How to Install send21 in Cursor

Agents create payment drafts. Humans sign in their own wallet. Direct. Non-custodial. Yours.

What send21 does

send21 is a non-custodial MCP for crypto payments aimed at AI agents and humans. Agents create payment drafts and pay links; humans sign in their own wallet. Direct. Non-custodial. Yours. Prepares payment drafts and pay links; never holds keys. Supports BTC, USDC, USDT, and EURC across Bitcoin, Solana, Ethereum, and Base (assets per chain as supported — never USDT or BTC on Base). Remote MCP endpoint at https://send21.io/mcp.

mcp
payments
crypto
bitcoin
non-custodial

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "send21": {
    "command": "npx",
    "args": [
      "-y",
      "@send21io/mcp"
    ]
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain send21, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://www.curatedmcp.com/api/badge/send21)](https://www.curatedmcp.com/marketplace/send21)

Related servers