mcpbeat Sign in

Opengist MCP Server

local only

Opengist runs on your own machine — the client starts it, so there is no endpoint to ping. 417 installs a week from npm. Last commit 27 Aug 2026.

Read, create, update and delete gists on a self-hosted Opengist instance

Installs per day peak 301 · avg 19
a month agotoday
417
Installs / week
npm · opengist-mcp
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service src/hosts.ts:16, [пакет] src/hosts.ts:16
  'metadata.google.internal',

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Opengist and you get told the day something new turns up.

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

Alternatives to Opengist

same job, measured the same way
Apple Reminders
by jonathanrreed

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

148 installs/wk local only
Apple Calendar
by jonathanrreed

List, create, update, and delete events in Apple Calendar on macOS.

185 installs/wk local only
Airtable
by mcparmory

Create, read, update, and delete records in Airtable bases and tables

306 installs/wk local only
clawops
by dfridkin

Deploy and manage self-hosted OpenClaw instances across clouds

74 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

52 installs/wk local only
Knack
by usefulapi

Read, create, update and delete records; inspect objects, fields and schema in your Knack database.

9 tools answering
mailindex-mcp
by alexanderkrauck

Search, move, mark, delete and draft your real mail over a self-hosted index.

local only
Cronofy
by usefulapi

MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.

8 tools answering

Opengist — questions

Answers built from our own checks of this server.

Why is there no uptime for Opengist?
Opengist 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 opengist-mcp was installed 417 times last week.
How do I connect Opengist?
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 opengist-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Opengist?
The npm package opengist-mcp was installed 417 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.
Is Opengist open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.