Overview
Features
Install MCP servers from npm or PyPi
Fetch and install MCP servers hosted on npm (Node) or PyPi (Python) on demand via Claude prompts.
CLI-based installation using npx or uv
Uses npx for Node-based MCP servers and uv for Python-based servers.
Claude prompt integration
Integrates with Claude using prompts to install a specified MCP server by name or package.
Configurable via claude_desktop_config.json
Configured with an mcpServers.mcp-installer entry specifying the command and the arguments.
Path-based installation support
Supports installing MCP servers from a local filesystem path.
Environment variable support for authentication
Demonstrates using environment variables like GITHUB_PERSONAL_ACCESS_TOKEN for GitHub-based installations.




