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
local-only server
The server can only run on the client's local machine because it depends on local resources.
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
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.Last updated -65TypeScriptMIT License
- AsecurityAlicenseAqualityIntegrates with Harvest time tracking API, enabling AI assistants to manage time entries, projects, clients, and tasks through natural language commands.Last updated -112PythonMIT License
- -securityAlicense-qualityEnables AI assistants to interact with WordPress sites through the REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.Last updated -18MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.Last updated -2115TypeScript