wrike.com
Wrike is a work management and collaboration platform for organizing projects, tasks, spaces, and related workflow data. It also offers data export, Datahub, and DAM/cloud-content integration capabilities for enterprise workflows.
Wrike exposes a REST API v4, a streamable HTTP MCP server, and a documented Cloud Content Connector API; the main API uses Wrike OAuth 2.0, while the MCP server supports OAuth and bearer permanent access tokens.
- Wrike MCP Serverdiscovered
- Wrike API v4discovered
- Wrike Cloud Content Connector APIdiscovered
In Wrike, open Apps & Integrations, create a new API app, and copy the generated Client ID and Client Secret. Add the redirect URL(s) your client needs; for Claude Code, Wrike's guide says to add http://localhost:8080/callback. Wrike documents only the OAuth 2.0 authorization code flow for API access.
In your Wrike workspace, go to profile icon → Apps & Integrations → API → + App, enter an app name, then click Get Token and save the token before closing the page. Wrike's Legacy Authentication: Permanent Access Token guide notes the token inherits your Wrike permissions and is mainly for individual use, testing, or automated MCP workflows.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://wrike.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing