rework-mcp-server
@caobo171
rework-mcp-server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ClickUp": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server@latest"
],
"env": {
"CLICKUP_API_KEY": "your-api-key",
"CLICKUP_TEAM_ID": "your-team-id",
"DOCUMENT_SUPPORT": "true"
}
}
}
}ツール
10Create a task in a project
Get tasks from a board
Get detailed information about a task
Get all projects and boards
Create a job in a workflow
Get jobs from a workflow
Get detailed information about a job
Get all available workflows
Find users by name or email
Get all workspace members
概要
What is rework-mcp-server?
A Model Context Protocol (MCP) server that integrates the Rework platform with AI applications, enabling AI agents to interact with Rework projects, tasks, workflows, and jobs via a standardized protocol.
How to use rework-mcp-server?
Obtain your Rework API key and workspace ID, then configure the MCP server in your client’s settings JSON or run it directly with Node. Optionally enable SSE mode, set a custom port, or disable specific tools using environment variables. Docker deployment is also supported.
Key features of rework-mcp-server
- Create, view, and manage tasks and projects
- Create and track jobs and workflows
- Find users and assign them to tasks
- Support for custom fields on tasks and jobs
- ID and name‑based lookups with markdown content
- Built‑in error handling and API rate limiting
Use cases of rework-mcp-server
- AI assistant managing project tasks and boards
- Automated workflow job creation and status tracking
- User assignment and lookup within Rework workspaces
- Natural language project and workflow management via AI
FAQ from rework-mcp-server
What credentials are required?
You need a Rework API key and workspace ID, configured via REWORK_API_KEY and REWORK_WORKSPACE_ID environment variables.
How do I disable specific tools?
Set the DISABLED_TOOLS environment variable to a comma‑separated list of tool names (e.g., create_task,get_tasks).
How do I run the server with SSE support?
Set ENABLE_SSE=true and optionally PORT (default 3000) in the environment, then start the server. See the Docker Compose example for a full setup.
Can I customize log verbosity?
Yes, set LOG_LEVEL to trace, debug, info, warn, or error (default: info).
What error messages does the server provide?
Clear messages for missing parameters, invalid IDs, not‑found resources, authentication failures, permission issues, API errors, and rate limiting.
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント