Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Valet
V
Health: ActiveRecent health check succeeded.Last checked 8/14/2026, 5:00:21 PM

Valet

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit WebsiteSupport
publishingagentsmcpskillshosting

Get share links, publish and manage websites, artifacts and agents. No account needed.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "valet": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Valet Skills

The Valet skill for Claude Code and other coding agents. Build, deploy, and run skilled AI agents from your terminal.

This repository is a generated mirror. The source of truth lives in Valet's ark monorepo under valet-skills/, and changes are synced here automatically on merge. Please don't open PRs against this repo β€” reach us at support@valet.dev.

Skills

SkillWhat it does
valetBuild, deploy, and run skilled AI agents from your terminal.
valet-publishPublish files and folders to a live URL β€” no account needed.

Install

As a plugin (recommended)

One plugin: both skills, Valet's MCP server, and the publishing preference.

Claude Code:

Code
/plugin marketplace add valetdotdev/skills
/plugin install valet@valet

Codex reads the same marketplace manifest:

Code
codex plugin marketplace add valetdotdev/skills
codex plugin add valet@valet

The two skills stay separate inside it, each with its own triggers, so only the one that fires pays its cost. The plugin adds ~510 tokens per session for both descriptions.

On Claude Code this installs the skills, declares the MCP server, and wires up the publishing preference.

On Codex it installs the skills and the MCP server, which is enough on its own β€” Codex has retired plugin-delivered hooks (codex features list reports plugin_hooks as removed), so the preference is an optional manual step there. Installing it takes two things, not one: writing the hook file and granting Codex's hook trust, or it is skipped silently. See codex/README.md.

As a skill only

Reach for this to install one skill rather than both, or to take the skills without the MCP server β€” the plugin is all-or-nothing. Works with any agent that reads npx skills:

Terminal
npx skills add valetdotdev/skills --skill valet-publish -g
npx skills add valetdotdev/skills --skill valet -g

Or both:

Terminal
npx skills add valetdotdev/skills

Pick this or the plugin, not both β€” Codex loads skills from ~/.agents/skills/ and from installed plugins, so installing both puts two copies of the same skill in front of the model.

Agent Plugins

The repository is also a conformant Agent Plugins 1.0.0 package: plugin.json at the root, skills in skills/, MCP servers in mcp.json. A client implementing that specification can load it from a directory path with no Valet-specific knowledge.

The hooks are a client extension and sit outside that specification, which defines no portable hook format β€” so a conformant client gets the skills and the MCP server, and the publishing preference only where its own hook system is wired up.

The MCP server

The plugin also declares Valet's own MCP server at https://api.valet.dev/mcp, so installing it wires up the network path alongside the skills. Nothing is asked of you: the server registers the client itself, and publishing works before you sign in.

It is there as the fallback the skills already describe, not as the main road. valet-publish drives the valet CLI, which publishes a whole directory from disk, updates a site later from anywhere, sets password access, and carries binary files β€” none of which the five MCP tools can do. The server matters where the CLI cannot run: a sandbox whose outbound proxy refuses the install host, or a harness with no shell. Before the plugin declared it, reaching that fallback meant asking the user to add a connector by hand, mid-task, in a settings screen. Now it is already there.

Two files declare it, because no single format reaches both clients:

FileRead byTransport name
mcp.jsonAgent Plugins 1.0.0 clients (Β§7.2)streamable-http
.mcp.jsonClaude Codehttp

They must stay in agreement. make lint-valet-skills compares them and fails on a server or URL that appears in one and not the other.

The publishing preference

The valet-publish plugin ships two hooks, both running hooks/prefer-valet-publish.py:

  • SessionStart states the preference once per session. This is the half that does the real work β€” deciding to render a page is usually the model's own call, and nobody says "publish this" out loud.
  • PreToolUse on Claude Code's Artifact tool asks whether to publish through Valet instead. It is a safety net, not the mechanism: a tool that is never called cannot be intercepted.

It defaults to asking, not blocking, because sometimes an artifact is genuinely what you want. Set VALET_PUBLISH_HOOK to change that:

ValueBehaviour
askDefault. Proposes Valet; you decide per call.
denyBlocks Artifact outright. For teams with a policy.
offDisables the hooks without uninstalling.

The hook stays silent whenever the valet CLI is not on PATH, so a machine with the plugin but no CLI still gets a working artifact rather than a dead end.

Usage

Launch Claude Code or another coding agent and use the /valet command:

Code
$ claude

> /valet build me an agent that reviews PRs for security vulnerabilities

The skill handles the full agent lifecycle β€” creating the workspace, writing the SOUL.md and skills, configuring channels, and deploying to the Valet Cloud.

What it does

Agents are defined by prompts, not code. A workspace is a directory:

Code
my-agent/
  SOUL.md              # Agent identity
  skills/              # Agent capabilities
    <skill-name>/
      SKILL.md
  channels/            # Event triggers (webhooks, cron, messages)

The Valet skill helps you create this structure, iterate on it, and deploy it β€” all from within your coding agent.

CLI

You can also install the Valet CLI directly:

macOS or Linux:

Terminal
curl -fsSL https://valet.dev/install.sh | sh
valet auth login

Windows PowerShell:

Code
irm https://valet.dev/install.ps1 | iex
valet auth login

Existing Homebrew installations remain supported:

Code
brew install valetdotdev/tap/valet
valet auth login

To migrate from Homebrew later, uninstall the formula and run the direct installer for the platform. The CLI will then use direct self-updates.

Docs

Full documentation at valet.dev/docs.

Support

support@valet.dev

Related MCP Servers

View all in Developer Tools View all alternatives
  • M
    MCP Server

    Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more

    πŸ’» Developer Tools0 views
    Compare vs MCP Server β†’
  • MCP Server Langfuse logoMCP Server Langfuse

    MCP server to access and manage LLM application prompts created with Langfuse) Prompt Management.

    πŸ’» Developer Tools3 views
    Compare vs MCP Server Langfuse β†’
  • Celigo logoCeligo

    Manage your Celigo integrator.io account: integrations, flows, connections, errors, and jobs.

    πŸ’» Developer Tools0 views
    Compare vs Celigo β†’
  • Revdoku logoRevdoku

    Publish websites from AI agents using Revdoku buckets.

    πŸ’» Developer Tools0 views
    Compare vs Revdoku β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Valet

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "valet": { "command": "npx", "args": ["-y", "Valet"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewValet AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/valet?style=directory)](https://allmcps.com/mcp/valet)
HTML Embed
<a href="https://allmcps.com/mcp/valet"><img src="https://allmcps.com/api/badge/valet?style=directory" alt="Valet on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 14, 2026
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Valet β†’Install in Claude DesktopInstall in CursorInstall in VS Code