Skip to content
Windsurf

filevine mcp for Windsurf

io.github.oktopeak/filevine-mcp

Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.

client:Windsurf transport:stdio runtime:npm

Install filevine mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "filevine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ],
      "env": {
        "FILEVINE_CLIENT_ID": "<FILEVINE_CLIENT_ID>",
        "FILEVINE_CLIENT_SECRET": "<FILEVINE_CLIENT_SECRET>",
        "FILEVINE_PAT": "<FILEVINE_PAT>",
        "FILEVINE_REGION": "<FILEVINE_REGION>",
        "ENCRYPTION_KEY": "<ENCRYPTION_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

filevine mcp in other clients