Troubleshooting
Having trouble with Pylee? This guide covers the most common issues and their solutions.Quick Help: Most setup issues can be resolved by restarting your application completely and checking your API key. If problems persist, try the solutions below.
Common Issues and Solutions
Pylee MCP Server Not Appearing
Pylee MCP Server Not Appearing
Symptoms: Claude Desktop or other MCP clients don’t show Pylee as availableSolutions:
1
Verify Configuration File Location
Ensure your config file is in the correct location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
2
Check JSON Syntax
Validate your JSON configuration:
3
Restart Application
Completely quit and restart Claude Desktop (or your MCP client)
4
Check Node.js Installation
Verify Node.js is installed:
Connection Timeout Issues
Connection Timeout Issues
Symptoms: MCP server starts but times out when trying to connectSolutions:
1
Check Internet Connection
Ensure you have a stable internet connection
2
Verify Firewall Settings
Make sure your firewall isn’t blocking the connection:
- Allow
npx
andnode
through your firewall - Check corporate firewall settings if applicable
3
Test Network Access
4
Try Alternative Configuration
If using Then update your config to use:
npx
fails, try installing globally:Permission Denied Errors
Permission Denied Errors
Symptoms: Errors about file permissions or access deniedSolutions:
1
Check File Permissions
Ensure you can read/write the configuration file:
2
Create Directory if Missing
3
Fix Ownership (macOS/Linux)
4
Run as Administrator (Windows)
Try running your text editor as Administrator when editing the config file
Node.js or NPM Issues
Node.js or NPM Issues
Symptoms: Commands not found or version conflictsSolutions:
- macOS
- Windows
- Linux
Registry Not Loading
Registry Not Loading
Symptoms: Pylee connects but no registry servers are availableSolutions:
1
Check Registry Status
- Log into Pylee Dashboard
- Go to “Active Registries”
- Verify your registries are activated
2
Refresh Registry
In your dashboard, click “Refresh” on your active registries
3
Check Permissions
Ensure you have access to the registries you’re trying to use
4
Test with Different Registry
Try activating a different registry to isolate the issue
Platform-Specific Issues
- macOS
- Windows
- Linux
- WSL
Common macOS Issues
Gatekeeper blocking execution:- Use Homebrew to install Node.js instead of the system installer
- Avoid modifying system directories
Getting Debug Information
If you’re still having issues, gather this information before contacting support:1
System Information
2
Configuration File
Verify your configuration file exists and has correct content:
3
Test MCP Server Directly
4
Check Network Connectivity
Still Need Help?
Contact Support
Email us with your debug information
Community Discord
Get help from the community
GitHub Issues
Report bugs or request features
Documentation
Review the full documentation
When contacting support, please include:
- Your operating system and version
- Node.js and npm versions
- Your configuration file (with API key redacted)
- Any error messages you’re seeing
- Steps you’ve already tried
Additional Resources
Getting Started Guide
Review the initial setup process
Registry Activation
Learn about managing MCP server registries
Configuration Guide
Advanced configuration options
Community Support
Connect with other Pylee users
Reporting Issues
If you can’t find a solution to your problem:- Check our GitHub Issues - Someone may have already reported the same issue
- Search the documentation - Use the search function to find relevant information
- Contact support - Include detailed information about your setup and the issue you’re experiencing
When reporting issues, please include your operating system, Node.js version, and any error messages you’re seeing. This helps us provide better support.