local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Planned integration for accessing and potentially modifying Figma designs through the MCP server
Planned integration for accessing and managing Google Calendar events and schedules through the MCP server
Planned integration for interacting with Slack workspaces, likely enabling message sending and workspace management through the MCP server
MCP(模型上下文协议)教程
📚 学习步骤
步骤 0:理解 MCP
- MCP概念和结构
- 了解资源、工具和提示
- 了解 MCP 服务器、主机和客户端
- MCP 与传统 API 对比
- 了解通信协议
步骤 1:使用 MCP 检查器
- 使用 Inspector 进行测试
- 基本服务器实现(examples/country_server/country_server.py)
- 如何使用检查器
- 会话管理和通信方法
步骤2:外部服务集成
- Google 日历集成(正在进行中)
- Slack 集成(正在进行中)
- Figma 集成(正在进行中)
🚀 开始
- 使用的外部库是 fastmcp 和 mcp-agent。
偏好设置
Copy
运行基本服务器
Copy
📁 项目结构(草案)
Copy
🔗 参考文献
公文
社区资源
- MCP 变得简单易懂
- 超棒的 MCP 服务器
- PyTorch KR 讨论
- https://www.dailydoseofds.com/p/visual-guide-to-model-context-protocol-mcp/
额外的学习材料
This server cannot be installed
提供国家信息的教程 MCP 服务器实现,演示了用于构建具有外部服务集成功能的 AI 驱动应用程序的模型上下文协议。