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
{
"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