← Index

io.github.oktopeak/filevine-mcp

io.github.oktopeak/filevine-mcp·v1.0.1·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "filevine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ],
      "env": {
        "FILEVINE_CLIENT_ID": "<your-filevine_client_id>",
        "FILEVINE_CLIENT_SECRET": "<your-filevine_client_secret>",
        "FILEVINE_PAT": "<your-filevine_pat>",
        "FILEVINE_REGION": "<filevine_region>",
        "ENCRYPTION_KEY": "<your-encryption_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "filevine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ],
      "env": {
        "FILEVINE_CLIENT_ID": "<your-filevine_client_id>",
        "FILEVINE_CLIENT_SECRET": "<your-filevine_client_secret>",
        "FILEVINE_PAT": "<your-filevine_pat>",
        "FILEVINE_REGION": "<filevine_region>",
        "ENCRYPTION_KEY": "<your-encryption_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @oktopeak/filevine-mcp
§02  Environment variables
FILEVINE_CLIENT_ID
requiredsecret

Filevine OAuth client ID (from Settings → Client Secrets)

FILEVINE_CLIENT_SECRET
requiredsecret

Filevine OAuth client secret (from Settings → Client Secrets)

FILEVINE_PAT
requiredsecret

Filevine Personal Access Token (from Settings → Access Tokens)

FILEVINE_REGION

Filevine API region: 'us' or 'ca'

ENCRYPTION_KEY
requiredsecret

64-character hex string (32 bytes) for AES-256-GCM token encryption

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other