Loading MCP server directory, please wait...
Managed Apache Solr for agents: hybrid BM25+kNN search, server-side embeddings, RAG answers
npx @getmcp/cli add com.opensolr/opensolr-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENSOLR_EMAILOpensolr account email (free account: https://opensolr.com/register)
OPENSOLR_API_KEYOpensolr API key (Account > API in the control panel)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.opensolr/opensolr-mcp": {
"command": "uvx",
"args": [
"opensolr-mcp"
],
"env": {
"OPENSOLR_EMAIL": "",
"OPENSOLR_API_KEY": ""
}
}
}
}