Ultimate Free Claude Toolkit

100% Free Claude Enhancement Pack

One big-ass stash of free Claude tricks, browser hacks, MCP toys, and hidden features that turns Claude from “polite chatbot” into “digital assistant who actually does shit.”


:brain: Dumb Dictionary (Read This First, Dumbass)

Before we start — here’s what the nerds mean when they say stuff:

Word What It Actually Means
MCP Model Context Protocol. Fancy way of saying “Claude can talk to other apps and tools.” Think of it as Claude’s USB ports.
Userscript A tiny program you add to your browser (via Tampermonkey) that hacks websites to do more stuff.
Tampermonkey Browser add-on that runs userscripts. Install it. It’s free. Move on.
API A door that lets apps talk to each other. You don’t need to understand it. Just know it exists.
CLI Command Line Interface. The black screen hackers type into. It’s not scary, it’s just ugly.
Token Claude’s way of measuring how much you’ve typed and how much it’s typed back. Like a word counter, but weirder.
Artifact When Claude makes a thing you can actually see/use — like a webpage, chart, or interactive toy.
Extended Thinking When Claude stops and actually thinks before answering instead of speed-running through bullshit.
RAG Retrieval Augmented Generation. Means Claude can look stuff up from your files instead of making shit up.
SDK Software Development Kit. A toolbox for coders. If you’re not coding, ignore this word.
Webhook An automatic message that one app sends to another when something happens. Like a text message between robots.
Docker A box that runs software the same way everywhere. Nerds love it. You probably don’t need it.
Git Version control for code. Tracks changes. Think “undo history” but for programmers.

Got it? Good. Let’s fucking go.


:money_with_wings: The Starting Point

Here’s the main list everyone talks about:

:backhand_index_pointing_down:

It’s fine. It’s a starter pack.
Everything below is the 90% they forgot to include.

Friends Laugh GIF


:puzzle_piece: Browser Hacks (Make Claude.ai Not Suck)

You can upgrade Claude.ai itself with free scripts.

Summary

Userscripts (Install Tampermonkey first, then add these)

Script What It Does Link
Continue Button Adds a button when Claude randomly stops mid-sentence github.com/MarcusNeufeldt/Claude-Continue-Button
LaTeX Math Makes math look pretty instead of garbage github.com/RobertoReale/Claude-LaTeX-Math-Renderer
Enhanced Export Export chats as MD/JSON/TXT with auto-scroll github.com/iikoshteruu/Enhanced-Claude.Ai-Export-v2.1
Fork Conversation Branch chats like save files in a video game greasyfork.org/en/scripts/522141-claude-fork-conversation
Powerest Manager Search, filter, bulk-manage all your chats greasyfork.org/en/scripts/539886-claudepowerestmanager-enhancer
Project Files Extractor Download all project files as one ZIP greasyfork.org/en/scripts/541467-claude-project-files-extractor
Temperature Control Adjust how “creative” Claude gets greasyfork.org/en/scripts/515809-claude-temperature-control

Browser Extensions

Extension What It Does Link
Thinking Claude Shows Claude’s hidden thinking process. Expandable/collapsible. 16k+ stars. github.com/richards199999/Thinking-Claude
Claude MCP Extension Enables MCP tools inside Claude.ai github.com/dnakov/claude-mcp
Claude Helper (Firefox) Folder uploads + bulk file deletion addons.mozilla.org/en-US/firefox/addon/claude-helper
Claude on Google Shows Claude’s answer next to Google results chromewebstore.google.com

:gear: MCP Toys (Claude Talking to Everything)

MCP = Claude can control other apps, APIs, and your damn smart home.

Summary

The Hub Tools (Connect Many Things at Once)

Tool What It Does Link
MetaMCP Collects multiple MCP servers, adds middleware github.com/metatool-ai/metamcp
Microsoft MCP Gateway Enterprise-grade, Azure/Kubernetes friendly github.com/microsoft/mcp-gateway
Unla MCP Gateway Turn any API into MCP with zero code github.com/mcp-ecosystem/mcp-gateway
Plugged.in Proxy Memory + knowledge base for AI github.com/VeriTeknik/pluggedin-mcp-proxy

Smart Home & IoT (Talk to Your House)

Tool What It Does Link
Smart Home Orchestrator Controls Zigbee, Z-Wave, WiFi, Bluetooth github.com/jprbom/smart-home-orchestrator-mcp
IoT Edge Server Industrial: MQTT, Modbus, PLCs, SCADA github.com/poly-mcp/IoT-Edge-MCP-Server
Home Assistant MCP Claude controls your smart home github.com/mtebusi/HA_MCP
hass-mcp Docker MCP server for Home Assistant github.com/voska/hass-mcp

Hacking & Security

Tool What It Does Link
GhidraMCP Claude reverse-engineers programs via Ghidra github.com/LaurieWired/GhidraMCP
Shodan MCP IP lookups, device search, vuln checks github.com/BurtTheCoder/mcp-shodan
VirusTotal MCP Scan files/URLs for malware Search “VirusTotal MCP github”

Fun Shit

Tool What It Does Link
Minecraft MCP Control a Minecraft bot with natural language github.com/yuniko-software/minecraft-mcp-server
BlenderMCP AI-assisted 3D modeling Search “BlenderMCP github”

:shushing_face: Hidden Tricks (The Cheat Codes)

This is the shit almost nobody knows.

Secret System Tags

Claude tracks hidden info you can ask about:

Summary
"What's my current token usage?"
"How much context budget do I have left?"

It’ll actually tell you. No joke.

Thinking Triggers

These words make Claude think harder:

Say This What Happens
“think” Normal extended thinking
“think hard” More thinking
“think harder” Even more
“ultrathink” Maximum brain mode
Tab key (in Claude Code) Toggles thinking on/off

Use these when the question is actually hard. Eats more tokens.

Keyboard Shortcuts You Should Know

Key What It Does
Esc Stop current thing (not kill everything)
Esc twice Searchable message history
Up Arrow Previous commands (persists across sessions)
Ctrl+V Paste images
# Save learnings to CLAUDE.md
/clear Clear context. Saves 50-70% tokens. Use between tasks.

Artifact Rules That Break Shit

If you’re building HTML/React artifacts:

  • Don’t use localStorage or sessionStorage — just fails silently
  • Only external scripts allowed: https://cdnjs.cloudflare.com
  • Artifacts auto-trigger when code is big enough (>15 lines / >1500 chars)

:hammer_and_wrench: Dev Tools (For the Code People)

Summary

CLI Tools

Tool What It Does Link
claude-engineer Self-improving assistant that builds its own tools github.com/Doriandarko/claude-engineer
ccusage See how many tokens you’ve burned github.com/ryoppippi/ccusage
claude-crew CLI helper for Claude Desktop github.com/d-kimuson/claude-crew
Claude-Code-Windows Windows support (unofficial) github.com/QudraLabs/Claude-Code-Windows

Editor Plugins

Neovim:

  • claudecode.nvim — Claude Code integration
  • claude-inline.nvim — Cursor-style inline AI edits
  • claude.vim — Vimdiff AI pairing

JetBrains:

Language SDKs


:paperclip: Plug Claude Into Everything

Summary

Obsidian (Your Notes + AI)

Raycast (Mac Launcher)

Alfred (Mac)

Workflow Link
alfred-claude github.com/ammonhaggerty/alfred-claude
Kiki AI Multi-model including Claude

Chat Platforms

Telegram:

Discord:

Slack:

  • claude-code-slack-bot
  • slack-claude-mcp-bot

:hole: Where the Deep Shit Lives

Summary

GitHub Repos Worth Stalking

Repo Stars Link
awesome-claude-code 17k+ github.com/hesreallyhim/awesome-claude-code
claude-code-guide 2.5k+ github.com/zebbern/claude-code-guide
Thinking-Claude 16k+ github.com/richards199999/Thinking-Claude
awesome-claude-prompts github.com/langgptai/awesome-claude-prompts
awesome-mcp-servers github.com/wong2/awesome-mcp-servers
awesome-devops-mcp-servers github.com/rohitg00/awesome-devops-mcp-servers

Hacker News Threads (Actual Gold)

Newsletters That Actually Help

Prompt Sites


:white_check_mark: Quick Checklist (The Simple-Pimple)

Summary
  1. Bookmark github.com/ComposioHQ/awesome-claude-skills
  2. Install Thinking Claude and Enhanced Export
  3. Add 1-2 MCP servers that match your life
  4. Learn 3 shortcuts: Esc, Esc twice, #
  5. Try “ultrathink” once on something actually hard
  6. Use /clear between different tasks
  7. For code, say: “Only show changed parts, not full files”
  8. At end of long sessions, ask Claude to make a Memory Log you can paste into new chats

:bullseye: Pro Tips That Separate You From Normies

Summary
  1. Token limits are token-based, not message-based. Long chats burn quota faster.
  2. Projects cache content. Upload generously. Repeated files are basically free.
  3. Put data before instructions. ~30% better results.
  4. “I don’t know” reduces hallucinations. Tell Claude it’s allowed to say it.
  5. Double-tap Escape to jump back and edit previous messages without burning tokens.
  6. Multiple git worktrees = parallel Claude sessions on different branches.
  7. Ask Claude for its token budget. It knows. It’ll tell you.

All of this is 100% free.
No trials. No cards. No “upgrade to Pro” bullshit.

Just you, Claude, and an unreasonable amount of power for zero dollars.

Now go break something.

8 Likes

Thank for sharing! Very useful stuff! I’ll take a deep look into awesome-claude-skills repo later.

Btw, I’ve made a list of AI CODING TOOLS that I’ve been using so far, and I’ll add some stuff you shared on this list. Feel free to take a look: https://mydir.space/ai-coding-tools

2 Likes