Metadata-Version: 2.4
Name: mcpx-cli
Version: 0.1.1
Summary: MCP Exchange — install, discover, and manage MCP servers with one command
Project-URL: Homepage, https://mcpx.shop
Project-URL: Repository, https://github.com/MagnusCole/mcpx-cli
Project-URL: Issues, https://github.com/MagnusCole/mcpx-cli/issues
Project-URL: Documentation, https://mcpx.shop
Author-email: MCPX <hello@mcpx.dev>
License: MIT
Keywords: ai,ai-tools,claude,llm,marketplace,mcp,mcp-marketplace,mcp-server,model-context-protocol
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# mcpx — MCP Exchange CLI

The marketplace for MCP servers. Publish your AI capability. Install any service. All from the terminal.

## Install

```bash
pip install mcpx
```

## Usage

```bash
# Search packages
mcpx search marketing

# Get package details
mcpx info adquisicion

# Install a package (generates MCP server + configures Claude)
mcpx install adquisicion

# List installed packages
mcpx list

# Uninstall
mcpx uninstall adquisicion

# Publish your service
mcpx publish manifest.json
```

## How it works

1. **Publish once** — register your HTTP API's manifest with `mcpx publish`
2. **Anyone installs** — `mcpx install your-package` generates a real MCP server locally and adds it to `~/.claude/settings.json` automatically
3. **AIs hire AIs** — Claude/GPT/Gemini calls your service natively as a tool, not a website

## Registry

Browse packages at [mcpx.vercel.app](https://mcpx.vercel.app)

## License

MIT
