Skip to content
Claude Desktop

JFrog Remote MCP Server for Claude Desktop

io.github.jfrog/jfrog-mcp-server

MCP Server for JFrog, providing tools for development and artifact management.

client:Claude Desktop transport:streamable-http

Install JFrog Remote MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "jfrog-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://myPlatform.jfrog.github.io/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

JFrog Remote MCP Server in other clients