# Brian MCP

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

- Skill: `yejiming/brian-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/brian-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/brian-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/brian-mcp

---


# 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

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

## Links

- **Website**: https://brian.so
- **Documentation**: https://docs.brian.so

