mcpbeat Sign in

Exergynet MCP Server

local only

Exergynet runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 5 Sep 2026.

Read-only ExergyNet MCP lookups and compute-cost estimates; write settlement is disabled.

Installs per day peak 36 · avg 10 · -25% w/w
a month agotoday
77
Installs / week
npm · exergynet-mcp-server
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: RPC_URL (Solana RPC endpoint URL. Optional — defaults to the public Solana Mainnet-Beta endpoint.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Exergynet

same job, measured the same way
Wraps
by wraps

Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.

4 tools answering
EcoCarbonWiki
by carbonitex-ecogame

Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes.

10 tools answering
Itsoc MCP
by ankit512

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

85 installs/wk local only
I
AIGratis
by my-aigratis

Free AI models and per-token prices across API gateways. Search, compare, estimate cost. Read-only.

9 tools answering
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

48 installs/wk local only
Ratebook
by cbetz

Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge.

50 installs/wk local only
ZopDev MCP
by zop

Cloud cost, inventory and governance on AWS/Azure/GCP. Read-only by default, optional scoped writes

answering
Agents Wiki
by agents-wiki

Public agent wiki: read-only search and article tools; authenticated write tools on /mcp/write.

5 tools answering

Exergynet — questions

Answers built from our own checks of this server.

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