Pidgr MCP
MCP server for Pidgr
Installation
npx pidgr-mcpAsk AI about Pidgr MCP
Powered by Claude Β· Grounded in docs
I know everything about Pidgr MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
pidgr-mcp
Open-source MCP server for Pidgr.
Pidgr is an internal communication platform that replaces passive email and chat announcements with structured, trackable campaigns. Messages reach every employee, actions are verified, and delivery is measurable β not buried in a feed.
pidgr-mcp lets AI agents manage Pidgr through natural language. It exposes 49 tools and works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Capabilities
Campaigns β Create, update, start, cancel, and list campaigns. Track per-user delivery status (sent, delivered, acknowledged, missed).
Templates β Create versioned message templates with variable substitution. Supports Markdown, Rich, and HTML content types.
Audience β Manage recipient groups and organizational teams. Add/remove members, query memberships in batch.
Users β Invite users, manage profiles (department, title, location), assign roles, deactivate accounts.
Organizations β Configure organization settings, default workflows, industry, and SSO attribute mappings.
Roles & Permissions β Create custom roles with granular permission sets. Assign roles to users.
API Keys β Create scoped API keys with optional expiration. List and revoke keys.
Analytics β Query aggregated touch heatmap data with screen, campaign, and time range filters. List session recordings and fetch snapshot data for playback.
Install
Binary (stdio)
Download from GitHub Releases and verify the checksum:
sha256sum -c checksums.txt
Add to your MCP config:
{
"mcpServers": {
"pidgr": {
"command": "pidgr-mcp",
"env": { "PIDGR_API_KEY": "pidgr_k_..." }
}
}
}
Hosted (Streamable HTTP)
{
"mcpServers": {
"pidgr": {
"url": "https://mcp.pidgr.com"
}
}
}
No API key needed β OAuth handles authentication.
Docker
docker run -e PIDGR_MCP_TRANSPORT=http -e PIDGR_AUTH_ISSUER=<your-issuer-url> -p 8080:8080 ghcr.io/pidgr/pidgr-mcp:latest
Configuration
| Variable | Required | Description |
|---|---|---|
PIDGR_API_KEY | stdio only | Scoped API key |
PIDGR_API_URL | No | API endpoint |
PIDGR_MCP_TRANSPORT | No | stdio or http |
PIDGR_MCP_ADDR | No | Listen address (http mode) |
PIDGR_AUTH_ISSUER | http only | OIDC issuer URL |
PIDGR_AUTH_CLIENT_ID | No | App client ID for audience validation |
License
Apache 2.0
