Skip to main content
Glama

desarrollo web-mcp

Un servidor MCP que proporciona herramientas útiles de desarrollo web.

Uso

Cursor

  • Para instalarlo en un proyecto, agregue el servidor MCP a su .cursor/mcp.json :

{
	"mcpServers": {
		"webdev": {
			"command": "npx",
			"args": ["webdev-mcp"],

		}
	}
}
  • Para instalarlo globalmente, agregue este comando a la configuración del cursor:

npx webdev-mcp

Windsurf

  • Agregue el servidor MCP a su archivo ~/.codeium/windsurf/mcp_config.json :

{
	"mcpServers": {
		"webdev": {
			"command": "npx",
			"args": ["webdev-mcp"]
		}
	}
}

Related MCP server: PuppeteerMCP Server

Herramientas

Actualmente, las únicas dos herramientas disponibles son takeScreenshot y listScreens . Su agente puede usar la herramienta "Listar pantallas" para obtener el ID de la pantalla que desea capturar.

La herramienta devolverá la captura de pantalla como una cadena codificada en base64.

imagen.png

Consejos

Asegúrate de que el modo YOLO esté activado y la protección de las herramientas MCP desactivada en la configuración del cursor para disfrutar de la mejor experiencia. Es posible que tengas que permitir que el cursor grabe tu pantalla en macOS.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    An MCP server that enables capturing website screenshots with full-page, element-specific, and device-responsive capabilities through natural language commands.
    3
    41
    57
    MIT

View all related MCP servers

Related MCP Connectors

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

  • Screenshot and HTML render MCP server for AI agents

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fefergrgrgrg/smileyCoinDev'

If you have feedback or need assistance with the MCP directory API, please join our Discord server