myDevices Connector for AI agents.
8 live capabilities
Manage and monitor your IoT device fleet in real-time.
Waiting for input…
Why people use myDevices
MyDevices for IoT Remote Management
With this Connector, you can ditch the tabs. You just tell your agent what you need to know. It pulls the telemetry, checks the logs, and executes the commands directly in your chat. You get immediate answers without the manual navigation.
What Vinkius changes
You get direct, conversational control over your IoT hardware without leaving your chat app.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Warehouse Temperature Triage
An operator sees a temperature spike in an alert and asks the agent to check the specific sensor data for the refrigeration unit using `get_sensor_data`.
- Real-world use case 02
Smart Home Remote Control
A user asks their agent to turn on the garden lights and the agent uses the command capability to trigger the specific actuator via `send_command`.
- Real-world use case 03
Industrial Asset Audit
A site manager needs a list of all active sensors in a specific zone to verify hardware deployment using `list_sensors`.
Complete set · 8capabilities
The complete myDevices capability set.
These are the exact actions your AI can choose when you ask it to work with myDevices.
01—04
4 capabilities in this set.
Part of 8 available through myDevices.
- 01 Capability
Get device
Retrieves the specific details and metadata for a single device. It helps you identify exact hardware specs quickly.
- 02 Capability
Get sensor data
Gets the current value from a specific sensor. Use this for real-time telemetry like temperature or humidity.
- 03 Capability
Get sensor history
Pulls historical data records for a specific sensor. This is useful for finding trends or past malfunctions.
- 04 Capability
List alerts
Lists all current IoT alerts and system notifications. Use this to see what needs your attention right now.
05—08
4 capabilities in this set.
Part of 8 available through myDevices.
- 05 Capability
List applications
Lists all applications associated with your account. This helps you see the scope of your Cayenne setup.
- 06 Capability
List devices
Lists all IoT devices currently connected to your account. Use this to get a full inventory of your fleet.
- 07 Capability
List sensors
Lists all sensors associated with a specific device. Use this to see what data points a piece of hardware provides.
- 08 Capability
Send command
Sends a direct command to a specific device to trigger an action. This is how you turn things on or off remotely.
Set up in minutes
One URL. Then ask myDevices to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use myDevices from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it myDevices, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable myDevices for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the myDevices URL.
- Step 03
Save and start
Save the connection and enable myDevices in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mydevices": {
"url": "https://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using myDevices
Open Agent mode in chat and ask: "Using myDevices, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mydevices": {
"url": "https://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using myDevices
Ask Copilot: "Using myDevices, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mydevices": {
"url": "https://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using myDevices
Open Cascade and ask: "Using myDevices, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mydevices": {
"url": "https://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using myDevices
Ask Cline: "Using myDevices, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mydevices --transport http "https://edge.vinkius.com/vk_preview_LpdpakkwJ3PyKRrJzhHQ8uLnY2J1PsNtH1q5cfV7/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using myDevices
Ask Claude: "Using myDevices, show me...". 8 tools are ready
Where the request belongs
Work myDevices can move forward.
The IoT engineer who's tired of clicking through dashboards at 2am. The smart home enthusiast who wants to automate complex hardware routines. The industrial site manager who needs to monitor remote sensors without physically visiting the location.
IoT Operations Engineer
Checks sensor health and pulls telemetry logs during shift handovers to ensure hardware is running within specs.
Smart Home Power User
Uses the agent to toggle lights, gates, and heaters via voice or text without opening a dedicated app.
Industrial Site Manager
Monitors remote environmental sensors and reacts to system alerts immediately as they appear in the chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsThingsBoard
Manage your IoT ecosystem via ThingsBoard. monitor telemetry, control devices with RPC, and track alarms directly from your AI agent.
Particle IoT
Access Particle IoT devices via API. read sensor variables, control device functions, manage devices, and publish events from any AI agent.
Golioth
Manage IoT devices and projects via Golioth. list projects, register hardware, and control LightDB state directly from your AI agent.
Tuya
Control and monitor your Tuya IoT ecosystem. query device status and send real-time commands to smart hardware via AI.
Balena
Manage IoT fleets and edge devices via Balena. list devices, manage environment variables, and track releases directly from your AI agent.
Losant
Manage IoT applications, devices, and workflows via Losant. control hardware, query time-series data, and automate smart infrastructure directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep myDevices connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about myDevices.
The practical details behind the request, access and result.
Can I use myDevices MCP to control my smart home?
Yes, if your smart home hardware is connected via the myDevices Cayenne platform, you can use this Connector to send commands and check statuses through your AI agent.
Does myDevices MCP work with my existing Cayenne account?
Yes, it connects directly to your existing Cayenne credentials. Once you enter your Client ID and Secret, your agent can see all your connected hardware.
Can myDevices MCP show me historical sensor data?
Yes, it can pull past records for specific sensors. This allows you to ask your agent about trends, like temperature changes over the last 24 hours.
How do I see all my sensors with myDevices MCP?
Your agent can list every sensor associated with your devices. This gives you a complete inventory of the data points you can monitor in real-time.
Is myDevices MCP good for industrial monitoring?
It is specifically designed for it. It handles industrial-scale telemetry, allowing you to monitor remote sensors and react to system alerts instantly.
Can myDevices MCP help me find specific device details?
Yes, it can pull metadata for any device in your fleet. You can ask the agent for specific hardware specs or connection details at any time.
How do I get my API credentials?
Register a developer account at mydevices.com and create a new application in the developer portal to get your Client ID and Secret.
Does this work with Cayenne LPP?
Yes, as long as the data is correctly indexed in the Cayenne dashboard, this server can retrieve it via the REST API.
One connection away
Give your agent a direct line to myDevices.
Connect myDevices once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available