Skip to content
Claude Desktop

ForgeKit for Claude Desktop

dev.useforgekit/forgekit

Developer utility MCP: screenshots, PDFs, OG, QR, link preview, JSON validate, ShipPack.

client:Claude Desktop transport:streamable-http

Install ForgeKit in Claude Desktop

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

{
  "mcpServers": {
    "forgekit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://useforgekit.dev/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

ForgeKit in other clients