Rework MCP Server - Integrate rework tasks with AI through Model Context Protocol
Most planning and project tracking work still happens through a UI a human drives. Rework MCP server moves it into the conversation instead. Rework MCP Server - Integrate rework tasks with AI through Model Context Protocol.
A Model Context Protocol (MCP) server for integrating Rework platform with AI applications. This server allows AI agents to interact with Rework projects, tasks, workflows, and jobs through a standardized protocol.
The server publishes 10 tools. What each one is for:
create_task — Create a task in a projectget_tasks — Get tasks from a boardget_detail_task — Get detailed information about a taskget_projects — Get all projects and boardscreate_job — Create a job in a workflowget_jobs — Get jobs from a workflowget_detail_job — Get detailed information about a jobget_workflows — Get all available workflowsfind_users — Find users by name or emaillist_all_users — Get all workspace membersConfiguration is passed through the environment: REWORK_PROJECT_ACCESS_TOKEN, REWORK_PROJECT_PASSWORD, REWORK_WORKFLOW_ACCESS_TOKEN, REWORK_WORKFLOW_PASSWORD, REWORK_ACCOUNT_ACCESS_TOKEN, REWORK_ACCOUNT_PASSWORD, ENABLE_SSE, PORT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Rework's toolset — create_task, get_tasks, get_detail_task and 7 more — is a fair guide to whether it matches your workflow. It is maintained by rework-com; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| create_task | Create a task in a project |
| get_tasks | Get tasks from a board |
| get_detail_task | Get detailed information about a task |
| get_projects | Get all projects and boards |
| create_job | Create a job in a workflow |
| get_jobs | Get jobs from a workflow |
| get_detail_job | Get detailed information about a job |
| get_workflows | Get all available workflows |
| find_users | Find users by name or email |
| list_all_users | Get all workspace members |
{
"mcpServers": {
"Rework": {
"command": "npx",
"args": [
"-y",
"rework-mcp-server"
],
"env": {
"REWORK_PROJECT_ACCESS_TOKEN": "",
"REWORK_PROJECT_PASSWORD": "",
"REWORK_WORKFLOW_ACCESS_TOKEN": "",
"REWORK_WORKFLOW_PASSWORD": "",
"REWORK_ACCOUNT_ACCESS_TOKEN": "",
"REWORK_ACCOUNT_PASSWORD": ""
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| REWORK_PROJECT_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| REWORK_PROJECT_PASSWORD | Configuration value read at startup. | Optional |
| REWORK_WORKFLOW_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| REWORK_WORKFLOW_PASSWORD | Configuration value read at startup. | Optional |
| REWORK_ACCOUNT_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| REWORK_ACCOUNT_PASSWORD | Configuration value read at startup. | Optional |
| ENABLE_SSE | Configuration value read at startup. | Optional |
| PORT | Configuration value read at startup. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.