yifanyifan897645/webcheck-mcp
MCP server for website health analysis — SEO, accessibility, security, broken links. Zero config, zero API keys.
Platform-specific configuration:
{
"mcpServers": {
"webcheck-mcp": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
---
<a id="中文"></a>
一个 MCP (Model Context Protocol) 服务器,让 AI 助手能够自动分析任意网站的 SEO、无障碍性、安全性和性能问题。
每周 600+ 次下载 — 5 个强大工具,无需 API Key,开箱即用。
| 工具 | 功能 | |------|------| | check_website | 全面体检:SEO评分、性能、安全头、图片分析 | | check_seo | 深度SEO审计:标题、meta、标题层级、内容质量、Open Graph、结构化数据 | | check_accessibility | 无障碍扫描:alt文本、ARIA标记、标题层级、表单标签 | | find_broken_links | 爬取页面所有链接,报告404、超时、重定向 | | compare_pages | 两个URL的SEO和性能指标并排对比 |
Claude Code:
claude mcp add webcheck -- npx webcheck-mcpClaude Desktop — 添加到 claude_desktop_config.json:
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": ["webcheck-mcp"]
}
}
}Cursor / Windsurf:
{
"webcheck": {
"command": "npx",
"args": ["webcheck-mcp"]
}
}安装后,直接对 AI 助手说:
免费版提供完整分析数据——没有任何隐藏。想要更多?
[Pro Report (¥9.9) →](https://ifdian.net/item/86d05cc02ce911f19d8e5254001e7c00) 额外提供:
想自己开发 MCP Server?从模板开始,跳过踩坑阶段。
[MCP开发实战模板包 (¥19.9) →](https://mbd.pub/o/bread/YZWclJhxaA==) 包含:
---
<a id="english"></a>
A Model Context Protocol (MCP) server that gives AI assistants the ability to analyze any website for SEO, accessibility, security, and performance issues.
600+ weekly downloads — 5 powerful tools, no API keys required.
| Tool | What it does | |------|-------------| | check_website | Full health check: SEO score, performance, security headers, image analysis
Loading reviews...