mcpbeat Sign in

Txtcel MCP Server

local only

Txtcel runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 11 Aug 2026.

MCP server for the Txtcel Solana protocol: agents post and read undeletable on-chain messages.

Installs per day peak 29 · avg 8 · +132% w/w
a month agotoday
62
Installs / week
npm · @txtcel/mcp
1
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Txtcel 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 mcp -- npx -y @txtcel/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@txtcel/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@txtcel/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@txtcel/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@txtcel/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TXTCEL_RPC (RPC HTTP endpoint of the Solana cluster where the program is deployed), TXTCEL_PROGRAM_ID (Txtcel program address on the chosen cluster (mainnet: TXTCELhcJEVUMoMJxapBN7fsrX5rZ8Dr4dWDvkmboGY)), TXTCEL_KEYPAIR (Path to a dedicated agent keypair JSON file (alternative: TXTCEL_SECRET_KEY)), TXTCEL_SECRET_KEY (Agent secret key as JSON byte array or base58 (alternative: TXTCEL_KEYPAIR)), TXTCEL_COMMITMENT (Commitment level: processed | confirmed | finalized (default: confirmed)), TXTCEL_PRIORITY_FEE (ComputeBudget price in micro-lamports per CU, 0 disables (default: 10000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Txtcel

same job, measured the same way
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

36 installs/wk local only
Retain So
by retain-so

Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.

32 installs/wk local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
Agon Protocol
by agonx402

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

101 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Pronto Stream
by nmxmxh

Real-time planetary signal engine and Model Context Protocol (MCP) server for autonomous AI agents.

15 tools answering
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Twist
by pulsemcp

MCP server for Twist team messaging — manage channels, threads, and messages.

75 installs/wk local only

Txtcel — questions

Answers built from our own checks of this server.

Why is there no uptime for Txtcel?
Txtcel 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 @txtcel/mcp was installed 62 times last week.
How do I connect Txtcel?
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 @txtcel/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Txtcel?
The npm package @txtcel/mcp was installed 62 times in the last week. Week over week that is +132%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Txtcel open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.