···2233a claude code plugin for building AT Protocol applications.
4455+## requirements
66+77+[uv](https://docs.astral.sh/uv/) must be installed — two of the bundled MCP servers run via `uvx`.
88+99+```bash
1010+# macOS / linux
1111+curl -LsSf https://astral.sh/uv/install.sh | sh
1212+1313+# or homebrew
1414+brew install uv
1515+```
1616+517## install
618719```bash
···921/plugin install protopack
1022```
11231212-that's it. no cloning, no setup. the bundled MCP servers run via `uvx` automatically.
1313-1424## what's included
15251626### skills
···26362737### bundled MCP servers
28382929-| server | what it does | install method |
3030-|--------|-------------|----------------|
3131-| [pdsx](https://github.com/zzstoatzz/pdsx) | AT Protocol record CRUD (list, get, create, update, delete) | `uvx` from PyPI |
3232-| [atproto-mcp](https://github.com/ashex/atproto-mcp) | searchable atproto docs, lexicon schemas, cookbook examples | `uvx` from PyPI |
3939+| server | what it does | transport |
4040+|--------|-------------|-----------|
4141+| [pdsx](https://github.com/zzstoatzz/pdsx) | AT Protocol record CRUD (list, get, create, update, delete) | `uvx` (PyPI) |
4242+| [atproto-mcp](https://github.com/ashex/atproto-mcp) | searchable atproto docs, lexicon schemas, cookbook examples | `uvx` (PyPI) |
3343| [pub-search](https://pub-search.waow.tech) | search published writing across atmosphere platforms | hosted HTTP |
34443545### microcosm services
3636-3737-all unauthenticated and free to use.
38463947| service | url | purpose |
4048|---------|-----|---------|