MCP.so
Sign In

mcp-prompt

@Ceeon

About mcp-prompt

MCP 任务管理工具

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Ceeon

Submitted by

峰 成

Config

Add this server to your MCP-compatible client using the configuration below.

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

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-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

Comments

More Other MCP servers