MCP Connector

Research keywords and generate SEO-optimized content

Connect to kwrds.ai for keyword research, SERP analysis, and AI-powered SEO content generation with real search volume data.

Works with kwrds.aiclaude

26
Spark score
out of 100
Updated 7 months ago
Source checked Sep 10, 2026
Version 1.0.0

Add to Favorites

Why it matters

Help marketers and content creators discover high-value keywords, analyze search engine rankings, and generate SEO-optimized content outlines based on real search data and competitor analysis.

Outcomes

What it gets done

01

Find keyword search volumes and competition metrics for target markets

02

Extract People Also Ask questions and 7W1H insights for topics

03

Analyze what URLs rank for and their SERP positions

04

Generate AI-powered SEO content outlines and topic clusters

Source

Get it from source

Spark does not host a copy of it.

Open source

Reports

Agent outcome reports

No reports yet

Overview

kwrds.ai

An MCP server that connects Claude Desktop to the kwrds.ai platform, exposing tools for keyword research with search volumes and competition metrics, SERP analysis, People Also Ask question extraction, topic research, SEO content outline generation, and URL ranking analysis. It enables conversational access to SEO data through the Model Context Protocol. Use this when you need to perform keyword research, analyze what URLs rank for, generate SEO-optimized content outlines, or extract People Also Ask questions for a topic during AI assistant conversations. Requires a kwrds.ai API key and Python 3.11+.

What it does

The kwrds.ai MCP Server connects AI clients like Claude Desktop to the kwrds.ai keyword research and SEO platform through the Model Context Protocol. It exposes tools for keyword research with search volumes and competition metrics, SERP analysis, People Also Ask question extraction, topic research, AI content generation, and URL ranking analysis.

When to use - and when NOT to

Use this connector when you need to perform keyword research during content planning conversations, analyze what URLs rank for, generate SEO-optimized content outlines, or extract People Also Ask questions for a topic.

Do NOT use this if you don't have a kwrds.ai API key or if you need real-time SERP data without API rate limits. This requires Python 3.11+ and is currently configured for Claude Desktop specifically.

Inputs and outputs

You provide natural language requests to your MCP client such as "Find keywords for 'digital marketing' in the US" or "Get People Also Ask questions for 'SEO tools'". The server queries the kwrds.ai API and returns the requested data.

Integrations

This MCP server integrates with Claude Desktop through the Model Context Protocol. Configuration requires adding the server to your Claude Desktop config file:

{
  "mcpServers": {
    "kwrds-ai": {
      "command": "/ABSOLUTE/PATH/TO/kwrds-ai-mcp/venv/bin/python",
      "args": ["/ABSOLUTE/PATH/TO/kwrds-ai-mcp/run_server.py"],
      "env": {
        "KWRDS_AI_API_KEY": "your-api-key-here"
      }
    }
  }
}

The server connects to the kwrds.ai API platform for all keyword research and SEO data retrieval.

Who it's for

Users who want to access kwrds.ai keyword research and SEO tools through Claude Desktop via the Model Context Protocol.

Source README

kwrds.ai MCP Server

Claude MCP kwrds.ai Client

Model Context Protocol server for kwrds.ai keyword research and SEO tools. You can read more about the MCP protocol in this blog post.

Setup

Requires Python 3.11+

  1. Get API key from kwrds.ai

  2. Clone and setup:

    git clone https://github.com/yourusername/kwrds-ai-mcp
    cd kwrds-ai-mcp
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    
  3. Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

    {
      "mcpServers": {
        "kwrds-ai": {
          "command": "/ABSOLUTE/PATH/TO/kwrds-ai-mcp/venv/bin/python",
          "args": ["/ABSOLUTE/PATH/TO/kwrds-ai-mcp/run_server.py"],
          "env": {
            "KWRDS_AI_API_KEY": "your-api-key-here"
          }
        }
      }
    }
    

    Replace /ABSOLUTE/PATH/TO/kwrds-ai-mcp/ with your actual project path (use pwd to get it)

  4. Restart Claude Desktop

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
  • Topic research
  • SERP analysis & ranking data
  • People Also Ask questions
  • AI content generation
  • URL ranking analysis
  • Usage statistics

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.