Metadata-Version: 2.4
Name: mcp-link
Version: 0.1.0
Summary: The MCP Server Package Manager — install MCP servers in one command for Claude, Cursor & Windsurf
Project-URL: Homepage, https://github.com/sametdlkrn/mcpx
Project-URL: Repository, https://github.com/sametdlkrn/mcpx
Project-URL: Issues, https://github.com/sametdlkrn/mcpx/issues
Author: sametdlkrn
License: MIT
License-File: LICENSE
Keywords: ai,claude,cursor,llm,mcp,model-context-protocol,windsurf
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
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 :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# mcpx — The MCP Server Package Manager

Install MCP servers in one command. No more manual JSON editing.

## Installation

```bash
pip install mcpx
```

## Usage

```bash
mcpx install brave-search
mcpx install github -e GITHUB_PERSONAL_ACCESS_TOKEN=ghp_xxx
mcpx install filesystem --path ~/projects
mcpx list
mcpx search database
mcpx remove brave-search
```

mcpx auto-detects your AI clients (Claude Desktop, Cursor, Windsurf) and updates their config files safely, with a backup before every change.

## Commands

| Command | Description |
|---|---|
| `mcpx install <server>` | Install a server |
| `mcpx remove <server>` | Remove a server |
| `mcpx list` | List installed servers |
| `mcpx search [query]` | Search the registry |
| `mcpx info <server>` | Detailed server info |

## Supported Clients

- Claude Desktop (macOS, Windows, Linux)
- Cursor
- Windsurf

## Available Servers (15+)

brave-search, fetch, puppeteer, filesystem, memory, sqlite, postgres, github, gitlab, git, slack, google-maps, sequential-thinking, time, everart

## Safety

- Backup created before every config change
- No telemetry, no network calls, fully local

## License

MIT
