
mcp-google-search MCP Server
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...
Supercharge your AI agents with live web search and real-time research capabilities via the Perplexity Ask MCP Server for FlowHunt.
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 |
It connects AI assistants to the Perplexity Sonar API, enabling live web searches and real-time research capabilities directly in your development environment.
Always store your API keys in the 'env' field of your MCP server configuration, never directly in code or plaintext.
Live web search for AI assistants, automated question answering with up-to-date responses, research support, workflow integration in tools like Claude and Cursor, and knowledge augmentation for LLMs.
Currently, the main tool is 'perplexity_ask', which handles conversations with the Sonar API for live web search.
No prompt templates or additional resources are required. Configuration is straightforward and well documented.
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.
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 Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...