Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"install-mcp": {
"args": [
"-y",
"install-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Installing MCPs is a huge pain, so I made a CLI tool to make it easier.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked install-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
Read, write, and manage files on the local filesystem
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Install Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Installing MCPs is a huge pain, so I made a CLI tool to make it easier.
The CLI now supports multiple installation methods with automatic detection:
npx install-mcp mcp-package-name --client claude-desktop
npx install-mcp @org/mcp-server --client claude-desktop
npx install-mcp 'npx some-mcp-server --custom-args' --client claude-desktop
npx install-mcp https://mcp.example.com/server --client claude-desktop
The tool automatically:
npx package-namemcp.example.com → mcp-example-com)When installing a server hosted on https://api.supermemory.ai/*, you can pass a project name via --project. This is a convenience alias for adding the header x-sm-project: <value>.
Rules:
https://api.supermemory.ai/*.--project for these URLs, you'll be prompted. Pressing Enter uses default.--header flags.Examples:
# Explicit project
npx install-mcp https://api.supermemory.ai/servers/my-server \
--client cursor \
--project myproj
# Prompted for project (Enter defaults to "default")
npx install-mcp https://api.supermemory.ai/servers/my-server --client cursor
Warp users: the generated config will include --header "x-sm-project: <value>" in the args array when installing Supermemory URLs.
You can pass headers for authentication or other purposes using the --header flag:
# Single header
npx install-mcp https://api.example.com/mcp --client claude-desktop --header "Authorization: Bearer token123"
# Multiple headers
npx install-mcp https://api.example.com/mcp --client claude-desktop \
--header "Authorization: Bearer token123" \
--header "X-API-Key: secret-key"
When installing remote servers (URLs), the CLI will ask if the server uses OAuth authentication:
npx install-mcp https://api.example.com/mcp --client claude-desktop
# Output: Does this server use OAuth authentication? (Y/n)
You can bypass this prompt using the --oauth flag:
# Automatically run OAuth authentication
npx install-mcp https://api.example.com/mcp --client claude-desktop --oauth yes
# Skip OAuth authentication entirely
npx install-mcp https://api.example.com/mcp --client claude-desktop --oauth no
If you answer yes, the authentication flow:
# Output: Running authentication for https://api.example.com/mcp
If authentication fails, you'll see:
Authentication failed. Use the client to authenticate.
If the server doesn't use OAuth (you answer no), the installation proceeds directly without authentication.
This ensures secure access to remote servers while maintaining flexibility for servers that don't require OAuth.
The --client flag specifies which MCP client you're installing for:
claude-desktopclineroo-clinewindsurfwitsyenconvocursorvscodegemini-cliclaude-codegoosezedopencodewarp (outputs config to copy/paste into Warp's cloud-based settings)codex (OpenAI's Codex CLI tool)droid (Factory.AI'