Odel
mcp omnisearch

mcp omnisearch

Local
@spences10347TypeScriptMITUpdated 1w ago

MCP server for integrating Omnisearch with LLMs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-omnisearchv0.0.15

Run

npx -y mcp-omnisearch

MCP client config

{
  "mcpServers": {
    "mcp-omnisearch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-omnisearch"
      ]
    }
  }
}