Access kwrds.ai SEO and Content Tools
kwrds.ai MCP Server gives AI assistants keyword research, SERP analysis, and AI content generation via a single API key.
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.
Source
Get it from source
Spark does not host a copy of it.
Open sourceReports
Agent outcome reports
No reports yet
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
kwrds.ai MCP Server gives an AI assistant keyword research, SERP analysis, People Also Ask data, and content generation through kwrds.ai's API. Use it when an AI assistant needs to run SEO keyword and SERP research or generate content outlines through kwrds.ai.
What it does
kwrds.ai MCP Server is an MCP server for kwrds.ai's keyword research and SEO toolset, giving an AI assistant direct access to keyword analysis, SERP data, and content generation without you switching to the kwrds.ai dashboard.
When to use - and when NOT to
Use it when you want an AI assistant to handle SEO research conversationally: finding keywords with search volume and competition data, researching a topic, pulling SERP rankings or People Also Ask questions, generating AI-assisted content outlines, checking a URL's ranking, or reviewing usage statistics. It requires a kwrds.ai API key and Python 3.11+, so it depends on having a kwrds.ai account. It is specific to kwrds.ai's data and features, not a general-purpose SEO tool spanning other providers.
Capabilities
- 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 for your kwrds.ai account
Example requests it is built to handle: "Find keywords for 'digital marketing' in the US," "Get People Also Ask questions for 'SEO tools'," "Generate an SEO outline for 'best laptops'," and "Get 7W1H for 'best AI tools'."
How to install
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
Configure it in Claude Desktop with your kwrds.ai API key:
{
"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"
}
}
}
}
Who it's for
SEO researchers, content marketers, and developers who want an AI assistant to run keyword and SERP research and generate content outlines directly through kwrds.ai, instead of switching to its web dashboard.
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.