MCP.so
Sign In

メモMCPサーバー

@tomiyasu0428

About メモMCPサーバー

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

tomiyasu0428

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is メモMCPサーバー?

メモMCPサーバー is a simple memo application built with FastMCP. It allows AI assistants such as Claude to create, read, update, and delete memo notes via the Model Context Protocol (MCP).

How to use メモMCPサーバー?

Install dependencies with npm install, then start the server with npm run dev. In Claude Desktop, add a new MCP server with type command, command npx, and arguments pointing to the server's entry script (e.g., tsx /path/to/src/index.ts).

Key features of メモMCPサーバー

  • Five tools: createMemo, getMemo, updateMemo, deleteMemo, listMemos
  • Memos stored as text files on the desktop in a メモ folder
  • Integrates directly with Claude Desktop via MCP
  • Each memo is identified by its title
  • No external database required

Use cases of メモMCPサーバー

  • An AI assistant saving meeting notes as memos
  • Retrieving a previously stored reminder by title
  • Updating the content of a task list memo
  • Deleting outdated memos to keep storage clean
  • Listing all saved memos for an overview

FAQ from メモMCPサーバー

What tools does メモMCPサーバー provide?

It provides five tools: createMemo, getMemo, updateMemo, deleteMemo, and listMemos. createMemo and updateMemo require title and content; getMemo and deleteMemo require only title; listMemos takes no parameters.

Where are memos stored?

Memos are saved as text files in a folder named メモ on the user's desktop. Each memo filename is based on its title.

How do I connect メモMCPサーバー to Claude?

In Claude Desktop, go to Settings > MCP > Add New Server. Set type to command, command to npx, and arguments to tsx followed by the full path to the server's src/index.ts file.

Do I need to keep the server running?

Yes, the server must be started (e.g., with npm run dev) before Claude can communicate with it via MCP.

What runtime or dependencies are required?

Node.js and npm are required. After running npm install, the server runs using tsx to execute TypeScript directly.

Comments

More Other MCP servers