MCP.so
ログイン
M

Mcp Server Todo

@bba432288-beep

Mcp Server Todo について

A MCP server for managing Todo items. It exposes five tools that allow AI assistants (such as Claude) to create, read, update, and delete todos via natural language.

基本情報

カテゴリ

生産性

トランスポート

stdio

公開者

bba432288-beep

投稿者

add bb

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-todo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-todo"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Server Todo?

Mcp Server Todo is a Model Context Protocol (MCP) server for managing todo items. It exposes five tools that let AI assistants (such as Claude) create, read, update, and delete todos via natural language, with zero backend setup required — the server connects to a hosted, always-on REST backend.

How to use Mcp Server Todo?

Run it directly via npx: npx mcp-server-todo. No installation is needed. Configure it in your MCP client’s mcp.json (e.g., claude_desktop_config.json) using the command npx with args ["-y", "mcp-server-todo"].

Key features of Mcp Server Todo

  • Five tools: add, list, get, update, delete todos
  • Zero backend setup — connects to hosted REST API
  • No database, server deployment, or credentials to manage
  • Run directly via npx, no installation required
  • Works with AI assistants like Claude via MCP

Use cases of Mcp Server Todo

  • AI assistant managing a personal task list via natural language
  • Quickly creating, updating, or deleting todos without manual entry
  • Retrieving and reviewing all todo items in a structured format
  • Integrating todo management into AI-powered workflows with no infrastructure

FAQ from Mcp Server Todo

What tools does Mcp Server Todo expose?

It exposes five tools: list_todos, add_todo, get_todo, update_todo, and delete_todo.

Do I need to set up a database or backend?

No. The server uses a hosted, always-on REST backend with no need to provision a database, deploy a server, or manage credentials.

How do I install Mcp Server Todo?

No installation is required. Run it directly via npx using npx mcp-server-todo.

How do I configure it with an MCP client?

Add the server to your MCP configuration file (e.g., claude_desktop_config.json) with command: "npx" and args: ["-y", "mcp-server-todo"].

What parameters does the add_todo tool require?

It requires a single string parameter title (required) that specifies the title of the new todo item.

コメント

「生産性」の他のコンテンツ