PluginBench
MCP Server

io.github.thehesiod/psquare MCP Server

io.github.thehesiod/psquare

What is the io.github.thehesiod/psquare MCP server?

MCP server for ParentSquare school-parent communication platform

How to install io.github.thehesiod/psquare

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "psquare": {
      "command": "uvx",
      "args": [
        "parentsquare-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "psquare": {
      "command": "uvx",
      "args": [
        "parentsquare-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "psquare": {
      "command": "uvx",
      "args": [
        "parentsquare-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "psquare": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "parentsquare-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add psquare -- uvx parentsquare-mcp

Related MCP servers

MCP server for read-only American Airlines AAdvantage account access

View repository →

MCP server for Costco warehouse receipts and online orders

View repository →