Back to Browse

Wondel Skills MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read-only MCP server over 50 book-based agent skills: routes a task to the right framework.

About

Read-only MCP server over 50 book-based agent skills: routes a task to the right framework.

Remote endpoints: streamable-http: https://skills.wondel.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

5 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-mjaskolski-wondel-skills-mcp": {
      "url": "https://skills.wondel.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Wondel 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. 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.

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:

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

Tools

ToolWhat 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 — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.

Reviews

No reviews yet

Be the first to review this server!