loading…
Search for a command to run...
loading…
HTML Parser AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
HTML Parser AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
HTML Parser AI MCP Server HTML parsing and analysis tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
extract_links |
Extract all links (anchor tags) from HTML content. |
extract_text |
Extract plain text content from HTML, stripping all tags. |
validate_html |
Validate HTML for common issues (unclosed tags, missing attributes, etc.). |
find_meta_tags |
Extract all meta tags and their attributes from HTML. |
pip install meok-html-parser-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"html-parser-ai": {
"command": "python",
"args": ["-m", "meok_html_parser_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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"html-parser-ai-mcp": {
"command": "npx",
"args": []
}
}
}