Chirp Home Automation MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Chirp Home Automation MCP Serverwhich of my sensors went quiet this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Chirp Home Automation MCP Server
Point the AI app you already talk to at your own home. Ask which sensors have gone quiet, what set off last night's alert, how cold the garage got — and tell it to do something about it.
The server is hosted by Chirp. Nothing to install, no key to generate or paste: you sign in with your usual Chirp account in the browser, once.
https://mcp-auth.chirpwireless.io/mcpThis repository holds the public metadata for that server — its registry manifest, its icon, and the setup steps below. The service itself is closed-source.
What is MCP?
MCP is a shared way for an AI app to reach out and use something else safely. Chirp speaks it, so the app you already use can talk to your home with no custom plumbing — Claude Code, Claude Desktop, ChatGPT, Codex, Cursor and more.
Related MCP server: Rhombus MCP Server
What can your AI app do with your home?
Area | What it can do |
Sensors | List the sensors in your home, see their details and readings, add a new one — a LoRaWAN sensor or a tracker — from the available profiles |
Control | Send a command to a device, and check that it went through |
Connections | See how your home is connected, and set up a connection for a new sensor |
Automations | Go through what you've built, and see what each one actually does |
Alerts | Look at your alerts, summarize what has been triggering and how often, send a test notification to check it lands on your phone |
Dashboards | List your dashboards and pull the data behind a widget, so it can chart or explain a reading |
Household | Look up your home's details and members, invite someone, set what they can see |
Anything that changes something asks you first. Anything that only looks stays out of your way.
Connecting Claude Code
claude mcp add --transport http chirp https://mcp-auth.chirpwireless.io/mcpRun /mcp inside Claude Code, pick chirp, and sign in when the browser opens. Run /mcp again and
it shows as connected — then ask it which of your sensors went quiet this week.
Connecting Claude Desktop, ChatGPT, Cursor or Codex
If your app has a Connectors, Integrations or MCP servers screen, choose whatever it calls
"add a custom server", paste https://mcp-auth.chirpwireless.io/mcp, and sign in when the browser
opens.
If it is configured from a file or a terminal instead, add the same address as a Streamable HTTP server. Your app's own documentation will say where that setting lives.
Which home does it see?
If you only have one home, skip this — it just works.
The plain address follows whichever home is selected in the Chirp app. If you look after a holiday flat as well as your own place and want each AI client fixed to one, pin it:
https://mcp-auth.chirpwireless.io/o/{organizationId}/mcpThe ID for a home is in the Chirp web app. You can only connect to a home you're a member of.
What it can and can't see
Your AI app sees exactly what you see. If something is hidden from you, it's hidden from your assistant. There's no key to lose, because there is no key — the connection is your own browser sign-in, and you can end it whenever you like.
API vs MCP
The REST API is for code you write — a script that exports readings into a spreadsheet every Sunday, or a bridge to another home platform. It runs on a key you create, with the scopes you choose. MCP is for asking questions and getting things done in the moment, as yourself.
Links
Chirp: chirpwireless.io
Documentation: docs.chirpwireless.io — MCP Server
Contact: chirpwireless.io/contact
Privacy policy: chirpwireless.io/privacy-policy · Terms: chirpwireless.io/terms-of-service
Two devices are free — start at chirpwireless.io.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI assistants to control SwitchBot devices, providing functionalities like device management, scene execution, and sensor information monitoring through the SwitchBot API.Last updated37ISC

Rhombus MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with Rhombus physical security systems, providing access to smart cameras, access control, IoT sensors, and alarm monitoring through the Rhombus API.Last updated31121MIT- Alicense-qualityDmaintenanceEnables AI assistants to interact with Home Assistant smart home devices through natural language. Control devices, manage automations, query entity states, and retrieve historical data across your home automation system.Last updated1MIT
- Alicense-qualityCmaintenanceEnables AI agents to control Apple Home devices, scenes, and automations through MCP.Last updated3269MIT
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect your Oura Ring account and enable access to your wellness data in apps and automations. In…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chirpwireless/chirp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server