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-serverConfiguration
{
"mcpServers": {
"climatiq-mcp-server": {
"command": "npx",
"args": ["-y", "climatiq-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes