Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Wrike MCP server with 47 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Wrike — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Wrike MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Wrike tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Wrike call.
Tools Discovery →A Wrike MCP server lets AI agents read and write Wrike data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Wrike MCP server ships with 47 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Wrike's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieves information about all accounts accessible to the user
Updates metadata for the current account
Get all comments in current account
Get single or multiple comments by their IDs (up to 100)
Update a comment by ID (within 5 minutes of creation)
Delete a comment by ID
Create a comment in a folder
Get comments for a specific folder
Create a comment in a task
Get comments for a specific task
List contacts of all users and user groups in current account
Get contact information for specified users and user groups by IDs
Update contact information for the requesting user by ID
Create a custom field in the account
Get all custom fields in current account
Get custom fields by IDs (up to 100)
Modify an existing custom field
Create a folder within a folder
Copy folder subtree and return parent folder subtree
Returns complete information about specified folders
Update folder properties including title, description, sharing, and project settings
Move folder and descendants to Recycle Bin
Create a new group in the account
Get all groups in the account
Get complete information about a single group
Update an existing group by ID
Create a space in the account
Returns a list of spaces in the account
Returns information about a specific space by ID
Update a space configuration
Delete a space by ID
Create a task in a folder
Search among all tasks in current account
Retrieve multiple tasks by IDs (up to 100)
Delete a task by ID
Create a new workflow in account
Returns list of workflows with custom statuses
Update workflow or custom statuses
Retrieves a list of all access roles in the account
Query contact fields history for specified users by IDs
Get custom fields for a specific space
Retrieves folders for the current account in tree or filtered mode
Query folders fields history for finance-related changes
Search among tasks in a specific folder
Search among tasks in a specific space
Query task field change history for multiple tasks (up to 100)
Returns list of workflows for a specific space
One endpoint. Any framework. Your agent is talking to Wrike in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
134+ actions
134+ actions
133+ actions
133+ actions
126+ actions
125+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.