jagan-shanmugam/climatiq-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/jagan-shanmugam/climatiq-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"climatiq-mcp-server": {
"command": "npx",
"args": [
"-y",
"jagan-shanmugam/climatiq-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.