Psquare
Rank #3,929io.github.thehesiod/psquare
MCP server for ParentSquare — feeds, calendars, messages, directories, and admin roster tools
Psquare is a Model Context Protocol (MCP) server published by thehesiod. It ranks #3,929 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Psquare is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 12, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 111,662 of 115,591 servers on MCP Toplist.
Use Psquare
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add psquare -- uvx parentsquare-mcp[mcp_servers.psquare]
command = "uvx"
args = ["parentsquare-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"psquare": {
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"psquare": {
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"psquare": {
"type": "stdio",
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"psquare": {
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"psquare": {
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.thehesiod%2Fpsquare)<a href="https://mcptoplist.com/server/io.github.thehesiod%2Fpsquare"><img src="https://mcptoplist.com/badge/io.github.thehesiod%2Fpsquare.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
thehesiod
Other servers by thehesiod
View all thehesiod servers →Available versions (6)
| Version | Published |
|---|---|
| 0.4.0 | Aug 26, 2026 |
| 0.1.6 | Apr 19, 2026 |
| 0.1.5 | Apr 19, 2026 |
| 0.1.3 | Feb 12, 2026 |
| 0.1.2 | Feb 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Psquare?
- Psquare is maintained by thehesiod, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Psquare listed on the Official MCP Registry?
- Yes — Psquare is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Psquare have?
- MCP Toplist tracks 6 versions of Psquare, most recently published on Aug 26, 2026.
- Where can I find the source code for Psquare?
- The source code for Psquare is hosted at github.com/thehesiod/psquare-mcp.