Share:
About
Query Perplexity for grounded answers with citations.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Perplexity MCP.
- What is the Perplexity MCP?
- The Perplexity MCP allows clients to query Perplexity for real-time web answers. It provides grounded responses with citations, making it suitable for applications requiring up-to-date information.
- How can I configure the Perplexity MCP in a client such as Cursor?
- The Perplexity MCP can typically be configured in a client like Cursor by providing the necessary connection details, which often include the transport method (stdio) and any required credentials, such as an API key. Specific configuration steps depend on the client's interface.
- Does the Perplexity MCP require an API key for authentication?
- Yes, the Perplexity MCP uses API key authentication. A valid API key is required to access and utilize the Perplexity service through this MCP.
- What are the primary capabilities exposed by the Perplexity MCP?
- The Perplexity MCP primarily exposes capabilities for performing real-time web searches and retrieving grounded answers with citations. This allows for integration of up-to-date information into various applications.
- What is the licensing model for using the Perplexity MCP?
- The Perplexity MCP is provided by the community. The specific cost or licensing model for using the underlying Perplexity service depends on the deployment and usage tiers directly with Perplexity AI.
- What is a common limitation when using the Perplexity MCP?
- A common limitation is the reliance on a stable internet connection for real-time web access. Performance can also be affected by the rate limits or usage policies of the underlying Perplexity AI service.
Install Perplexity MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"perplexity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.