npm spacefaststreamable-httpupdated 17d ago
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.
What can you do with Spacefast?
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
claude plugin marketplace add spacefast/plugins
claude plugin install spacefast@spacefast
Claude Desktop
Download spacefast.mcpb
and open it in Claude Desktop.
Codex
codex plugin marketplace add spacefast/plugins
codex plugin add spacefast@spacefast
Cursor
Install the released Cursor plugin.
Skill only
Use the standalone skill when your agent supports skills but not plugins:
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
Install
Add Spacefast to your client. Pick the one you use.
{
"servers": {
"spacefast": {
"type": "http",
"url": "https://mcp.spacefast.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add spacefast -- npx -y spacefastcodex mcp add spacefast -- npx -y spacefastamp mcp add spacefast -- npx -y spacefast{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"spacefast": {
"type": "local",
"command": "npx",
"args": [
"-y",
"spacefast"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"spacefast": {
"command": {
"path": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y spacefastRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation15/25
- Maintenance25/25
- Trust9/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.0.26Latest | Aug 22, 2026 |
| 0.0.24 | Aug 12, 2026 |
| 0.0.23 | Aug 6, 2026 |
| 0.0.21 | Aug 5, 2026 |
| 0.0.20 | Aug 5, 2026 |
| 0.0.18 | Aug 5, 2026 |
| 0.0.17 | Aug 5, 2026 |
| 0.0.12 | Jul 27, 2026 |
| 0.0.11 | Jul 19, 2026 |
| 0.0.10 | Jul 19, 2026 |
| 0.0.9 | Jul 15, 2026 |
| 0.0.8 | Jul 15, 2026 |
| 0.0.7 | Jul 15, 2026 |
| 0.0.6 | Jul 10, 2026 |