Slim MCP
by webdevtodayjason
Verified
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
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)
Copy
š® Usage
Configure Claude
Add this to your Claude configuration file:
Copy
Configure Cursor IDE
Copy
Example Prompts
Copy
š 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
Copy
Creating a New Tool
- Create a new Python file in
src/claude_tools/
:
Copy
- Import and register your tool in
__init__.py
:
Copy
- 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.
This server cannot be installed
A lightweight, modular API service that provides useful tools like weather, date/time, calculator, search, email, and task management through a RESTful interface, designed for integration with AI agents and automated workflows.
- āØ Features
- š Table of Contents
- š Installation
- š® Usage
- š Integrations
- š» Development
- š„ Contributing
- š License