mcpbeat Sign in

Gridcarbon MCP Server

by gridcarbon Your server? Claim it
local only

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

Hourly electricity carbon intensity for 45 zones, from ENTSO-E, EIA and NESO. No API key needed.

Installs per day peak 270 · avg 9
a month agotoday
298
Installs / week
npm · gridcarbon-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Gridcarbon MCP

same job, measured the same way
GridHub Electricity Market Data
by jalcodev

Live and historical electricity prices and demand for 25 grids; carbon intensity for GB.

6 tools answering
caruon
by pipeworx-io

Carbon MCP — UK Carbon Intensity API (free, no auth)

36 tools answering
Elecz Electricity Price Signal API
by zemloai-ctrl

Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.

3 tools answering
Dearhuman
by dearhuman

Send e-cards to your human. The first store built for AI agents; free, no API key needed.

10 tools answering
C
DOE Energy Information
by olyport

Energy data from EIA: electricity, fuel prices, and renewables

4 tools answering
Music Theory MCP
by asume21

Scales, chords, progressions, key detection, and genre intelligence for your AI. No API keys needed.

32 installs/wk local only
Voltcast
by voltcast

European day-ahead electricity prices (43 zones), accuracy-published forecasts, carbon, optimize.

7 tools answering
Weather Intel MCP
by datakoot

US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

6 tools answering

Gridcarbon MCP — questions

Answers built from our own checks of this server.

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