← Registry

Developer Tools

codefmt.dev

Formats and lints JavaScript, Python, or HubL code for automation platforms like Zapier, n8n, Pipedream, Make, and HubSpot, with natural-language question support.

1 endpoint3 known toolsFirst detected August 4, 2026Last detected August 19, 2026

ENDPOINT 1

https://codefmt.dev/api/mcp

No auth detected

MCP server metadata

Name
codefmt
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes
Server instructions

format_code { code, platform, language? } formats JavaScript, Python, or HubL for an automation platform (output { formatted_code, diagnostics, error }). ask_codefmt { query } answers natural-language questions about codefmt with cited sources. format_json { json, indent?, sort_keys? } pretty-prints or minifies a JSON document (output { formatted_json, error }).

Known tools 3

format_code

Format and lint JavaScript, Python, or HubL code for Zapier, n8n, Pipedream, Make, or HubSpot.

Inferred read-only
ask_codefmt

Ask a natural-language question about codefmt — formatting and linting JavaScript, Python, and HubL for automation platforms (Zapier, n8n, Pipedream, Make, HubSpot).

Inferred read-only
format_json

Format (pretty-print or minify) a JSON document, optionally sorting object keys.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.codefmt]
url = "https://codefmt.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "codefmt": {
      "type": "http",
      "url": "https://codefmt.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: codefmt
Remote MCP URL: https://codefmt.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "codefmt": {
      "url": "https://codefmt.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "codefmt": {
      "type": "http",
      "url": "https://codefmt.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "codefmt",
  "transport": "streamable-http",
  "url": "https://codefmt.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for codefmt.dev was fetched 2026-08-24T01:51:48.931Z.

Trust status Neutral

codefmt.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.