MCP Notes 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., "@MCP Notes Serveradd a note: implement login with OAuth, high priority"
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.
MCP Notes Server
A Model Context Protocol (MCP) server for developer note-taking. Track your project implementation progress with easy-to-use tools for creating, managing, and exporting development notes.
Features
Add Notes: Create notes for features you're implementing with tags, status, and priority
List Notes: View and filter notes by feature, tags, or status
Update Notes: Modify existing notes as your implementation progresses
Delete Notes: Remove notes that are no longer needed
Export Notes: Export your notes to Markdown or JSON format
Persistent Storage: Notes are saved locally in JSON format
Related MCP server: MCP Notes Server
Installation
pip install mcp-notes-serverUsage
Running the Server
mcp-notes-serverAvailable Tools
add_note: Add a new development note
feature(required): The feature being implementedcontent(required): The note contenttags(optional): Array of tags for categorizationstatus(optional): "in_progress", "completed", or "blocked"priority(optional): "low", "medium", or "high"
list_notes: List notes with optional filtering
feature(optional): Filter by feature name (partial match)tags(optional): Filter by tagsstatus(optional): Filter by status
update_note: Update an existing note
note_id(required): The ID of the note to updatecontent(optional): New contentstatus(optional): New statuspriority(optional): New prioritytags(optional): New tags
delete_note: Delete a note
note_id(required): The ID of the note to delete
export_notes: Export notes to markdown or JSON format
feature(optional): Filter by feature before exportformat(optional): "markdown" or "json" (default: "markdown")
Integration with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"notes": {
"command": "mcp-notes-server"
}
}
}Storage
Notes are stored in ~/.mcp_notes/notes.json by default.
Development
To install in development mode:
git clone https://github.com/yourusername/mcp-notes-server.git
cd mcp-notes-server
pip install -e .License
MIT License
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/dekdee/note-taking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server