Odel
multichain-mcp

multichain-mcp

Local
@wkalidev1HTMLUpdated 1mo ago

MCP server for AI agents — Stacks, Celo, and Base in one npm package.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@wkalidev/multichain-mcpv1.2.1

Run

npx -y @wkalidev/multichain-mcp

MCP client config

{
  "mcpServers": {
    "multichain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ]
    }
  }
}