60e0ffc959
Upgrade checks / Notify on failure (push) Has been cancelled
Upgrade checks / Close issue on success (push) Has been cancelled
Schema Crash Test / Real-world schema crash test (232K schemas) (push) Has been cancelled
Run static analysis / static_analysis (push) Has been cancelled
Tests / Tests: Python 3.10 on ubuntu-latest (push) Has been cancelled
Tests / Tests: Python 3.13 on ubuntu-latest (push) Has been cancelled
Tests / Tests: Python 3.10 on windows-latest (push) Has been cancelled
Tests / Tests with lowest-direct dependencies (push) Has been cancelled
Tests / MCP conformance tests (push) Has been cancelled
Tests / Integration tests (push) Has been cancelled
Tests / Package install smoke (push) Has been cancelled
Upgrade checks / Static analysis (push) Has been cancelled
Upgrade checks / Tests: Python 3.10 on ubuntu-latest (push) Has been cancelled
Upgrade checks / Tests: Python 3.13 on ubuntu-latest (push) Has been cancelled
Upgrade checks / Tests: Python 3.10 on windows-latest (push) Has been cancelled
Upgrade checks / Integration tests (push) Has been cancelled
Update MCPServerConfig Schema / update-config-schema (push) Has been cancelled
Update SDK Documentation / update-sdk-docs (push) Has been cancelled
65 lines
2.2 KiB
Plaintext
65 lines
2.2 KiB
Plaintext
---
|
|
title: 'Community Showcase'
|
|
description: 'High-quality projects and examples from the FastMCP community'
|
|
icon: 'users'
|
|
---
|
|
|
|
import { YouTubeEmbed } from '/snippets/youtube-embed.mdx'
|
|
|
|
## Join the Community
|
|
|
|
<Card title="FastMCP Discord" icon="discord" href="https://discord.gg/uu8dJCgttd">
|
|
Connect with other FastMCP developers, share your projects, and discuss ideas.
|
|
</Card>
|
|
|
|
## Featured Projects
|
|
|
|
Discover exemplary MCP servers and implementations created by our community. These projects demonstrate best practices and innovative uses of FastMCP.
|
|
|
|
### Learning Resources
|
|
|
|
<Card title="MCP Dummy Server" icon="graduation-cap" href="https://github.com/WaiYanNyeinNaing/mcp-dummy-server">
|
|
A comprehensive educational example demonstrating FastMCP best practices with professional dual-transport server implementation, interactive test client, and detailed documentation.
|
|
</Card>
|
|
|
|
#### Video Tutorials
|
|
|
|
**Build Remote MCP Servers w/ Python & FastMCP** - Claude Integrations Tutorial by Greg + Code
|
|
|
|
<YouTubeEmbed
|
|
videoId="bOYkbXP-GGo"
|
|
title="Build Remote MCP Servers w/ Python & FastMCP"
|
|
/>
|
|
|
|
**FastMCP — the best way to build an MCP server with Python** - Tutorial by ZazenCodes
|
|
|
|
<YouTubeEmbed
|
|
videoId="rnljvmHorQw"
|
|
title="FastMCP — the best way to build an MCP server with Python"
|
|
/>
|
|
|
|
**Speedrun a MCP server for Claude Desktop (fastmcp)** - Tutorial by Nate from Prefect
|
|
|
|
<YouTubeEmbed
|
|
videoId="67ZwpkUEtSI"
|
|
title="Speedrun a MCP server for Claude Desktop (fastmcp)"
|
|
/>
|
|
|
|
### Community Examples
|
|
|
|
Have you built something interesting with FastMCP? We'd love to feature high-quality examples here! Start a [discussion on GitHub](https://github.com/PrefectHQ/fastmcp/discussions) to share your project.
|
|
|
|
## Contributing
|
|
|
|
To get your project featured:
|
|
|
|
1. Ensure your project demonstrates best practices
|
|
2. Include comprehensive documentation
|
|
3. Add clear usage examples
|
|
4. Open a discussion in our [GitHub Discussions](https://github.com/PrefectHQ/fastmcp/discussions)
|
|
|
|
We review submissions regularly and feature projects that provide value to the FastMCP community.
|
|
|
|
## Further Reading
|
|
|
|
- [Contrib Modules](/patterns/contrib) - Community-contributed modules that are distributed with FastMCP itself |