Wallet Mcp
@TP-Lab
About Wallet Mcp
Seamlessly connect your plugin wallet to an LLM—no private key setup required. Developed by TokenPocket.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wallet-mcp": {
"command": "npx",
"args": [
"wallet-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Wallet MCP?
Wallet MCP is an npm package that provides seamless integration between AI Clients and a user’s crypto wallets, enabling blockchain interaction through natural language processing.
How to use Wallet MCP?
Configure Wallet MCP as an MCP server in your client’s mcpServers object using the command npx wallet-mcp. The package handles wallet connection and transaction signing via the Wallet MCP DApp.
Key features of Wallet MCP
- Connect to a user’s crypto wallet and retrieve their address
- Sign transactions and messages through a secure DApp flow
- Supports both Ethereum and Solana networks
Use cases of Wallet MCP
- AI assistants helping users check wallet balances or send transactions
- Automating multi‑chain transaction signing via natural language prompts
- Enabling chat‑based crypto portfolio management across Ethereum and Solana
- Securely delegating on‑chain actions (e.g., transfer, approve) to AI agents
FAQ from Wallet MCP
What blockchain networks does Wallet MCP support?
Currently, Wallet MCP supports Ethereum and Solana networks.
How does Wallet MCP securely connect to a user’s wallet?
Wallet MCP interacts with the Wallet MCP DApp to handle secure connection and transaction signing. The flow goes: AI Client → Wallet MCP → DApp → User Wallet.
What operations can I perform with Wallet MCP?
You can connect to a wallet to retrieve the user’s address, and sign transactions and messages.
Where can I learn more about Wallet MCP?
Visit https://mcp.tp.xyz/ for additional documentation and information.
Do I need to install anything besides the npm package?
No, the package is run via npx wallet-mcp—no additional runtime dependencies are mentioned in the README.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments