mcpbeat Sign in

Personal MCP Server

by arun250492 Your server? Claim it
local only

Personal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from pypi. Last commit 3 Jul 2026.

An MCP server that provides [describe what your server does]

Installs per day peak 30 · avg 14 · -14% w/w
a month agotoday
81
Installs / week
pypi · personal-mcp-arun
0
Stars
0 open issues
3 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call take_screenshot.save_path → src/personal_mcp/server.py:334, open_application.app_name → src/personal_mcp/server.py:382, open_application.app_name → src/personal_mcp/server.py:384 и ещё 2
                subprocess.run(["gnome-screenshot", "-f", str(p)], check=True)
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.

        proc = subprocess.run(
            command, shell=True, capture_output=True, text=True, timeout=30,
        result = eval(expression, {"__builtins__": {}}, allowed)

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Personal MCP

same job, measured the same way
Asset Auto Picker
by tranthientrong

An MCP server that provides [describe what your server does]

68 installs/wk local only
Fastmcp Pdftools
by atarkowska

An MCP server that provides [describe what your server does]

50 installs/wk local only
Python Version
by manoharanrajesh

An MCP server that provides [describe what your server does]

49 installs/wk local only
MCP Weather
by augee99

An MCP server that provides [describe what your server does]

43 installs/wk local only
MCP Server Registration
by shafarenkacfi

An MCP server that provides [describe what your server does]

local only
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only
Staging MCP
by riskprofiler

An MCP server that provides a hello tool

answering
D
Test MCP
by riskprofiler

An MCP server that provides a hello tool

1 tools answering

Personal MCP — questions

Answers built from our own checks of this server.

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