Merge pull request #429 from punkpeye/patch-4

Add a section about MCP frameworks
This commit is contained in:
David Soria Parra
2025-01-07 18:37:14 +00:00
committed by GitHub

View File

@@ -111,6 +111,12 @@ A growing set of community-developed and maintained servers demonstrates various
- **[Google Tasks](https://github.com/zcaceres/gtasks-mcp)** - Google Tasks API Model Context Protocol Server.
- **[Fetch](https://github.com/zcaceres/fetch-mcp)** - A server that flexibly fetches HTML, JSON, Markdown, or plaintext
## 📚 Frameworks
These are high-level frameworks that make it easier to build MCP servers.
* [FastMCP](https://github.com/jlowin/fastmcp) (Python)
* [FastMCP](https://github.com/punkpeye/fastmcp) (TypeScript)
## 📚 Resources