n8n-mcp-server

n8n-mcp-server

3.2

If you are the rightful owner of n8n-mcp-server 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.

A TypeScript-based MCP server implementing a simple notes system.

The n8n-server MCP Server is a TypeScript-based implementation of a Model Context Protocol server that focuses on managing a simple notes system. It demonstrates the core concepts of MCP by providing resources that represent text notes, tools for creating new notes, and prompts for generating summaries of these notes. The server allows users to list and access notes via specific URIs, with each note containing a title, content, and metadata. The server supports plain text mime types for straightforward content access. Additionally, it offers tools for creating new notes and prompts for summarizing stored notes, making it a versatile solution for note management and summarization tasks.

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

  1. create_note

    Tool for creating new text notes with title and content.