aymaneELHICHAMI/sticky-notes-mcp-server
If you are the rightful owner of sticky-notes-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.
AI Sticky Notes: A Model Context Protocol (MCP) application that enables Claude Desktop to create, read, and manage persistent sticky notes.
AI Sticky Notes leverages the Model Context Protocol to provide a seamless integration between Claude Desktop and a simple note-taking system. This implementation allows Claude to save notes to persistent storage, retrieve all saved notes, access the most recently added note, and generate prompts to summarize existing notes. The server registers itself as 'AI Sticky Notes' in the MCP ecosystem, making it discoverable by clients like Claude Desktop. Notes are stored in a simple text file, with each note on a separate line. The server exposes MCP capabilities such as adding notes, reading notes, accessing the latest note, and generating summary prompts.
Features
- Seamless integration with Claude Desktop for note management.
- Persistent storage of notes in a text file.
- Capability to retrieve and summarize notes.
- Automatic discovery and connection by Claude Desktop.
- Simple natural language interaction for note management.
Usages
usage with Claude Desktop
{ "mcpServers": { "ai-sticky-notes": { "command": "uv", "args": [ "run", "mcp", "install", "main.py" ] } } }