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. 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 (use pwd to get it)

  4. Restart Claude Desktop

Related MCP server: WebSearch-MCP

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.

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

Latest Blog Posts

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