mcpbeat Sign in

Lawmatics MCP Server

local only

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

Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.

Installs per day peak 12 · avg 5 · +22% w/w
a month agotoday
23
Installs / week
npm · @oktopeak/lawmatics-mcp
0
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 Lawmatics 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 lawmatics-mcp -- npx -y @oktopeak/lawmatics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lawmatics-mcp": {
      "args": [
        "-y",
        "@oktopeak/lawmatics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lawmatics-mcp]
command = "npx"
args = ["-y", "@oktopeak/lawmatics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lawmatics-mcp": {
      "args": [
        "-y",
        "@oktopeak/lawmatics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lawmatics-mcp": {
      "args": [
        "-y",
        "@oktopeak/lawmatics-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LAWMATICS_ACCESS_TOKEN (Lawmatics OAuth access token (never expires). Obtain once with `npx @oktopeak/lawmatics-mcp auth`.), LAWMATICS_READ_ONLY (Set to '1' to disable all write tools (create/update/tag/submit). Read-only mode for cautious firms.), LAWMATICS_EXPERIMENTAL_TOOLS (Set to '1' to enable experimental tools (set-matter-custom-fields) whose API request shape is not fully documented by Lawmatics.), LAWMATICS_RATE_LIMIT_PER_MIN (Client-side request throttle per minute (default: 50, the conservative documented per-firm limit; newer docs say 150).), LAWMATICS_AUDIT_LOG (Set to '0' to disable the local JSONL audit log (default path: ~/.lawmatics-mcp/audit.log).), LAWMATICS_AUDIT_LOG_PATH (Override the audit log file location (default: ~/.lawmatics-mcp/audit.log). The log contains tool arguments, which can include client data.), LAWMATICS_CLIENT_ID (Only needed for the one-time `auth` command: your Lawmatics developer app client ID.), LAWMATICS_CLIENT_SECRET (Only needed for the one-time `auth` command: your Lawmatics developer app client secret.), LAWMATICS_REDIRECT_PORT (Local port for the one-time OAuth callback (default: 5678). Must match the app's Callback URL.), LAWMATICS_API_BASE (Override the Lawmatics API base URL (default: https://api.lawmatics.com/v1).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lawmatics MCP

same job, measured the same way
Quickbooks MCP Server
by nyxtoolsdev

Connect Claude to QuickBooks Online — query finances, create invoices, run reports

81 installs/wk local only
C
Syncrosecure
by syncrosecure

Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.

answering
Buchpilot
by makririch

DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.

36 installs/wk local only
Well
by wellapp-ai

Connect your AI to your Well financial data - invoices, companies, contacts.

82 tools answering
Pdfops MCP
by pdfops

Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.

157 installs/wk local only
Jobkeepr
by jobkeepr

Manage jobs, customers, scheduling, estimates and invoices for a field service business.

answering
Kordic CRM
by meelad-diggit

CRM integration for leads, pipeline, contacts, accounts, payments, and sales analytics.

answering
MCP Conta Azul
by codespar

MCP server for Conta Azul — accounting, invoicing, customers, products

23 installs/wk local only

Lawmatics MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Lawmatics MCP?
Lawmatics 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/lawmatics-mcp was installed 23 times last week.
How do I connect Lawmatics 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/lawmatics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Lawmatics MCP?
The npm package @oktopeak/lawmatics-mcp was installed 23 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lawmatics MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.