MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A simple Model Context Protocol (MCP) server built using the FastMCP framework. This demo turns your Claude Desktop into a sticky note manager, letting you add, read, and summarize notes through natural language or MCP tools.

Created 11/1/2025
Updated about 1 month ago
Repository documentation and setup instructions

AI Sticky Notes — MCP Server

A simple Model Context Protocol (MCP) server built using the FastMCP framework. This demo turns your Claude Desktop into a sticky note manager, letting you add, read, and summarize notes through natural language or MCP tools.

Demo

Demo

Demo


Features

Add notes — Save text notes to a file Read notes — Retrieve all saved notes Get the latest note — Fetch the most recent entry Summarize notes — Generate an AI prompt to summarize all notes Persistent storage — Notes are stored in notes.txt


Framework

Language: Python 3.10+ Framework: FastMCP Interface: Claude Desktop via MCP Dependency Manager: uv


Quick Setup
Installation guide for this server

Install Package (if required)

uvx mcp-note-maker

Cursor configuration (mcp.json)

{ "mcpServers": { "joeducerr-mcp-note-maker": { "command": "uvx", "args": [ "mcp-note-maker" ] } } }