Kwrds.ai Seo Keyword Research And Serp Mcp

by mkotsollaris

297 downloads
Not rated
GitHub

About

Model Context Protocol server for kwrds.ai keyword research and SEO tools.

Details

Author
mkotsollaris
Downloads
297
Categories
Search

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Kwrds.ai Seo Keyword Research And Serp Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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?”

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "kwrds.ai seo keyword research and serp mcp": {
            "kwrds-ai": {
                "command": "python3",
                "args": [
                    "/path/to/this/project/run_server.py"
                ],
                "env": {
                    "KWRDS_API_KEY": "your-api-key-here"
                }
            }
        }
    }
}

McpServers

{
    "kwrds-ai": {
        "command": "python3",
        "args": [
            "/path/to/this/project/run_server.py"
        ],
        "env": {
            "KWRDS_API_KEY": "your-api-key-here"
        }
    }
}

kwrds.ai MCP Server

Model Context Protocol server for kwrds.ai keyword research and SEO tools.

Setup

Requires Python 3.11+

1. Get API key from kwrds.ai

2. Install dependencies:

   pip install -r requirements.txt

3. Add to an MCP Client (Claude/Cursor/Chatgpt/etc.) Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

   {
"mcpServers": {
"kwrds-ai": {
"command": "python3",
"args": ["/path/to/this/project/run_server.py"],
"env": {
"KWRDS_API_KEY": "your-api-key-here"
}
}
}
}


Replace /path/to/this/project/ with your actual project path

4. Restart MCP Client

Usage

Ask your MCP Client:
- Find keywords for 'digital marketing' in the US
- Get People Also Ask questions for 'SEO tools'
- Generate an SEO outline for 'best laptops'
- Get best keywords for 'best laptops 2025'
- Get 7W1H for 'best AI tools'
- What does example.com rank for?

Tools Available

- Keyword research with volumes & competition
- SERP analysis & ranking data
- People Also Ask questions
- AI content generation
- URL ranking analysis
- Usage statistics

Support

Visit kwrds.ai for documentation, support, and more.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.