mcpbeat Sign in

Jettyd MCP Server

local only

Jettyd runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 25 Mar 2026.

Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets.

Installs per day peak 15 · avg 7 · +68% w/w
a month agotoday
42
Installs / week
npm · @jettyd/mcp
0
Stars
0 open issues
25 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Jettyd every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @jettyd/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@jettyd/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@jettyd/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@jettyd/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@jettyd/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JETTYD_API_KEY (Your jettyd API key from api.jettyd.com), JETTYD_BASE_URL (jettyd API base URL (default: https://api.jettyd.com/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Jettyd

same job, measured the same way
Serial MCP Server
by es617

Let AI agents interact with serial devices — list ports, connect, send, and read.

98 installs/wk local only
AnyFile
by useanyfile

Connect AnyFile to AI clients to manage files, share links, file requests, and analytics.

answering
MyFatoorah MCP
by kuwaitdevs

Safely connect AI agents to MyFatoorah payments, invoices, payment methods, and refunds.

20 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
C
Syncrosecure
by syncrosecure

Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.

answering
Tixxly
by teamtixxly

Tixxly MCP server — connect AI agents to tours, experiences, and activities

52 installs/wk local only
Travel MCP
by akinduko

Tixxly MCP server — connect AI agents to tours, experiences, and activities

local only
Flomo MCP
by plidezus

Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP.

answering

Jettyd — questions

Answers built from our own checks of this server.

Why is there no uptime for Jettyd?
Jettyd runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @jettyd/mcp was installed 42 times last week.
How do I connect Jettyd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @jettyd/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Jettyd?
The npm package @jettyd/mcp was installed 42 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jettyd open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.