22 tools to let your AI agent search, triage, and organize your reading list.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"burn": {
"env": {
"BURN_MCP_TOKEN": "<your-token>"
},
"args": [
"burn-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Your reading data as an AI-accessible knowledge base. 26 tools for Claude, Cursor, Windsurf, and any MCP-compatible agent.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP Security Weekly
Get CVE alerts and security updates for io.github.Fisher521/burn-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Your reading data as an AI-accessible knowledge base. 26 tools for Claude, Cursor, Windsurf, and any MCP-compatible agent.
Burn triages your reading with a 24h timer:
The MCP server lets your AI agent search, triage, organize, and analyze everything you've saved.
Download Burn on iOS or use Burn on the web → Settings → MCP Server → Copy Access Token
{
"mcpServers": {
"burn": {
"command": "npx",
"args": ["burn-mcp-server"],
"env": {
"BURN_MCP_TOKEN": "<your-token>"
}
}
}
}
Endpoint:
https://burn-mcp-server.vercel.app/api/mcp
Auth: Authorization: Bearer <BURN_MCP_TOKEN> header.
For claude.ai Connectors (Settings → Connectors → Add custom MCP):
https://burn-mcp-server.vercel.app/api/mcpAuthorization: Bearer <your BURN_MCP_TOKEN>For Claude Code Routines: link globally in Settings → Connectors; Routines will auto-include it.
Direct curl test:
curl -X POST https://burn-mcp-server.vercel.app/api/mcp \
-H "Authorization: Bearer $BURN_MCP_TOKEN" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"1.0"}}}'
Transport: stateless StreamableHTTP, JSON-response mode. Same 26 tools, same token, no install.
| Tool | What it does |
|---|---|
search_vault | Search permanent bookmarks by keyword |
list_vault | List Vault bookmarks by category |
list_sparks | List recently read bookmarks (30-day window) |
search_sparks | Search Sparks by keyword |
list_flame | List inbox — what's about to burn |
get_flame_detail | Full detail on a Flame bookmark |
get_bookmark | Get any bookmark by ID |
get_article_content | Get full article content + analysis |
fetch_content | Fetch content from a URL (X, Reddit, YouTube, WeChat) |
list_categories | All Vault categories with counts |
get_collections | List all Collections |
get_collection_overview | Collection detail with AI overview |
| Tool | What it does |
|---|---|
move_flame_to_spark | Keep it — worth reading. Optional insight. |
move_flame_to_ash | Burn it. Optional reason. |
move_spark_to_vault | Promote to permanent. Optional category. |
move_spark_to_ash | Not valuable enough to keep. |
batch_triage_flame | Triage up to 20 at once. |
| Tool | What it does |
|---|---|
create_collection | Create a topic bundle with initial bookmarks |
add_to_collection | Add bookmarks (deduplicates) |
remove_from_collection | Remove bookmarks |
update_collection_overview | Write AI overview (theme, synthesis, gaps) |
| Tool | What it does |
|---|---|
write_bookmark_analysis | Write structured analysis back to a bookmark |