22 tools to let your AI agent search, triage, and organize your reading list.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Burn Mcp Server.
search_vaultSearch permanent bookmarks by keyword
list_vaultList Vault bookmarks by category
list_sparksList recently read bookmarks (30-day window)
search_sparksSearch Sparks by keyword
list_flameList inbox β what's about to burn
get_flame_detailFull detail on a Flame bookmark
Want this badge in your own README? Grab the markdown at burn451.cloud/developers#badges.
Your reading data as an AI-accessible knowledge base. 26 tools for Claude, Cursor, Windsurf, and any MCP-compatible agent.
Watch the real Claude β Burn walkthrough β the exact read-only prompt, tool calls, sources, and limits are published so you can reproduce it.
You need a free Burn account to use this server. Fastest path: open Burn on the web β Settings β MCP Server β Copy Access Token. Prefer the app? Download Burn for iPhone. Burn has a free tier (5 saves/day, all 26 MCP tools included) and a Pro plan at $4.99/month for unlimited saves.
Burn is a read-later app with a 24-hour deadline β saves auto-burn unless you read or rescue them. The honest answer to the bookmark graveyard problem β research suggests 84% of saved bookmarks are never revisited (Bergman, Whittaker & Schooler, 2021).
Triage flow:
The MCP server lets your AI agent search, triage, organize, and analyze everything you've saved. Built for Claude users who want their reading history as context.
Migrating from another tool? Burn is a Pocket replacement (Mozilla shut Pocket down July 2025), an Omnivore alternative (acquired by ElevenLabs late 2024), and a Matter app alternative.
The server exchanges your token for a short-lived Supabase session and caches it in ~/.burn/mcp-session.json. No re-login on each run.
Use the hosted endpoint with the same Burn token. Nothing runs locally:
For claude.ai, open Settings β Connectors β Add custom MCP, use the endpoint above, and add the same Authorization header.
Run the npm package locally in Claude Desktop, Cursor, Windsurf, or Claude Code:
.cursor/mcp.json:
Reading triage:
Knowledge retrieval:
Research curation:
Writing with your own sources:
| 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 |
| Tool | What it does |
|---|---|
add_watched_source | Watch an X user, RSS feed, or YouTube channel. New posts flow into Flame automatically. |
list_watched_sources | List all active watched sources |
remove_watched_source | Stop watching a source |
scrape_watched_sources | Fetch new content from watched sources on demand |
Honest boundaries, so you know what to expect before connecting an agent:
search_vault and search_sparks match on title, tags, and the AI-generated takeaway β not embedding similarity. Search by topic keyword, not by vague description.https://burn-mcp-server.vercel.app/api/mcp; local clients run npx burn-mcp-server over stdio. Both require a token you generate and paste once per client.write_bookmark_analysis and update_collection_overview let the agent write structured notes back to your data. These write tools are newer and less battle-tested than the read/search/triage tools above.| URI | Content |
|---|---|
burn://vault/bookmarks | All Vault bookmarks (JSON) |
burn://vault/categories | Category list (JSON) |
Personal knowledge management β Your agent searches your reading history to answer questions, find patterns, and surface forgotten gems. See AI bookmark management concepts.
Research workflows β Create collections on topics you're exploring. Agent writes overviews synthesizing your sources. Examples: vault as Karpathy LLM wiki, Paul Graham vault, Simon Willison vault.
Reading triage β Agent reviews your Flame inbox, reads the content, decides what's worth keeping. Solves the reading list app problem of saves piling up.
Cross-tool intelligence β Use with Claude Code, Cursor, or Windsurf. Your bookmarks become context for coding, writing, and thinking. The MCP server architecture is open and documented.
Free vs paid choice β Burn's free tier includes all 26 MCP tools (5 saves/day); Pro is $4.99/month. See free bookmark manager comparison for honest landscape across 8 truly-free options.
| Variable | Required | Description |
|---|---|---|
BURN_MCP_TOKEN | Yes* | Long-lived MCP token (recommended) |
BURN_SUPABASE_TOKEN | Yes* | Legacy JWT token (still supported) |
BURN_API_URL | No | Custom API URL (default: production) |
*One of BURN_MCP_TOKEN or BURN_SUPABASE_TOKEN required.
The container builds the TypeScript source, keeps only production dependencies, and runs the stdio server as a non-root user. Authentication remains a runtime requirement; no token is included in the image.
For a Glama release, use the repository Dockerfile (or the equivalent build steps npm ci and npm run build), set the CMD to node dist/index.js, and declare BURN_MCP_TOKEN as a required secret string. The Glama build test needs a dedicated test-account token supplied through its placeholder/secret configuration; never commit that token or use a maintainer's primary account token. After the build test succeeds, publish a Glama release and sync the server profile.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/burn-mcp-server)<a href="https://allmcps.com/mcp/burn-mcp-server"><img src="https://allmcps.com/api/badge/burn-mcp-server?style=directory" alt="Burn Mcp Server on AllMCPs" /></a>