Webvizio MCP Server - Automatically converts feedback and bug reports from websites and web apps into actionable, context-enriched developer tasks. Delivered straight to your AI coding tools, the Webvizio MCP Server ensures your AI agent has all the data it needs to solve tasks with speed and accuracy.
Tools
get_projects
get_current_project
set_project
get_tasks
get_task_description
get_task_prompt
get_task_console_logs
get_task_network_logs
get_task_action_logs
get_task_screenshot
close_task
Server Config
{
"mcpServers": {
"webvizio": {
"command": "npx",
"args": [
"-y",
"@webvizio/mcp-server"
],
"env": {
"WEBVIZIO_API_KEY": "your-api-key"
}
}
}
}