Pieces MCP + Claude Cowork | Setup Guide
Learn how to integrate Pieces MCP with Claude Cowork. Use the same config as Claude Desktop. Pro/Max/Team/Enterprise plans. Research preview.
Get Started
Integrating the Pieces MCP with Claude Cowork brings your workflow context directly into Anthropic's autonomous task automation agent. Claude Cowork is a general-purpose task automation agent that runs within Claude Desktop—it reads, writes, and organizes files, executes multi-step tasks, and works across your filesystem.
With Pieces MCP connected, Cowork can use your Long-Term Memory as context while executing tasks—like generating standups from yesterday's work or creating summary documents from your captured workflow data.
Prerequisites
Installing PiecesOS & Configuring Permissions
Follow the instructions below for a detailed guide on setting up and configuring PiecesOS to correctly pass captured workflow context to the Pieces MCP server.
Connecting Pieces MCP to Claude Cowork
Cowork uses the same connection as Claude Desktop. Prefer one-click setup in Pieces Desktop, where Pieces saves Claude Desktop's settings for you and you do not need to install anything else.
Option 1: One-Click via Pieces Desktop (Recommended for local use)
Option 2: Via Connectors UI (Pro/Max/Team/Enterprise, for remote URLs)
For remote access, you need a public HTTPS URL. Set up ngrok or another tunnel first.
Option 3: Advanced (manual config file)
Use this only if you cannot use one-click Connect and need to edit Claude's settings file by hand. See Advanced Configuration for details.
Install the helper package with a pinned version:
npm install -g mcp-remote@0.1.38
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"pieces": {
"command": "mcp-remote",
"args": [
"http://localhost:39300/model_context_protocol/2024-11-05/sse"
]
}
}
}
See the Claude Desktop guide and Advanced Configuration for full details.
Using Pieces Tools in Claude Cowork
Once connected, start a Cowork session and Pieces LTM tools are available alongside file system access.
Example tasks:
- "Use my Pieces Long-Term Memory to find what I worked on yesterday and write a standup to
~/Desktop/standup.md" - "Search my Pieces memory for everything I've captured about the authentication redesign and create a summary document in my project folder"
- "Use my Pieces audio transcriptions from today's meetings and create a meeting notes file with key decisions and action items"
Key Differences from Claude Chat
| Feature | Claude Chat | Claude Cowork |
|---|---|---|
| File access | No | Yes (designated folder) |
| Task parallelism | No | Yes (sub-agents) |
| Autonomous execution | No | Yes |
| MCP tools | Yes | Yes |
| Session continuity | Per-conversation | Per-task (no cross-session memory) |
Verification
Troubleshooting
If you're experiencing issues integrating Pieces MCP with Claude Cowork:
You're now set to enhance your Claude Cowork workflow with powerful context retrieval through Pieces MCP. Happy coding!