MCP Web Tutorial š
An interactive web tutorial for learning how to build MCP (Model Context Protocol) servers. This educational website provides step-by-step guidance for implementing and understanding MCP servers.
opestro
README
MCP Web Tutorial š
An interactive web tutorial for learning how to build MCP (Model Context Protocol) servers. This educational website provides step-by-step guidance for implementing and understanding MCP servers.

Features āØ
- š± Modern, responsive design with mobile-first approach
- š Comprehensive tutorial content
- ā” Real-time code examples
- šØ Syntax highlighting
- š Copy-to-clipboard functionality
- š Progress tracking
- š Step-by-step installation guide
- š Interactive UI elements
- š Live previews
- š Dark mode support
Getting Started š
Prerequisites š
- Node.js (v14 or higher) š»
- npm or yarn š¦
Installation š ļø
- Clone the repository:
git clone https://github.com/opestro/mcp-web.git
cd mcp-web
- Install dependencies:
npm install
- Start the server:
node server.js
- Visit
http://localhost:3000in your browser š
Project Structure š
mcp-web/
āāā views/ # EJS templates
ā āāā layout.ejs # Main layout template šļø
ā āāā index.ejs # Home page š
ā āāā installation.ejs # Installation guide āļø
ā āāā tutorial.ejs # Tutorial content š
āāā public/ # Static assets š¼ļø
ā āāā image.png # Main hero image š¼ļø
āāā server.js # Express server š„ļø
āāā package.json # Dependencies š¦
Technologies Used š ļø
- ā” Express.js - Web framework
- š§© EJS - Templating engine
- š TailwindCSS - Styling
- ⨠Prism.js - Code syntax highlighting
Contributing š¤
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project š“
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request š¬
Author āļø
Mehdi Harzallah
- š¼ LinkedIn: Mehdi Harzallah
- š± GitHub: @opestro
- š§ Email: mahdiharzallah21@gmail.com
License š
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments š
- Thanks to all contributors who helped in building this educational resource ā¤ļø
- Special thanks to the MCP community š
Support š¬
For support, you can:
- š Open an issue on GitHub
- š¬ Contact via WhatsApp: +213 778191078
- š§ Send an email to mahdiharzallah21@gmail.com
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.
Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.