
Perplexity MCP Integration
Integrate FlowHunt with Perplexity Ask MCP Server to enable Claude and Cursor to perform real-time, web-wide research. Enhance your AI workflows with live searc...
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Perplexity Ask MCP Server is a Model Context Protocol (MCP) server implementation that integrates the Sonar API, enabling real-time, web-wide research capabilities within the MCP ecosystem. By connecting AI assistants like Claude to the Perplexity API, it allows developers and users to perform live web searches and access up-to-date information directly through their development workflows. This seamless integration makes it possible to enhance AI-powered applications with dynamic data retrieval, enabling tasks such as live question answering, research, and information gathering without leaving the MCP environment. The server serves as a connector, bridging AI assistants with Perplexity’s web search capabilities for a more informed and interactive user experience.
No prompt templates are mentioned in the available documentation or repository files.
No explicit resources are listed in the documentation or repository files.
messages (array): An array of conversation messages, each with:role (string): The role of the message (e.g., system, user, assistant).content (string): The content of the message.No explicit Windsurf setup instructions provided in the documentation.
claude_desktop_config.json (e.g., using vim ~/Library/Application\ Support/Claude/claude_desktop_config.json).{
"mcpServers": {
"perplexity-ask": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PERPLEXITY_API_KEY",
"mcp/perplexity-ask"
],
"env": {
"PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Securing API Keys: Place PERPLEXITY_API_KEY in the env field as shown above.
Securing API Keys: Use the env field in the configuration.
No explicit Cline setup instructions provided in the documentation.
{
"mcpServers": {
"perplexity-ask": {
"command": "npx",
"args": [
"-y",
"server-perplexity-ask"
],
"env": {
"PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Note: Always secure API keys using the env field in your configuration.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"perplexity-ask": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “perplexity-ask” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | None found in documentation or repo |
| List of Resources | ⛔ | None found in documentation or repo |
| List of Tools | ✅ | perplexity_ask tool documented |
| Securing API Keys | ✅ | Via env in server config |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots support: Not mentioned
Sampling support: Not mentioned
Perplexity Ask MCP Server is focused and well-documented for integrating web search into LLM workflows, but lacks documented prompt templates or resource primitives. Setup instructions are clear for Claude and Cursor, and the single tool is powerful for research tasks. Overall, the repo is robust and well-used but limited in breadth of MCP primitives.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 162 |
| Number of Stars | 1.3k |
Enable your AI workflows to access up-to-date web results and dynamic information using the Perplexity Ask MCP Server. Perfect for research, question answering, and knowledge augmentation.

Integrate FlowHunt with Perplexity Ask MCP Server to enable Claude and Cursor to perform real-time, web-wide research. Enhance your AI workflows with live searc...

The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...

The interactive-mcp MCP Server enables seamless, human-in-the-loop AI workflows by bridging AI agents with users and external systems. It supports cross-platfor...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.