Slim-MCP:Claude Tools 🤖
🚀 通过 MCP 协议为 Claude 提供强大的基于 Python 的工具
✨ 特点
🧮计算器:执行复杂的数学计算
🌦️天气:获取当前天气预报和警报
🕒 DateTime :以本地和 UTC 格式访问当前时间
🔌可扩展:使用简单的 Python 函数轻松添加自定义工具
💻桌面集成:与 Claude 桌面应用程序无缝集成
🖱️ Cursor IDE :为开发人员提供与 Cursor IDE 的原生集成
📋 目录
🚀 安装
先决条件
Python 3.11+
Conda(推荐)
使用 Conda 设置(推荐)
🎮 使用方法
配置 Claude
将其添加到您的 Claude 配置文件中:
配置 Cursor IDE
示例提示
🔌 集成
Claude AI Desktop :通过 MCP 协议进行初步集成
Cursor IDE :直接集成开发工作流程
Claude Web :通过配置兼容 Claude Web
💻 开发
项目结构
创建新工具
在
src/claude_tools/
中创建一个新的 Python 文件:
在
__init__.py
中导入并注册您的工具:
重新启动服务器,您的新工具就可以使用了!
👥 贡献
欢迎贡献代码!欢迎提交 Pull 请求。
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -m 'Add some amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)打开拉取请求
📄 许可证
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
local-only server
The server can only run on the client's local machine because it depends on local resources.
一种轻量级、模块化 API 服务,通过 RESTful 界面提供天气、日期/时间、计算器、搜索、电子邮件和任务管理等有用的工具,旨在与 AI 代理和自动化工作流程集成。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA modular, extensible FastAPI-based platform that aggregates multiple AI tools and microservices into a unified interface with standardized I/O formats, perfect for frontend integration or LLM system orchestration.Last updated -2MIT License
- -securityFlicense-qualityA powerful interface for extending AI capabilities through remote control, calculations, email operations, knowledge search, and more.Last updated -38
- -securityFlicense-qualityA standardized API server that enables AI agents and client applications to fetch current weather information for any location without directly interacting with external weather APIs.Last updated -
- -securityFlicense-qualityA containerized server that provides weather tools for AI assistants, allowing them to access US weather alerts and forecasts through the National Weather Service API.Last updated -88