Skip to main content
ClaudeWave

Public metadata and setup guide for the Kilo IoT MCP server — connect AI clients to a live IoT deployment

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Kiloiot/kilo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kilo-mcp": {
      "command": "node",
      "args": ["/path/to/kilo-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Kiloiot/kilo-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Kilo IoT Platform MCP Server

[![smithery badge](https://smithery.ai/badge/kiloiot/kilo-iot-platform)](https://smithery.ai/servers/kiloiot/kilo-iot-platform)

Connect an AI client to a live IoT deployment and let it work the real thing: read devices, provision
hardware, deploy automation rules, work the alarm queue, and send commands to physical equipment.

The server is hosted by [Kilo IoT](https://kiloiot.io) — there is nothing to install and no API key to
mint. You sign in with your usual Kilo account in the browser, and the connection carries your own
permissions.

```
https://mcp-auth.kiloiot.io/mcp
```

This repository holds the public metadata for that server: its registry manifest, its icon, and the
setup instructions below. The service itself is closed-source.

## What is the Model Context Protocol?

[MCP](https://modelcontextprotocol.io) is an open standard that lets an AI client discover and call
tools on a remote server. Because it is a standard rather than a per-vendor integration, any MCP
client can connect — Claude Code, Claude Desktop, ChatGPT, Codex, Cursor and others — over Streamable
HTTP.

## What can an AI agent do with the Kilo MCP server?

| Area | What the connected client can do |
|---|---|
| **Devices** | List and inspect devices, read telemetry and diagnostics, provision LoRaWAN devices, MQTT devices and GPS trackers, manage device profiles |
| **Commands** | List the commands a device supports, send one, and check how it completed — this is where the assistant acts on physical equipment |
| **Connectors** | Review connectors, create connections for a device to report through |
| **Rules** | Review rules, generate and deploy automation, simulate logic against real sensor values before it reaches production, stop a running rule, read execution history |
| **Alarms** | List and resolve alarms, summarize activity for a shift or a site, manage alarm rules and notification channels, send a test notification |
| **Dashboards** | List dashboards and query the data behind any widget |
| **Sensors** | Inspect and change sensor mappings, manage sensor templates |
| **Organization** | Read organization details, list teams, invite users, assign roles |

Every tool is annotated, so a client knows which ones only read and which ones change something.
Read-only tools run without interrupting you; anything destructive asks first.

## How do I connect Claude Code to Kilo?

```bash
claude mcp add --transport http kilo https://mcp-auth.kiloiot.io/mcp
```

Then run `/mcp` inside Claude Code, pick `kilo`, and authorize in the browser window that opens. Run
`/mcp` again to confirm it reports **connected**.

## How do I connect Claude Desktop, ChatGPT, Cursor or Codex?

Clients with a connector dialog — Claude Desktop, ChatGPT, Cursor — take the URL directly: open
**Settings → Connectors** (or Integrations / MCP servers), choose **Add custom connector**, paste
`https://mcp-auth.kiloiot.io/mcp`, and authorize in the browser.

Clients configured from a file or a terminal, such as Codex, register the same URL as a **Streamable
HTTP** server. Your client's own documentation says where its MCP settings live; nothing about this
endpoint is client-specific.

## Which organization does the connection see?

By default, whichever organization is currently selected in the Kilo web app. Switch organizations
there and reconnect the client to follow it.

To pin a client to one organization regardless of what is selected in the web app:

```
https://mcp-auth.kiloiot.io/o/{organizationId}/mcp
```

The organization ID comes from the web app. Pinning is worth doing for a workstation that must always
operate against one production organization — and it cannot be moved by a stray click in the
organization switcher. Requests for an organization you are not a member of are refused.

## Is it safe to give an AI agent access to my IoT devices?

- **You sign in, not a service account.** Authorization happens in your browser against your normal
  Kilo account. No key is generated, copied or stored for the connection.
- **Your permissions are the ceiling.** The client can only do what your account can do. If you cannot
  deploy a rule or invite a user, neither can it.
- **Organization boundaries hold**, on the default endpoint and the pinned one alike.
- **Actions keep their normal records.** Rule changes and executions appear in rule history, device
  commands in command execution history, and access changes in the Audit Trail.

Treat an authorized client like a signed-in session: it belongs on machines you control.

## MCP server vs REST API — which should I use?

The [Public REST API](https://docs.kiloiot.io/kilo-iot-server/api/) is for programs you write: a sync
job, a reporting pipeline, a bridge to another system. It authenticates with a scoped API key that
runs unattended. MCP is for an AI client acting on your behalf, authorized by your own sign-in. If you
are writing code, use REST. If you are working with an assistant, use MCP.

## Links

- Platform: [kiloiot.io](https://kiloiot.io) · [Kilo IoT Platform](https://kiloiot.io/iot-server/)
- Documentation: [docs.kiloiot.io — MCP Server](https://docs.kiloiot.io/kilo-iot-server/api/mcp-server)
- Support: [kiloiot.io/contact](https://kiloiot.io/contact/)
- Privacy policy: [kiloiot.io/privacy-policy](https://kiloiot.io/privacy-policy/) · Terms: [kiloiot.io/terms-of-service](https://kiloiot.io/terms-of-service/)

Start free at [kiloiot.io](https://kiloiot.io).
ai-agentsclaudedevice-managementiotiot-platformlorawanmcpmcp-servermodel-context-protocol

Lo que la gente pregunta sobre kilo-mcp

¿Qué es Kiloiot/kilo-mcp?

+

Kiloiot/kilo-mcp es mcp servers para el ecosistema de Claude AI. Public metadata and setup guide for the Kilo IoT MCP server — connect AI clients to a live IoT deployment Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala kilo-mcp?

+

Puedes instalar kilo-mcp clonando el repositorio (https://github.com/Kiloiot/kilo-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Kiloiot/kilo-mcp?

+

Kiloiot/kilo-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Kiloiot/kilo-mcp?

+

Kiloiot/kilo-mcp es mantenido por Kiloiot. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a kilo-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega kilo-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Kiloiot/kilo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kiloiot-kilo-mcp)](https://claudewave.com/repo/kiloiot-kilo-mcp)
<a href="https://claudewave.com/repo/kiloiot-kilo-mcp"><img src="https://claudewave.com/api/badge/kiloiot-kilo-mcp" alt="Featured on ClaudeWave: Kiloiot/kilo-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a kilo-mcp