Loading MCP server directory, please wait...
Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.
npx @getmcp/cli add io.github.oktopeak/filevine-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FILEVINE_CLIENT_IDFilevine OAuth client ID (from Settings → Client Secrets)
FILEVINE_CLIENT_SECRETFilevine OAuth client secret (from Settings → Client Secrets)
FILEVINE_PATFilevine Personal Access Token (from Settings → Access Tokens)
ENCRYPTION_KEY64-character hex string (32 bytes) for AES-256-GCM token encryption
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oktopeak/filevine-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "",
"FILEVINE_CLIENT_SECRET": "",
"FILEVINE_PAT": "",
"FILEVINE_REGION": "",
"ENCRYPTION_KEY": ""
}
}
}
}