MCP Directory
Back

wcp

by ta1kun · TypeScript · ★ 1

WCP is to the web what [MCP](https://modelcontextprotocol.io) is to tools. While MCP connects AI models to local tools and services, **WCP connects AI agents to websites** via standard HTTP.

Install

npx -y github:ta1kun/wcp

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": {
    "wcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ta1kun/wcp"
      ]
    }
  }
}

From the README

> **WCP — Because the web should talk to AI, not be scraped by it.** [](https://www.npmjs.com/package/@anthropic/wcp-express) [](LICENSE) [](https://www.typescriptlang.org/) [](https://expressjs.com/) **WCP (Web Context Protocol)** is an open standard that defines how websites expose structured information and capabilities to AI agents. This repository contains the official specification and the Express.js SDK implementation. --------|-------------| | **🔍 Discovery** | A single file tells agents what a site offers | | **📝 Context Compression** | AI-ready summaries optimized for LLM conte…
Read full README on GitHub →

Related other servers