
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...
Connect FlowHunt and your AI tools to real-time keyword insights, questions, and suggestions from Google, Reddit, and Quora with the KeywordsPeopleUse MCP Server.
The KeywordsPeopleUse MCP Server is a Model Context Protocol (MCP) server that connects AI assistants to the KeywordsPeopleUse platform for advanced keyword research capabilities. By serving as a bridge between AI clients and the KeywordsPeopleUse API, it enables LLMs and AI tools to programmatically access keyword insights such as “People Also Ask” questions, Google autocomplete suggestions, Reddit and Quora topic questions, and semantic keyword data. This integration streamlines keyword research workflows directly within development and productivity tools, empowering developers and content creators to automate and enhance SEO research, content ideation, and market analysis processes.
No explicit prompt templates are mentioned in the repository documentation or code.
No explicit MCP resources are described in the repository documentation or code.
No setup instructions for Windsurf are provided in the repository.
YOUR_API_KEY
with your actual API key:{
"mcpServers": {
"keywordspeopleuse": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-keywordspeopleuse.com/sse",
"--header",
"Authorization:YOUR_API_KEY"
]
}
}
}
Store your API key in an environment variable or in the .env
file as follows:
KPU_API_KEY=sk_01234567890123456789012345678901
Example config to reference env variable:
{
"mcpServers": {
"keywordspeopleuse": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-keywordspeopleuse.com/sse",
"--header",
"Authorization:${KPU_API_KEY}"
]
}
}
}
git clone https://github.com/data-skunks/kpu-mcp.git
cd kpu-mcp
npm install
.env
.node /ABSOLUTE/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js
JSON Example:
{
"mcpServers": {
"keywordspeopleuse": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js"]
}
}
}
{
"mcpServers": {
"keywordspeopleuse": {
"command": "node",
"args": ["C:/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js"]
}
}
}
No setup instructions for Cline are provided in the repository.
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:
{
"keywordspeopleuse": {
"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 “keywordspeopleuse” 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 | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | Four tools described in README/features |
Securing API Keys | ✅ | .env file and config examples |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
| Roots Support | ⛔ | Not mentioned |
Based on the available documentation, this MCP server is functional and relatively easy to set up, but lacks detailed developer documentation, sample prompt templates, and explicit listing of MCP primitives like roots, resources, or sampling support. For essential keyword research automation, it covers the basics but could be improved in documentation breadth and MCP-compliance clarity.
MCP Score: 4/10
It enables practical keyword research and basic MCP tool functionality but is missing deeper MCP features, resource exposure, and has minimal documentation and community support.
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 0 |
It connects AI tools like FlowHunt to the KeywordsPeopleUse platform, enabling automated access to Google People Also Ask questions, autocomplete suggestions, Reddit/Quora topic questions, and semantic keyword data for enhanced SEO, content ideation, and market research workflows.
You can get People Also Ask questions, Google autocomplete suggestions, Reddit and Quora user questions, and semantically related keywords—all programmatically, inside your AI workflows.
Automated SEO keyword research, content topic generation, competitor analysis, reporting dashboards, and powering AI writing assistants with real user search data.
The server is functional and easy to set up, but lacks detailed developer documentation and prompt templates for advanced use.
You should store your API key in a .env file or as an environment variable to keep it secure and prevent accidental exposure.
It scores 4/10: it covers basic MCP tool functionality for keyword research, but lacks explicit resource documentation, roots, and advanced developer features.
Supercharge your AI workflows and automate keyword research with the KeywordsPeopleUse MCP Server. Try FlowHunt to unlock AI-driven SEO and content ideation in your favorite tools.
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 mcp-local-rag MCP Server enables privacy-respecting, local Retrieval-Augmented Generation (RAG) web search for LLMs. It allows AI assistants to access, embe...