joelwmale/pirsch-mcp
A Model Context Protocol (MCP) server for Pirsch Analytics, enabling natural language analytics queries, period comparisons, and trend analysis for your website traffic.
[](https://www.npmjs.com/package/@joelwmale/pirsch-mcp) [](LICENSE)
A Model Context Protocol (MCP) server for Pirsch Analytics, enabling natural language analytics queries, period comparisons, and trend analysis for your website traffic.
The simplest way - no need to install anything globally:
claude mcp add pirsch-mcp \
-e PIRSCH_CLIENT_ID=your_client_id \
-e PIRSCH_CLIENT_SECRET=your_client_secret \
-- npx -y @joelwmale/pirsch-mcpInstall once, use anywhere:
# Install globally
npm install -g @joelwmale/pirsch-mcp
# For Claude Code
claude mcp add pirsch-mcp \
-e PIRSCH_CLIENT_ID=your_client_id \
-e PIRSCH_CLIENT_SECRET=your_client_secret \
-- pirsch-mcpFor contributing or customization:
# Clone and install
git clone https://github.com/joelwmale/pirsch-mcp.git
cd pirsch-mcp
npm install
npm run buildLoading reviews...