Skip to main content
ClaudeWave
mjaskolski avatar
mjaskolski

wondel-skills-mcp

View on GitHub

Read-only MCP server over 50 book-based agent skills + 12 guided journeys — routes a task to the right framework and serves SKILL.md in-session. Endpoint: https://skills.wondel.ai/mcp

MCP ServersOfficial Registry1 stars0 forksUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mjaskolski/wondel-skills-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "wondel-skills-mcp": {
      "command": "node",
      "args": ["/path/to/wondel-skills-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mjaskolski/wondel-skills-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Wondel.ai Skills MCP

Let your agent ask which skill to use — then hand it over.

An open, **read-only** MCP server over 50 book-based agent skills and 12 guided journeys, from [Wondel.ai](https://wondel.ai). It routes a task to the right framework, tells your agent which ones to skip and why, and serves the real SKILL.md in-session. No install, no account, no auth.

## Connect

Streamable HTTP, one URL, nothing to configure.

```bash
claude mcp add --transport http wondel-skills https://skills.wondel.ai/mcp
```

In any client that takes an `mcpServers` block — Cursor, Codex, OpenClaw and the rest:

```json
{
  "mcpServers": {
    "wondel-skills": {
      "type": "http",
      "url": "https://skills.wondel.ai/mcp"
    }
  }
}
```

## Tools

| Tool | What it does |
|---|---|
| `recommend_skills(task, stack?, phase?, max?)` | Route a task to the right skills — which to load first, which to skip (quoted from each skill's own "not for" line), and a guided journey when the task spans a whole project. Start here. |
| `search_skills(query, kind?, category?, limit?)` | Search by keyword or plain task language ("my UI looks amateur", "pricing", "dark mode"). |
| `get_skill(slug, sections?)` | Cheap metadata for one skill (~300 tokens): definition, when to use, when not to, related slugs. |
| `load_skill(slug, part?)` | The skill's actual instructions — the upstream SKILL.md, ready to follow in-session. |
| `get_journey(slug? \| goal?)` | One guided journey as a phase plan: ordered skills, the decision question each phase answers, and go/no-go gates. |

Every tool is read-only and annotated as such.

Info: https://skills.wondel.ai/mcp · Contact: contact@wondel.ai · [Wondel.ai](https://wondel.ai) — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.
claude-codecursormcpmcp-servermodel-context-protocol

What people ask about wondel-skills-mcp

What is mjaskolski/wondel-skills-mcp?

+

mjaskolski/wondel-skills-mcp is mcp servers for the Claude AI ecosystem. Read-only MCP server over 50 book-based agent skills + 12 guided journeys — routes a task to the right framework and serves SKILL.md in-session. Endpoint: https://skills.wondel.ai/mcp It has 1 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install wondel-skills-mcp?

+

You can install wondel-skills-mcp by cloning the repository (https://github.com/mjaskolski/wondel-skills-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mjaskolski/wondel-skills-mcp safe to use?

+

Our security agent has analyzed mjaskolski/wondel-skills-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mjaskolski/wondel-skills-mcp?

+

mjaskolski/wondel-skills-mcp is maintained by mjaskolski. The last recorded GitHub activity is dated 2026-08-20, with 0 open issues.

Are there alternatives to wondel-skills-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy wondel-skills-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mjaskolski/wondel-skills-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mjaskolski-wondel-skills-mcp)](https://claudewave.com/repo/mjaskolski-wondel-skills-mcp)
<a href="https://claudewave.com/repo/mjaskolski-wondel-skills-mcp"><img src="https://claudewave.com/api/badge/mjaskolski-wondel-skills-mcp" alt="Featured on ClaudeWave: mjaskolski/wondel-skills-mcp" width="320" height="64" /></a>

More MCP Servers

wondel-skills-mcp alternatives