Package Exports
- devtoolsonline-mcp
- devtoolsonline-mcp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (devtoolsonline-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
devtoolsonline-mcp 🧰
Model Context Protocol (MCP) server for @devtoolsonline utilities.
This server allows AI assistants (like Claude Desktop, Cursor, and VS Code) to access powerful developer tools locally. It is the engine behind devtoolsonline.dev.
🚀 Available Tools
json_repair: Smart auto-fixing for broken JSON syntax.jwt_decode: Decode JWT Header and Payload with expiration check.string_case: Convert between camelCase, snake_case, PascalCase, and more.
📦 Installation & Usage
You can run this server directly using npx:
npx devtoolsonline-mcp🤖 Configuration for AI Agents
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"devtoolsonline": {
"command": "npx",
"args": ["-y", "devtoolsonline-mcp"]
}
}
}🌐 Website
Check out the web version at: https://devtoolsonline.dev/
MIT © DevTools Online