Overview
The KeywordsPeopleUse MCP Server is a Model Context Protocol (MCP) server implementation that integrates with KeywordsPeopleUse to provide keyword research features to MCP clients. It exposes four core capabilities: Get People Also Ask questions, Get Google Autocomplete suggestions, Get Reddit and Quora questions, and Get Semantic Keywords. These features enable automated keyword discovery and content idea generation within MCP-enabled tools and workflows. The server supports remote connections via the mcp-remote proxy, allowing Claude Desktop or other MCP clients to connect securely by supplying an API key. For local setup, clone the repository, obtain your API key from KeywordsPeopleUse Settings (Standard plan and above), place it in a .env file as KPU_API_KEY=your_key, install dependencies with npm install, and run the server with Node.js. The README includes specific guidance for integrating with Cursor (different MCP server configurations for v0.45.6 and v0.48.6) and for configuring Claude Desktop, including sample JSON blocks. This MCP server enables programmatic access to keyword data to power research, SEO, and content planning tools.
Features
Get People Also Ask questions
Fetch People Also Ask data related to a query from KeywordsPeopleUse.
Get Google Autocomplete suggestions
Return Google autocomplete suggestions to assist keyword discovery.
Get Reddit and Quora questions
Retrieve questions from Reddit and Quora related to a query.
Get Semantic Keywords
Obtain semantic keyword suggestions to expand topic coverage.




