xi.pe logo xi.pe pastebin service

CLI Usage

### use curl to post any data and receive a short url as the response
### curl works on Linux, macOS, and Windows!

$ echo Something awesome! | curl --data-binary @- https://xi.pe/
https://xi.pe/abcdEf
$ echo Something awesome with long key! | curl --data-binary @- https://xi.pe/?long
https://xi.pe/wZu6D7CiXJNrt9ZnYTYhyt3

### get the data back with a curl GET

$ curl https://xi.pe/abcdEf
Something awesome!

### alias this for convenience

$ alias xipe='curl --data-binary @- https://xi.pe/'
$ echo Something awesome! | xipe
https://xi.pe/efghJK

LLM Usage

### ask an llm to "share that on xi.pe"

### anything that can make http posts (through curl or other)
### needs no install. llms find instructions at:

https://xi.pe/llms.txt

### the mcp server provides xi.pe as native tools. one url, no
### account, no api key:

https://xi.pe/mcp

$ claude mcp add -s user --transport http xipe https://xi.pe/mcp
$ codex mcp add xipe --url https://xi.pe/mcp

Paste that URL into Claude (Settings → Connectors → Add custom connector) or Perplexity (Custom connector → Remote, authentication None), or one-click into Cursor or VS Code. Tools: create, read and delete pastes.
ChatGPT in developer mode takes the URL above. Outside it, ChatGPT rejects any server without search and fetch tools, so add https://xi.pe/mcp/chatgpt instead.