Implements a Model Context Protocol (MCP) server with a simple notes system to demonstrate core MCP concepts.
N8n provides a TypeScript-based MCP server showcasing essential MCP principles through a notes system. It allows users to manage text notes with URIs and metadata, create new notes via provided tools, and generate summaries of all stored notes. The server offers resources for listing and accessing notes, tools for creating new notes with titles and content, and prompts for generating summaries including all note contents as embedded resources, designed for LLM summarization.