Let's Learn MCP with Python
作天看到微軟在 GitHub 上放出的 lets-learn-mcp-python,簡單看了一下,主要是教大家怎麼用 Python 去實作 MCP
🐍 Python Study Buddy App - An interactive console application that uses a custom MCP server to help developers learn Python concepts at beginner, intermediate, and expert levels
🧠 AI Research Learning MCP Server - Your own advanced MCP server that helps AI assistants find the latest AI/ML research papers, highlight top discoveries, and create personalized study plans
我覺得這個專案的價值在於建立一個共通協議,畢竟長遠來看,如果 MCP 能真的普及,agent 之間的可移植性、可維護性會提升很多,不會每個人都在重造輪子。
短期內當作學習資源,練習怎麼把 Python function 包成 MCP server,還不錯。
不過我大部分都是根據需求從 MCP server 挑範例快速整合,像是要讓 agent 查資料庫、存檔、串 API等,不用自己全部寫,會省下不少時間。
作者:阿凱