# Mcpm

> Use this skill when the user wants to install, search, or manage MCP servers, configure MCP profiles, or set up MCP Router for remote server sharing.

- Skill: `javimosch/mcpm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/mcpm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/mcpm/raw
- Safety review: WARNING (external: skill-scanner WARNING, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/mcpm

---


# mcpm Plugin

CLI MCP package manager & registry for all platforms.

## Commands

### Install
- `mcpm install <package>` — Install an MCP server package

### Search
- `mcpm search <query>` — Search the MCP registry

### Router
- `mcpm router start` — Start the MCP Router
- `mcpm router stop` — Stop the MCP Router

### Profile
- `mcpm profile list` — List all profiles
- `mcpm profile add <name>` — Add a new profile
- `mcpm profile remove <name>` — Remove a profile

## Usage Examples
- "Search for available MCP servers"
- "Install a specific MCP server"
- "Start MCP Router for remote sharing"
- "Manage MCP profiles"

## Installation

```bash
curl -sSL https://mcpm.sh/install | bash
```

## Examples

```bash
# Check version
mcpm --version

# Search for servers
mcpm search anthropic

# Install a package
mcpm install @modelcontextprotocol/server-anthropic

# Start router
mcpm router start --port 8080

# List profiles
mcpm profile list

# Add profile
mcpm profile add dev

# Remove profile
mcpm profile remove dev
```

## Key Features
- Cross-platform MCP package manager
- Search registry of MCP servers
- Router for remote server sharing
- Profile management for different configurations
- Works on Linux, macOS, and Windows (WSL)

