Skip to content
Grok

filevine mcp for Grok

io.github.oktopeak/filevine-mcp

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

client:Grok transport:stdio runtime:npm

Install filevine mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "filevine-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

filevine mcp in other clients