diff --git a/docs/community/showcase.mdx b/docs/community/showcase.mdx
index c3b5ad967..3f0ade44e 100644
--- a/docs/community/showcase.mdx
+++ b/docs/community/showcase.mdx
@@ -4,6 +4,8 @@ description: 'High-quality projects and examples from the FastMCP community'
icon: 'users'
---
+import { YouTubeEmbed } from '/snippets/youtube-embed.mdx'
+
## Featured Projects
Discover exemplary MCP servers and implementations created by our community. These projects demonstrate best practices and innovative uses of FastMCP.
@@ -16,13 +18,19 @@ Discover exemplary MCP servers and implementations created by our community. The
#### Video Tutorials
-
- Claude Integrations Tutorial by Greg + Code - Learn how to build remote MCP servers using Python and FastMCP.
-
+**Build Remote MCP Servers w/ Python & FastMCP** - Claude Integrations Tutorial by Greg + Code
-
- Tutorial by ZazenCodes - Comprehensive guide to building MCP servers with FastMCP in Python.
-
+
+
+**FastMCP — the best way to build an MCP server with Python** - Tutorial by ZazenCodes
+
+
### Community Examples
diff --git a/docs/snippets/youtube-embed.mdx b/docs/snippets/youtube-embed.mdx
new file mode 100644
index 000000000..1c36e6cfd
--- /dev/null
+++ b/docs/snippets/youtube-embed.mdx
@@ -0,0 +1,12 @@
+export const YouTubeEmbed = ({ videoId, title }) => {
+ return (
+
+ );
+};
\ No newline at end of file