Kwrds.ai Seo Keyword Research And Serp Mcp
@mkotsollaris
Model Context Protocol server for kwrds.ai keyword research and SEO tools.
概览
What is Kwrds.ai Seo Keyword Research And Serp Mcp?
The Kwrds.ai Seo Keyword Research And Serp Mcp server is a Model Context Protocol (MCP) integration for kwrds.ai, providing keyword research and SEO tools. It enables MCP clients like Claude, Cursor, or ChatGPT to access keyword volumes, SERP analysis, People Also Ask questions, and AI content generation.
How to use Kwrds.ai Seo Keyword Research And Serp Mcp?
Requires Python 3.11+ and an API key from kwrds.ai. Install dependencies with pip install -r requirements.txt, then add the server to your MCP client's desktop config (e.g., Claude/claude_desktop_config.json) with the KWRDS_API_KEY environment variable pointing to run_server.py. Restart the client and ask natural-language queries such as “Find keywords for ‘digital marketing’ in the US” or “What does example.com rank for?”
Key features of Kwrds.ai Seo Keyword Research And Serp Mcp
- Keyword research with search volumes and competition data
- SERP analysis and ranking data
- People Also Ask question retrieval
- AI-powered content outline generation
- URL ranking analysis for any domain
- Usage statistics tracking
Use cases of Kwrds.ai Seo Keyword Research And Serp Mcp
- Discovering high‑volume, low‑competition keywords for content planning
- Analyzing SERP features and competitors’ rankings for a target query
- Generating SEO‑optimized content outlines and 7W1H frameworks
- Monitoring a website’s ranking for a set of keywords
FAQ from Kwrds.ai Seo Keyword Research And Serp Mcp
What are the system requirements?
Python 3.11 or higher is required. You also need an active kwrds.ai API key.
How do I obtain an API key?
Visit kwrds.ai and follow the API key setup documentation.
Can I ask the MCP server for anything besides keywords?
Yes. It returns SERP analysis, People Also Ask questions, AI content outlines (including 7W1H), URL ranking data, and usage statistics.
How do I configure the server for my MCP client?
Add the server definition to your client’s desktop config (e.g., claude_desktop_config.json) with the command set to python3, args pointing to run_server.py, and an env object containing your KWRDS_API_KEY.
Are there any known limits or authentication details?
Authentication is done via the KWRDS_API_KEY environment variable. The README does not mention rate limits or other restrictions. The server connects to the kwrds.ai API over the internet.