mcpbeat Sign in

Chia Explorer MCP Server

local only

Chia Explorer runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from npm.

MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 49 · avg 13 · +14% w/w
a month agotoday
105
Installs / week
npm · chia-explorer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 chia-explorer -- npx -y chia-explorer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chia-explorer": {
      "args": [
        "-y",
        "chia-explorer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chia-explorer]
command = "npx"
args = ["-y", "chia-explorer"]
.cursor/mcp.json
{
  "mcpServers": {
    "chia-explorer": {
      "args": [
        "-y",
        "chia-explorer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chia-explorer": {
      "args": [
        "-y",
        "chia-explorer"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Chia Explorer

same job, measured the same way
Novai MCP Server
by 0x-devc

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

44 installs/wk local only
Vtimestamp Write
by vdappdev2

MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon

46 installs/wk local only
Symbol
by inotakeh

Read-only MCP server for the Symbol blockchain (XYM): node health, harvesting, voting keys.

311 installs/wk local only
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only
Thryx Portfolio
by lordbasilaiassistant-sudo

Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).

28 installs/wk local only
WeJob
by wejob

Read-only MCP server for public WeJob jobs, formations, and companies.

8 tools answering
S2 Netbox MCP
by j-maff

MCP server for LenelS2 S2 NetBox access control via the NBAPI. Read-only by default.

380 installs/wk local only
Querido Diário MCP Server
by lucaspmgomess

Unofficial, read-only MCP server for the public Querido Diário API (Brazilian municipal gazettes)

389 installs/wk local only

Chia Explorer — questions

Answers built from our own checks of this server.

Why is there no uptime for Chia Explorer?
Chia Explorer 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 chia-explorer was installed 105 times last week.
Is Chia Explorer still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Chia Explorer?
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 chia-explorer straight from npm; nothing to host, nothing to sign up for.
How many people use Chia Explorer?
The npm package chia-explorer was installed 105 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.