airthings-consumer-mcp
Verified Safeby michaelahern
Overview
Provides real-time air quality data from Airthings devices to AI assistants via the Model Context Protocol (MCP).
Installation
npx airthings-consumer-mcpEnvironment Variables
- AIRTHINGS_CLIENT_ID
- AIRTHINGS_CLIENT_SECRET
Security Notes
Secrets (Airthings Client ID and Secret) are properly handled via environment variables and are not hardcoded, adhering to secure coding practices. There is no usage of 'eval' or other dangerous dynamic code execution patterns. The server's core function is to act as a proxy to a third-party Airthings API via the 'airthings-consumer-api' library; therefore, external risks would primarily depend on the security and trustworthiness of that external API and library.
Similar Servers
advanced-homeassistant-mcp
A powerful, secure, and extensible Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and Cursor to seamlessly interact with Home Assistant. Control your lights, climate, automations, and more through natural language commands.
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
openhab-mcp
This project provides an MCP (Model Context Protocol) server to enable AI assistants like Claude and Cline to interact with and manage a real openHAB smart home system via its REST API.
mqtt-mcp
Connects LLM agents to MQTT devices for real-time monitoring and control in smart home, building automation, and industrial control systems.