anaisbetts/mcp-installer
mcp-installer is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-installer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcp-installer is a server that facilitates the installation of other MCP servers using Claude.
Try mcp-installer with chat:
Has a README
Github repo has a README.md.
Has a License
Github repo has license info.
Server can be inspected
View server inspector
Server schema can be extracted
Can get at lease one tool info from the README or server.
Online hosted on MCPHub
Can be automatically deployed by MCPHub.
Has social accounts
Do not have any social accounts.
Claimed by the author or certified by MCPHub
If you are the author, claim authorship
AI Evaluation ReportTotal Score: 5/10
The agent demonstrates a basic understanding of the tasks it can perform, specifically installing MCP servers using npx or uvx and from local code. However, it struggles with providing consistent and valid answers, often citing tool malfunctions or invalid inputs. When it does provide a valid response, the information is comprehensive and useful, outlining prerequisites, installation steps, and troubleshooting tips. Despite this, the agent's performance is inconsistent, with multiple instances of failure to generate a valid answer. This inconsistency and the reliance on external configuration files that may not be present in the user's environment are significant weaknesses. The agent's strengths lie in its ability to provide detailed instructions when functioning correctly, but its limitations in handling errors and providing consistent responses impact its overall reliability.
Test case 1
Score: 6/10How can I install and configure the `mcp-installer` to automate the installation of other MCP servers using `npx` and `uv`?No valid answer is generated due to invalid input. The installation attempt of the
mcp-installer
usingnpx
anduv
failed due to a missing configuration file. Specifically, the error indicates that the file/root/Library/Application Support/Claude/claude_desktop_config.json
could not be found. This suggests that the environment may not be fully configured or that the necessary prerequisites are not in place. Ensure that the configuration file exists and that the environment is correctly set up before attempting the installation again.Test case 2
Score: 2/10How can I install and configure the `mcp-installer` to automate the installation of other MCP servers using `npx` and `uvx`?No valid answer is generated due to tool malfunction. The installation of the
mcp-installer
using bothnpx
anduvx
encountered an error due to a missing configuration file (claude_desktop_config.json
). This error indicates that the installation process could not find a necessary file in the specified directory. The issue seems to be related to a missing configuration file, which is not a result of an invalid task input or invalid state of the target objects. To resolve this issue, ensure that the necessary environment is set up correctly, including any required configuration files. You may need to check the directory mentioned in the error message and create the needed file or adjust permissions accordingly. If the issue persists, consider consulting the documentation formcp-installer
for any additional setup requirements.Test case 3
Score: 6/10What are the prerequisites and steps required to install and configure the `mcp-installer` for automating the installation of other MCP servers using `npx` and `uvx`?No valid answer is generated due to invalid input. The attempt to install the
mcp-installer
using bothnpx
anduvx
encountered an error due to a missing configuration file. This suggests that there may be prerequisites related to the environment setup that need to be addressed before successfully using themcp-installer
. Ensure that the installation environment (like Node.js and npm) is correctly configured and any necessary configuration files or directories exist prior to installingmcp-installer
. If further assistance is needed, please provide details about your environment setup.Test case 4
Score: 7/10What are the prerequisites and steps required to install and configure the `mcp-installer` for automating the installation of other MCP servers using `npx` and `uvx`?To install and configure the
mcp-installer
for automating the installation of other MCP servers usingnpx
anduvx
, you need to follow these steps:Prerequisites:
- Node.js and npm: Ensure that Node.js and npm (Node Package Manager) are installed on your machine. You can check by running
node -v
andnpm -v
in your terminal. - uvx: If you plan to use
uvx
, ensure it is installed globally. You can do this via npm:npm install -g uvx
Installation Steps:
- Using npx (recommended):
- Open your terminal.
- Run the following command to install the
mcp-installer
:npx mcp-installer
- Using uvx (if you installed it):
- Open your terminal.
- Run the following command:
uvx mcp-installer
Configuration:
- After installation, you may need to configure the
mcp-installer
based on your specific requirements. This typically involves setting up any necessary configuration files or environment variables according to the documentation provided with themcp-installer
.
Troubleshooting:
- If you encounter any errors, ensure that all paths specified are correct and that you have the necessary permissions to access them.
- For local installation, ensure the path to the
mcp-installer
is valid and points to the correct directory.
- Node.js and npm: Ensure that Node.js and npm (Node Package Manager) are installed on your machine. You can check by running
Test case 5
Score: 2/10What are the steps to install and configure the `mcp-installer` for automating the installation of other MCP servers using `npx` and `uvx`?Failed to get an answer for the task.