patchistry mcp server for Claude Desktop
io.github.patchistry/patchistry-mcp-server
DTC modular hat brand MCP server. 6 tools for AI agents: catalog, curated builds, shipping.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:6
Install patchistry mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"patchistry-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://patchistry-mcp-server.vercel.app/rpc"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs