Skip to content
Claude Desktop

jolt transform web for Claude Desktop

io.github.halversondm/jolt-transform-web

An MCP server that provides bazaarvoic JOLT transformation capabilities.

client:Claude Desktop transport:streamable-http

Install jolt transform web in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "jolt-transform-web": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://jolt-transform.halversondm.com/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

jolt transform web in other clients