CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Burn Mcp Server

fisher521/burn-mcp-server
1authSTDIO, HTTPregistry active
Summary

Turns your reading inbox into an AI-accessible knowledge base with a time-pressure triage system. Exposes 26 tools for searching, moving, and analyzing bookmarks across four states: Flame (24h to read), Spark (30-day window), Vault (permanent), and Ash (expired). Your agent can search your saved articles, fetch full content from URLs, batch-triage your inbox based on relevance, create curated collections with AI overviews, and auto-watch RSS feeds or social accounts to pull new content into your queue. Works via stdio for local clients or stateless HTTPS for cloud environments. Useful when you want Claude to act as librarian, curator, or research assistant over everything you've bookmarked, with the ability to write structured analysis back into your knowledge base.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Burn — Personal Knowledge Base MCP Server

npm version License: MIT Burn MCP

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.

You need a free Burn account to use this server. Install the iOS app or open burn451.cloud → Settings → MCP Server → Copy Access Token. Burn has a free tier (5 saves/day, all 26 MCP tools included) and a Pro plan at $4.99/month for unlimited saves.

How it works

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:

  • Flame → New links. 24h to read or they burn.
  • Spark → You read it. Stays 30 days.
  • Vault → Permanent. Your curated knowledge.
  • Ash → Expired. They had their chance.

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.

Quick Start

1. Get your token

  1. Create a free Burn account — iOS app or web
  2. Open the app → Settings → MCP Server → Generate token → Copy

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.

2. Add to Claude Desktop

{
  "mcpServers": {
    "burn": {
      "command": "npx",
      "args": ["burn-mcp-server"],
      "env": {
        "BURN_MCP_TOKEN": "<your-token>"
      }
    }
  }
}

3. Start asking

  • "What did I save about system design?"
  • "Triage my Flame — what should I keep?"
  • "Create a collection from my AI bookmarks"

Add to Cursor

.cursor/mcp.json:

{
  "mcpServers": {
    "burn": {
      "command": "npx",
      "args": ["burn-mcp-server"],
      "env": { "BURN_MCP_TOKEN": "<your-token>" }
    }
  }
}

Add to Claude Code (CLI)

claude mcp add burn -e BURN_MCP_TOKEN=<your-token> -- npx burn-mcp-server

Example prompts

Reading triage:

  • "Go through my Flame inbox, read each article, keep anything about AI agents and burn the rest."
  • "What's about to expire in the next 6 hours that I'd regret losing?"

Knowledge retrieval:

  • "Search my Vault for everything on context engineering and summarize the main schools of thought."
  • "Which authors do I save most often? What does that say about my reading gaps?"

Research curation:

  • "Create a collection called 'MCP in production' from my saves, then write an overview of what my sources agree and disagree on."
  • "Add a watched source for Simon Willison's blog so new posts land in my Flame."

Writing with your own sources:

  • "I'm writing about read-later apps. Pull every relevant bookmark I have and list the claims I can support with a source."

Tools (26)

Search & Read

ToolWhat it does
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
get_bookmarkGet any bookmark by ID
get_article_contentGet full article content + analysis
fetch_contentFetch content from a URL (X, Reddit, YouTube, WeChat)
list_categoriesAll Vault categories with counts
get_collectionsList all Collections
get_collection_overviewCollection detail with AI overview

Triage (Agent as your filter)

ToolWhat it does
move_flame_to_sparkKeep it — worth reading. Optional insight.
move_flame_to_ashBurn it. Optional reason.
move_spark_to_vaultPromote to permanent. Optional category.
move_spark_to_ashNot valuable enough to keep.
batch_triage_flameTriage up to 20 at once.

Collections (Agent as your curator)

ToolWhat it does
create_collectionCreate a topic bundle with initial bookmarks
add_to_collectionAdd bookmarks (deduplicates)
remove_from_collectionRemove bookmarks
update_collection_overviewWrite AI overview (theme, synthesis, gaps)

Analysis (Agent as your analyst)

ToolWhat it does
write_bookmark_analysisWrite structured analysis back to a bookmark

Auto-Feed (Agent as your scout)

ToolWhat it does
add_watched_sourceWatch an X user, RSS feed, or YouTube channel. New posts flow into Flame automatically.
list_watched_sourcesList all active watched sources
remove_watched_sourceStop watching a source
scrape_watched_sourcesFetch new content from watched sources on demand

Resources

URIContent
burn://vault/bookmarksAll Vault bookmarks (JSON)
burn://vault/categoriesCategory list (JSON)

Use Cases

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.

Environment Variables

VariableRequiredDescription
BURN_MCP_TOKENYes*Long-lived MCP token (recommended)
BURN_SUPABASE_TOKENYes*Legacy JWT token (still supported)
BURN_API_URLNoCustom API URL (default: production)

*One of BURN_MCP_TOKEN or BURN_SUPABASE_TOKEN required.

Security

  • Token scoped to your data only (Row Level Security)
  • Status flow enforced: Flame → Spark → Vault, or → Ash
  • Rate limit: 30 calls/min per session
  • Tokens expire after 30 days

Links

  • App: burn451.cloud
  • iOS App: App Store
  • npm: burn-mcp-server
  • Chrome Extension: Search "Bookmark Autopsy" on Chrome Web Store
  • Read-later app comparison (10 tools tested): best-read-later-app-2026
  • AI bookmark organizer rankings: best-ai-bookmark-manager-2026
  • Pocket alternative pillar: pocket-alternative-2026
  • vs Raindrop comparison: burn-vs-raindrop
  • Developer docs: burn451.cloud/developers

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Configuration

BURN_MCP_TOKEN*secret

Long-lived MCP token from Burn App → Settings → MCP Server

Registryactive
Packageburn-mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedApr 16, 2026
View on GitHub