mcp-prompt
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-promptCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



