MCP server that automates the installation of other MCP servers. It provides a CLI tool to install, configure, and manage multiple MCP servers from a single command. It connects to npm registry for package installation and exposes functions to handle dependencies, environment variables, and server configurations. Developers use it to streamline the setup of complex AI/ML environments.
MCP server that automates the installation of other MCP servers. It provides a CLI tool to install, configure, and manage multiple MCP servers from a single command. It connects to npm registry for package installation and exposes functions to handle dependencies, environment variables, and server configurations. Developers use it to streamline the setup of complex AI/ML environments.
npx -y @mcpmarket/mcp-auto-installAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcpmarket-mcp-auto-install-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @mcpmarket/mcp-auto-install"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp-auto-install?"
API Key Required
This server requires an API key from mcp-auto-install. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP-AUTO-INSTALL_API_KEY | Yes | Your mcp-auto-install API key |
"What resources are available in mcp-auto-install?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp-auto-install"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp-auto-install with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.