MCP Server
kwrds.ai MCP Server
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.
5
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "kwrds-ai",
3 "command": "/ABSOLUTE/PATH/TO/kwrds-ai-mcp/venv/bin/python",
4 "args": [
5 "/ABSOLUTE/PATH/TO/kwrds-ai-mcp/run_server.py"
6 ],
7 "env": {
8 "KWRDS_AI_API_KEY": "your-api-key-here"
9 }
10}
JSON10 lines
README Documentation
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.
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source