Note Manager MCP Server for Claude Desktop
@ximanta
关于 Note Manager MCP Server for Claude Desktop
MCP Server for a note management application that integrates with Agents with MCP client integration - Tested with Claude Desktop
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"note-manger-mcp-server": {
"command": "uv",
"args": [
"init",
"note-manager-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Note Manager MCP Server for Claude Desktop?
The Note Manager MCP Server for Claude Desktop is a Model Context Protocol server that integrates a note management application with agents like Claude Desktop. It allows users to view, add, delete, and search notes during conversations with Claude.
How to use Note Manager MCP Server for Claude Desktop?
Install the server using uv and the MCP CLI, then install it in Claude Desktop via uv run mcp install main.py. After restarting Claude Desktop, users can manage notes by asking natural-language commands such as "Show me my notes" or "Add a new note about [topic]".
Key features of Note Manager MCP Server for Claude Desktop
- View all notes for a user
- Add new notes with automatic date timestamps
- Delete notes by ID
- Search notes by keyword
- Search notes by date
- In-memory storage during the session (not persisted)
Use cases of Note Manager MCP Server for Claude Desktop
- Quickly capture ideas while chatting with Claude
- Retrieve previously saved notes during a conversation
- Delete outdated or incorrect notes
- Find notes containing specific keywords
- Locate notes created on a particular date
FAQ from Note Manager MCP Server for Claude Desktop
What does the Note Manager MCP Server for Claude Desktop do?
It provides tools to manage notes (view, add, delete, search) through Claude Desktop using natural language. Data is stored in memory for the duration of the session.
What are the prerequisites for using it?
Python 3.10 or higher and the Claude Desktop application are required.
How is note data stored?
Notes are stored in memory during the session and are not persisted between sessions.
How can I test or inspect the server?
Use the command uv run mcp dev main.py to launch the MCP Inspector for testing.
Does the server require authentication?
—
What transport protocol does it use?
The server uses the MCP protocol integrated with Claude Desktop; no additional transport configuration is mentioned.
记忆与知识 分类下的更多 MCP 服务器
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Notion MCP Server
makenotionOfficial Notion MCP Server
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
评论