HomeSearch & Research › opensolr-mcp

opensolr-mcp

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

Python Cloud
★ 0 stars Last pushed 2026-09-09 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.0)

uvx opensolr-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "opensolr-mcp": {
      "command": "uvx",
      "args": [
        "opensolr-mcp"
      ],
      "env": {
        "OPENSOLR_EMAIL": "<YOUR_VALUE>",
        "OPENSOLR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENSOLR_EMAIL required — Opensolr account email; try the shared demo account mcp@opensolr.com, 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 required secret — 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry