MCP.so
ログイン

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

基本情報

カテゴリ

メモリとナレッジ

ランタイム

python

トランスポート

stdio

公開者

ximanta

設定

以下の設定を使って、このサーバーを 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.

コメント

「メモリとナレッジ」の他のコンテンツ