npx claudepluginhub fairchild/dotclaude --plugin skill-creatorAdd to your .mcp.json:
{
"mcpServers": {
"alcova-perplexity-mcp": {
"command": "perplexity-mcp",
"args": [
"--model",
"sonar-pro",
"--reasoning-model",
"sonar-reasoning-pro"
],
"env": {
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}"
}
}
}
}Replace placeholder values for: PERPLEXITY_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
perplexity-mcpPERPLEXITY_API_KEY=${PERPLEXITY_API_KEY}