Loading MCP server directory, please wait...
Documents, projects, comments, workflows and data sources of your CollHub instance, as tools.
npx @getmcp/cli add com.collhub/collhubRequires Node.js 18+. Community-contributed server. Review source before installing.
COLLHUB_URLThe URL of your CollHub instance. Sign-in happens in your browser; no password is configured.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.collhub/collhub": {
"command": "npx",
"args": [
"-y",
"@collhub/mcp"
],
"env": {
"COLLHUB_URL": "https://{tenant}.collhub.com"
}
}
}
}