Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Yourware

FreeNot checked

Enables direct uploading of web projects to yourware.so hosting platform without leaving your development environment

GitHubEmbed

About

Enables direct uploading of web projects to yourware.so hosting platform without leaving your development environment

README

Release Build status Commit activity License

Yourware MCP

MCP server to upload your project to yourware. Support single file or directory.

Showcase

Visit on yourware: https://v9gfmmif5s.app.yourware.so/

Showcase

Pre-requisites

  1. You need to login to yourware
  2. Then you can create a new API key, and set the YOURWARE_API_KEY environment variable. Don't worry, you chat with LLM to create and store the API key.

Configuration

General configuration

You can use the following configuration for cline/cursor/windsurf...

{
  "mcpServers": {
    "yourware-mcp": {
      "command": "uvx",
      "args": ["yourware-mcp@latest", "stdio"],
      "env": {}
    }
  }
}

Cursor config guide

In cursor settings -> features -> MCP Servers, Add a new MCP Server, name it yourware-mcp and set the command to uvx yourware-mcp@latest stdio

Config cursor screenshot

Config claude code

claude mcp add yourware-mcp -s user -- uvx yourware-mcp@latest stdio

Available environments variables

YOURWARE_API_KEY for the API key, you can also let llm config it for you.

from github.com/ai-zerolab/yourware-mcp

Installing Yourware

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ai-zerolab/yourware-mcp

FAQ

Is Yourware MCP free?

Yes, Yourware MCP is free — one-click install via Unyly at no cost.

Does Yourware need an API key?

No, Yourware runs without API keys or environment variables.

Is Yourware hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Yourware in Claude Desktop, Claude Code or Cursor?

Open Yourware on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Yourware with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs