MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

mcp workshop

Created 4/4/2025
Updated 8 months ago
Repository documentation and setup instructions

MCP Workshop

🎉 Welcome to the MCP Workshop! 🚀

In this workshop, you'll dive into the exciting world of Model Context Protocol (MCP). Whether you're a beginner or an experienced developer, there's something here for everyone! 🧑‍💻✨

Solutions 📚

This workshop comes with solutions:

| Lesson | Link | |--|--| | 00 First server | First server | | 01 Consuming server | Consuming server | | 02 SSE Server | SSE Server |

To the workshop! 💻

Navigate to the workshop directoryworkshop image


Let’s get started! 🚀

Quick Setup
Installation guide for this server

Install Package (if required)

npx mcp-workshop

Cursor configuration (mcp.json)

{ "mcpServers": { "softchris-mcp-workshop": { "command": "npx", "args": [ "mcp-workshop" ] } } }
Author Servers
Other servers by softchris