duckduckgo-web-search

duckduckgo-web-search

9

The duckduckgo-web-search is a TypeScript-based MCP server focusing on a notes system to showcase Model Context Protocol concepts. It allows users to create, list, and summarize notes while providing URI-based access and metadata features.

duckduckgo-web-search MCP Server

This TypeScript-based MCP server implements a notes system to demonstrate core MCP concepts. It provides:

  • Resources: Access and list notes via note:// URIs, each with a title, content, and metadata.
  • Tools: Functions like create_note to add new text notes, requiring a title and content.
  • Prompts: summarize_notes to generate summaries of stored notes for LLM summarization.

Features

  • Resources: Notes with URIs, titles, and metadata.
  • Tools: Create notes with create_note.
  • Prompts: Summarize all stored notes with summarize_notes.