Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A local MCP server for publishing HTML files to StelaSpace from coding agents that work with your local files β Claude Code and Codex.
It runs on your machine, so it reads HTML files directly from disk by path and uploads the bytes via the StelaSpace API. That's what lets it publish large (1 MB+) reports and dashboards β unlike passing file contents as a tool argument, which is capped by the model's output size.
Claude Desktop (chat) isn't supported for publishing: its sandbox can't share files with a local MCP server, so it can't upload local reports. Use Claude Code or Codex, where the agent generates the report to disk and publishes it directly.
publish_file β { path, spaceSlug, title?, slug?, tags?, visibility? } β reads
the file and returns its permanent URL. Reusing a slug publishes a new version.list_spaces β list the spaces in your team.list_documents β { spaceSlug, query? } β list documents in a space.Get an API key from StelaSpace β Settings β API Keys (starts with ss_sk_).
~/.codex/config.toml:
Then ask the agent to build and publish a report, e.g. "generate the sales dashboard and publish the HTML to my reports space as public."
STELASPACE_API_KEY (required) β your ss_sk_ key.STELASPACE_API_URL (optional) β override the API endpoint. Defaults to
https://stelaspace.com; most users never need to set this.Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/stelaspace-mcp)<a href="https://allmcps.com/mcp/stelaspace-mcp"><img src="https://allmcps.com/api/badge/stelaspace-mcp?style=directory" alt="Stelaspace Mcp on AllMCPs" /></a>