Odel
opensolr mcp

opensolr mcp

Local
@phpcipPythonMITUpdated Today

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

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).

PyPIopensolr-mcpv0.5.0

Run

uvx opensolr-mcp

MCP client config

{
  "mcpServers": {
    "opensolr-mcp": {
      "command": "uvx",
      "args": [
        "opensolr-mcp"
      ]
    }
  }
}