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

评论

其他 分类下的更多 MCP 服务器