mcpbeat Sign in

Psquare MCP Server

local only

Psquare runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from pypi. Last commit 28 Aug 2026.

MCP server for ParentSquare — feeds, calendars, messages, directories, and admin roster tools

Installs per day peak 257 · avg 28 · -72% w/w
a month agotoday
139
Installs / week
pypi · parentsquare-mcp
8
Stars
2 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to Psquare

same job, measured the same way
Apple Tools (Unified)
by jonathanrreed

Unified Apple ecosystem MCP server for macOS: Mail, Calendar, Notes, Files, Messages, and more.

895 installs/wk local only
Niftypm
by niftypm

Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.

answering
Sandwich Public Care Directory
by joinsandwich

Read-only MCP server for Sandwich aging-parent care resources and cost data.

3 tools answering
Toolcairn MCP
by neurynae

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

187 installs/wk local only
Brilliant Directories MCP
by brilliantdirectories

Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.

3 905 installs/wk local only
agent-tools (x402 + MCP + A2A directory)
by agenttools-cloud

Discover x402 services, MCP servers and A2A agents by intent — agent-tools.cloud directory.

166 installs/wk 11 tools answering
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

3 245 installs/wk local only
Ghl MCP Server
by northrosetech

GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.

23 installs/wk local only

Psquare — questions

Answers built from our own checks of this server.

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