AI Sticky Notes MCP Server
Enables AI assistants to manage local sticky notes, allowing users to add, read, retrieve the latest note, and generate AI summaries through natural language.
README
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
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.md
MCP 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-mcp
Install dependencies
uv sync
or
pip install "mcp[cli]"
Running the MCP Server
python main.py
or
mcp dev main.py
Connecting 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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。