W

Wrike MCP Server

MCP discovered

Details
Endpoint
https://mcp.wrike.com/app/mcp/stream
Transport
streamable-http
Docs
https://developers.wrike.com/docs/wrike-mcp-server-overview
Authentication
Wrike OAuth app (client ID + client secret) oauth2 discovered Set up OAuth ↗
OAuth · resolves from well-known metadata

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.

Wrike permanent access token bearer discovered Get token ↗
Authorization: Bearer <credential>

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.