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.
Connect Claude Desktop to your MCP serverYou 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
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"] } } }Usage with Claude Desktop
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"] } } }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4