Golioth

Golioth MCP Connector for Claude

A+

Manage IoT devices and projects via Golioth — list projects, register hardware, and control LightDB state directly from your AI agent.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Golioth IoT cloud to any AI agent and take full control of your connected hardware fleet through natural conversation.

What you can do

  • Project Management — List all available Golioth projects and create new ones to organize your IoT infrastructure.
  • Device Fleet Control — List registered devices within any project, register new hardware, or remove decommissioned units.
  • LightDB State Interaction — Read and write real-time data to your devices using LightDB State. Query specific paths (like sensors) or update configurations (like LEDs or thresholds) instantly.
  • Hardware Orchestration — Monitor device connectivity and manage credentials without leaving your development environment.

How it works

  1. Subscribe to this server
  2. Enter your Golioth API Key
  3. Start managing your IoT fleet from Claude, Cursor, or any MCP-compatible client

No more switching between the Golioth Console and your code. Your AI acts as a remote terminal for your entire hardware ecosystem.

Who is this for?

  • IoT Engineers — instantly check sensor values and device statuses while debugging firmware.
  • Product Managers — monitor fleet deployment progress and project growth through simple queries.
  • Embedded Developers — register and test new devices directly from the IDE without manual API calls.
iot-managementhardware-controllightdbdevice-fleetembedded-systems

7 tools expose this connector's capabilities to your AI agent.

create_project

Create a new Golioth project

get_lightdb_state

Get LightDB State for a device

list_devices

List devices in a Golioth project

list_projects

List Golioth projects

register_device

Register a new device in a Golioth project

remove_device

Remove a device from a Golioth project

set_lightdb_state

Set LightDB State for a device

See how to talk to your AI agent using Golioth.

List all my Golioth projects.

I've retrieved your projects. You have access to: 'Smart-Home-Hub' (ID: proj_123) and 'Industrial-Sensors' (ID: proj_456). Which one would you like to explore?

Show me the devices registered in project proj_123.

In project 'Smart-Home-Hub', I found 3 devices: 'Living-Room-Temp', 'Kitchen-Light', and 'Main-Gateway'. All are currently showing as active.

Set the LightDB state for device 'Kitchen-Light' in project proj_123 at path 'power' to {"on": true}.

Successfully updated the LightDB state. The 'power' path for 'Kitchen-Light' is now set to {"on": true}. The device should receive this update immediately.

Use the `get_lightdb_state` tool by providing the Project ID, Device ID, and the specific path (e.g., 'sensor/temp'). The agent will return the current value stored in Golioth's LightDB.

Related Connectors