GitHub Stars
169
User Rating
Not Rated
Favorites
0
Views
40
Forks
19
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.7 or higher
pip: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/sunriseapps/imagesorcery-mcp.git
cd imagesorcery-mcp
2. Install Dependencies
bash
pip install -r requirements.txt
3. Start Server
bash
python server.py
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Image processing not working correctly Solution: Verify the input file path and format.Additional Resources
Author Information
3
Followers
2
Repositories
0
Gists
0
Total Contributions
Related MCPs
videocapture-mcp
10
Video Still Capture MCP is a Python implementation designed to control webcams through OpenCV. This server enables AI assistants to capture images, manipulate camera settings, and manage video connections. It focuses on still image capture rather than video streaming, providing a specialized toolset for image processing.