Vibe Wallet MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vibe Wallet MCP Servershow my ETH balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vibe Wallet MCP Server
The protocol layer of the Vibe Stack. This server bridges AI agents (Claude, OpenCode) with the Vibe Wallet browser extension using Model Context Protocol (MCP).
🛡️ Zero-Config Isolation
This server implements Smart IP Pairing. It automatically identifies and pairs AI clients with browser extensions based on their public IP address. This ensures a private, isolated session for every user without requiring manual keys or registration.
Related MCP server: Armor Crypto MCP
🚀 Architecture
AI Agent (Claude/OpenCode) ──SSE──▶ Server (IP Pairing) ──WebSocket──▶ Extension ──RPC──▶ Blockchain🌐 Cloud Deployment
The server is optimized for Fly.io but can run on any Docker-compatible platform.
# Deploy to Fly.io
cd mcp-wallet/server
fly deploy🛠️ AI Configuration
Add this to your claude_desktop_config.json or OpenCode settings:
{
"mcpServers": {
"vibe-wallet": {
"url": "https://vibe-wallet-mcp.fly.dev/sse"
}
}
}📦 Available Tools
Connectivity:
wallet_listInstances,wallet_selectInstance,wallet_getStatusAccount:
wallet_listAccounts,wallet_selectAccount,wallet_createAccount,wallet_importAccount,wallet_deleteAccountAssets:
wallet_getAddress,wallet_getBalance,wallet_getTokenBalance,wallet_sendTransaction,wallet_sendToken,wallet_approveTokenBlockchain:
wallet_getNetwork,wallet_switchNetwork,wallet_getBlockNumber,wallet_getGasPriceAdvanced:
wallet_callContract,wallet_estimateGas,wallet_signMessage
📜 License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.Last updated4GPL 3.0
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.Last updated37GPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to interact with any EVM-compatible blockchain through natural language, supporting token swaps, cross-chain bridges, staking, lending, governance, gas optimization, and portfolio tracking across networks like Ethereum, BSC, Polygon, Arbitrum, and more.Last updated2739Apache 2.0

Privy MCP Serverofficial
AlicenseBqualityDmaintenanceEnables AI agents to create wallets, sign transactions, and manage blockchain operations across multiple chains like Ethereum, Solana, and more via Privy.Last updated242MIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Connect AI agents to bank accounts, transactions, balances, and investments.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vibe-wallet/vibe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server