Access kwrds.ai SEO and Content Tools
MCP server for kwrds.ai providing keyword research and SEO tools including keyword analysis, SERP data, and content generation capabilities.
Maintainer of this project? Claim this page to edit the listing.
1.0.0Add to Favorites
Why it matters
Integrate with the kwrds.ai platform to leverage advanced keyword research, SERP analysis, and AI-powered content generation capabilities directly within your applications.
Outcomes
What it gets done
Perform keyword research with search volume and competition data.
Analyze SERP data and URL rankings.
Generate AI-powered content outlines and copy.
Gather 'People Also Ask' questions for topic research.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-kwrds-ai | bash Capabilities
Tools your agent gets
Keyword research with search volume and competition data
Topic research for content planning and SEO strategy
SERP analysis and ranking data for search queries
Extract questions from the People Also Ask section
AI-powered content generation for SEO and marketing
URL ranking analysis and performance metrics
Usage statistics and API quota information
Overview
kwrds.ai MCP Server
MCP server exposing kwrds.ai keyword research and SEO tools When you have a kwrds.ai API key and need keyword volumes, SERP analysis, or SEO content generation
What it does
The kwrds.ai MCP server provides keyword research and SEO analysis tools. The server includes seven tools: keyword_research (keyword research with volumes and competition), topic_research (topic research), serp_analysis (SERP analysis and ranking data), people_also_ask (questions from the "People Also Ask" block), ai_content_generation (AI-powered content generation), url_ranking_analysis (URL ranking analysis), and usage_statistics (usage statistics).
When to use - and when NOT to
Use this connector when you need keyword research with volumes and competition, topic research, SERP analysis and ranking data, People Also Ask questions, AI content generation, or URL ranking analysis. Example queries from the documentation include "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'", and "Get 7W1H for 'best AI tools'".
Do NOT use this if you don't have a kwrds.ai API key, as it's required for all operations.
Inputs and outputs
The server provides keyword research, topic research, SERP analysis, People Also Ask questions, AI content generation, URL ranking analysis, and usage statistics through its seven tools.
Integrations
The server integrates with Claude Desktop through MCP configuration:
{
"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"
}
}
}
}
Requires Python 3.11+ and a kwrds.ai API key. Installation requires cloning the repository, setting up a Python virtual environment, and installing dependencies:
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
Replace absolute paths in the configuration with your actual project paths. The KWRDS_AI_API_KEY environment variable must be set with your API key from kwrds.ai.
Who it's for
This connector is for users who have a kwrds.ai API key and need access to keyword research, SERP analysis, and SEO content generation tools.
Source README
MCP server for kwrds.ai - keyword research and SEO tools providing keyword analysis, SERP data, and content generation capabilities.
Installation
From Source
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
Configuration
Claude Desktop
{
"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"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
keyword_research |
Keyword research with search volume and competition data |
topic_research |
Topic research |
serp_analysis |
SERP analysis and ranking data |
people_also_ask |
People Also Ask questions |
ai_content_generation |
AI-powered content generation |
url_ranking_analysis |
URL ranking analysis |
usage_statistics |
Usage statistics |
Features
- Keyword research with search volume and competition data
- Topic research
- SERP analysis and ranking data
- People Also Ask questions
- AI-powered content generation
- URL ranking analysis
- Usage statistics
Environment Variables
Required
KWRDS_AI_API_KEY- API key for kwrds.ai service
Usage Examples
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'
Resources
Notes
Requires Python 3.11+. API key must be obtained from kwrds.ai. Replace absolute paths in the configuration with your actual project paths.
FAQ
Common questions
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.