@share-html/mcp-server
@mcp-server/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