Catalog
Stelaspace MCP
Officialby StelaSpace · JavaScript
Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links.
Publish AI-generated HTML dashboards, reports, and docs to permanent shareable URLs.
README not available yet.
Install
Configuration
Environment variables
STELASPACE_API_KEYrequiredsecretStelaSpace API key (starts with ss_sk_) — create one at stelaspace.com under Settings → API Keys
claude_desktop_config.json
{
"mcpServers": {
"stelaspace-mcp": {
"command": "npx",
"args": [
"-y",
"stelaspace-mcp@1.0.3"
],
"env": {
"STELASPACE_API_KEY": "<YOUR_STELASPACE_API_KEY>"
}
}
}
}