burn mcp server for Claude Desktop
io.github.fisher521/burn-mcp-server
AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install burn mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"burn-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://burn-mcp-server.vercel.app/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