MCP Server
MCP
io.github.oktopeak/filevine-mcp
Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.
Install
npx -y @oktopeak/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@oktopeak/filevine-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Filevine OAuth client ID (from Settings → Client Secrets)",
"isRequired": true,
"isSecret": true,
"name": "FILEVINE_CLIENT_ID"
},
{
"description": "Filevine OAuth client secret (from Settings → Client Secrets)",
"isRequired": true,
"isSecret": true,
"name": "FILEVINE_CLIENT_SECRET"
},
{
"description": "Filevine Personal Access Token (from Settings → Access Tokens)",
"isRequired": true,
"isSecret": true,
"name": "FILEVINE_PAT"
},
{
"description": "Filevine API region: 'us' or 'ca'",
"name": "FILEVINE_REGION"
},
{
"description": "64-character hex string (32 bytes) for AES-256-GCM token encryption",
"isRequired": true,
"isSecret": true,
"name": "ENCRYPTION_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment