SENSIO MCP NOW LIVE

A complete Model Context Protocol (MCP) server that wraps the Sensio Air indoor data API, enabling AI assistants (Claude, ChatGPT, etc.) to query air quality data through natural language.

Talk to Your Air Quality Sensor with AI

**Published**: February 23, 2026 **Status**: Live & Open Source

Ask your AI assistant about your indoor air quality in plain English. We've built an open-source integration that connects Sensio Air sensors to Claude, Windsurf, and ChatGPT.

What You Can Ask

*"What's my indoor air quality right now?"* - *"Show me CO2 levels for the past 24 hours"* - *"What allergens are elevated in my home?"*

Your AI assistant gets real-time data from your Sensio device and explains it in natural language.

Quick Setup

For Claude Desktop & Windsurf

```bash git clone https://github.com/pineapplecoding/sensio-mcp.git cd sensio-mcp npm install && npm run build:standalone ```

Edit your Claude Desktop config file: - macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` - Windows: `%APPDATA%\Claude\claude_desktop_config.json`

```json { "preferences": { "sidebarMode": "chat", "coworkScheduledTasksEnabled": false }, "mcpServers": { "sensio-air": { "command": "node", "args": ["/ABSOLUTE/PATH/TO/sensio-mcp/dist/index.js"], "env": { "SENSIO_API_KEY": "YOUR_API_KEY", "ALLOWED_DEVICE_SERIALS": "YOUR_SERIAL" } } } } ```

Replace the path and add your credentials from [sensio.co/settings](https://sensio.co/settings)

For ChatGPT

Create a Custom GPT with Actions. Setup guide: [ChatGPT Integration](https://github.com/pineapplecoding/sensio-mcp/blob/main/CHATGPT_INTEGRATION.md)

What It Does

📊 Real-time air quality readings - 🦠 Allergen tracking (pollen, mold, mites, dander) - 📈 Historical data analysis - 🔒 Secure local API key storage

Get Started

**GitHub**: https://github.com/pineapplecoding/sensio-mcp **License**: MIT (free & open source)

Get your API key at [sensio.co/settings](https://sensio.co/settings) and start asking your AI about your air quality today.

Security Features

✅ **Local API Key** - Your credentials stay on your machine ✅ **Direct Connection** - No third-party servers ✅ **Input Validation** - All inputs validated with Zod schemas ✅ **Device Control** - You choose which devices to expose

---

*For complete setup instructions, troubleshooting, and technical details, visit the [GitHub repository](https://github.com/pineapplecoding/sensio-mcp).*