filevine-mcp
Rank #34,414io.github.oktopeak/filevine-mcp
Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.
filevine-mcp is a Model Context Protocol (MCP) server published by oktopeak. It ranks #34,414 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. filevine-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 5, 2026 and most recently updated on May 5, 2026.
Ranks ahead of 81,046 of 115,460 servers on MCP Toplist.
Use filevine-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add filevine-mcp -e "FILEVINE_CLIENT_ID=<your FILEVINE_CLIENT_ID>" -e "FILEVINE_CLIENT_SECRET=<your FILEVINE_CLIENT_SECRET>" -e "FILEVINE_PAT=<your FILEVINE_PAT>" -e "FILEVINE_REGION=<your FILEVINE_REGION>" -e "ENCRYPTION_KEY=<your ENCRYPTION_KEY>" -- npx -y @oktopeak/filevine-mcpReplace each placeholder with your own value before saving.
[mcp_servers.filevine-mcp]
command = "npx"
args = ["-y", "@oktopeak/filevine-mcp"]
[mcp_servers.filevine-mcp.env]
FILEVINE_CLIENT_ID = "<your FILEVINE_CLIENT_ID>"
FILEVINE_CLIENT_SECRET = "<your FILEVINE_CLIENT_SECRET>"
FILEVINE_PAT = "<your FILEVINE_PAT>"
FILEVINE_REGION = "<your FILEVINE_REGION>"
ENCRYPTION_KEY = "<your ENCRYPTION_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"filevine-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "<your FILEVINE_CLIENT_ID>",
"FILEVINE_CLIENT_SECRET": "<your FILEVINE_CLIENT_SECRET>",
"FILEVINE_PAT": "<your FILEVINE_PAT>",
"FILEVINE_REGION": "<your FILEVINE_REGION>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"filevine-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "<your FILEVINE_CLIENT_ID>",
"FILEVINE_CLIENT_SECRET": "<your FILEVINE_CLIENT_SECRET>",
"FILEVINE_PAT": "<your FILEVINE_PAT>",
"FILEVINE_REGION": "<your FILEVINE_REGION>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"filevine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "<your FILEVINE_CLIENT_ID>",
"FILEVINE_CLIENT_SECRET": "<your FILEVINE_CLIENT_SECRET>",
"FILEVINE_PAT": "<your FILEVINE_PAT>",
"FILEVINE_REGION": "<your FILEVINE_REGION>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"filevine-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "<your FILEVINE_CLIENT_ID>",
"FILEVINE_CLIENT_SECRET": "<your FILEVINE_CLIENT_SECRET>",
"FILEVINE_PAT": "<your FILEVINE_PAT>",
"FILEVINE_REGION": "<your FILEVINE_REGION>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"filevine-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "<your FILEVINE_CLIENT_ID>",
"FILEVINE_CLIENT_SECRET": "<your FILEVINE_CLIENT_SECRET>",
"FILEVINE_PAT": "<your FILEVINE_PAT>",
"FILEVINE_REGION": "<your FILEVINE_REGION>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.oktopeak%2Ffilevine-mcp)<a href="https://mcptoplist.com/server/io.github.oktopeak%2Ffilevine-mcp"><img src="https://mcptoplist.com/badge/io.github.oktopeak%2Ffilevine-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
oktopeak
Other servers by oktopeak
- clio-mcp#9,273 · 1 ver
- MyCase MCP Server#18,339 · 2 vers
- lawmatics-mcp#29,970 · 1 ver
- IntakeQ MCP#44,893 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 5, 2026 |
Frequently asked questions
- Who maintains filevine-mcp?
- filevine-mcp is maintained by oktopeak, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is filevine-mcp listed on the Official MCP Registry?
- Yes — filevine-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does filevine-mcp have?
- MCP Toplist tracks 1 version of filevine-mcp, most recently published on May 5, 2026.
- Where can I find the source code for filevine-mcp?
- The source code for filevine-mcp is hosted at github.com/oktopeak/filevine-mcp.