@share-html/mcp-server
@aiformasses/mcp-server
Publish safe static HTML pages from an MCP agent and receive a shareable URL.
Preferred: hosted OAuth
Codex users can connect without installing this package or creating a permanent token:
npx -y @openai/codex@0.149.0 mcp add share-html --url https://share-html-app-alpha.vercel.app/api/mcp --oauth-client-registration cimdThe browser authorization flow grants access to your share/html account. Open the connection page for the latest verified setup.
Related MCP server: webserver-mcp
Personal-token fallback
Use this package when your MCP client does not support the hosted OAuth flow.
It requires Node.js 20.19 or newer and npx:
node --version
npx --versionCreate a personal-token connection on the connection page. Copy the configuration when it appears; share/html cannot display the token again. The token remains active until you revoke that connection.
Codex
Add the server to ~/.codex/config.toml, then restart only the share-html MCP
server from Codex settings. The first start downloads the pinned package through
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_..."Standard MCP JSON
{
"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_..."
}
}
}
}Treat SHARE_HTML_API_TOKEN like a password. Do not commit it, paste it into
HTML, or send it to anyone. If it is lost or exposed, revoke the connection at
the connection page and create another.
Tools
The server exposes publish_html, update_page, get_page, list_pages,
publish_page, unpublish_page, and delete_page.
The share/html API sanitizes every document. JavaScript, forms, embeds, and external network calls are removed or blocked before a page is published.
Troubleshooting
npx: command not found: install Node.js 20.19 or newer, then reopen your terminal or MCP client.invalid_api_token: replace a revoked or incorrect token with a newly created personal-token connection.Request timeout: a mutation may have completed. Use
list_pagesorget_pagebefore asking the agent to retry it.Connection failure: confirm the API URL uses HTTPS and that your network can reach
share-html-app-alpha.vercel.app.
Source and issues: 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