ai-literacy-101-mcp
v1.0.1
Published
MCP coach for non-technical users — 0 to 1 in one hour
Downloads
164
Maintainers
Readme
ai-literacy-101-mcp
MCP server that coaches non-technical users from zero to building something useful with AI in about one hour.
Works in Cursor, Claude Code, and any MCP client.
Install (no clone required)
Add to .cursor/mcp.json or Claude Code MCP config:
{
"mcpServers": {
"ai-literacy-101": {
"command": "npx",
"args": ["-y", "ai-literacy-101-mcp"]
}
}
}Reload the editor. Start a chat:
I'm new to AI. Help me build something useful in one hour.
Pair with the ai-literacy-101 skill in your project for full pedagogy.
Tools
| Tool | Purpose |
|------|---------|
| start_hour_session | Kick off the 60-minute flow |
| pick_starter | Recommend landing page, tiny app, doc helper, or dashboard |
| guide_setup | Step 1.5 — open your work (browser for web, sidebar for docs) |
| make_specific_ask | Turn vague asks into copy-paste prompts |
| get_next_step | Pacing by phase; brisk vs hand-holdy |
| edge_test | Stress-test questions for the iterate phase |
| list_starters | All four starters (only if user insists) |
Pedagogy
- Mindset — Just ask. Test till the edge.
- Start — Ask very specifically.
- Improve — Iterate one change at a time.
Step 1.5 (guide_setup) is intentionally the hardest technical moment — finding the file and opening it in a browser. Everything else is chat.
Publish
npm login
npm publish --access publicLicense
MIT
