Homespun MCP Server

Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.

Remote serverstreamable-http

What is the Homespun MCP server?

Hand a human a rich interactive UI by URL and get structured data back, from any MCP client. The homespun mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.

What it actually does

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

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

Its toolset

Everything the assistant can do here goes through one of these:

  • Package — What it is

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Homespun's toolset — Package — is a fair guide to whether it matches your workflow. It is maintained by dev.homespun; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the homespun mcp server does with a few real requests.

Available tools

ToolWhat it does
PackageWhat it is

How to install the Homespun MCP server

{
  "mcpServers": {
    "homespun": {
      "command": "npx",
      "args": ["-y", "@homespunapps/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Homespun to Package.

Frequently asked questions

It connects Homespun to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Package) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Homespun directly.