Skip to content
Cursor

Tychi MCP for Cursor

io.github.tychiwallet/tyi-mcp

Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.

client:Cursor transport:stdio runtime:npm

Install Tychi MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tyi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ],
      "env": {
        "TYI_PASSWORD": "<TYI_PASSWORD>",
        "TYCHI_BRAIN_URL": "<TYCHI_BRAIN_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tychi MCP in other clients