@streetdiligence/mcp-client-installer
v2.1.0
Published
Installer for Street Diligence MCP clients for Claude Desktop
Downloads
11
Maintainers
Readme
Street Diligence MCP Client Installer
Connect Claude Desktop to your Street Diligence workspace with one command.
Quick Start
npx @streetdiligence/mcp-client-installerThe installer will:
- Ask for your workspace hostname
- Generate the connection client
- Update your Claude Desktop configuration
- Guide you through final steps
That's it! After restarting Claude Desktop, you'll have access to Street Diligence tools directly in your conversations.
What You'll Need
- Node.js (version 14 or higher) - Download here
- Claude Desktop - Download here
- Your workspace hostname - Provided by your Street Diligence administrator
Installation
Run the installer:
npx @streetdiligence/mcp-client-installerFollow the prompts:
- Workspace hostname: Enter the URL provided by your administrator (e.g.,
mycompany.streetdiligence.com) - Connection type: Choose based on where Claude Desktop is running
- Same machine as the workspace server → Choose "yes" for local
- Different machine (like your laptop) → Choose "no" for remote
- Port (local only): Enter the port number provided by your administrator
- Installation location: Press Enter to use the default, or specify a custom path
- Update config: Choose "yes" to automatically configure Claude Desktop
Example Session
$ npx @streetdiligence/mcp-client-installer
═══════════════════════════════════════════════════════════
Street Diligence MCP Client Installer
═══════════════════════════════════════════════════════════
Enter the workspace hostname: mycompany.streetdiligence.com
Is this a local/server installation? n
Install client to (press Enter for default): [Press Enter]
Update Claude Desktop config? y
✓ Client file created
✓ Updated Claude Desktop config
═══════════════════════════════════════════════════════════
Installation Complete!
═══════════════════════════════════════════════════════════
Next steps:
1. Restart Claude Desktop
2. Street Diligence tools are now available
3. Server will appear as: mycompany-streetdiligence-comUsing Your Connection
After installation:
- Restart Claude Desktop completely (quit and reopen)
- Start a new conversation in Claude Desktop
- Access tools by asking Claude to use Street Diligence features
- The connection will show in Claude Desktop as your workspace name
Troubleshooting
"Cannot find module 'https'"
Node.js is not installed. Download and install Node.js.
Claude Desktop doesn't show the connection
- Make sure you restarted Claude Desktop (quit completely and reopen)
- Check that the config file was updated:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- Windows:
- Look for an entry like:
{ "mcpServers": { "your-workspace-name": { "command": "node", "args": ["path/to/client.js"] } } }
Connection fails or times out
Contact your Street Diligence administrator to verify:
- Your workspace is accessible
- The hostname is correct
- The port number (if local) is correct
"Session Stopped" or authentication errors
Your workspace may be temporarily unavailable. Contact your administrator.
Updating
To update to a newer version, simply run the installer again:
npx @streetdiligence/mcp-client-installerThe latest version will automatically be downloaded and used.
Getting Help
If you encounter issues:
- Check the troubleshooting section above
- Contact your Street Diligence administrator
- Provide them with:
- Your workspace hostname
- Operating system (Windows, macOS, Linux)
- Any error messages you see
Privacy & Security
- The client only connects to your specified Street Diligence workspace
- No data is sent to third parties
- All communication uses secure connections (HTTPS)
- Your credentials are managed by Claude Desktop's secure storage
License
Copyright © Street Diligence. All rights reserved.
