PrismHR MCP

The open-source Model Context Protocol (MCP) server for PrismHR. Connect Claude, Cursor, or any MCP-compatible AI agent directly to your PrismHR PEO platform. Automate payroll, benefits enrollment, compliance reporting, AR/billing, carrier EDI files, and Microsoft 365 actions - with verified-schema tools, scope-gated consent, and zero custom integration code.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-04-21 · ★ 3 · #158 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install PrismHR MCP

before you install - you'll need

Set PRISMHR_MCP_ENVIRONMENT, PRISMHR_MCP_USERNAME, PRISMHR_MCP_PASSWORD, PRISMHR_MCP_PEO_ID before connecting.

Claude Code

claude mcp add nikulk2992-jpg-prismhr-mcp -- uvx prismhr-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nikulk2992-jpg-prismhr-mcp": {
      "command": "uvx",
      "args": [
        "prismhr-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package prismhr-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.nikulk2992-jpg is GitHub-verified and matches the repo owner

03 · What PrismHR MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0.dev39 · 2026-04-20

First release after the dev17–dev38 workflow build. Ships 39 live workflows + 6 carrier models through a single PyPI install. · Highlights since dev16 · PII-aware probe + verified-schema gate at 108 verified endpoints…

04 · Who maintains PrismHR MCP

PrismHR MCP is maintained by nikulk2992-jpg. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
automation - ranked #158 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.nikulk2992-jpg/prismhr-mcp (active, first published 2026-04-18 · 25 versions)
packages
pypi:prismhr-mcp

06 · PrismHR MCP FAQ

What is PrismHR MCP?

The open-source Model Context Protocol (MCP) server for PrismHR. Connect Claude, Cursor, or any MCP-compatible AI agent directly to your PrismHR PEO platform. Automate payroll, benefits enrollment, compliance reporting, AR/billing, carrier EDI files, and Microsoft 365 actions - with verified-schema tools, scope-gated consent, and zero custom integration code.

Is PrismHR MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-21. We re-verify nightly.

How do I install PrismHR MCP?

Run `uvx prismhr-mcp`. The README documents 4 environment variables (PRISMHR_MCP_ENVIRONMENT, PRISMHR_MCP_USERNAME, PRISMHR_MCP_PASSWORD…) to set first. Set PRISMHR_MCP_ENVIRONMENT, PRISMHR_MCP_USERNAME, PRISMHR_MCP_PASSWORD, PRISMHR_MCP_PEO_ID before connecting. You can also paste the ready-made client config above.

Does PrismHR MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to PrismHR MCP