KeywordsPeopleUse MCP Server
Using the KeywordsPeopleUse MCP Server integration you can directly interact with the keyword research functionality available from KeywordsPeopleUse within your AI chat.
This means you can now access and work with live Google People Also Ask Data, Google Autocomplete data, Reddit and Quora questions, and Sematic Keyword data directly in your LLM
How to configure with Claude Desktop app
Step 1: Follows Anthropic’s Quickstart to get Claude Desktop installed and Node.js configured
Step 2: Get your KeywordsPeopleUse API key
- Login to your KeywordsPeopleUse account (or Create a new account if you don’t already have one, it’s free to create a new account and get an API key)
- Go to your KeywordsPeopleUse Settings and copy your API key
Step 3: Configure Claude to connect to the KeywordsPeopleUse MCP server
- In 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" ] } } }
Step 4: Restart Claude and you should see the tools become available