MCP.so
Sign In

Mcp Webpage

@Raytech99

About Mcp Webpage

Discusses MCP and popular servers

Basic information

Category

Browser Automation

Runtime

node

Transports

stdio

Publisher

Raytech99

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-webpage": {
      "command": "bun",
      "args": [
        "dev"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Webpage?

This is a Next.js project bootstrapped with create-next-app.

How to use Mcp Webpage?

Run the development server with npm run dev (or yarn dev, pnpm dev, bun dev). Open http://localhost:3000 to see the result. Edit app/page.tsx to modify the page; it auto-updates.

Key features of Mcp Webpage

  • Bootstrapped with create-next-app
  • Uses next/font for font optimization (Geist)
  • Supports hot reloading on edit
  • Deployable on Vercel Platform
  • Links to Next.js documentation and tutorial

Use cases of Mcp Webpage

FAQ from Mcp Webpage

How do I run the development server?

Use npm run dev, yarn dev, pnpm dev, or bun dev in the project directory.

How do I edit the page content?

Modify the file app/page.tsx – the browser auto-updates with your changes.

How do I deploy the application?

The easiest way is to use the Vercel Platform. See the Next.js deployment documentation for details.

Where can I learn more about Next.js?

Visit the Next.js Documentation and the interactive Next.js tutorial linked in the project README.

Comments

More Browser Automation MCP servers