Versuz
@TomaTV
About Versuz
Skills go in. Only one wins.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"versuz": {
"command": "npx",
"args": [
"-y",
"@versuz/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Versuz?
Versuz is an MCP (Model Context Protocol) server that connects Claude Code to the open Versuz marketplace. It lets you browse, inspect, and install skills and CLAUDE.md files as native tools directly from your conversation, without leaving the chat.
How to use Versuz?
Install the server with claude mcp add versuz npx -y @versuz/mcp or add it manually to your project’s .mcp.json configuration. After restarting Claude Code, five Versuz tools appear in the tool list and can be invoked by name.
Key features of Versuz
- Full-text search across skills and CLAUDE.md (
versuz_search) - Paginated browse with category, tier, and sort filters (
versuz_list_skills) - List CLAUDE.md files by category (
versuz_list_claude_md) - Retrieve full details for a slug, including Elo, prior, and GitHub URL (
versuz_get) - Install free skills or CLAUDE.md files directly to your project (
versuz_install)
Use cases of Versuz
- Find a skill for SQL migration and install it without copy-paste.
- List the top 10 CLAUDE.md files for Next.js projects.
- View the prior score and Elo rating of a specific skill.
- Download a free skill into
.claude/skills/<slug>/SKILL.md. - Inspect premium items and get a purchase URL – download requires a web purchase.
FAQ from Versuz
What tools does Versuz expose?
Five tools: versuz_search, versuz_list_skills, versuz_list_claude_md, versuz_get, and versuz_install.
How do I install Versuz in Claude Code?
Run claude mcp add versuz npx -y @versuz/mcp or add a configuration block to your project’s .mcp.json file.
Can I download premium (paid) skills with Versuz?
No – premium items are protected. The server returns a 402 Payment Required error with a link to the Versuz web store. Free items can be installed directly.
Where are files written when I install?
Skills are written to <project>/.claude/skills/<slug>/SKILL.md; CLAUDE.md files are written to <project>/CLAUDE.md. You can override the output directory with the cwd argument on versuz_install.
What runtime does Versuz require?
Node.js 18+ (ESM) and the @modelcontextprotocol/sdk package. The server uses stdio transport (no network listener).
Frequently asked questions
What tools does Versuz expose?
Five tools: `versuz_search`, `versuz_list_skills`, `versuz_list_claude_md`, `versuz_get`, and `versuz_install`.
How do I install Versuz in Claude Code?
Run `claude mcp add versuz npx -y @versuz/mcp` or add a configuration block to your project’s `.mcp.json` file.
Can I download premium (paid) skills with Versuz?
No – premium items are protected. The server returns a `402 Payment Required` error with a link to the Versuz web store. Free items can be installed directly.
Where are files written when I install?
Skills are written to `<project>/.claude/skills/<slug>/SKILL.md`; CLAUDE.md files are written to `<project>/CLAUDE.md`. You can override the output directory with the `cwd` argument on `versuz_install`.
What runtime does Versuz require?
Node.js 18+ (ESM) and the `@modelcontextprotocol/sdk` package. The server uses stdio transport (no network listener).
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments