7 months ago
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
Server Config
{
"mcpServers": {
"keywordspeopleuse": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-keywordspeopleuse.com/sse",
"--header",
"Authorization:YOUR_API_KEY"
]
}
}
}