Climatiq
About
Provides a bridge to the Climatiq API for calculating precise carbon emissions across electricity usage, travel, cloud computing, and procurement domains using detailed environmental impact measurement tools.
Details
- Author
- jagan-shanmugam
- Repository
- jagan-shanmugam/climatiq-mcp-server
- GitHub stars
- 6
- Downloads
- 424
- License
- MIT License
- Categories
- Design, Developer Tools, AI, Database, Infrastructure, Frontend, Other
- Tags
- #integration
Jump to
- Set and manage the Climatiq API key during runtime
- Calculate emissions from electricity, travel, cloud, freight, procurement, and hotel stays
- Search for specific emission factors in the Climatiq database
- Perform custom calculations using any emission factor by activity ID
- Expose calculation results as resources with climatiq://calculation/{id} URIs
- Generate natural-language explanations of emissions via the climate-impact-explanation prompt
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ClimatiqCommand (node, npx, python, etc.)climatiq-mcp-serverEnvironment-
CLIMATIQ_API_KEY
your_climatiq_api_key
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
CLIMATIQ_API_KEY
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
set-api-key
Configure the Climatiq API key used for authentication.
electricity-emission
Calculate carbon emissions from electricity consumption.
travel-emission
Calculate carbon emissions from travel by car, plane, or train.
search-emission-factors
Search for specific emission factors in the Climatiq database.
custom-emission-calculation
Perform custom calculations using specific emission factors.
cloud-computing-emission
Calculate emissions from cloud computing resources usage.
freight-emission
Calculate emissions from freight transportation.
procurement-emission
Calculate emissions from procurement spending.
hotel-emission
Calculate emissions from hotel stays.
travel-spend
Calculate emissions from travel expenses.
climate-impact-explanation
Generate natural language explanations about the climate impact of specific emission calculations.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"climatiq": {
"env": {
"CLIMATIQ_API_KEY": "your_climatiq_api_key"
},
"args": [],
"command": "climatiq-mcp-server"
}
}
}
Linux
{
"env": {
"CLIMATIQ_API_KEY": "your_climatiq_api_key"
},
"args": [],
"command": "climatiq-mcp-server"
}
Macos
{
"env": {
"CLIMATIQ_API_KEY": "your_climatiq_api_key"
},
"args": [],
"command": "climatiq-mcp-server"
}
Windows
{
"env": {
"CLIMATIQ_API_KEY": "your_climatiq_api_key"
},
"args": [],
"command": "climatiq-mcp-server"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




