Free USDC Transfer MCP Server
Active
An MCP server implementation enabling free USDC transfers on Base with Coinbase CDP MPC Wallet integration.
Updated 8/8/2025
Key Features
What makes this MCP server special
Free USDC Transfers: Send USDC to any address or ENS/BaseName domain on Base - no fees
 just simple transfers
 Coinbase MPC Wallet: Create and manage your Coinbase MPC wallet for secure
 feeless transactions
 Name Resolution: Automatic support for ENS and BaseName domains
Requirements
npx
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://github.com/magnetai
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
-2. Configuration
{
  "mcpServers": {
    "free-usdc-transfer": {
      "command": "npx",
      "args": [
        "-y",
        "@magnetai/free-usdc-transfer"
      ],
      "env": {
        "COINBASE_CDP_API_KEY_NAME": "YOUR_COINBASE_CDP_API_KEY_NAME",
        "COINBASE_CDP_PRIVATE_KEY": "YOUR_COINBASE_CDP_PRIVATE_KEY"
      }
    }
  }
}3. Usage Example
-