{
"mcpServers": {
"perplexity-web-api-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
๐ Perplexity AI MCP without API key
Is it safe?
No package registry to scan.
No authentication โ any process on your machine can connect.
MIT. View license โ
Is it maintained?
Last commit 0 days ago. 43 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience โ it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Perplexity Web Api Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP (Model Context Protocol) server that exposes Perplexity AI search, research, and reasoning capabilities as tools.
This MCP server uses your Perplexity account session directly โ no API key needed.
Perplexity offers a separate paid API with per-request pricing that is charged independently from your Pro subscription. With this MCP, you don't need to pay for API access โ your existing Perplexity subscription (or even a free account) is enough.
Simply extract the session tokens from your browser cookies, and you're ready to use Perplexity search, research, and reasoning in your IDE.
The server can run without any authentication tokens. In this mode:
perplexity_search (links only) and perplexity_ask (answer with sources) are available โ perplexity_research and perplexity_reason require tokens.turbo model; PERPLEXITY_ASK_MODEL and PERPLEXITY_REASON_MODEL cannot be set (the server will throw an error if they are).files parameter) are unavailable โ they require tokens.To use tokenless mode, simply omit PERPLEXITY_SESSION_TOKEN and PERPLEXITY_CSRF_TOKEN from your configuration.
For full access to all tools and model selection, provide both tokens as described in the Configuration section below.
This server requires a Perplexity AI account. You need to extract two authentication tokens from your browser cookies:
https://www.perplexity.ai__Secure-next-auth.session-token โ use as PERPLEXITY_SESSION_TOKENnext-auth.csrf-token โ use as PERPLEXITY_CSRF_TOKENPERPLEXITY_SESSION_TOKEN (optional): Perplexity session token (next-auth.session-token cookie). Required for perplexity_research, perplexity_reason, and file attachments.PERPLEXITY_CSRF_TOKEN (optional): Perplexity CSRF token (next-auth.csrf-token cookie). Required for perplexity_research, perplexity_reason, and file attachments.PERPLEXITY_ASK_MODEL (optional, requires tokens): Model for perplexity_ask.
Valid values:
turbo (default for tokenless)pro-auto (default for authenticated)sonargpt-5.4claude-4.6-sonnetnemotron-3-superPERPLEXITY_REASON_MODEL (optional, requires tokens): Model for perplexity_reason.
Val