mcpbeat Sign in

Proctor MCP Server

local only

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

MCP server for running Proctor exams against MCP servers with exam execution and result management.

Installs per day peak 20 · avg 7 · +52% w/w
a month agotoday
67
Installs / week
npm · proctor-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: PROCTOR_API_KEY (API key for PulseMCP Proctor API authentication.), PROCTOR_API_URL (Base URL for Proctor API.), TOOL_GROUPS (Comma-separated list of enabled tool groups.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Proctor

same job, measured the same way
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

524 installs/wk answering
Jupyter MCP Server
by chengjiale150

A powerful MCP server for AI-driven Jupyter Notebook management and execution

353 installs/wk local only
SSH
by pulsemcp

MCP server for SSH remote server management with SSH agent authentication support.

139 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
Linear
by linear

MCP server for Linear project management and issue tracking

answering

Proctor — questions

Answers built from our own checks of this server.

Why is there no uptime for Proctor?
Proctor 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 proctor-mcp-server was installed 67 times last week.
How do I connect Proctor?
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 proctor-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Proctor?
The npm package proctor-mcp-server was installed 67 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Proctor open source?
Yes — it is published under the MIT licence, written in TypeScript, 80 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.