Wrike MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind to. Defaults to 127.0.0.1. | |
| PORT | No | Port to listen on. Defaults to 3000. | |
| AUTH_MODE | No | Authentication mode. Auto-detected if not set. | |
| WRIKE_PAT | No | Permanent token for PAT mode (single user). | |
| WRIKE_HOST | No | Wrike host for PAT mode (defaults to Wrike's standard host). | |
| WRIKE_SCOPES | No | Comma-delimited OAuth scopes (e.g. 'Default,wsReadWrite'). | |
| WRIKE_CLIENT_ID | No | OAuth client ID from Wrike App Console. | |
| TOKEN_STORE_PATH | No | Path to encrypted token store. Defaults to data/tokens.json. | |
| WRIKE_REDIRECT_URI | No | OAuth redirect URI (must match app configuration). | |
| WRIKE_CLIENT_SECRET | No | OAuth client secret from Wrike App Console. | |
| TOKEN_ENCRYPTION_KEY | No | 64 hex chars (32 bytes) AES-256-GCM key for encrypting user tokens. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues