kwt-tool
v3.1.0
Published
SEO keyword operations tool — discover long-tail keywords, track rankings, AI content advisor. For humans and AI agents.
Maintainers
Readme
kwt-tool
SEO keyword operations tool — discover long-tail keywords, track rankings, AI content advisor, batch analysis.
For humans (CLI + Dashboard) and AI agents (MCP Server).
Install
# Python package (required)
pip install kwt-tool
# Optional: Dashboard
pip install kwt-tool[dashboard]
# npm wrapper (optional, delegates to Python)
npm install -g kwt-toolQuick Start
# Keyword discovery
kwt suggest SEO --engine bing
kwt all SEO --output all --out-dir ./output
# Dashboard
kwt dashboard
# AI content advisor (needs ANTHROPIC_API_KEY)
kwt advise SEO
# Batch analysis
kwt batch seeds.txt --parallel 3
# Rank tracking
kwt rank track SEO --domain mysite.comMCP Server (for AI Agents)
Add to Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"kwt": {
"command": "kwt-mcp"
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| kwt_suggest | Discover keywords from Google/Bing/Baidu |
| kwt_analyze | Full analysis with scoring and clustering |
| kwt_cache_stats | Cache statistics |
| kwt_history | Past analysis runs |
| kwt_schedules | Scheduled jobs |
License
MIT
