How to Add 25 Free Developer Tools to Claude Code

How to Add 25 Free Developer Tools to Claude Code

DevForge

Claude Code and other AI coding assistants support MCP servers. Connect to a free server with 25 dev tools in one command:

claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp

Included Tools

Web: search, page fetch, HTTP requests, DNS lookup, domain info, IP geolocation, header inspection

Text: base64, URL encode, hashing (MD5/SHA256), UUID, word count, Markdown to HTML

Dev: JSON format, regex test, JWT decode, cron explain, color convert, timestamps, diff

Usage Examples

Ask your AI: Search the web for Express.js docs, Fetch this GitHub README, Generate a SHA256 hash, Decode this JWT, Explain this cron expression

Also: 18 Free REST Endpoints

curl http://69.62.106.38:3100/uuid
curl http://69.62.106.38:3100/ip
curl http://69.62.106.38:3100/hash/sha256/hello

Docs: http://69.62.106.38:3100/llms.txt | All tools: http://69.62.106.38:3105

Report Page