mcpbeat Sign in

MCP Omnisearch MCP Server

local only

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

MCP server for integrating Omnisearch with LLMs

Installs per day peak 69 · avg 39 · +4% w/w
a month agotoday
262
Installs / week
npm · mcp-omnisearch
349
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to MCP Omnisearch

same job, measured the same way
MCP Turso Cloud
by spences10

MCP server for integrating Turso with LLMs

78 installs/wk local only
Elasticsearch MCP Server
by cr7258

MCP server for interacting with Elasticsearch

2 792 installs/wk local only
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
Uipath
by asklokesh

MCP server for UiPath API integration

60 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
MCP Server Search
by bytedance

MCP server for web search operations

158 installs/wk local only

MCP Omnisearch — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Omnisearch?
MCP Omnisearch 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 mcp-omnisearch was installed 262 times last week.
How do I connect MCP Omnisearch?
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 mcp-omnisearch straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Omnisearch?
The npm package mcp-omnisearch was installed 262 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Omnisearch open source?
Yes — it is published under the MIT licence, written in TypeScript, 349 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.