@share-html/mcp-server
@aiformasses/mcp-server
MCP 에이전트에서 안전한 정적 HTML 페이지를 게시하고 공유 가능한 URL을 받으세요.
권장: 호스팅 OAuth
Codex 사용자는 이 패키지를 설치하거나 영구 토큰을 만들지 않고도 연결할 수 있습니다:
npx -y @openai/codex@0.149.0 mcp add share-html --url https://share-html-app-alpha.vercel.app/api/mcp --oauth-client-registration cimd브라우저 인증 흐름은 share/html 계정에 대한 액세스 권한을 부여합니다. 최신 검증된 설정을 확인하려면 연결 페이지를 여세요.
Related MCP server: webserver-mcp
개인 토큰 폴백
MCP 클라이언트가 호스팅 OAuth 흐름을 지원하지 않는 경우 이 패키지를 사용하세요. Node.js 20.19 이상과 npx가 필요합니다:
node --version
npx --version연결 페이지에서 개인 토큰 연결을 만드세요. 구성이 나타나면 복사하세요. share/html은 토큰을 다시 표시할 수 없습니다. 해당 연결을 해지할 때까지 토큰은 활성 상태로 유지됩니다.
Codex
서버를 ~/.codex/config.toml에 추가한 다음 Codex 설정에서 share-html MCP 서버만 다시 시작하세요. 첫 번째 시작 시 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_..."표준 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_..."
}
}
}
}SHARE_HTML_API_TOKEN을 비밀번호처럼 취급하세요. 커밋하거나 HTML에 붙여넣거나 다른 사람에게 보내지 마세요. 분실하거나 노출된 경우 연결 페이지에서 연결을 해지하고 새로 만드세요.
도구
서버는 publish_html, update_page, get_page, list_pages, publish_page, unpublish_page, delete_page를 제공합니다.
share/html API는 모든 문서를 살균합니다. 페이지가 게시되기 전에 JavaScript, 폼, 임베드 및 외부 네트워크 호출이 제거되거나 차단됩니다.
문제 해결
npx: command not found: Node.js 20.19 이상을 설치한 다음 터미널이나 MCP 클라이언트를 다시 여세요.invalid_api_token: 해지되었거나 잘못된 토큰을 새로 만든 개인 토큰 연결로 교체하세요.요청 시간 초과: 변경 작업이 완료되었을 수 있습니다. 에이전트에게 재시도를 요청하기 전에
list_pages또는get_page를 사용하세요.연결 실패: API URL이 HTTPS를 사용하는지, 네트워크에서
share-html-app-alpha.vercel.app에 연결할 수 있는지 확인하세요.
소스 및 이슈: 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