Odel
stelaspace mcp

stelaspace mcp

Local
@stelaspaceJavaScriptMITUpdated 2mo ago

Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstelaspace-mcpv1.0.3

Run

npx -y stelaspace-mcp

MCP client config

{
  "mcpServers": {
    "stelaspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stelaspace-mcp"
      ]
    }
  }
}