Skip to content
Claude Desktop

Flarelink for Claude Desktop

dev.flarelink/mcp

Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools.

client:Claude Desktop transport:stdio runtime:npm

Install Flarelink in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@flarelink/mcp"
      ],
      "env": {
        "FLARELINK_API_KEY": "<FLARELINK_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Flarelink in other clients