streamable-httpupdated 19d ago
Let your agent ask which skill to use โ then hand it over.
What can you do with wondel skills mcp?
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. 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
| 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 โ product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.
Install
Add wondel skills mcp to your client. Pick the one you use.
claude mcp add --transport http wondel-skills-mcp https://skills.wondel.ai/mcpcodex mcp add wondel-skills-mcp --url https://skills.wondel.ai/mcp{
"mcpServers": {
"wondel-skills-mcp": {
"url": "https://skills.wondel.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"wondel-skills-mcp": {
"type": "http",
"url": "https://skills.wondel.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"wondel-skills-mcp": {
"url": "https://skills.wondel.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"wondel-skills-mcp": {
"serverUrl": "https://skills.wondel.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 20, 2026 |