pco-mcp-serverA

chilimac02/pco-mcp-serverA
★ 0 stars Python Code/Dev Tools Updated today
A Model Context Protocol (MCP) server that provides tools for interacting with ALL of Planning Center
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pco-mcp-servera": {
      "command": "uvx",
      "args": [
        "pco-mcp-servera"
      ]
    }
  }
}

Or install with pip: pip install pco-mcp-servera