# Spacefast [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/spacefast/plugins  
**GitHub Stars:** 2  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/spacefast

## Description
Publish files and folders to the web instantly: permanent URLs, immutable versions, claim links.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "spacefast": {
    "command": "npx",
    "args": ["-y","skills"]
  }
}
```

## Documentation & README

# Spacefast plugins

Publish files and folders with Spacefast from Claude Code, Claude Desktop, Codex, or
Cursor. Each plugin includes the instructions and MCP configuration its client needs.

## Install

### Claude Code

```bash
claude plugin marketplace add spacefast/plugins
claude plugin install spacefast@spacefast
```

[Claude Code setup](https://github.com/spacefast/plugins/blob/HEAD/claude-code/)

### Claude Desktop

Download [`spacefast.mcpb`](https://github.com/spacefast/plugins/releases/latest/download/spacefast.mcpb)
and open it in Claude Desktop.

[Claude Desktop setup](https://github.com/spacefast/plugins/blob/HEAD/claude-desktop/)

### Codex

```bash
codex plugin marketplace add spacefast/plugins
codex plugin add spacefast@spacefast
```

[Codex setup](https://github.com/spacefast/plugins/blob/HEAD/codex/)

### Cursor

[Install the released Cursor plugin](https://github.com/spacefast/plugins/blob/HEAD/cursor/).

### Skill only

Use the standalone skill when your agent supports skills but not plugins:

```bash
npx -y skills add spacefast/plugins --skill spacefast -g -y
```

## Use

Ask your agent: **Publish this project with Spacefast.**

Anonymous publishes need no account and return a live URL plus a one-time claim link. Run
`npx -y spacefast login` first when you want to publish into your team.

## Guides

- [Agent guide](https://spacefast.com/docs/agents)
- [CLI reference](https://spacefast.com/docs/cli)
- [Latest release](https://github.com/spacefast/plugins/releases/latest)

