Scrapbox
Provides a Model Context Protocol server for managing and summarizing text notes.
About
Scrapbox is a TypeScript-based Model Context Protocol (MCP) server designed to demonstrate core MCP concepts through a simple notes system. It allows users to create, list, and access text notes with URIs and metadata. The server also includes a tool for generating summaries of all stored notes, leveraging the power of LLMs to provide structured prompts and insightful overviews.
Key Features
- Offers a prompt (`summarize_notes`) for generating summaries of all stored notes using LLMs.
- Manages notes as resources with URIs and metadata.
- Supports plain text mime type for simple content access.
- Provides a tool (`create_note`) for creating new text notes with title and content.
- Compatible with Claude Desktop via server configuration.
Use Cases
- Creating a note-taking system integrated with LLM summarization.
- Experimenting with Model Context Protocol concepts.
- Integrating with Claude Desktop for enhanced note management.