Add it to Claude Code
claude mcp add barzkit-mcp -- npx -y @barzkit/mcpMake your agent remember this setup
barzkit-mcp's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.
npx conare@latestFree · one command · indexes the sessions already on disk. Set up in the browser instead →
What it does
- Self-custody AI agent wallet management
- Support for gasless transactions
- Programmable permissions via ERC-4337
- Integration with Claude Desktop, Cursor, and Windsurf
- Passkey-based security
Tools 1
wallet_actionsProvides 9 tools for managing self-custody AI agent wallets via Claude Desktop, Cursor, or Windsurf.Try it
Original README from barzkit/plugins
BarzKit Plugins
Official plugins for @barzkit/sdk.
| Plugin | npm | Description |
|---|---|---|
| elizaos | ElizaOS framework integration — 8 actions, wallet provider, service | |
| langchain | LangChain StructuredTool integration — 8 tools with zod schemas | |
| mcp | MCP Server — 9 tools for Claude Desktop, Cursor, Windsurf |
Publishing
Each plugin is published separately to npm under the @barzkit scope.
# Publish all plugins
bash publish.sh
# Or publish individually
cd elizaos && npm run build && npm test && npm publish --access public
cd langchain && npm run build && npm test && npm publish --access public
cd mcp && npm run build && npm test && npm publish --access public