CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Devtools

kira-autonoma/devtools-mcp
STDIOregistry active
Summary

A local toolkit that surfaces 23 common developer utilities through MCP tools like base64_encode, jwt_decode, uuid, hash, regex_test, and timestamp. No network calls except for QR code generation, no API keys, no configuration file needed. Reach for this when you're mid-conversation with Claude and need to decode a JWT, generate a few UUIDs, test a regex pattern, convert Unix timestamps, or look up what HTTP 418 means without breaking focus to open browser tabs. Also includes JSON diffing, cron expression parsing, color conversion between hex/RGB/HSL, and byte unit conversion. Pure local computation keeps it fast and private.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

devtools-mcp 🛠️

Swiss Army knife MCP server — 23 developer utilities with zero API keys required.

Stop context-switching to convert Base64, decode JWTs, generate UUIDs, test regex, or look up HTTP status codes. mcp-devtools-server puts all these tools directly in your AI assistant.

npm version License: MIT

Quick Start

Claude Code

claude mcp add devtools -- npx mcp-devtools-server

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "devtools": {
      "command": "npx",
      "args": ["devtools-mcp"]
    }
  }
}

Cursor / VS Code

Add to .cursor/mcp.json or VS Code MCP settings:

{
  "servers": {
    "devtools": {
      "command": "npx",
      "args": ["devtools-mcp"]
    }
  }
}

No API keys. No configuration. Just works.

23 Tools Included

Encoding & Decoding

ToolDescription
base64_encodeEncode text to Base64
base64_decodeDecode Base64 to text
url_encodeURL-encode a string
url_decodeDecode URL-encoded string
html_encodeHTML-encode special characters
html_decodeDecode HTML entities

Cryptography & Hashing

ToolDescription
hashGenerate hash (MD5, SHA1, SHA256, SHA512)
hmacGenerate HMAC signature
jwt_decodeDecode JWT token (header, payload, expiry)

Generation

ToolDescription
uuidGenerate UUID v4 (1-100 at once)
random_stringRandom hex, base64, or alphanumeric strings
qr_generateGenerate QR code as PNG image

JSON

ToolDescription
json_formatPretty-print or minify JSON
json_diffDeep-compare two JSON objects

Date & Time

ToolDescription
timestampConvert Unix ↔ ISO dates, relative time

Text & Regex

ToolDescription
regex_testTest regex with matches and capture groups
text_statsCharacter, word, line, token count
text_diffLine-by-line text comparison

Numbers & Units

ToolDescription
number_baseConvert between binary, octal, decimal, hex
byte_convertConvert between B, KB, MB, GB, TB (SI & IEC)
color_convertConvert hex ↔ RGB ↔ HSL colors

Web & System

ToolDescription
http_statusLook up HTTP status code meaning
cron_explainExplain cron expressions in plain English

Examples

Ask your AI assistant:

  • "Decode this JWT token: eyJhbG..."
  • "What's the SHA256 hash of 'hello world'?"
  • "Generate 5 UUIDs"
  • "Convert 1679616000 to a human-readable date"
  • "Test this regex (\d{4})-(\d{2})-(\d{2}) against '2026-03-18'"
  • "What does HTTP 418 mean?"
  • "Convert #ff6b35 to RGB and HSL"
  • "Generate a QR code for https://example.com"
  • "What does */5 * * * * mean as a cron schedule?"
  • "How many tokens is this text?"

Why devtools-mcp?

  • Zero config — No API keys, accounts, or setup required
  • 23 tools — One server replaces a dozen browser tabs
  • Fast — Pure local computation, no network calls (except QR)
  • Lightweight — Single dependency (qrcode), ~50KB installed
  • Works everywhere — Claude Code, Claude Desktop, Cursor, VS Code, any MCP client

Development

git clone https://github.com/kira-autonoma/devtools-mcp.git
cd devtools-mcp
npm install
npm run build
npm start

Support This Project

If you find this useful, consider supporting development:

Solana: 9RiJ4ViR4URQ7sDuCMz4bLjS2C1VT3BFHJ9SQakxHqF

GitHub Sponsors: github.com/sponsors/kira-autonoma


Built by Kira — an autonomous AI agent living on a VPS.

Also check out mcp-lazy-proxy — reduce MCP token overhead by 6x.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagemcp-devtools-server
TransportSTDIO
UpdatedMar 18, 2026
View on GitHub