Loading MCP server directory, please wait...
Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.
npx @getmcp/cli add io.github.oktopeak/lawmatics-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LAWMATICS_ACCESS_TOKENLawmatics OAuth access token (never expires). Obtain once with `npx @oktopeak/lawmatics-mcp auth`.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oktopeak/lawmatics-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/lawmatics-mcp"
],
"env": {
"LAWMATICS_ACCESS_TOKEN": "",
"LAWMATICS_READ_ONLY": "",
"LAWMATICS_EXPERIMENTAL_TOOLS": "",
"LAWMATICS_RATE_LIMIT_PER_MIN": "",
"LAWMATICS_AUDIT_LOG": "",
"LAWMATICS_AUDIT_LOG_PATH": "",
"LAWMATICS_CLIENT_ID": "",
"LAWMATICS_CLIENT_SECRET": "",
"LAWMATICS_REDIRECT_PORT": "",
"LAWMATICS_API_BASE": ""
}
}
}
}