Cover image
Try Now
2025-03-30

install all of deps for mcp server

3 years

Works with Finder

1

Github Watches

1

Github Forks

0

Github Stars

MCP Dependencies Installer

English | 简体中文 | 日本語

A cross-platform dependency installation script for Node.js, npx, and uv.

Supported Operating Systems

  • Linux (Ubuntu, AlmaLinux/CentOS, Alpine)
  • macOS
  • Windows

Installation Methods

Linux

Ubuntu/Debian

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

AlmaLinux/CentOS

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

Alpine Linux

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

macOS

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

Windows

# Download the installation script
curl -O https://raw.githubusercontent.com/yourusername/mcp-depedencies-install/main/install_dependencies.sh

# Make the script executable (if using Git Bash or WSL)
chmod +x install_dependencies.sh

# Run the installation script
./install_dependencies.sh

Prerequisites

Linux

  • curl and sudo installed on your system
  • For Ubuntu/Debian: apt-get package manager
  • For AlmaLinux/CentOS: dnf or yum package manager
  • For Alpine: apk package manager

macOS

  • curl installed on your system
  • Homebrew (will be installed automatically if not present)

Windows

  • Windows Package Manager (winget) installed
  • Git Bash, WSL, or PowerShell for running the script

What Gets Installed

The script will install the following dependencies:

  1. Node.js (v22.x LTS)
  2. npx (v10.x)
  3. uv (v0.6.x)

Testing

To test the installation script across different environments:

# Make the test script executable
chmod +x test_dependencies.sh

# Run the tests
./test_dependencies.sh

This will test the installation script in Docker containers simulating:

  • Ubuntu
  • AlmaLinux (CentOS)
  • Alpine Linux
  • macOS
  • Windows

Notes

  • The script requires sudo privileges on Linux systems
  • After installation, you may need to restart your terminal for PATH changes to take effect
  • For Linux and macOS users, the script will automatically add the local bin directory to your PATH
  • Windows users should ensure they have the Windows Package Manager (winget) installed before running the script

License

[Your License Here]

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • https://reddgr.com
  • Delivers concise Python code and interprets non-English comments

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • 林乔安妮
  • A fashion stylist GPT offering outfit suggestions for various scenarios.

  • 田中 楓太
  • A virtual science instructor for engaging and informative lessons.

  • ariofarmani
  • Test repository for GitHub MCP server functionality

  • 1Panel-dev
  • 💬 MaxKB is an open-source AI assistant for enterprise. It seamlessly integrates RAG pipelines, supports robust workflows, and provides MCP tool-use capabilities.

  • ShrimpingIt
  • Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx

  • Mintplex-Labs
  • The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

  • GLips
  • MCP server to provide Figma layout information to AI coding agents like Cursor

    Reviews

    3 (1)
    Avatar
    user_i075Jepw
    2025-04-18

    I've been using the mcp-depedencies-install tool by Xeonice, and it has significantly streamlined my development process. The installation of dependencies is seamless and efficient, saving me a lot of time and effort. Highly recommend this tool for anyone looking to simplify their project setups!