- Home
- MCP servers
- kwrds_ai
kwrds_ai
- python
5
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mkotsollaris-kwrds-ai-mcp": {
"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"
}
}
}
}This MCP server lets you access kwrds.ai keyword research and SEO capabilities from your MCP client. It runs as a local subprocess and accepts your API key to perform keyword, topic, and SERP analyses, then returns structured results to your client for quick insights and content planning.
How to use
You connect to the kwrds_ai MCP server from your MCP client and start by providing your API key. Once the server is running, you can ask for keyword ideas, related questions, outlines, and ranking data. Use it to discover volumes, competition signals, and People Also Ask questions for your target topics. You can also request an SEO outline for a given topic or retrieve keywords tied to a specific query.
How to install
Prerequisites: Python 3.11 or newer is required.
-
Create your project directory and set up a Python virtual environment.
-
Install the dependencies from the requirements file.
-
Prepare the runtime to start the local MCP server with your API key.
Additional notes
Configuration and runtime details are provided below to ensure you can start and connect the local server securely and reliably.
Available tools
keyword_research
Fetch keyword ideas with search volumes, difficulty, and related metrics for target topics.
topic_research
Generate topic ideas and cluster them into coherent themes for content planning.
serp_analysis
Retrieve SERP data, including ranking signals and competitive landscape for queries.
people_also_ask
Obtain People Also Ask questions related to a given topic or keyword.
ai_content_generation
Assist with generating draft content or outlines based on topics and keywords.
url_ranking
Analyze how specific pages rank for chosen keywords and track changes over time.
usage_statistics
Provide usage data and request counts to monitor MCP interactions.