Files
2025-11-29 18:22:43 +08:00

23 lines
530 B
JSON

{
"name": "perplexity",
"description": "Real-time web search, reasoning, and research through Perplexity's API",
"version": "0.5.0",
"author": {
"name": "Perplexity AI",
"email": "api@perplexity.ai"
},
"mcp": {
"perplexity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perplexity-ai/mcp-server"
],
"env": {
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}",
"PERPLEXITY_TIMEOUT_MS": "${PERPLEXITY_TIMEOUT_MS:-600000}"
}
}
}
}