Slim-MCP: Claude Tools 🤖
🚀 Supercharge Claude with powerful Python-based tools via the MCP protocol
✨ Features
- 🧮 Calculator: Perform complex math calculations
- 🌦️ Weather: Get current weather forecasts and alerts
- 🕒 DateTime: Access current time in local and UTC formats
- 🔌 Extensible: Easily add custom tools with simple Python functions
- 💻 Desktop Integration: Seamless integration with Claude Desktop app
- 🖱️ Cursor IDE: Native integration with Cursor IDE for developers
📋 Table of Contents
🚀 Installation
Prerequisites
- Python 3.11+
- Conda (recommended)
Setup with Conda (Recommended)
🎮 Usage
Configure Claude
Add this to your Claude configuration file:
Configure Cursor IDE
Example Prompts
🔌 Integrations
- Claude AI Desktop: Primary integration via MCP protocol
- Cursor IDE: Direct integration for development workflows
- Claude Web: Compatible with Claude Web through configuration
💻 Development
Project Structure
Creating a New Tool
- Create a new Python file in
src/claude_tools/
:
- Import and register your tool in
__init__.py
:
- Restart the server and your new tool is ready to use!
👥 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Un servicio de API liviano y modular que proporciona herramientas útiles como clima, fecha/hora, calculadora, búsqueda, correo electrónico y gestión de tareas a través de una interfaz RESTful, diseñada para la integración con agentes de IA y flujos de trabajo automatizados.
- ✨ Características
- 📋 Índice de contenidos
- 🚀 Instalación
- 🎮 Uso
- 🔌 Integraciones
- 💻 Desarrollo
- 👥 Contribuyendo
- 📄 Licencia
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 -2PythonMIT License
- -securityFlicense-qualityA powerful interface for extending AI capabilities through remote control, calculations, email operations, knowledge search, and more.Last updated -35Python
- -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 -Python
- -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 -37