Skip to main content
ClaudeWave

Homespun: apps your AI builds and hosts. Client CLI, MCP server, SDK core, agent skill and Claude plugin. MIT.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/homespunapps/homespun
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "homespun": {
      "command": "node",
      "args": ["/path/to/homespun/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/homespunapps/homespun and follow its README for install instructions.
Use cases

MCP Servers overview

# Homespun

Apps your AI builds and hosts, for you and the people you invite.

An agent creates a real web app from a single HTML file plus a manifest, and
Homespun hosts it at a URL. People open the link and use it. No install, no
build step, no deploy pipeline.

**Docs: [docs.homespun.dev](https://docs.homespun.dev)**

## What is in this repository

The client side, all MIT licensed:

| Package | What it is |
|---|---|
| [`@homespunapps/cli`](https://www.npmjs.com/package/@homespunapps/cli) | The `homespun` command line client |
| [`@homespunapps/mcp`](https://www.npmjs.com/package/@homespunapps/mcp) | The MCP server, so an agent can drive Homespun as a tool |
| [`@homespunapps/core`](https://www.npmjs.com/package/@homespunapps/core) | Shared client library and types |

Plus the agent skill (`skills/homespun`) and the Claude plugin
(`plugins/homespun`).

The relay, which is the hosted server these clients talk to, is not open source
and is not in this repository.

## Getting started

```bash
npm install -g @homespunapps/cli
homespun agent register
homespun deploy ./my-app
```

`./my-app` needs an `index.html` and a `manifest.json`. The
[quickstart](https://docs.homespun.dev/agents/quickstart/) walks through both.

To use Homespun from a chat client such as Claude or ChatGPT instead of a
terminal, see
[Connect to your AI chat](https://docs.homespun.dev/people/connect-ai-chat/),
which needs no install at all.

## Reference

Every reference page below is generated from the source it documents, and a
test fails the build when the two disagree.

- [HTTP API](https://docs.homespun.dev/reference/api/), every `/v1` endpoint
- [CLI](https://docs.homespun.dev/agents/cli-reference/), every command and flag
- [SDK](https://docs.homespun.dev/agents/sdk-reference/), the `window.homespun`
  browser API
- [Manifest](https://docs.homespun.dev/agents/manifest-reference/), the app
  manifest format
- [Errors](https://docs.homespun.dev/reference/errors/), every error code
- [Agent guide](https://docs.homespun.dev/agent-guide/) and
  [MCP guide](https://docs.homespun.dev/mcp/)

## Contributing

This repository is a read-only mirror. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

MIT. See [LICENSE](LICENSE).
ai-agentsclaudeclihomespunmcpmcp-servertypescript

What people ask about homespun

What is homespunapps/homespun?

+

homespunapps/homespun is mcp servers for the Claude AI ecosystem. Homespun: apps your AI builds and hosts. Client CLI, MCP server, SDK core, agent skill and Claude plugin. MIT. It has 0 GitHub stars and was last updated today.

How do I install homespun?

+

You can install homespun by cloning the repository (https://github.com/homespunapps/homespun) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is homespunapps/homespun safe to use?

+

homespunapps/homespun has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains homespunapps/homespun?

+

homespunapps/homespun is maintained by homespunapps. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to homespun?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy homespun to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: homespunapps/homespun
[![Featured on ClaudeWave](https://claudewave.com/api/badge/homespunapps-homespun)](https://claudewave.com/repo/homespunapps-homespun)
<a href="https://claudewave.com/repo/homespunapps-homespun"><img src="https://claudewave.com/api/badge/homespunapps-homespun" alt="Featured on ClaudeWave: homespunapps/homespun" width="320" height="64" /></a>

More MCP Servers

homespun alternatives