W
Wallet MCP
by @genoshide
A production-ready MCP (Model Context Protocol) server that gives Claude, OpenClaw, Hermes, and any MCP-compatible AI agent full control over EVM and Solana wallets — generate, fund, scan, manage, all via natural language.
Created 4/9/2026
Updated about 2 months ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
uvx wallet-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"genoshide-wallet-mcp": {
"command": "uvx",
"args": [
"wallet-mcp"
]
}
}
}