MCP Web Tutorial ๐Ÿš€

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

Developer Tools
Visit Server

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.

MCP Web Tutorial

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 ๐Ÿ› ๏ธ

  1. Clone the repository:
git clone https://github.com/opestro/mcp-web.git
cd mcp-web
  1. Install dependencies:
npm install
  1. Start the server:
node server.js
  1. Visit http://localhost:3000 in 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.

  1. Fork the project ๐Ÿด
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request ๐Ÿ“ฌ

Author โœ๏ธ

Mehdi Harzallah

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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
MCP Package Docs Server

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.

Featured
Local
TypeScript
Claude Code MCP

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.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@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.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

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.

Featured
JavaScript
Sequential Thinking MCP Server

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.

Featured
Python