Get Started
in Minutes

Start optimizing your AI-web interactions today. Choose your installation method and begin saving 67.6% on token costs.

1

Install webMCP

Choose your preferred installation method

2

Parse HTML

Extract interactive elements from web pages

3

Optimize for AI

Reduce token usage by 67.6% on average

4

Integrate & Deploy

Use in your automation workflows

Choose Your Installation Method

webMCP supports multiple platforms and languages. Pick the one that fits your workflow.

Installation

npm install @webmcp/core
npm install -g @webmcp/cli

Quick Usage Example

import { WebMCPProcessor } from '@webmcp/core';

const processor = new WebMCPProcessor();
const result = processor.parseWebMCP(htmlContent);
const optimized = processor.optimizeForAI(result.elements, {
  target_model: 'gpt-4o',
  compression_level: 'basic'
});

console.log(`Token savings: ${optimized.token_savings}%`);

What's Next?

Explore more features and learn how to get the most out of webMCP

Read the Docs

Comprehensive guides, API reference, and tutorials to help you master webMCP

View Documentation

Explore Examples

Real-world examples and sample code for common use cases and integrations

Browse Examples

Try the Playground

Interactive environment to test webMCP optimization with your HTML

Open Playground

Need Help Getting Started?

Our community and support team are here to help you succeed with webMCP

📚 Comprehensive documentation
💬 Active Discord community
🎥 Video tutorials
📧 Email support