Back to MCP Servers

Climatiq

A Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI assistants to perform real-time carbon calculations and provide climate impact insights.

other-tools-and-integrationsapiai

Installation

npx -y climatiq-mcp-server

Configuration

{
  "mcpServers": {
    "climatiq-mcp-server": {
      "command": "npx",
      "args": ["-y", "climatiq-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub