augmentclaude-mcp
v0.1.1
Published
Claude Code MCP server — auto-discovers and installs AugmentClaude skills for your project
Maintainers
Readme
augmentclaude-mcp
A Claude Code MCP extension that automatically detects your project's tech stack and recommends + installs the right skills from AugmentClaude.
What it does
- Analyzes your project — reads
package.json, file structure, and directory layout to detect your frameworks, languages, and tools - Searches AugmentClaude — finds skills relevant to your stack (Next.js, React, Supabase, Python, etc.)
- Installs skills — writes them to
~/.claude/skills/so Claude Code picks them up immediately
Installation
Prerequisites
- Claude Code installed
- Node.js 18 or later
One-line install
claude mcp add augmentclaude -- npx -y augmentclaude-mcpRestart Claude Code and the extension is active.
Build from source (contributors)
cd augmentclaude-mcp
npm install
npm run build
claude mcp add augmentclaude -- node "$(pwd)/dist/server.js"Verify it's registered
claude mcp listYou should see augmentclaude in the list.
Usage
Open any project in Claude Code and say:
"Set up skills for this project"
Claude will:
- Detect your stack automatically
- Show you a ranked list of relevant skills from AugmentClaude
- Ask which ones to install
- Write them to
~/.claude/skills/
Available tools
| Tool | What it does |
|---|---|
| analyze_project | Detects frameworks, languages, and tools in the current project |
| search_skills | Searches augmentclaude.com for skills matching a query |
| install_skill | Downloads and installs a skill by its slug |
You can also invoke them directly:
"Search AugmentClaude for Supabase skills" "Install the skill nextjs-app-router-patterns-wshobson"
Uninstall
claude mcp remove augmentclaudeLicense
MIT
