Skip to main content
Glama

kwrds.ai MCP Server

by mkotsollaris

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Model Context Protocol server that enables AI assistants to perform keyword research, SEO analysis, and content planning through natural language queries against kwrds.ai's SEO tools.

  1. Setup
    1. Usage
      1. Tools Available
        1. Support

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.
            Last updated -
            25
            14
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
            Last updated -
            16
            TypeScript
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
            Last updated -
            1
            44
            8
            JavaScript
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
            Last updated -
            40
            Python
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkotsollaris/kwrds_ai_mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server