This guide explains how to run the Clober MCP server locally using Bun and Claude Desktop.
- Bun installed
- Claude Desktop installed
- A wallet private key
bun installbun index.tsOpen:
Claude Desktop → Settings → Developer → MCP Servers
Add this:
{
"clober": {
"command": "/path/to/bun",
"args": [
"/absolute/path/to/index.ts"
],
"env": {
"PRIVATE_KEY": "0xYOUR_PRIVATE_KEY",
"RPC_URL": "YOUR_RPC_URL(OPTIONAL)"
}
}
}
Restart Claude Desktop after saving.