psquare for Cursor
io.github.thehesiod/psquare
MCP server for ParentSquare — feeds, calendars, messages, directories, and admin roster tools
client:Cursor
transport:stdio
runtime:pypi
Install psquare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"psquare": {
"type": "stdio",
"command": "uvx",
"args": [
"parentsquare-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs