mcpbeat Sign in

IntakeQ MCP Server

local only

IntakeQ MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 7 Aug 2026.

IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write

Installs per day peak 12 · avg 6 · +50% w/w
a month agotoday
40
Installs / week
npm · @oktopeak/intakeq-mcp
0
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check IntakeQ 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 intakeq-mcp -- npx -y @oktopeak/intakeq-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "intakeq-mcp": {
      "args": [
        "-y",
        "@oktopeak/intakeq-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.intakeq-mcp]
command = "npx"
args = ["-y", "@oktopeak/intakeq-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "intakeq-mcp": {
      "args": [
        "-y",
        "@oktopeak/intakeq-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "intakeq-mcp": {
      "args": [
        "-y",
        "@oktopeak/intakeq-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INTAKEQ_API_KEY (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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to IntakeQ MCP

same job, measured the same way
lu
by adelaidasofia

lu.ma events MCP server with draft+confirm safety, audit logging, and prompt-injection scrubbing.…

local only
Enterprise MCP Gateway
by benjaminj

Production-grade MCP Gateway in Go with RBAC, in-flight PII redaction, and audit logging.

local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
Clockify Time Tracking
by tracegazer

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

139 installs/wk local only
A
ThornGuard
by qwady-thorns

Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.

local only
ssh-mcp
by gelse

MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.

local only
Mindforge
by sairam0424

Read the MindForge engine over MCP: knowledge graph, project health, and audit log.

81 installs/wk local only

IntakeQ MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for IntakeQ MCP?
IntakeQ 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/intakeq-mcp was installed 40 times last week.
How do I connect IntakeQ 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/intakeq-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use IntakeQ MCP?
The npm package @oktopeak/intakeq-mcp was installed 40 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is IntakeQ MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.