What is the Caelune MCP server?
Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.
How to install Caelune
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"caelune-mcp": {
"command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"caelune-mcp": {
"command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"caelune-mcp": {
"command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"caelune-mcp": {
"type": "stdio",
"command": "https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpb",
"args": []
}
}
}Claude Code
claude mcp add caelune-mcp -- https://github.com/EllisMorrow/Caelune/releases/download/v0.5.6/caelune-mcp-win-x64-v0.5.6.mcpbRelated MCP servers
OmniClip RAG
Active
Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.
46
View repository →Python
MIT