drio
Open app

Free USDC Transfer MCP Server

Source

MCP (Model Context Protocol) server - free usdc transfer powered by Coinbase CDP

Catalog onlyCatalog onlySTDIO

Overview

The Free USDC Transfer MCP Server is an implementation of the Model Context Protocol (MCP) that enables users to send USDC (a stablecoin) without any fees on the Base network, utilizing Coinbase's MPC Wallet for secure transactions.

To use the server, you need to set up a Coinbase CDP account, generate an API key, and configure your environment to interact with the server. You can then send USDC to any address or ENS/BaseName domain on the Base network.

  • Free USDC Transfers: Send USDC to any address or ENS/BaseName domain on Base without fees. - Coinbase MPC Wallet: Create and manage a secure Coinbase MPC wallet for transactions. - Name Resolution: Automatic support for ENS and BaseName domains for ease of use.
  1. Sending USDC to friends or family without incurring transaction fees.
  2. Making payments for services or goods using USDC on the Base network.
  3. Facilitating transactions in decentralized applications that require USDC.

Add to your AI client

Use these steps to connect Free USDC Transfer MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-free-usdc-transfer-magnetai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-free-usdc-transfer-magnetai"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-free-usdc-transfer-magnetai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-free-usdc-transfer-magnetai"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-free-usdc-transfer-magnetai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-free-usdc-transfer-magnetai"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-free-usdc-transfer-magnetai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-free-usdc-transfer-magnetai"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-free-usdc-transfer-magnetai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-free-usdc-transfer-magnetai"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-free-usdc-transfer-magnetai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-free-usdc-transfer-magnetai"
      ]
    }
  }
}

FAQ

**Is there a fee for transferring USDC?**

No, the transfers are completely fee-less.

**What is the Model Context Protocol (MCP)?**

MCP is a protocol that allows for secure and efficient transactions on blockchain networks.

**How do I create a Coinbase MPC wallet?**

You can create a wallet by using the `create_coinbase_mpc_wallet` function provided in the server.