Skip to content

Carbon Footprint Calculator for Grok

io.github.mayanktalwar0/carbon-footprint-mcp

An MCP server for calculating carbon footprints from bank statements using EPA GHG emission factors.

client:Grok transport:stdio runtime:pypi

Install Carbon Footprint Calculator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "carbon-footprint-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "carbon-footprint-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Carbon Footprint Calculator in other clients