MCP Protocol ยท Model Context Protocol
DevKits for AI Agents
Let Claude, Cursor, Windsurf and any MCP-compatible AI use 200+ developer tools directly. Format JSON, decode JWT, generate UUIDs โ all from your AI assistant.
Install
npx devkits-mcp-server
No API key required for free tools ยท npm: devkits-mcp-server
๐ค
Claude Desktop
Anthropic
โก
Cursor
AI Code Editor
๐
Windsurf
Codeium
๐ง
Any MCP Client
Open Protocol
Setup in 2 minutes
1
Install the server
Run npx devkits-mcp-server or add to your MCP client config.
2
Connect your AI client
Add DevKits to Claude Desktop, Cursor or any MCP-compatible tool via the config file.
3
Use naturally
Just ask: "Format this JSON" or "Decode this JWT". Your AI calls the right tool automatically.
Claude Desktop config example
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": ["devkits-mcp-server"]
}
}
}
Available Tools
All tools run locally โ your data never leaves your machine.
{ }JSON Formatter
JWTJWT Decoder
B64Base64 Encode/Decode
#!Hash Generator
UUIDUUID Generator
%20URL Encode/Decode
/./ Regex Tester
+/-Diff Checker
YAMLYAML โ JSON
SQLSQL Formatter
CSVCSV โ JSON
๐Password Generator
PRO+ 24 Pro tools with $9 license
200+ tools total โ more being added
Privacy-first by design
DevKits tools run entirely in your browser. When your AI agent calls a tool, the data is processed locally โ JWT payloads, API keys, sensitive JSON never hit our servers.