Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @flarelink/mcp
MCP client config
{
"mcpServers": {
"flarelink": {
"command": "npx",
"args": [
"-y",
"@flarelink/mcp"
]
}
}
}