Skip to content

clober-dex/mcp-server

Repository files navigation

Clober MCP (Local)

This guide explains how to run the Clober MCP server locally using Bun and Claude Desktop.


1️⃣ Requirements

  • Bun installed
  • Claude Desktop installed
  • A wallet private key

2️⃣ Install Dependencies

bun install

3️⃣ Run MCP Manually (Optional Test)

bun index.ts

4️⃣ Claude Desktop MCP Configuration

Open:

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)"
    }
  }
}

⚠️ Use absolute paths
⚠️ Replace PRIVATE_KEY with your actual key
⚠️ Never commit this config

Restart Claude Desktop after saving.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors