mcpbeat Sign in

PrismHR MCP Server

by nikulk2992-jpg Your server? Claim it
local only

PrismHR MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 267 installs a week from pypi. Last commit 21 Apr 2026.

Open-source MCP server for PrismHR. PEO workflow tools + Microsoft 365 connectors.

Installs per day peak 244 · avg 35 · +102% w/w
a month agotoday
267
Installs / week
pypi · prismhr-mcp
4
Stars
0 open issues
21 Apr 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    result = subprocess.run(cmd, capture_output=True, text=True, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 prismhr-mcp -- uvx prismhr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prismhr-mcp": {
      "args": [
        "prismhr-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prismhr-mcp]
command = "uvx"
args = ["prismhr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "prismhr-mcp": {
      "args": [
        "prismhr-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prismhr-mcp": {
      "args": [
        "prismhr-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PRISMHR_MCP_ENVIRONMENT (Target environment. 'uat' (default) or 'prod' (requires PRISMHR_MCP_ALLOW_PROD=true).), PRISMHR_MCP_PEO_ID (PrismHR PEO identifier. Ask your PrismHR admin for the value assigned to your web service user.), PRISMHR_MCP_USERNAME (PrismHR API username. Alternatively use 1Password via PRISMHR_MCP_ONEPASSWORD_VAULT + PRISMHR_MCP_ONEPASSWORD_ITEM_PRISMHR.), PRISMHR_MCP_PASSWORD (PrismHR API password. Alternatively use 1Password.), PRISMHR_MCP_ONEPASSWORD_VAULT (1Password vault name (requires op CLI signed in). Overridden by direct USERNAME/PASSWORD.), PRISMHR_MCP_ONEPASSWORD_ITEM_PRISMHR (1Password item name containing PrismHR credentials.), PRISMHR_MCP_ALLOW_PROD (Must be 'true' to allow PRISMHR_MCP_ENVIRONMENT=prod. Safety default keeps first-run posture on UAT.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PrismHR MCP

same job, measured the same way
Galaxy MCP
by galaxyproject

MCP server for Galaxy bioinformatics platform - connect, execute tools, and manage workflows

302 installs/wk local only
okffs
by neturely

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

75 installs/wk local only
Openlane MCP Server
by gregdog

MCP server for Openlane GRC: controls, evidence, policies, risks, workflows, and approvals.

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
n8n MCP Server
by rpgmais

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

37 installs/wk local only
Comfyui MCP Server
by metabrain-labs

MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host

45 installs/wk local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering

PrismHR MCP — questions

Answers built from our own checks of this server.

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