mcpbeat Sign in

Eco Router MCP Server

by stevensu04 Your server? Claim it
local only

Eco Router runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Rank AWS, Google Cloud and Azure regions by grid carbon intensity and latency.

Installs / week
npm · eco-router-mcp
1
Stars
5 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: ELECTRICITY_MAPS_API_TOKEN (Optional Electricity Maps API token for live grid data. Without it, annual averages are used.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eco Router

same job, measured the same way
HasData Google Trends
by hasdata

Google Trends interest over time, by region, and related queries and topics, as JSON.

197 installs/wk answering
Google News
by b77

Search and read the latest news in chat.

answering
Google Maps Real Estate Agency Data Scraper
by ranovam

Google Maps scraper for real estate agencies and agents in any city.

answering
C
Google Cloud Run
by googleapis-run

Deploy applications to Cloud Run

5 tools answering
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering
C
Googleapis
by googleapis-firestore

Interact with your Google Cloud Firestore resources using natural language commands.

23 tools answering
Ask Antigravity
by lykhoyda

Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions

574 installs/wk local only
Google Search Console
by b77

Search rankings, clicks, and indexing for your site — in chat.

answering

Eco Router — questions

Answers built from our own checks of this server.

Why is there no uptime for Eco Router?
Eco Router 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 eco-router-mcp.
How do I connect Eco Router?
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 eco-router-mcp straight from npm; nothing to host, nothing to sign up for.
Is Eco Router open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.