Summary
The gap between "it works locally" and "here is a link" closes to one request.
It does one thing: take the file or folder you point at and put it on yourware, returning the address. Because it runs through uvx, adding it costs a single command and no local environment.
What it is
An MCP server that uploads a project to yourware.so, either a single file or a whole directory, and hands back the hosted address.
What you get
- Upload a single file or an entire directory to yourware
- A hosted URL back for what you uploaded
- Runs without installation — uvx yourware-mcp@latest stdio
- One-line setup for Claude Code: claude mcp add yourware-mcp -s user -- uvx yourware-mcp@latest stdio
Requirements
A yourware account and an API key in YOURWARE_API_KEY. The published package is yourware-mcp and runs under uvx, so there is nothing to install first.
Setup effort
One command plus a key — uvx yourware-mcp@latest stdio, then supply credentials
