mcp-course
Hands-on course for building and deploying MCP servers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mcp-course?โผ
Run `npx skills add EnkrateiaLucca/mcp-course --all -g -y` in your terminal to install all skills in this repository globally.
What does the MCP course teach?โผ
It teaches you to build AI agents with the Model Context Protocol, from a hand-rolled agent loop up to secured, deployed production MCP servers across seven hands-on modules.
Do I need coding experience for this course?โผ
Basic Python knowledge helps, since demos use FastMCP and the Claude Agent SDK, but every script runs with a single `uv run` command and includes step-by-step READMEs.
Can I build my own MCP server with this repo?โผ
Yes. The included mcp-builder skill scaffolds a complete MCP server in Python or TypeScript from a single prompt, following official best practices.
Does it cover MCP security and deployment?โผ
Yes. Module 05 covers remote deployment on Vercel with MCP Apps, and module 06 includes a runnable tool-poisoning attack and defense lab plus multi-server composition.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides