mcpbeat Sign in

Filevine MCP Server

local only

Filevine MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 9 Sep 2026.

Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.

Installs per day peak 8 · avg 4 · +61% w/w
a month agotoday
26
Installs / week
npm · @oktopeak/filevine-mcp
1
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Filevine MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add filevine-mcp -- npx -y @oktopeak/filevine-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filevine-mcp": {
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.filevine-mcp]
command = "npx"
args = ["-y", "@oktopeak/filevine-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "filevine-mcp": {
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "filevine-mcp": {
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FILEVINE_CLIENT_ID (Filevine OAuth client ID (from Settings → Client Secrets)), FILEVINE_CLIENT_SECRET (Filevine OAuth client secret (from Settings → Client Secrets)), FILEVINE_PAT (Filevine Personal Access Token (from Settings → Access Tokens)), FILEVINE_REGION (Filevine API region: 'us' or 'ca'), ENCRYPTION_KEY (64-character hex string (32 bytes) for AES-256-GCM token encryption). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Filevine MCP

same job, measured the same way
Openclaw Control MCP
by smurfy92

MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.

442 installs/wk local only
Filevine MCP
by advocate-cloud-solutions

MCP server for Filevine matter management - by Advocate Cloud Solutions.

local only
Reviewmetric
by vktr93

An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.

93 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
okffs
by neturely

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

75 installs/wk local only
Tigris MCP Server
by storage

Tigris MCP Server seamlessly connects AI agents to Tigris bucket and object management.

answering
Tebra
by jamesrosingmd

MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)

276 installs/wk local only

Filevine MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Filevine MCP?
Filevine MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @oktopeak/filevine-mcp was installed 26 times last week.
How do I connect Filevine MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @oktopeak/filevine-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Filevine MCP?
The npm package @oktopeak/filevine-mcp was installed 26 times in the last week. Week over week that is +61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Filevine MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.