Brian MCP

Convert natural language to Web3 transactions. Translates human-readable intents into executable blockchain transactions using Brian API.

yejiming c594c06 2 files · 925 B Updated

File contents

Brian MCP

MCP server for Brian API natural language to Web3 transactions.

Converts natural language prompts into executable Web3 transactions using the Brian API. Enables AI agents to interpret user intent and generate the appropriate blockchain transactions for swaps, transfers, contract interactions, and more.

Installation

{
  "mcpServers": {
    "brian": {
      "command": "npx",
      "args": ["-y", "@brian-ai/mcp-server"],
      "env": {
        "BRIAN_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Links

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/brian-mcp commit c594c069c4

Frequently asked questions

npx skillmds@latest add yejiming/brian-mcp