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"]
}
}
}
A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios
A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation. Optimized for Systemprompt MCP Voice client.
An MCP server enhances AI responses with real-time search results via Higress ai-search.
MCP to explore websites with llms.txt files