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
Related MCP server: XiaoZhi MCP Aggregate
๐ 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.