---
name: Installation Help
about: Get help with installation or setup issues
title: '[HELP] Installation Issue: '
labels: ['help wanted', 'installation']
assignees: ''
---
## π Installation/Setup Help
### π What are you trying to do?
- [ ] Install for the first time
- [ ] Update to newer version
- [ ] Fix broken installation
- [ ] Configure Claude Desktop
- [ ] Troubleshoot connection issues
- [ ] Other: ___________
### π§ Installation Method
- [ ] Claude Desktop (recommended method)
- [ ] Manual installation with UV
- [ ] Development setup
- [ ] Other: ___________
### π± Your Environment
- **Operating System:** [macOS / Windows / Linux]
- **Version:** [e.g. macOS 14.1, Windows 11, Ubuntu 22.04]
- **Python Version:** [run `python --version`]
- **UV Installed?** [run `uv --version` or "Not installed"]
- **Claude Desktop Version:** [e.g. 1.0.0]
### π« What's Not Working?
Describe the specific issue you're encountering:
**Error Messages:**
```
// Paste any error messages here
```
**What You Expected:**
[Describe what you expected to happen]
**What Actually Happened:**
[Describe what actually happened]
### π What Have You Tried?
Please check all that apply:
- [ ] Followed the README installation guide
- [ ] Checked the INSTALLATION.md detailed guide
- [ ] Restarted Claude Desktop
- [ ] Verified JSON configuration syntax
- [ ] Tried the manual installation method
- [ ] Searched existing issues
- [ ] Asked in community forums
### π Configuration Details
**Your claude_desktop_config.json:**
```json
{
// Paste your MCP configuration here
// Remove any sensitive information
}
```
**Installation Commands You Ran:**
```bash
# Paste the commands you used
```
### πΈ Screenshots
If applicable, add screenshots showing:
- Error messages
- Claude Desktop settings
- Terminal output
- Configuration files
### π― Expected Outcome
What are you trying to achieve? For example:
- "I want to ask Claude about crypto prices"
- "I want to analyze stocks with technical indicators"
- "I want to find trading opportunities"
### β
Checklist
- [ ] I have read the installation documentation
- [ ] I have included my system information
- [ ] I have described the specific problem
- [ ] I have tried basic troubleshooting steps
- [ ] I have checked for similar issues
### π‘ Additional Notes
Any other information that might be helpful...