filevine-mcp
About
Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FILEVINE_CLIENT_ID FILEVINE_CLIENT_SECRET FILEVINE_PAT FILEVINE_REGION ENCRYPTION_KEYClaude Code
claude mcp add --env FILEVINE_CLIENT_ID= --env FILEVINE_CLIENT_SECRET= --env FILEVINE_PAT= --env FILEVINE_REGION= --env ENCRYPTION_KEY= filevine-mcp -- npx @oktopeak/filevine-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"filevine-mcp","command":"npx","args":["@oktopeak/filevine-mcp"],"env":{"FILEVINE_CLIENT_ID":"","FILEVINE_CLIENT_SECRET":"","FILEVINE_PAT":"","FILEVINE_REGION":"","ENCRYPTION_KEY":""}}'
JSON
{
"mcpServers": {
"filevine-mcp": {
"command": "npx",
"args": [
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "",
"FILEVINE_CLIENT_SECRET": "",
"FILEVINE_PAT": "",
"FILEVINE_REGION": "",
"ENCRYPTION_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.