MCPLuceneServer

mirkosertic/MCPLuceneServer
★ 3 stars Java 🤖 AI/LLM Updated 6d ago
MCP Lucene Server is a Model Context Protocol (MCP) server that exposes Apache Lucene's full-text search capabilities through a conversational interface. It allows AI assistants (like Claude) to help users search, index, and manage document collections without requiring technical knowledge of Lucene or search engines.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpluceneserver": {
      "command": "npx",
      "args": [
        "-y",
        "mirkosertic/MCPLuceneServer"
      ]
    }
  }
}

Topics

conversational-aidesktopfulltext-searchlucenemcpmcp-appmcp-serverpersonal-aipersonal-assistantproductivityresearch-projecttikatoolbox