plausible
stdioUsed by 2 plugins
Installs marketing, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub fuww/knowledge-work-plugins --plugin marketingAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"plausible": {
"command": "npx",
"args": [
"-y",
"@alexanderop/plausible-mcp"
],
"env": {
"PLAUSIBLE_API_KEY": "${PLAUSIBLE_API_KEY}",
"PLAUSIBLE_SITE_ID": "${PLAUSIBLE_SITE_ID}"
}
}
}
}Replace placeholder values for: PLAUSIBLE_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
External connections
This server connects to external services. Review the URLs it accesses before enabling.
Command
npxAccess Level
write
Arguments
-y@alexanderop/plausible-mcp
Environment Variables
PLAUSIBLE_API_KEY=${PLAUSIBLE_API_KEY}PLAUSIBLE_SITE_ID=${PLAUSIBLE_SITE_ID}Required Secrets
PLAUSIBLE_API_KEY