Remote MCP server for the Planning Center API on Cloudflare Workers, with OpenAPI discovery and Services scheduling helpers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"planning-center-serv": {
"command": "npx",
"args": [
"-y",
"Namleh-Studios/planning-center-services-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add planning-center-serv npx -y Namleh-Studios/planning-center-services-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"planning-center-serv": {
"command": "npx",
"args": [
"-y",
"Namleh-Studios/planning-center-services-mcp"
]
}
}
}
📋 Copy
README Excerpt
A public third-party Model Context Protocol server for Planning Center API workflows, built for Cloudflare Workers. This server exposes generic tools for all Planning Center products plus higher-level Services scheduling helpers. It is designed to be reusable by the community without Namleh Vault or organization-specific dependencies.
Tools (19)
needed_positions_list pco_status people_list person_blockouts_list person_schedules_list plan_get planning_center_apps_list planning_center_create planning_center_delete planning_center_get planning_center_openapi_search planning_center_update plans_list schedule_person service_types_list team_members_list team_position_candidates_list team_positions_list teams_list
Topics
church-management church-tech cloudflare cloudflare-workers json-api mcp mcp-server model-context-protocol pco planning-center planning-center-api planning-center-mcp planning-center-online services-scheduling typescript