KeywordsPeopleUse MCP Server
Connect FlowHunt and your AI tools to real-time keyword insights, questions, and suggestions from Google, Reddit, and Quora with the KeywordsPeopleUse MCP Server.

What does “KeywordsPeopleUse” MCP Server do?
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.
List of Prompts
No explicit prompt templates are mentioned in the repository documentation or code.
List of Resources
No explicit MCP resources are described in the repository documentation or code.
List of Tools
- Get People Also Ask questions
- Retrieves related “People Also Ask” questions from Google for given keywords.
- Get Google Autocomplete suggestions
- Returns autocomplete keyword suggestions from Google.
- Get Reddit and Quora questions
- Fetches relevant questions from Reddit and Quora for research and content ideas.
- Get Semantic Keywords
- Provides semantically related keywords to expand keyword targeting.
Use Cases of this MCP Server
- SEO Keyword Research
Developers and marketers can automate the collection of high-value keywords, related searches, and question ideas directly within their workflow tools for efficient SEO planning. - Content Ideation
Use the MCP server to access real-world questions from Reddit and Quora, fueling content strategy and blog post outlines based on actual user queries. - Competitor Analysis
Retrieve autocomplete and semantic keyword data to analyze competitor content gaps and identify new market opportunities. - Automated Reporting
Integrate with internal dashboards or reporting tools to fetch the latest keyword trends and “People Also Ask” data for regular updates. - AI-Powered Writing Tools
Enhance AI writing assistants by providing them with fresh, relevant keyword data and user questions for context-rich content generation.
How to set it up
Windsurf
No setup instructions for Windsurf are provided in the repository.
Claude
- Obtain your KeywordsPeopleUse API key (Standard plan or above).
- In Claude Desktop, go to Settings > Developer > Edit Config.
- Add the following JSON, replacing
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" ] } } }
- Restart Claude Desktop.
- Verify the tools become available in your Claude environment.
Securing API Keys
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}"
]
}
}
}
Cursor
On MacOS/Linux
- Clone the repository and install dependencies:
git clone https://github.com/data-skunks/kpu-mcp.git cd kpu-mcp npm install
- Obtain your API key and set it in
.env
. - Open Cursor Settings.
- Go to Features > MCP Servers > “+ Add New MCP Server”.
- Enter:
- Name: “keywordspeopleuse”
- Type: “command”
- Command:
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js
- Save and restart Cursor.
JSON Example:
{
"mcpServers": {
"keywordspeopleuse": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js"]
}
}
}
On Windows
{
"mcpServers": {
"keywordspeopleuse": {
"command": "node",
"args": ["C:/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js"]
}
}
}
Cline
No setup instructions for Cline are provided in the repository.
How to use this MCP inside flows
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.
Overview
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.
Our opinion
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.
MCP Score
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 0 |
Frequently asked questions
- What does the KeywordsPeopleUse MCP Server do?
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.
- Which keyword research tools are available through this MCP?
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.
- What are the main use cases for this MCP server?
Automated SEO keyword research, content topic generation, competitor analysis, reporting dashboards, and powering AI writing assistants with real user search data.
- Is developer documentation or prompt templates provided?
The server is functional and easy to set up, but lacks detailed developer documentation and prompt templates for advanced use.
- How secure is my API key?
You should store your API key in a .env file or as an environment variable to keep it secure and prevent accidental exposure.
- What is the MCP compliance score for this server?
It scores 4/10: it covers basic MCP tool functionality for keyword research, but lacks explicit resource documentation, roots, and advanced developer features.
Automate Keyword Research with FlowHunt
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.