Search Fetch
Creatednexon33
Provides resources and tools for creating, fetching, and searching notes, along with prompt generation for summarization.
About
Search Fetch is a Model Context Protocol (MCP) server that implements a simple notes system, demonstrating core MCP concepts. It provides resources representing text notes with URIs and metadata, tools for creating new notes, fetching URLs, and performing searches. It also includes prompts for generating summaries of notes, making it a useful tool for managing and summarizing information within an MCP-compatible environment like Claude.
Key Features
- Generates prompts for LLM summarization of stored notes.
- Performs DuckDuckGo searches and returns results as a JSON string.
- Provides access to notes via note:// URIs.
- Fetches content from URLs, optionally converting to markdown using Puppeteer.
- Creates and manages text notes with titles, content, and metadata.
- 0 GitHub stars
Use Cases
- Integrating note-taking functionality with Claude.
- Automating web content retrieval and summarization.
- Enabling search capabilities within a note-taking system.