psquare for VS Code
io.github.thehesiod/psquare
MCP server for ParentSquare — feeds, calendars, messages, directories, and admin roster tools
client:VS Code
transport:stdio
runtime:pypi
Install psquare in VS Code
.vscode/mcp.json
{
"servers": {
"psquare": {
"type": "stdio",
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs