What is the io.github.prufa-dev/prufa-mcp MCP server?
Real-browser QA audit for any URL — broken flows, JS errors, a11y, more; graded A-F.
How to install io.github.prufa-dev/prufa-mcp
Copy-paste configuration for popular MCP clients.
PRUFA_API_TOKENsecretOptional Prufa API token for authenticated/higher-tier runs. Not required for the free audit or for the server to start.
{
"mcpServers": {
"prufa-mcp": {
"command": "uvx",
"args": [
"prufa-mcp"
],
"env": {
"PRUFA_API_TOKEN": "<YOUR_PRUFA_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"prufa-mcp": {
"command": "uvx",
"args": [
"prufa-mcp"
],
"env": {
"PRUFA_API_TOKEN": "<YOUR_PRUFA_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"prufa-mcp": {
"command": "uvx",
"args": [
"prufa-mcp"
],
"env": {
"PRUFA_API_TOKEN": "<YOUR_PRUFA_API_TOKEN>"
}
}
}
}{
"servers": {
"prufa-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"prufa-mcp"
],
"env": {
"PRUFA_API_TOKEN": "<YOUR_PRUFA_API_TOKEN>"
}
}
}
}claude mcp add prufa-mcp --env PRUFA_API_TOKEN=<YOUR_PRUFA_API_TOKEN> -- uvx prufa-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.