Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack

A developer has released five free, open-source extensions for Claude Desktop. The tools are part of a suite built while developing KARP, a deliberative intelligence platform that runs Claude, GPT, Gemini, and Grok through structured 13-turn deliberations to produce research reports.
Key Details
All five extensions run entirely locally. There is no Docker, no external servers, and no API keys required beyond an existing Claude Desktop setup.
- Inspector Lite: Lets you search your codebase by meaning. For example, you can ask "where's the auth logic?" instead of using grep.
- Graph Lite: A personal knowledge graph with semantic recall. It uses BGE embeddings and includes a local web UI.
- Fun Pack: Contains dad jokes, code roasts, a hype generator, and meme creation tools. The source notes, "You need this."
- Word Graph: A King James Version Bible study companion with semantic search across all 31,102 verses.
- Bible Code: Performs Equidistant Letter Sequence (ELS) pattern detection with statistical significance testing.
The extensions are available for free on GitHub under the username souldriver007. More information can be found at the project's website: https://souldriver.com.au/karp-tools.html.
These tools are for developers using Claude Desktop who want to extend its functionality with local, privacy-focused utilities ranging from practical code search to niche research and entertainment features.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude's Canva integration: a practical workflow for design generation
Claude's Canva connector exports editable Canva projects with structured layouts, not flat images. The post details a workflow from prompt to finished carousel in 12-15 minutes, including setup, high-fidelity mode, and honest limitations.

UK Sovereign LLM Inference: Relax.ai Launches Public Docs
Relax.ai released docs for UK sovereign LLM inference, redirecting to /docs/getting-started/introduction. The service was shared on HN with 104 points.

Claude Usage Monitor: Free macOS Menu Bar App for Tracking Claude.ai Limits
A developer built Claude Usage Monitor, a free macOS menu bar app that displays Claude.ai usage with color-coded icons, live counters, and reset timers. The app reads directly from Claude.ai sessions without requiring an API key.

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.