by data-skunks
Provides keyword research capabilities—including People Also Ask questions, Google autocomplete suggestions, Reddit and Quora queries, and semantic keyword extraction—through a Model Context Protocol (MCP) server that integrates with KeywordsPeopleUse.
Kpu Mcp implements an MCP server that connects to the KeywordsPeopleUse platform, exposing keyword‑research tools (PAA, autocomplete, Reddit/Quora questions, semantic keywords) to any MCP‑compatible client such as Claude Desktop or Cursor.
git clone https://github.com/data-skunks/kpu-mcp.git
cd kpu-mcp
.env
file with your KeywordsPeopleUse API key:
KPU_API_KEY=sk_01234567890123456789012345678901
npm install
node index.js
Q: Do I need a paid KeywordsPeopleUse plan? A: Yes, the API requires at least a Standard plan.
Q: Which operating systems are supported? A: The server runs on any platform with Node.js (Windows, macOS, Linux).
Q: How do I expose the server remotely?
A: Use the mcp-remote
proxy (see the README) and configure your client with the appropriate Authorization
header.
Q: Can I change the server name in the client config?
A: Absolutely – the JSON config allows any key under mcpServers
.
Q: Where do I place the .env
file?
A: In the root of the cloned repository, alongside index.js
.
A Model Context Protocol (MCP) server implementation that integrates with KeywordsPeopleUse for keyword research features.
Make sure you have Node.js and npm installed on your computer.
node --version
npm --version
If not, go to Node.js official website to download and install it.
You can connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration (replace YOUR_API_KEY with your API key):
{
"mcpServers": {
"keywordspeopleuse": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-keywordspeopleuse.com/sse",
"--header",
"Authorization:YOUR_API_KEY"
]
}
}
}
Restart Claude and you should see the tools become available.
git clone https://github.com/data-skunks/kpu-mcp.git
MCP Server integration is available on KeywordsPeopleUse Standard plan and above. Go to KeywordsPeopleUse Settings to get the API key. Press Show key
, copy the key, and paste it inside the .env
file, so the file looks like this:
KPU_API_KEY=sk_01234567890123456789012345678901
npm install
To configure Firecrawl MCP in Cursor v0.45.6
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js
To configure Firecrawl MCP in Cursor v0.48.6
On MacOS/Linux
{
"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"]
}
}
}
Add this to your claude_desktop_config.json
:
{
"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"]
}
}
}
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by open-strategy-partners
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners' core writing and product marketing techniques.
by trypeggy
facebook-ads-library-mcp is a Model Context Protocol (MCP) server that allows users to search Facebook's public ad library. It enables analysis of advertising strategies, ad content, and competitive landscapes for companies and brands.
by gomarble-ai
Facebook Ads MCP Server is an interface that provides programmatic access to Facebook Ads data and management features. It allows users to automate interaction with their Facebook advertising campaigns and integrate ad data into other systems.
by fetchSERP
Provides access to all FetchSERP API endpoints for SEO analysis, keyword research, SERP retrieval, and web scraping through an MCP server.
by AudienseCo
mcp-audiense-insights is a tool that connects AI agents to the Audiense Insights platform. It enables AI agents to access and analyze marketing insights and audience data for various use cases like market research and content strategy.
by MarketplaceAdPros
amazon-ads-mcp-server is a server that facilitates interaction with Amazon Advertising data. It allows users to connect their Amazon Advertising accounts to access various advertising resources and reports, enabling automated ad management, custom reporting, and integration with AI/ML models.
by universal-mcp
Braze is a Universal MCP (Model Context Protocol) server that provides a standardized interface for interacting with Braze's tools and services through a unified API. It is designed for managing customer engagement, user profiles, and messaging campaigns.
by netdata
Real-time, per‑second infrastructure monitoring platform that provides instant insights, auto‑discovery, edge‑based machine‑learning anomaly detection, and lightweight visualizations without requiring complex configuration.
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.