{ "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}" } } } }