mcpbeat Sign in

Sensormesh MCP Server

local only

Sensormesh MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm.

MCP server for the SensorMesh open sensor data commons: inventory, reading windows, stats.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 63 · avg 4
a month agotoday
128
Installs / week
npm · @jayjex/sensormesh-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We read the source, 5 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink index.js:32, [пакет] index.js:32
  process.env.SENSORMESH_API_URL || "https://web-ordinance-spectrum-ensure.trycloudflare.com";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 sensormesh-mcp -- npx -y @jayjex/sensormesh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sensormesh-mcp": {
      "args": [
        "-y",
        "@jayjex/sensormesh-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sensormesh-mcp]
command = "npx"
args = ["-y", "@jayjex/sensormesh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sensormesh-mcp": {
      "args": [
        "-y",
        "@jayjex/sensormesh-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sensormesh-mcp": {
      "args": [
        "-y",
        "@jayjex/sensormesh-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sensormesh MCP

same job, measured the same way
MCP Reunion
by hug0x0

MCP server for Réunion open data (data.regionreunion.com)

1 274 installs/wk local only
Ckan MCP Server
by aborruso

MCP server for interacting with CKAN open data portals

415 installs/wk local only
Codex ServerOps MCP
by cyyprezz

Stateful Windows OpenSSH server operations for Codex with local credential handling.

68 installs/wk local only
Windows MCP
by cursortouch

An MCP Server for computer-use in Windows OS

4 868 installs/wk local only
SEO Stack MCP
by raffaele86

The complete open-source SEO data stack for AI agents: 7 sources, 86 tools, one MCP server

84 installs/wk local only
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

26 installs/wk local only
Dir MCP
by agntcy

MCP server for working with OASF agent records in the Agntcy Directory.

local only
Weather
by starhawkmk1

MCP weather server for Windows tutorial

26 installs/wk local only

Sensormesh MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sensormesh MCP?
Sensormesh MCP 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 @jayjex/sensormesh-mcp was installed 128 times last week.
Is Sensormesh MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Sensormesh MCP?
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 @jayjex/sensormesh-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sensormesh MCP?
The npm package @jayjex/sensormesh-mcp was installed 128 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.