mcpbeat Sign in

Neither MCP Server

by stonianua Your server? Claim it
local only

Neither MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 15 Sep 2026.

Selected project context for Cursor & Claude Desktop via local stdio MCP, with source evidence.

Installs per day peak 46 · avg 6 · +15% w/w
a month agotoday
76
Installs / week
npm · @neitherai/mcp-server
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h 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.

Reads files and sends them to the network packages/cli/src/push.ts:45
    const entries = await readdir(dir, { withFileTypes: true });

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

This one needs environment variables set before it will start: NEITHER_API_KEY (Workspace API key from https://www.neither.online/developers/quickstart), NEITHER_API_BASE (API host (default https://api.neither.online)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Neither MCP

same job, measured the same way
Raportagent MCP
by raportagent

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

29 installs/wk local only
Claude Desktop Bridge
by kimiguel

Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)

78 installs/wk local only
AIppocampus
by sapientropic

Local-first, source-backed continuity for AI agents via stdio MCP.

137 installs/wk local only
Devdocs MCP
by madhan-g-p

Local DevDocs MCP Server (Developer Docs with project specific context awareness)

42 installs/wk local only
Qcqx Project Manage MCP
by qxchuckle

qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)

26 installs/wk local only
PubNub MCP Server
by pubnub

PubNub Model Context Protocol MCP Server for Cursor and Claude

449 installs/wk local only
Conductor
by jarmstrong158

Local task scheduler and worker manager with MCP integration for Claude Desktop.

110 installs/wk local only
.FAF Context
by faf

.FAF Context — persistent project context for Cursor, VS Code and every MCP-compatible IDE.

2 140 installs/wk local only

Neither MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Neither MCP?
Neither 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 @neitherai/mcp-server was installed 76 times last week.
How do I connect Neither 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 @neitherai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Neither MCP?
The npm package @neitherai/mcp-server was installed 76 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neither 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.