⚡
Keyword Extractor AI MCP
Keyword Extractor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Keyword Extractor AI MCP
Powered by Claude · Grounded in docs
I know everything about Keyword Extractor AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Keyword Extractor Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| 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 |
Installation
pip install meok-keyword-extractor-ai-mcp
Usage with Claude Desktop
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"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
