Keplr Wallet MCP
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., "@Keplr Wallet MCPsend 5 ATOM to cosmos1abc...def"
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.
Keplr Wallet MCP
Beta Notice: Keplr Wallet MCP is in beta and may contain bugs or unexpected behavior. By using this software, you acknowledge that you do so at your own risk. The developers are not liable for any loss of funds or damages arising from the use of this software.
Your AI-powered wallet for Cosmos. Send, stake, swap — just ask. Currently supporting 40+ chains via the Model Context Protocol.
For setup guides, usage examples, and full tool reference, see the Docs.
Architecture
This is a pnpm monorepo with a plugin-based architecture for multi-ecosystem blockchain support.
Package | Description |
| Core MCP server with Cosmos built-in + account/chain management |
| macOS biometric authentication binary (private) |
Related MCP server: SEI MCP Server V2
Prerequisites
Node.js >= 22
pnpm (npm and yarn are not supported)
Quick Start
Using the published package
# Claude Code
claude mcp add --scope user keplr -- npx @keplr-wallet/keplr-wallet-mcp
# Or install directly
npm install @keplr-wallet/keplr-wallet-mcpDevelopment (from source)
pnpm install
pnpm build
pnpm startTool Discovery
Use the meta-tools for efficient tool discovery:
search-tools(query: "send cosmos")→ Find relevant toolsdescribe-tools(names: ["send-tokens"])→ Get full parametersCall the tool directly
Or use the keplr-guide prompt for a full workflow guide.
Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"keplr": {
"command": "npx",
"args": ["@keplr-wallet/keplr-wallet-mcp"]
}
}
}Claude Code
claude mcp add --scope user keplr -- npx @keplr-wallet/keplr-wallet-mcpFor development, copy the template and fill in your API keys:
cp .mcp.json.example .mcp.json
# Edit .mcp.json with your actual API keysAdvanced Configuration
For plugin registration, RPC overrides, or toolset filtering, create a keplr-mcp.config.ts in your working directory. See the Environment Variables for details.
Getting Started
New to the wallet? Use the onboarding tools to get set up:
onboarding-status # Check setup progress and get guidance
/get-started # Guided onboarding promptThe server provides intelligent guidance:
Setup Guide: When wallet isn't configured, tools return setup options instead of errors
Suggested Actions: Query results include logical next steps (e.g., "stake tokens", "claim rewards")
Progress Tracking: Checklist-based onboarding status
Account Management
The server supports multiple accounts stored securely in the OS Keychain:
create-account name="trading" # Create new wallet
import-account name="main" mnemonic="..." # Import existing
list-accounts # List all accounts
switch-account name="trading" # Switch active accountConfiguration is stored in ~/.keplr-mcp/.
Environment Variables
Variable | Required | Description |
| No | BIP39 mnemonic (overrides keychain) |
| No | Additional adapter packages to load (comma-separated) |
| No | Keplr RPC API key for premium endpoints (falls back to public RPC if unset) |
| No | Transaction confirmation token TTL in minutes (default: 5) |
| No | CoinGecko Pro API key for portfolio price data |
| No | Skip Routes API key for IBC channel resolution |
| No | Skip Routes API endpoint override |
Supported Chains
Cosmos: Cosmos Hub, Osmosis, dYdX, Celestia, Stargaze, Juno, Noble, Stride, Akash, Injective, and 40+ more.
Tools & Prompts
67 tools and 20+ prompts across categories: Account Management, Cosmos Query & Transaction, CosmWasm, Multi-Action, DeFi (Osmosis), Authentication, Keplr Infra, and more.
For the full tool list and parameters, see the Tool Reference.
Security
Mnemonics are encrypted with AES-256-GCM and stored in
~/.keplr-mcp/vaults/<account>.enc. The decryption key is stored in your OS credential store (e.g. macOS Keychain)All transactions (send, delegate, swap, etc.) require explicit confirmation via
confirm-actionConfirmation tokens expire after 5 minutes
Use dedicated wallets with limited funds for AI agent usage
Optional: Two-Factor Authentication
For additional security, you can enable authentication for destructive actions (account deletion, mnemonic export). Authentication is handled separately from transaction confirmation — it applies at the tool layer, not via confirm-action. Two methods are available:
Biometric (Touch ID / Face ID)
auth-setup provider=biometric # Enable biometric authTOTP (Google Authenticator)
auth-setup provider=totp # Step 1: Generate secret key
# Add the key to Google Authenticator app
auth-verify-setup provider=totp code=123456 # Step 2: Verify with 6-digit codeWhen enabled, you'll need to authenticate before performing protected actions.
TOTP secrets are stored in your OS credential store (e.g. macOS Keychain), not in the config file.
Supported authenticator apps: Google Authenticator, Authy, Microsoft Authenticator, 1Password, and any RFC 6238 compatible app.
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
- 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.37GPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to interact with the Sei blockchain ecosystem through natural language, providing DeFi trading, NFT marketplace access, cross-chain bridging, token deployment, and comprehensive on-chain data analytics.10MIT

Purple Flea Walletofficial
Flicense-qualityDmaintenanceNon-custodial HD wallet API for AI agents. Generate wallets on 6 chains (ETH, Base, SOL, BTC, TRX, XMR), check balances, send crypto, and swap cross-chain via Wagyu aggregator. 10% referral commissions.2- Alicense-qualityBmaintenanceEnables AI agents to trade perpetual futures, manage wallets, transfer tokens, bridge cross-chain, and execute EVM transactions on Injective using natural language.168Apache 2.0
Related MCP Connectors
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Gasless, MEV-protected onchain token swaps for AI agents on 11 EVM chains, built on CoW Protocol.
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/chainapsis/keplr-wallet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server