Cursor plugin that connects agents to Wrike through Wrike's official remote Model Context Protocol server.
Search a Wrike workspace, navigate folder and project hierarchies, and create or update tasks, projects, and comments.
- Open Cursor Settings → Plugins.
- Search for Wrike.
- Click Install, then set your Wrike permanent access token (below).
Or run /add-plugin wrike in chat.
{
"mcpServers": {
"wrike": {
"type": "http",
"url": "https://mcp.wrike.com/v2",
"headers": {
"Authorization": "Bearer ${WRIKE_ACCESS_TOKEN}"
}
}
}
}Auth is a Wrike permanent access token sent as a bearer token. Create one under Apps & Integrations → API, then set it in Dashboard → Plugins → Configure.
Wrike's MCP server does not offer Dynamic Client Registration, so a token is the supported path for clients like Cursor rather than a browser OAuth flow.
Wrike MCP is available on all plans (Free, Team, Business, Pinnacle, and Apex). Creating the token requires Wrike API permissions, which Account Owners have by default.
| Category | Capabilities |
|---|---|
| Search | Unified search across the workspace |
| Navigation | Browse folders, projects, and spaces |
| Tasks | Create and update tasks, including bulk actions |
| Comments & inbox | Post comments and read the Wrike inbox |
| Metadata | Time logs, contacts, and custom fields |
The hosted runtime is the source of truth for tool names and schemas.
- Tool calls run with the permissions of the user who owns the token.
https://mcp.wrike.com/v2is served over streamable HTTP only — there is no SSE fallback.- The older
https://mcp.wrike.com/app/mcp/streamandhttps://mcp.wrike.com/app/mcp/sseURLs are MCP v1 and serve an older tool set. Some Wrike pages still reference them. - Wrike also supports connector-style OAuth using a client ID and secret from an OAuth app an admin creates. That path is aimed at hosted connectors rather than local clients.
- Wrike MCP server overview: https://developers.wrike.com/docs/wrike-mcp-server-overview
- Set up other MCP clients: https://developers.wrike.com/docs/setup-other-mcp-clients-with-wrike-mcp
- Wrike MCP (help center): https://help.wrike.com/hc/en-us/articles/34605829225746-Wrike-Model-Context-Protocol-MCP
- Server URL: https://mcp.wrike.com/v2
Logo is Wrike's official mark, from the wrike GitHub organization.
MIT