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
Give Your OpenClaw Agent a Phone: Open Source Plugin for Voice Calls
A developer open-sourced a plugin that lets OpenClaw make phone calls. Unlike $20/mo SaaS alternatives, this is free and self-hosted.

Strale.io offers free IBAN and email validation API for AI agents with no signup
Strale.io provides a free API with five capabilities including IBAN validation, email validation, DNS lookup, URL-to-markdown conversion, and JSON repair. No signup or API key is required, and it includes an MCP server for Claude or Cursor integration.

MCP Server for TypeScript Projects Replaces Claude Code's Grep Pattern with Indexed Symbol Lookups
A developer built an MCP server that replaces Claude Code's grep-and-guess pattern with indexed symbol lookups for TypeScript projects. The tool maintains a live SQLite index of symbols, call sites, imports, and class hierarchy, reducing token usage by 63-79% in tests.

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.