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
npx kwrds-ai-mcpThis 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
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+
-
Get API key from kwrds.ai
-
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 -
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 (usepwdto get it) -
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.