PluginBench
MCP Server
Active

IntakeQ MCP MCP Server

io.github.oktopeak/intakeq-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • INTAKEQ_API_KEY
    secret

    IntakeQ API key (optional — prefer the set_api_key tool)

  • INTAKEQ_API_BASE

    Override the default IntakeQ API base URL (https://intakeq.com/api/v1)

  • MCP_API_KEY
    secret

    Bearer token gate on the HTTP /mcp endpoint. Required in http mode unless MCP_ALLOW_NO_AUTH is true

  • MCP_ALLOW_NO_AUTH

    Set to true to allow HTTP mode without MCP_API_KEY (local development only)

  • TRANSPORT

    Transport mode: stdio (default) or http

  • MCP_BASE_URL

    Base URL for HTTP transport (e.g. http://127.0.0.1:3000)

  • PORT

    HTTP listen port (default 3000). HTTP transport only.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs.

21
TypeScript
MIT
View repository →

Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.

3
TypeScript
MIT
View repository →

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

1
TypeScript
MIT
View repository →

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

0
TypeScript
MIT
View repository →