loading…
Search for a command to run...
loading…
Keyword Extractor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Keyword Extractor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for keyword extractor ai mcp operations
Keyword Extractor Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
extract_keywords |
Extract top keywords using TF-IDF scoring with stop word filtering and frequency |
analyze_density |
Calculate keyword density for SEO analysis, with target keyword tracking and rec |
suggest_tags |
Suggest tags and categories for content based on keyword analysis and topic matc |
compare_keywords |
Compare keywords between two texts to find common, unique, and differentiating t |
pip install meok-keyword-extractor-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"keyword-extractor-ai": {
"command": "python",
"args": ["-m", "meok_keyword_extractor_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"keyword-extractor-ai-mcp": {
"command": "npx",
"args": []
}
}
}