Yes. Opensolr ships an official MCP (Model Context Protocol) server, listed in the official MCP Registry under our domain-verified com.opensolr namespace. Any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf — gets your search as native tools with one config entry:
uvx opensolr-mcp
The agent receives 8 tools: hybrid BM25 + kNN search, document indexing with server-side embeddings, grounded RAG answers from your own content, and index management. There is nothing to build — the chat is the UI: tell your agent "index our FAQ, then find everything about refunds" and it just happens.
Learn more: MCP server page · MCP Registry listing · Source on GitHub