MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/kogiQA MCP Web Browser
Code ExecutionOfficial
K

kogiQA MCP Web Browser

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

108 starsUpdated Jul 27, 2026
View on GitHub

Ads

Overview

A Model Context Protocol (MCP) server that provides browser automation capabilities using kogiQA. This server enables LLMs to interact with web pages through natural language, bypassing the need for screenshots or visually-tuned models. - Debug style issues on your page - Automatically fix console errors. - Map and document the functionality of your web app - Automatically write end-to-end tests - Automate exploratory testing of your application The kogiQA MCP Server provides a browser which incorporates the capabilities of the kogiQA browser control algorithm. This enables agents to interact with pages without a selector, saving time and tokens.

Installation

npx kogiqa-mcp@latest

Configuration

{
  "mcpServers": {
    "kogiqa-browser": {
      "command": "npx",
      "args": [
        "kogiqa-mcp@latest"
      ]
    }
  }
}

Capabilities

  • Debug style issues

    Have the assistant inspect a page and explain why an element overflows or misaligns, then suggest a CSS fix.

  • Fix console errors

    Ask the assistant to navigate through pages, collect console errors, and apply fixes in your source code.

  • Map and document your app

    Instruct the assistant to explore internal links and produce a Markdown overview of each page's features.

  • Generate end-to-end tests

    Request Cypress tests covering a flow's happy path and validation errors.

  • Run exploratory testing

    Let the assistant try edge-case inputs in forms and report broken or inconsistent behavior.

Tags

  • anthropic
  • llm
  • ai-model
  • development

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago