Endpoint
Paste this URL into the setup steps below. Keep the trailing slash.Server URL
One-click install
Install in any of these clients with a single click.Install in Cursor
One-click install for Cursor.
Install in VS Code
One-click install for VS Code.
Install in LM Studio
One-click install for LM Studio.
Install in Goose
One-click install for Goose.
Install in your client
- Claude Code
- Claude.ai (web)
- Codex
- ChatGPT
1
Add the server
In your terminal, run:
2
Authenticate
Open Claude Code and type
/mcp, then select visk. Select Authenticate and complete the authorization.Installation reference
Cursor
Add to~/.cursor/mcp.json, or .cursor/mcp.json for a single project:
VS Code
Create.vscode/mcp.json in your workspace, or run the MCP: Open User Configuration command for a user-level file:
servers object rather than Cursor’s mcpServers, and needs type: "http". See the VS Code MCP documentation.
Other clients
Windsurf
Windsurf
Add to Windsurf uses
~/.codeium/windsurf/mcp_config.json:serverUrl rather than url. See the Windsurf MCP documentation.Gemini CLI
Gemini CLI
Kiro
Kiro
Add to See the Kiro MCP documentation.
.kiro/settings/mcp.json for a workspace, or ~/.kiro/settings/mcp.json globally:OpenCode
OpenCode
Add to See the OpenCode MCP documentation.
opencode.json in your project, or ~/.config/opencode/opencode.json globally:Zed, Warp, Raycast and other stdio-only clients
Zed, Warp, Raycast and other stdio-only clients
These clients support only stdio-transport MCP servers, so they can’t reach a remote HTTP endpoint directly. Bridge through Where this goes differs per client — see the Zed, Warp or Raycast MCP docs for the exact file and wrapper format.
mcp-remote, which handles the OAuth flow for you:mcpServers format shown in the Cursor section. Check your client’s docs for the field names it expects — VS Code uses servers, Windsurf uses serverUrl, Gemini CLI uses httpUrl.