mcp-prompt

by Ceeon

284 downloads
Not rated
GitHub

About

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.

Details

Author
Ceeon
Downloads
284
Categories
Other

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-prompt
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

get_all_tasks

get_task_by_name

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-prompt": {
            "\u4efb\u52a1API": {
                "command": "npx",
                "args": [
                    "@chengfeng2025/mcp-task-api"
                ]
            }
        }
    }
}

McpServers

{
    "\u4efb\u52a1API": {
        "command": "npx",
        "args": [
            "@chengfeng2025/mcp-task-api"
        ]
    }
}

MCP-prompt

这是一个使用 Model Context Protocol (MCP) 实现的任务管理工具。该工具提供了通过 MCP 协议访问任务管理 API 的能力。

功能

- 获取所有任务列表
- 根据任务名称获取特定任务详情

安装

npm install

使用方法

node server.js

这个服务器将使用标准输入输出 (stdio) 与 MCP 客户端通信。

依赖

- @modelcontextprotocol/sdk
- zod
- node-fetch

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.