What is the IntakeQ MCP MCP server?
IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write
How to install IntakeQ MCP
Copy-paste configuration for popular MCP clients.
INTAKEQ_API_KEYsecretIntakeQ API key (optional — prefer the set_api_key tool)
INTAKEQ_API_BASEOverride the default IntakeQ API base URL (https://intakeq.com/api/v1)
MCP_API_KEYsecretBearer token gate on the HTTP /mcp endpoint. Required in http mode unless MCP_ALLOW_NO_AUTH is true
MCP_ALLOW_NO_AUTHSet to true to allow HTTP mode without MCP_API_KEY (local development only)
TRANSPORTTransport mode: stdio (default) or http
MCP_BASE_URLBase URL for HTTP transport (e.g. http://127.0.0.1:3000)
PORTHTTP listen port (default 3000). HTTP transport only.
{
"mcpServers": {
"intakeq-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"env": {
"INTAKEQ_API_KEY": "<YOUR_INTAKEQ_API_KEY>",
"INTAKEQ_API_BASE": "<YOUR_INTAKEQ_API_BASE>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>",
"MCP_ALLOW_NO_AUTH": "<YOUR_MCP_ALLOW_NO_AUTH>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"MCP_BASE_URL": "<YOUR_MCP_BASE_URL>",
"PORT": "<YOUR_PORT>"
}
}
}
}{
"mcpServers": {
"intakeq-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"env": {
"INTAKEQ_API_KEY": "<YOUR_INTAKEQ_API_KEY>",
"INTAKEQ_API_BASE": "<YOUR_INTAKEQ_API_BASE>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>",
"MCP_ALLOW_NO_AUTH": "<YOUR_MCP_ALLOW_NO_AUTH>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"MCP_BASE_URL": "<YOUR_MCP_BASE_URL>",
"PORT": "<YOUR_PORT>"
}
}
}
}{
"mcpServers": {
"intakeq-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"env": {
"INTAKEQ_API_KEY": "<YOUR_INTAKEQ_API_KEY>",
"INTAKEQ_API_BASE": "<YOUR_INTAKEQ_API_BASE>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>",
"MCP_ALLOW_NO_AUTH": "<YOUR_MCP_ALLOW_NO_AUTH>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"MCP_BASE_URL": "<YOUR_MCP_BASE_URL>",
"PORT": "<YOUR_PORT>"
}
}
}
}{
"servers": {
"intakeq-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"env": {
"INTAKEQ_API_KEY": "<YOUR_INTAKEQ_API_KEY>",
"INTAKEQ_API_BASE": "<YOUR_INTAKEQ_API_BASE>",
"MCP_API_KEY": "<YOUR_MCP_API_KEY>",
"MCP_ALLOW_NO_AUTH": "<YOUR_MCP_ALLOW_NO_AUTH>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"MCP_BASE_URL": "<YOUR_MCP_BASE_URL>",
"PORT": "<YOUR_PORT>"
}
}
}
}claude mcp add intakeq-mcp --env INTAKEQ_API_KEY=<YOUR_INTAKEQ_API_KEY> --env INTAKEQ_API_BASE=<YOUR_INTAKEQ_API_BASE> --env MCP_API_KEY=<YOUR_MCP_API_KEY> --env MCP_ALLOW_NO_AUTH=<YOUR_MCP_ALLOW_NO_AUTH> --env TRANSPORT=<YOUR_TRANSPORT> --env MCP_BASE_URL=<YOUR_MCP_BASE_URL> --env PORT=<YOUR_PORT> -- npx -y @oktopeak/intakeq-mcpRelated MCP servers
Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs.
Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.
Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.
Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.