mcpbeat Sign in

Tychi MCP Server

by tychiwallet Your server? Claim it
local only

Tychi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 15 Jun 2026.

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

Installs per day peak 16 · avg 8 · +57% w/w
a month agotoday
43
Installs / week
npm · @tychilabs/tyi-mcp
3
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tychi MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tyi-mcp -- npx -y @tychilabs/tyi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tyi-mcp": {
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tyi-mcp]
command = "npx"
args = ["-y", "@tychilabs/tyi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tyi-mcp": {
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tyi-mcp": {
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TYI_PASSWORD (Keystore password for ~/.tyi (set after tyi_onboard)), TYCHI_BRAIN_URL (Tychi brain API URL (HTTPS recommended)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tychi MCP

same job, measured the same way
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Clawpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

local only
Aibtcdev
by aibtcdev

Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, x402 payments.

1 140 installs/wk local only
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
Circle Agent Stack MCP
by kinance

Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.

30 installs/wk local only
agentpay — card-funded wallets for AI agents
by entangleit

Prepaid USD wallets for AI agents: card top-ups, scoped keys, BSV x402 payments over MCP.

24 tools answering
I
Keyban Agent Wallet
by keyban-prod-mcp

Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.

284 installs/wk local only
Spraay Solana Gateway
by plagtech

Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana.

4 tools answering

Tychi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tychi MCP?
Tychi MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tychilabs/tyi-mcp was installed 43 times last week.
How do I connect Tychi MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tychilabs/tyi-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tychi MCP?
The npm package @tychilabs/tyi-mcp was installed 43 times in the last week. Week over week that is +57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tychi MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.