ShowMeStepByStep
io.github.rt1966/showmestepbystepSearch, browse, and cite a 377-tutorial step-by-step how-to corpus from your AI client.
Tools · 6
Search the ShowMeStepByStep tutorial corpus by free-text query. Searches across tutorial titles, descriptions, and step content. Returns slim summaries with TL;DRs and canonical URLs. Tenant-aware. Op…
Fetch the full machine-readable rendition of a tutorial by slug: title, TL;DR, numbered steps (with text, imageUrl, tips, and YouTube videoTimestampSeconds for deep-linking), tools/materials, tags, re…
List all tutorial categories with a published tutorial. Returns slug, name, short description, and count of published tutorials per category.
Browse tutorials within a specific category, ranked by view count then publish date. Use this when a user wants to explore a topic area rather than search.
List the most recently published tutorials, newest first. Use this to discover what's new on the site or to surface fresh content for aggregator / 'what's new this week' agent loops. Tenant-aware.
Submit a request for a tutorial we don't yet have. Call this when search_tutorials returned no good match for what the user actually wants. The request enters our content-demand queue, which the daily…
Prompts · 4
Fetch a tutorial by slug and summarize it for a target audience. Useful for accessibility (kids, ESL learners) or quick overviews before reading the full guide.
Fetch a recipe by tutorial slug and convert all ingredient measurements between US imperial and metric. Useful when the source recipe is in the wrong system for the cook.
Submit a request for a tutorial we don't yet have. Use this when search_tutorials returned no good match for what the user actually wants. The request enters our content-demand queue, which the daily …
Fetch a tutorial and explain a single step in more depth than the source provides — what to watch for, common mistakes, and the underlying technique. Useful when a step's prose is too terse.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"showmestepbystep": {
"url": "https://www.showmestepbystep.com/api/mcp",
"transport": "streamable-http"
}
}
}