mcpbeat Sign in

Onyx MCP Server

local only

Onyx MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 30 Aug 2026.

Secure MCP access to Onyx search, chat, projects, and administration.

Installs / week
npm · onyx-mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Onyx MCP

same job, measured the same way
Zerno Lite
by zerno

Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.

answering
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

69 installs/wk local only
FedRAMP 20x Requirements
by kevinrabun

An MCP server that provides access to FedRAMP 20x security requirements and controls.

415 installs/wk local only
I
Redshift MCP Server
by davidalbertonogueira

Secure, read-only access to Amazon Redshift with schema introspection and smart sampling

48 installs/wk local only
C
Multilocale
by multilocale

Manage translation projects, phrases and locales with secure organization-scoped tools and views.

17 tools answering
Red by Big Red Cloud
by bigredcloud

Secure MCP access to Big Red Cloud accounting data, workflows, help and training.

159 tools answering
Google Drive MCP
by piotr-agier

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

9 158 installs/wk local only
Filesystem Context
by j0hanz

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

local only

Onyx MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Onyx MCP?
Onyx 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 onyx-mcp.
How do I connect Onyx 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 onyx-mcp straight from npm; nothing to host, nothing to sign up for.
Is Onyx MCP 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.