AI Sticky Notes MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Sticky Notes MCP ServerAdd a note: remember to buy groceries"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Sticky Notes MCP Server
An AI-powered Sticky Notes application built using the Model Context Protocol (MCP) and FastMCP. This project allows AI assistants like Claude Desktop to interact with a local note-taking system through MCP tools, resources, and prompts.
The server enables users to create, retrieve, summarize, and organize notes directly through natural language conversations with Claude.
Features
š Add new sticky notes
š Read all saved notes
š Retrieve the latest note
š¤ Generate AI summaries of stored notes
š Persistent local storage using a text file
š Works as an MCP server for Claude Desktop
Related MCP server: mor
Tech Stack
Python 3.12+
FastMCP
Model Context Protocol (MCP)
Claude Desktop
UV Package Manager
Project Structure
.
āāā main.py # MCP server implementation
āāā notes.txt # Stores all sticky notes
āāā pyproject.toml # Project configuration
āāā uv.lock # Dependency lock file
āāā .python-version
āāā .gitignore
āāā README.mdMCP Components
Tools
1. add_notes(message)
Adds a new note to the local notes file.
Example:
Add a note saying:
Finish the AI assignment tonight.2. read_notes()
Returns all stored notes.
Example:
Show me all my notes.3. show_latest_note_view()
Displays the latest note in a structured format.
Example:
Show my latest note.Resources
notes://latest
Returns the most recently saved note.
Example:
Read the latest sticky note.Prompts
note_summary_prompt()
Automatically creates a prompt that asks Claude to summarize all stored notes.
Example:
Summarize my notes.Claude receives a prompt containing every saved note and generates an intelligent summary.
Installation
Clone the repository
git clone https://github.com/yourusername/ai-sticky-notes-mcp.git
cd ai-sticky-notes-mcpInstall dependencies
uv syncor
pip install "mcp[cli]"Running the MCP Server
python main.pyor
mcp dev main.pyConnecting to Claude Desktop
Add the server configuration to Claude Desktop.
Example:
{
"mcpServers": {
"sticky-notes": {
"command": "python",
"args": [
"/absolute/path/to/main.py"
]
}
}
}Restart Claude Desktop after saving the configuration.
Example Usage
Add a Note
Remember to submit my internship assignment tomorrow.Read Notes
Show all my notes.Latest Note
What was my latest note?AI Summary
Summarize all my notes.How It Works
Claude sends a request through the MCP protocol.
The MCP server receives the request.
FastMCP routes the request to the appropriate Tool, Resource, or Prompt.
Notes are stored or retrieved from
notes.txt.Claude receives the response and presents it naturally to the user.
Future Improvements
Semantic search using vector embeddings
SQLite or MongoDB storage
Note categories and tags
Note editing and deletion
AI-generated quizzes from notes
Note importance ranking
PDF note import
Voice note support
Multi-user authentication
Cloud synchronization
Learning Outcomes
Through this project, I learned:
Model Context Protocol (MCP)
Building custom AI tools
FastMCP server development
Claude Desktop integrations
Tool, Resource, and Prompt architecture
Local data persistence
AI-assisted note management
License
This project is intended for educational and learning purposes.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to create, read, and summarize sticky notes stored in a local text file through MCP tools, resources, and prompts.Last updated
- Alicense-qualityAmaintenanceEnables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.Last updated152MIT
- Alicense-qualityCmaintenanceEnables AI assistants to interact with a local folder of Markdown notes, supporting listing, reading, searching, creating, and appending to notes with strict security boundaries.Last updatedMIT
- Alicense-qualityBmaintenanceEnables AI assistants to capture, search, update, and delete notes in a local Markdown vault with automatic categorization and tagging, making knowledge management seamless.Last updated181MIT
Related MCP Connectors
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aakash-Agrahari/claude_connector_notes_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server