mcpbeat Sign in

Open Vsx MCP Server

local only

Open Vsx MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Keyless MCP server for Open VSX: VS Code extensions, versions, descriptions, download stats.

Installs / week
npm · open-vsx-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Open Vsx MCP 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 open-vsx-mcp -- npx -y open-vsx-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "open-vsx-mcp": {
      "args": [
        "-y",
        "open-vsx-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.open-vsx-mcp]
command = "npx"
args = ["-y", "open-vsx-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "open-vsx-mcp": {
      "args": [
        "-y",
        "open-vsx-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "open-vsx-mcp": {
      "args": [
        "-y",
        "open-vsx-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Open Vsx MCP

same job, measured the same way
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

183 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
MCP Paypal
by codespar

MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes

15 installs/wk local only
MCP Openpay
by codespar

MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)

13 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Hermes Prime
by hermes-labs-ai

Read-only stdio MCP server for a versioned convention card in Claude Code.

local only
MCP Tenant Isolation
by subodhkc

Static analysis scanner for MCP server code and multi-tenant SaaS applications.

4 884 installs/wk local only
MCP Rd Station
by codespar

MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks

15 installs/wk local only

Open Vsx MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Vsx MCP?
Open Vsx 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 open-vsx-mcp.
How do I connect Open Vsx 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 open-vsx-mcp straight from npm; nothing to host, nothing to sign up for.
Is Open Vsx MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.