Psquare runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from pypi. Last commit 19 Apr 2026.
MCP server for ParentSquare school-parent communication platform
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.
claude mcp add psquare -- uvx parentsquare-mcp
{
"mcpServers": {
"psquare": {
"args": [
"parentsquare-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.psquare]
command = "uvx"
args = ["parentsquare-mcp"]
{
"mcpServers": {
"psquare": {
"args": [
"parentsquare-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"psquare": {
"args": [
"parentsquare-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.