How to Use the Adafruit IO MCP in Cursor
Pull live Adafruit IO data directly into your editor with Cursor and write code that works with your real IoT devices.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Adafruit IO MCP to Cursor
Create your Vinkius account to connect Adafruit IO to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code with Live Sensor Data
The `list_data` tool pulls real-time sensor readings from any Adafruit IO feed into your editor. Stop writing code against mock data. You can ask the Cursor agent to fetch the last 10 data points from your 'humidity-sensor' feed. The agent gets the actual JSON response. Then you can tell it to write the Python or JS code to parse it. Your code works with the real data structure from day one.
Scaffold Scripts with your Cursor Agent
This MCP server gives your agent awareness of your entire project. Ask it to `list_feeds` and `list_groups` to get an inventory of all your connected devices and their organization. With that context, you can tell Cursor: "Generate a Python script that iterates through all feeds in the 'greenhouse' group and alerts if the latest value is over 30." The agent already knows the feed names, so the script it generates is ready to run.
Inspect Dashboards for IaC
The `get_dashboard` tool lets your agent read the configuration of any existing dashboard. It's a great way to understand how a complex visualization is put together. You can use this to replicate or modify things. For example, "Show me the config for the 'main-overview' dashboard, then generate the Terraform code to create a new one with an extra chart." The agent uses the live config as a blueprint.
Set up Adafruit IO MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Adafruit IO MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Adafruit IO transactions." If the MCP tools are loaded correctly, Cursor will call the Adafruit IO tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"adafruit-io-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Adafruit IO. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Adafruit IO MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Adafruit IO MCP today
We host it, we monitor it, we maintain it. You just paste one token.