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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers