How to Use the Particle IoT MCP in Claude Code
Control physical Particle IoT hardware and pipe real-time sensor data directly into your terminal with Claude Code and this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Particle IoT MCP to Claude Code
Create your Vinkius account to connect Particle IoT to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Run Particle IoT diagnostics from the command line
`ping_device` checks the real-time connectivity of any microcontroller on your account without requiring a heavy GUI. Claude Code uses this tool to instantly verify if a remote sensor is online before running automated scripts. This lightweight check prevents timeout hangs in your terminal pipelines. Looping through your inventory becomes a fast, automated task that separates active hardware from offline units in seconds.
Broadcast cloud events with Claude Code
`publish_event` sends custom data payloads up to 255 bytes directly to the Particle Cloud event stream. Triggering webhooks or alert systems straight from your terminal session becomes simple with this command-line integration. You can pipe local build logs or system alerts directly into your hardware network. The agent handles the payload formatting, ensuring your events conform to the cloud API specifications.
Read live telemetry into terminal scripts
`read_variable` pulls current sensor readings and system states directly from your device's active memory. This MCP server lets you inspect raw values like voltage, temperature, or status flags from a simple terminal prompt. The tool returns the exact data type and value registered by the firmware. You can easily feed this raw output into other CLI tools or log files for long-term analysis.
Set up Particle IoT MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeparticle-iot-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Particle IoT transactions." It will automatically discover and invoke the available Particle IoT tools.
claude mcp add --transport http particle-iot-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Particle IoT MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Particle IoT MCP today
We host it, we monitor it, we maintain it. You just paste one token.