Servers
Webvizio MCP
@Webvizio
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 w
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"webvizio": {
"command": "npx",
"args": [
"-y",
"@webvizio/mcp-server"
],
"env": {
"WEBVIZIO_API_KEY": "your-api-key"
}
}
}
}