Phantom MCP Server gives AI agents a crypto wallet. Built by the Phantom team, it enables agents to sign messages, sign and send transactions, transfer tokens, buy/swap tokens, and retrieve wallet addresses across Solana and EVM chains — directly from Cursor without leaving the editor. Key capabilities: - Sign messages and transactions on Solana and EVM - Transfer SOL, SPL tokens, and EVM tokens - Buy and swap tokens via Phantom's embedded swap - Retrieve wallet addresses across all supported chains - Non-custodial: connects to a user's existing Phantom wallet Official npm package: `@phantom/mcp-server`
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"PHANTOM_APP_ID": "your-phantom-app-id"
},
"args": [
"-y",
"@phantom/mcp-server"
],
"command": "npx"
}