Skip to content
Back to search
30
MCP

vite-mcp

npm/vite-mcp

Vite plugin providing Model Context Protocol (MCP) server for browser development. Enables MCP clients to interact with browser environments through adapters for console, cookies, storage, and gives your agent actual eyes inside the browser via adapters

Uptime
0.0%
34 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

vite-plugin-mcp
MCP server helping models to understand your Vite app better.
0 tools
vite-plugin-vue-mcp
MCP server helping models to understand your Vue app better.
0 tools
@vibebrowser/mcp
MCP server for browser automation - the only solution supporting multiple AI agents (Claude, Cursor, VS Code) simultaneously controlling you
0 tools
vite plugin vue mcp
Metadata-only Glama MCP server.
0 tools
fastify-mcp-server
Fastify plugin to easily spin up Model Context Protocol (MCP) HTTP servers
0 tools
mcp
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vite-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}