MCP.so
ログイン

mcp-prompt

@Ceeon

mcp-prompt について

MCP 任务管理工具

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

Ceeon

投稿者

峰 成

設定

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

{
  "mcpServers": {
    "任务API": {
      "command": "npx",
      "args": [
        "@chengfeng2025/mcp-task-api"
      ]
    }
  }
}

ツール

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

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

概要

What is mcp-prompt?

mcp-prompt is a task management tool that uses the Model Context Protocol (MCP) to expose task management API capabilities. It allows MCP clients to interact with a task management system, enabling users to list tasks and retrieve details about a specific task by name.

How to use mcp-prompt?

Install dependencies with npm install, then start the server with node server.js. The server communicates with MCP clients via standard input/output (stdio).

Key features of mcp-prompt

  • Retrieve the complete list of all tasks
  • Get details of a specific task by its name
  • Exposes task management via the MCP protocol
  • Communicates over standard input/output (stdio)

Use cases of mcp-prompt

コメント

「その他」の他のコンテンツ