KeywordsPeopleUse MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KeywordsPeopleUse MCP Serverget People Also Ask questions for 'best hiking boots'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KeywordsPeopleUse MCP Server
A Model Context Protocol (MCP) server implementation that integrates with KeywordsPeopleUse for keyword research features.
Features
Get People Also Ask questions
Get Google Autocomplete suggestions
Get Reddit and Quora questions
Get Semantic Keywords
Related MCP server: MCP-Smallest.ai
Remote connection
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.
Connect Claude Desktop to your MCP server
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.
Local Installation
Clone from Github
git clone https://github.com/data-skunks/kpu-mcp.gitGet the API Key
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
Install dependencies
npm installRunning on Cursor
To configure Firecrawl MCP in Cursor v0.45.6
Open Cursor Settings
Go to Features > MCP Servers
Click "+ Add New MCP Server"
Enter the following:
Name: "keywordspeopleuse" (or your preferred name)
Type: "command"
Command:
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/kpu-mcp/index.js
To configure Firecrawl MCP in Cursor v0.48.6
Open Cursor Settings
Go to Features > MCP Servers
Click "+ Add new global MCP server"
Enter the following code:
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"]
}
}
}Usage with Claude Desktop
Add this to your claude_desktop_config.json:
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"]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for Studex tools, notifications, and profile integrations
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server implementation that enables AI assistants like Claude to perform Google searches and retrieve web data directly through natural language requests.1120 npm168MIT
- FlicenseDqualityDmaintenanceA Model Context Protocol server implementation that provides a standardized interface for interacting with Smallest.ai's knowledge base management system.33-
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol server that enables AI assistants to perform keyword research, SEO analysis, and content planning through natural language queries against kwrds.ai's SEO tools.7Apache 2.0

FetchSERP MCP Serverofficial
-licenseCqualityNot gradedmaintenanceA Model Context Protocol server that provides AI assistants with access to FetchSERP API capabilities for SEO analysis, SERP data, web scraping, and keyword research.2319 npm19-