MCP Directory
Back

tinymcp

by golioth · Go · ★ 150

Let LLMs control embedded devices via the Model Context Protocol.

#hardware#mcp#mcp-server#model-context-protocol

Install

go install github.com/golioth/tinymcp@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "tinymcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:golioth/tinymcp"
      ]
    }
  }
}

From the README

Let LLMs control embedded devices via the [Model Context Protocol](https://modelcontextprotocol.io/). > [!WARNING] > is an experimental project. Expect frequent breaking changes. > Extreme caution should be taken when delegating physical capabilities to AI > systems. The project includes an MCP server, which is executed locally, but communicates with remote devices via the [Golioth management API](https://docs.golioth.io/reference/management-api/). It uses two existing device services on the Golioth platform, [LightDB State](https://docs.golioth.io/application-services/lightdb-state/) and…
Read full README on GitHub →

Related other servers