npx claudepluginhub fuww/knowledge-work-pluginsAdd 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
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxPLAUSIBLE_API_KEY=${PLAUSIBLE_API_KEY}PLAUSIBLE_SITE_ID=${PLAUSIBLE_SITE_ID}