Back to the catalog

io.github.rukh-debug/rustypaste-mcp

An MCP server that wraps the rustypaste API

Open source Open in the app JSON README (API)

About

An MCP server that wraps the rustypaste API

Details

Kind
MCP servers
Topic
No topic detected
Publisher
rukh-debug
Origin
official
Category
ferramentas
Transport
local
Version
1.0.3
Last push
2026-03-06T03:44:16Z
Repository state
ativo
Language
TypeScript
Added
2026-08-29 04:01:19
Updated
2026-08-29 04:01:19
Origin id
io.github.rukh-debug/rustypaste-mcp

README

# rustypaste-mcp-server

An MCP server that wraps the [rustypaste](https://github.com/orhun/rustypaste) API.

## Tools

| Tool | Description |
|------|-------------|
| `rustypaste_paste_text` | Upload text content and get a shareable URL |
| `rustypaste_upload_file` | Upload a local file by path |
| `rustypaste_upload_file_with_expiry` | Upload a file with auto-deletion after a duration |
| `rustypaste_oneshot_file` | Upload a file as a single-view link |
| `rustypaste_oneshot_url` | Create a single-use URL redirect |
| `rustypaste_shorten_url` | Shorten a long URL |
| `rustypaste_upload_remote` | Fetch a remote URL and host it on rustypaste |

## Setup

Add the following to your MCP client configuration (e.g., `~/.config/claude/claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "rustypaste": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "env": {
        "RUSTYPASTE_URL": "https://paste.example.com",
        "RUSTYPASTE_AUTH_TOKEN": "<your-token-here>"
      }
    }
  }
}
```

## License

MIT

More