mcpbeat Sign in

Opensolr MCP Server

local only

Opensolr MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 637 installs a week from pypi. Last commit 9 Sep 2026.

Managed Apache Solr for agents: hybrid BM25+kNN search, server-side embeddings, RAG answers

Installs per day peak 2 391 · avg 286 · -77% w/w
a month agotoday
637
Installs / week
pypi · opensolr-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: OPENSOLR_EMAIL (Opensolr account email; try the shared demo account [email protected], whose indexes are deleted after 3 days and can be changed or deleted by anyone else using it, or get your own at https://opensolr.com/register (free 15-day trial, no card)), OPENSOLR_API_KEY (Opensolr API key, found under Account > API in the control panel; the shared demo account's key is 420b8b23e7b12dc8ab838932145a5065 (preloaded index mcp_demo_d1__dense with 300 news articles, limits per index are 200 MB bandwidth and 50 MB disk, anything created is deleted after 3 days and other people can change or delete it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Opensolr MCP

same job, measured the same way
MCP Knowledge RAG
by infoinlet-marketplace

Permission-aware RAG for agents — ingest docs, hybrid search, cited answers (hosted API).

21 installs/wk local only
Doctree MCP
by joesaby

BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.

24 installs/wk local only
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only
memex
by ayushagrawal288

Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.

local only
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

220 installs/wk local only
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

93 installs/wk local only

Opensolr MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Opensolr MCP?
Opensolr 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 pypi package opensolr-mcp was installed 637 times last week.
How do I connect Opensolr 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 opensolr-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Opensolr MCP?
The pypi package opensolr-mcp was installed 637 times in the last week. Week over week that is -77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Opensolr MCP open source?
Yes — it is published under the MIT licence, written in Python 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.