Webvizio/mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Webvizio streamlines communication between end-users, non-technical teams, and developers.
Our easy-to-use browser extension lets you capture visual feedback and bug reports directly on a web page. It then automatically gathers all relevant data and converts it into actionable, context-enriched development tasks for your AI coding agents.
From non-technical product feedback to bug-free code in seconds, not days. Learn more about Webvizio for developers here.
A TypeScript-based Model Context Protocol (MCP) server that provides secure and structured access to the Webvizio API. This server enables MCP clients to seamlessly interact with Webvizio projects and development tasks through a standardized interface.
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.
| Tool | Method | Description | |------|--------|-------------| | get_projects | GET | Fetch all available Webvizio projects | | get_current_project | GET | Get details of the currently selected project | | set_project | POST | Set the current Webvizio project to work with the project tasks | | get_tasks | GET | Get the list of open tasks assigned to a user | | get_task_description | GET | Get the task description | | get_task_prompt | GET | Get an AI prompt to execute the task | | get_task_error_logs | GET | Get the task error logs | | get_task_console_logs | GET | Get the task console logs | | get_task_network_logs | GET | Get the task network logs | | get_task_action_logs | GET | Get the task action l
Loading reviews...