- Sticky Note Mcp Server
Sticky Note Mcp Server
Sticky Note MCP Server is a minimal yet powerful implementation of the **Model Context Protocol (MCP)** built with **FastMCP** in Python.
It lets agents and users create, manage, and summarize sticky notes directly through MCP tools and resources.
### ✨ Features
- 📝 Create, list, update, and delete notes
- 🏷️ Add tags and pinned/archived status
- 🔍 Search and filter by keyword or tag
- 🧠 Generate AI-based summaries or roadmaps
- 🗂️ Built-in resources:
- `notes://latest`
- `notes://pinned`
- `notes://stats`
### 🧰 Tool Endpoints
- `add_note(message, tags=None, pinned=False)`
- `list_notes(tags=None, pinned=None, archived=None)`
- `search_notes(query)`
- `update_note(note_id, message=None, pinned=None, archived=None)`
- `delete_note(note_id)`
- `clear_notes()`
### 🚀 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/aynul-abedin/sticky-note-mcp-server
cd sticky-note-mcp-server
Content
AI Sticky Notes MCP Server
This demo shows a richer Model Context Protocol server built with FastMCP. It turns a simple sticky-note list into a structured note system with tagging, pinning, archiving, and summarisation helpers.
Features
- Structured storage with automatic migration from the legacy
notes.txtfile. - Tools for creating, listing, searching, updating, deleting, and bulk-clearing notes.
- Optional tagging, pinned state, and archived flag for each note.
- Resources that expose the latest note, pinned notes, and aggregate stats.
- Prompt templates for summarising notes or producing a roadmap for a specific tag.
What You Can Do With This MCP Server
This server lets you:
- Create notes with tags and pinned status for important items
- List and filter notes by tags, pinned status, or archived state
- Search through note content and tags to find specific information
- Update existing notes to change their content, tags, or status
- Delete individual notes or bulk-clear all/archived notes
- Pin important notes so they stand out in summaries
- Archive completed or outdated notes without losing them
- Generate summaries of your active notes using AI prompts
- Create roadmaps from tagged notes to plan projects or tasks
- Access stats showing total, active, archived, and pinned note counts
- Retrieve the latest note or all pinned notes via resources
Available MCP Interfaces
Tools
add_note(message, tags=None, pinned=False)– Create a new note with optional tags (comma-separated) and pinned flagread_notes(include_archived=False)– Get all notes sorted by creation date (newest first)list_notes(limit=20, offset=0, tag=None, pinned_only=False, include_archived=False)– Paginated note listing with filteringsearch_notes(query, include_archived=False)– Find notes containing the query text in message or tagsupdate_note(note_id, message=None, tags=None, pinned=None, archived=None)– Modify an existing note's content or metadatadelete_note(note_id)– Permanently remove a specific noteclear_notes(archived_only=False)– Delete all notes, or just archived ones
Each tool returns structured JSON so calling clients can display note metadata alongside the original message.
Resources
notes://latest– most recent active note text.notes://pinned– newline-delimited pinned notes with identifiers.notes://stats– counts for total, active, archived, and pinned notes.
Prompts
note_summary_prompt()– Asks the AI to summarize all active notes and highlights any pinned onesnote_roadmap_prompt(target_tag=None)– Asks the AI to turn matching notes into a prioritized roadmap (optionally filtered by tag)
Example Use Cases
- Personal Task Management: Pin urgent tasks, tag by project, archive completed items
- Brainstorming: Quickly capture ideas with tags, then use the roadmap prompt to organize them
- Meeting Notes: Store discussion points with meeting tags, search later by keywords
- Learning Tracker: Save learning resources or tips, organize by topic tags
- Project Planning: Create notes for features or bugs, filter by tag, generate roadmaps
- Daily Journaling: Quick thoughts throughout the day, summarize with AI at day's end
Running the Server
Activate your environment and launch the MCP server CLI:
uv run mcp dev ./main.py
From another MCP-compatible client, point to the generated manifest or directly invoke the tools/resources/prompts exposed by this server.
Server Config
{
"mcpServers": {
"sticky-note": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"./main.py"
],
"env": {
"OPENAI_API_KEY": "<API_KEY>"
}
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.