Model Context Protocol server for SyteCheck — run website audits and read their reports from Claude, ChatGPT, Cursor, and any other MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sytecheck-mcp": {
"command": "npx",
"args": [
"-y",
"BertPC/sytecheck-mcp"
]
}
}
}
Run in terminal:
claude mcp add sytecheck-mcp npx -y BertPC/sytecheck-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"sytecheck-mcp": {
"command": "npx",
"args": [
"-y",
"BertPC/sytecheck-mcp"
]
}
}
}