MCP Directory
Back

webmcp

by webmachinelearning · Bikeshed · ★ 2,708

🤖 WebMCP

Install

git clone https://github.com/webmachinelearning/webmcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "webmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:webmachinelearning/webmcp"
      ]
    }
  }
}

From the README

WebMCP lets developers expose web application functionality—either JavaScript functions or HTML elements—as "tools" with natural language descriptions and structured schemas, designed for AI agent ingestion. These tools can be invoked by AI agents, including those built into the browser, hosted in iframes, or running in extensions to actuate web content that was traditionally designed for human interaction. The web platform is the world's largest gateway to information and capabilities. Today, user experiences rely on visual layouts, mouse and touch interactions, and visual cues to communica…
Read full README on GitHub →

Related other servers