mcp-server-demo (AI sticky notes)
@aymaneELHICHAMI
About mcp-server-demo (AI sticky notes)
This is a project for creating a custom MCP server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-demo (AI sticky notes)?
mcp-server-demo (AI sticky notes) is a Model Context Protocol (MCP) application that enables Claude Desktop to create, read, and manage persistent sticky notes. It integrates with Claude Desktop via the MCP ecosystem, allowing natural language interaction with a simple note-taking system.
How to use mcp-server-demo (AI sticky notes)?
Clone the repository, install uv, create and activate a virtual environment, run uv sync to install dependencies, then run uv run mcp install main.py. After restarting Claude Desktop, the server is auto‑discovered. Users interact with notes through natural language commands (e.g., “Save this note: …”, “What notes do I have?”).
Key features of mcp-server-demo (AI sticky notes)
- Save new notes to persistent storage
- Retrieve all saved notes
- Access the most recently added note via a resource
- Generate a prompt to summarize existing notes
- Notes stored in a simple text file (notes.txt)
Use cases of mcp-server-demo (AI sticky notes)
- Save a reminder (“Remember to schedule a team meeting”) and confirm storage
- Ask for all existing notes and retrieve them
- Request the latest note (“What was my most recent note?”)
- Ask Claude to summarize all notes using the built‑in prompt
FAQ from mcp-server-demo (AI sticky notes)
What tools does the server expose?
It exposes two tools: add_note (append a new note) and read_notes (retrieve all notes). It also provides a resource (notes://latest) and a prompt (note_summary_prompt).
How are notes stored?
Notes are saved to a plain text file named notes.txt, with each note on a separate line. The file is created automatically if it does not exist.
What are the prerequisites to run the server?
Python 3.7+, the MCP Python SDK, and the Claude Desktop application are required.
How do I connect the server to Claude Desktop?
After running uv run mcp install main.py, open (or restart) Claude Desktop. The server is automatically discovered and appears as “AI Sticky Notes MCP Server” in the developer settings.
Can I see a list of all notes through a resource?
Yes. The server exposes a resource at notes://latest that returns the most recent note when accessed by the client.
More Memory & Knowledge MCP servers
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Comments