MCP Server
io.github.yifanyifan897645/webcheck MCP Server
io.github.yifanyifan897645/webcheck
What is the io.github.yifanyifan897645/webcheck MCP server?
Website health analysis: SEO, accessibility, performance, security, and broken links
How to install io.github.yifanyifan897645/webcheck
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"webcheck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}Claude Code
claude mcp add webcheck -- npx -y webcheck-mcpRelated MCP servers
Git repo intelligence: summaries, blame, changelogs, branch health, and history search
View repository →Analyze your MCP setup: token costs, grades, duplicates, and optimization tips
View repository →