CollHub for Claude Desktop
com.collhub/collhub
Documents, projects, comments, workflows and data sources of your CollHub instance, as tools.
client:Claude Desktop
transport:stdio
runtime:npm
Install CollHub in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"collhub": {
"command": "npx",
"args": [
"-y",
"@collhub/mcp"
],
"env": {
"COLLHUB_URL": "<COLLHUB_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs