duckduckgo-web-search
If you are the rightful owner of duckduckgo-web-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The duckduckgo-web-search MCP Server is a TypeScript-based server that implements a simple notes system, demonstrating core MCP concepts.
The duckduckgo-web-search MCP Server is designed to showcase the fundamental concepts of the Model Context Protocol (MCP) by implementing a straightforward notes system. It allows users to create, list, and access text notes through a URI-based system. Each note is represented as a resource with a title, content, and associated metadata. The server also provides tools for creating new notes and prompts for generating summaries of all stored notes. This server is built using TypeScript and can be integrated with various platforms, including Claude Desktop, for enhanced functionality. The server supports plain text mime types for easy content access and offers a structured prompt for LLM summarization of notes.
Features
- Resources: List and access notes via `note://` URIs, with each note having a title, content, and metadata.
- Tools: `create_note` tool for creating new text notes, requiring title and content as parameters.
- Prompts: `summarize_notes` prompt for generating summaries of all stored notes, including note contents as embedded resources.
Tools
create_note
Tool for creating new text notes with title and content.