PluginBench
MCP Server
Maintained
MIT

Carbon Footprint Calculator MCP Server

io.github.MayankTalwar0/carbon-footprint-mcp

What is the Carbon Footprint Calculator MCP server?

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

How to install Carbon Footprint Calculator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "carbon-footprint-mcp": {
      "command": "uvx",
      "args": [
        "carbon-footprint-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "carbon-footprint-mcp": {
      "command": "uvx",
      "args": [
        "carbon-footprint-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "carbon-footprint-mcp": {
      "command": "uvx",
      "args": [
        "carbon-footprint-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "carbon-footprint-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "carbon-footprint-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add carbon-footprint-mcp -- uvx carbon-footprint-mcp

Related MCP servers

An MCP server for analyzing startup financial health and generating metrics reports locally.

0
Python
MIT
View repository →