Servers
Planning Center Online API and MCP Server Integration
@jake-ccnh
Planning Center Online MCP Server
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pco-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}