@share-html/mcp-server
@aiformasses/mcp-server
Publica páginas HTML estáticas seguras desde un agente MCP y recibe una URL compartible.
Preferido: OAuth alojado
Los usuarios de Codex pueden conectarse sin instalar este paquete ni crear un token permanente:
npx -y @openai/codex@0.149.0 mcp add share-html --url https://share-html-app-alpha.vercel.app/api/mcp --oauth-client-registration cimdEl flujo de autorización del navegador concede acceso a tu cuenta de share/html. Abre la página de conexión para la configuración verificada más reciente.
Related MCP server: webserver-mcp
Respaldo de token personal
Usa este paquete cuando tu cliente MCP no admita el flujo OAuth alojado. Requiere Node.js 20.19 o superior y npx:
node --version
npx --versionCrea una conexión de token personal en la página de conexión. Copia la configuración cuando aparezca; share/html no puede mostrar el token nuevamente. El token permanece activo hasta que revoques esa conexión.
Codex
Agrega el servidor a ~/.codex/config.toml y luego reinicia solo el servidor MCP de share-html desde la configuración de Codex. El primer inicio descarga el paquete fijado mediante npx.
[mcp_servers."share-html"]
command = "npx"
args = ["-y", "@aiformasses/mcp-server@0.1.0"]
[mcp_servers."share-html".env]
SHARE_HTML_API_BASE_URL = "https://share-html-app-alpha.vercel.app/api/v1"
SHARE_HTML_API_TOKEN = "shp_..."JSON MCP estándar
{
"mcpServers": {
"share-html": {
"command": "npx",
"args": ["-y", "@aiformasses/mcp-server@0.1.0"],
"env": {
"SHARE_HTML_API_BASE_URL": "https://share-html-app-alpha.vercel.app/api/v1",
"SHARE_HTML_API_TOKEN": "shp_..."
}
}
}
}Trata SHARE_HTML_API_TOKEN como una contraseña. No lo confirmes, lo pegues en HTML ni lo envíes a nadie. Si se pierde o se expone, revoca la conexión en la página de conexión y crea otra.
Herramientas
El servidor expone publish_html, update_page, get_page, list_pages, publish_page, unpublish_page y delete_page.
La API de share/html sanea cada documento. JavaScript, formularios, incrustaciones y llamadas de red externas se eliminan o bloquean antes de publicar una página.
Solución de problemas
npx: command not found: instala Node.js 20.19 o superior y luego vuelve a abrir tu terminal o cliente MCP.invalid_api_token: reemplaza un token revocado o incorrecto con una conexión de token personal recién creada.Tiempo de espera agotado: es posible que una mutación se haya completado. Usa
list_pagesoget_pageantes de pedirle al agente que la reintente.Error de conexión: confirma que la URL de la API use HTTPS y que tu red pueda alcanzar
share-html-app-alpha.vercel.app.
Código fuente y problemas: arunai30/share-html-mcp
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to edit and serve a static website via natural language, providing file management tools over MCP and HTTP hosting.
- FlicenseNot gradedqualityCmaintenanceEnables publishing, updating, and sharing HTML artifacts with strict security isolation (origin separation, CSP, API keys) via MCP tools.1
- AlicenseNot gradedqualityAmaintenanceEnables agents to publish HTML artifacts to permanent, shareable, versioned pages on Artifyde via MCP.77MIT
Related MCP Connectors
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/arunai30/share-html-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server