Prerequisites
- VS Code installed.
- An MCP-compatible extension (e.g. GitHub Copilot).
- A Clickbase team with an active subscription — see Authentication.
One-click install
Every Clickbase docs page has a Connect to VS Code action (in the page-options menu next to “Copy page”) that installs the Reader server directly. It opens a deeplink of this form:<url-encoded-json> is encodeURIComponent(JSON.stringify({ name: "clickbase", url: "https://clickbase.so/mcp/reader" })). For the Reader specifically, that resolves to:
Manual configuration
In your project root, create or edit.vscode/mcp.json:
"servers" as the top-level key (not "mcpServers") — this is different from most other MCP clients.
Reload the window or restart VS Code to load the configuration. The first time VS Code calls a Clickbase tool, it opens your browser to complete the OAuth authorization flow — see Connectors.

