Odel
filevine mcp

filevine mcp

Local
@oktopeak1TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@oktopeak/filevine-mcpv1.0.1

Run

npx -y @oktopeak/filevine-mcp

MCP client config

{
  "mcpServers": {
    "filevine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/filevine-mcp"
      ]
    }
  }
}