Stage 4: Configure your MCP client
Introduction
Pre-requisites
The steps
1
2
{
"mcpServers": {
"patchworks": {
"command": "/Users/yourname/.local/bin/uv",
"args": [
"--directory",
"/Users/yourname/patchworks-mcp",
"run",
"python",
"server.py"
],
"env": {
"PATCHWORKS_BASE_URL": "https://core.wearepatchworks.com/api/v1",
"PATCHWORKS_TOKEN": "XXXXXXXXXXXXXXXX",
"PATCHWORKS_TIMEOUT_SECONDS": "20"
}
}
}
}Line #
Required change
3
nano $HOME/Library/Application\ Support/Claude/claude_desktop_config.json4
5
6
7
“Get a list of my Flows”
PreviousStage 3: Configure your environment & run the serverNextPatchworks product documentation MCP server
Last updated
Was this helpful?