codefmt
dev.codefmt/codefmtFormat/lint JS, Python, HubL for automation platforms. Tools: format_code, format_json, ask_codefmt
Tools · 3
Format and lint JavaScript, Python, or HubL code for Zapier, n8n, Pipedream, Make, or HubSpot. Wraps the source in each platform's runtime shell before formatting so top-level await, bare return, and …
Ask a natural-language question about codefmt: formatting and linting JavaScript, Python, and HubL for automation platforms (Zapier, n8n, Pipedream, Make, HubSpot). Returns a grounded answer drawn fro…
Format (pretty-print or minify) a JSON document, optionally sorting object keys. Number literals are preserved exactly (64-bit IDs safe); parse errors report the exact line and column.
Resources · 1
Renders a format_code or format_json result: the formatted source with a copy action, lint diagnostics with line/column, and the error contract on failure.
ui://codefmt/format-result
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"codefmt": {
"url": "https://codefmt.dev/api/mcp",
"transport": "streamable-http"
}
}
}