io.github.oktopeak/filevine-mcp
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_IDrequiredsecret
Filevine OAuth client ID (from Settings → Client Secrets)
FILEVINE_CLIENT_SECRETrequiredsecret
Filevine OAuth client secret (from Settings → Client Secrets)
FILEVINE_PATrequiredsecret
Filevine Personal Access Token (from Settings → Access Tokens)
FILEVINE_REGIONFilevine API region: 'us' or 'ca'
ENCRYPTION_KEYrequiredsecret
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
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.