OMCP Manager MCP Server

OMCP Manager is a package manager for Model Context Protocol (MCP) servers. It provides a simple command-line interface to manage MCP server

Local serverstdioPython

What is the OMCP Manager MCP server?

OMCP Manager is a package manager for Model Context Protocol (MCP) servers. It provides a simple command-line interface to manage MCP server packages, including installation, uninstallation, and configuration. The omcp manager mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.

What it actually does

  • List available MCP server packages
  • Install and uninstall MCP server packages
  • Manage package configurations
  • Support for multiple runtimes (Node.js, Python)
  • Client integration support (Claude, Cursor, etc.)

Its toolset

Everything the assistant can do here goes through one of these:

  • Features — The Features tool exposed by this server
  • Installation — The Installation tool exposed by this server
  • Usage — The Usage tool exposed by this server
  • Development — 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Submit a pull request

Adding it to your client

omcp-manager on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. OMCP Manager's toolset — Features, Installation, Usage and 1 more — is a fair guide to whether it matches your workflow. It is maintained by jinyalong; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the omcp manager mcp server does with a few real requests.

Available tools

ToolWhat it does
FeaturesThe Features tool exposed by this server.
InstallationThe Installation tool exposed by this server.
UsageThe Usage tool exposed by this server.
Development1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Submit a pull request

How to install the OMCP Manager MCP server

{
  "mcpServers": {
    "omcp-jinyalong": {
      "command": "uvx",
      "args": ["omcp-manager"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use OMCP Manager to Features.
  • Use OMCP Manager to Installation.
  • Use OMCP Manager to Usage.

Frequently asked questions

Install from PyPI: `pip install omcp-manager`. Alternatively, clone the repository and install from source.