1. Conduid
  2. Developer Tools
  3. kwrds.ai
MCP server · Developer Tools

kwrds.ai

SEO MCP server for kwrds.ai

Unclaimed Apache-2.0 last commit 7 months ago seo-toolsdevtoolsseokeywordsagentagentic-aimcp-servermcpseo-optimization
64Good

Scored 4 months ago · breakdown

About kwrds.ai

kwrds.ai is an MCP server published by mkotsollaris in the Developer Tools category: sEO MCP server for kwrds.ai. It has been installed 0 times through Conduid.

The repository has 5 stars and 2 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx kwrds-ai-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about kwrds.ai

Powered by Claude · Grounded in docs

I know everything about kwrds.ai. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

kwrds.ai MCP Server

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

Support

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About kwrds.ai

How do I install kwrds.ai?

Run npx kwrds-ai-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is kwrds.ai safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is kwrds.ai still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.