Orai MCP Server

A comprehensive toolkit for building and deploying AI agents with blockchain capabilities. This monorepo includes:

Local serverstdioTypeScript

What is the Orai MCP MCP server?

Orai MCP becomes available to MCP clients through the orai mcp mcp server. A comprehensive toolkit for building and deploying AI agents with blockchain capabilities. This monorepo includes:.

What Orai MCP does

A comprehensive toolkit for building and deploying AI agents with blockchain capabilities. This monorepo includes:

Oraichain Labs is the team behind Oraichain, the world's first AI Layer 1 for Web3. We specialize in AI Agents and blockchain technologies:

Tools it exposes

Once connected, the assistant can call these 2 tools directly:

  • Ready-to — use blockchain interaction tools
  • Multi — chain support out of the box

Installing the orai mcp mcp server

The server is distributed via npm as pnpm, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply one environment variable: RPC_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

  • Node.js (v18 or higher) - pnpm (v9.0.0 or higher) - Wallet configuration for supported networks - API keys for supported networks (optional)

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Orai MCP sits in that group, and the shape of its toolset — Ready-to, Multi — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by oraichain, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the orai mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
Ready-touse blockchain interaction tools
Multichain support out of the box

How to install the Orai MCP MCP server

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": ["-y", "@oraichain/mcp-server@0.0.21"],
      "env": {
        "RPC_URL": "https://rpc.orai.io"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js (v18 or higher) - pnpm (v9.0.0 or higher) - Wallet configuration for supported networks - API keys for supported networks (optional)
VariableDescriptionRequired
RPC_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Orai MCP to Ready-to.
  • Use Orai MCP to Multi.

Frequently asked questions

It connects Orai MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Ready-to, Multi) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Orai MCP directly.