Dock for Claude Desktop
ai.trydock/dock
AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas.
client:Claude Desktop
transport:streamable-http
tools:71
Install Dock in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dock": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://trydock.ai/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_workspaces
- get_workspace
- list_rows
- create_row
- get_row
- update_row
- delete_row
- move_rows
- get_doc
- get_workspace_schema
- add_column
- list_workspace_members
- delete_workspace
- update_workspace
- share_workspace
- update_workspace_member
- remove_workspace_member
- update_doc
- validate_doc_markdown
- update_doc_section
- append_doc_section
- get_html
- update_html
- validate_html