Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"agent-install": {
"command": "npx",
"args": [
"-y",
"agent-install"
]
}
}
}
Or smoke-test directly:
npx -y agent-install
Details
| Website | https://www.npmjs.com/package/agent-install |
|---|---|
| License | unknown |
| Pricing | free |
| Tags | agent agents-md claude cli codex cursor install mcp |
| Sources | npm |
| Discovered | 2026-05-25 |