Skip to main content

MCP server for Filevine API — full coverage for legal case management

Project description

filevine-mcp

PyPI version Python 3.10+ License: MIT

MCP server for Filevine — full API coverage for legal case management. Use Filevine from Claude Desktop with natural language.

What you can do

  • Projects (Matters) — create, update, archive, manage vitals, custom forms, collections
  • Contacts — full CRUD, addresses, emails, phones, project associations
  • Tasks — create, assign, complete, pin, snooze, manage by project or user
  • Notes — create, pin, comment, tag management
  • Documents — CRUD, revisions, lock/unlock, batch upload/download, search, share links
  • Folders — organise documents in folder hierarchies
  • Billing — billing items, invoices, payments, trust funds, rate schedules
  • Project Teams — assign and manage team members per project
  • Appointments & Deadlines — schedule and track on matters
  • Emails — log email communications to projects
  • Webhooks — subscribe to Filevine events for real-time notifications
  • Teams — manage organisation teams
  • Reference data — project types, document series, classifications, reports

Requirements

  • Python 3.10+
  • Claude Desktop (or any MCP-compatible client)
  • Filevine API credentials (Client ID, Client Secret)
  • Filevine region: us, ca, or cjis

Filevine API access: Obtain credentials from your Filevine organisation administrator or developer portal.

Installation

pip install filevine-mcp

Setup

filevine-mcp-setup

This prompts for your Client ID, Client Secret, Org ID, and region, then tests the credentials and saves them to ~/.filevine-mcp/.

Verify:

filevine-mcp-verify

Claude Desktop Configuration

{
  "mcpServers": {
    "filevine": {
      "command": "filevine-mcp"
    }
  }
}

Credential storage

By default credentials are stored in your operating system's native secret store via the cross-platform keyring library:

OS Backend
macOS Keychain
Windows Credential Manager
Linux Secret Service (GNOME Keyring / KWallet)

Secrets are saved under the service name filevine-mcp. Nothing is written to disk in clear text.

File fallback. On a host with no keyring backend (e.g. a headless Linux box without Secret Service), or if you set FILEVINE_MCP_USE_KEYRING=0, credentials fall back to a ~/.filevine-mcp/.env file with 0600 permissions.

Read order. Credentials resolve in the order OS keyring → process environment → .env file. So a rotated secret in the keyring always wins, and a FILEVINE_CLIENT_ID / FILEVINE_CLIENT_SECRET exported in your shell overrides the file fallback without touching the keyring.

Authentication Notes

Filevine uses OAuth 2.0 client credentials flow — no browser authorization required. Tokens are fetched automatically and refreshed when they expire. Three regions are supported with separate API and identity hosts:

Region API Host Identity Host
us api.filevineapp.com identity.filevineapp.com
ca api.filevineapp.ca identity.filevineapp.ca
cjis api.filevinegov.com identity.filevinegov.com

Example usage in Claude

"List my open projects"

"Create a task on project 456 — send retainer agreement to client"

"Get the billing vitals for project 789"

"Add a note to project 123 — client called re: mediation date"

"Search documents for 'deposition transcript'"

"List all webhook event types available"

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filevine_mcp-0.2.0.tar.gz (96.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

filevine_mcp-0.2.0-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file filevine_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: filevine_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 96.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for filevine_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6c0344967ae0f06795a4451bf0ee048363f82ae38cb231486506ca354c0eca95
MD5 618980c64a9f8b6f543aa377b0d50900
BLAKE2b-256 021eec843a9ea9245c64d9710b1b773b195b445eda9b288c4cd32ba50aa804ac

See more details on using hashes here.

File details

Details for the file filevine_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: filevine_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for filevine_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b15a4407f46a71a11d3bfa7ea11168e480456a15f0d7b21f8dc1db8b6242b96
MD5 8e1d6510eac48b5f939861c41da38035
BLAKE2b-256 c83dd11e381406e61f9a516289af22110061b4814b2c640b2c9e181cac429e79

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page