streamable-httpupdated 2mo ago
Agent Skills for Mowgli : Intelligent canvas for product design with context and taste.
What can you do with Mowgli?
What is Mowgli?
Mowgli is an intelligent, spec-driven canvas for product design. It stores a frontend as a set of screens, each in a variety of states, plus a specification with user journeys that serves as the source-of-truth. Mowgli screens are just code, which means there is zero drift between the design and the implementation.
Mowgli allows a user to quickly and easily experiment, tweak, extending, and brainstorm on a design and has full version control. Coupled with its collaboration & team features and coding agent integration, it's a powerful tool for aligning on how the product will look and feel before diving into implementation.
The Mowgli skill
This repository publishes a single skill, mowgli, which lets a coding
agent push designs from a real codebase into a Mowgli project and pull them back.
This is achieved using the mowgli CLI, published on
npm. It keeps the screens and the
specification in sync so the project stays spec-backed on every change.
Install
Install the skill into any skills-aware agent with a single command:
npx skills add mowgli-ai/skills
No skills support? Use the MCP server instead
If your agent does not support Agent Skills, or cannot run terminal commands, you can get the same Mowgli interoperability by connecting the Mowgli MCP server at:
https://app.mowgli.ai/mcp
Links
- Mowgli — https://mowgli.ai/agent
- Vercel Skills directory — https://skills.sh
Install
Add Mowgli to your client. Pick the one you use.
claude mcp add --transport http mowgli https://app.mowgli.ai/mcpcodex mcp add mowgli --url https://app.mowgli.ai/mcp{
"mcpServers": {
"mowgli": {
"url": "https://app.mowgli.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mowgli": {
"type": "http",
"url": "https://app.mowgli.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mowgli": {
"url": "https://app.mowgli.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mowgli": {
"serverUrl": "https://app.mowgli.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation13/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience12/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 60 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
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 3, 2026 |