MCP Hub
Back to servers

rustypaste-mcp

An MCP server that wraps the rustypaste API

Registryglama
Updated
Mar 6, 2026

Quick Install

npx -y @rukh-pub/rustypaste-mcp

rustypaste-mcp-server

An MCP server that wraps the rustypaste API.

Tools

ToolDescription
rustypaste_paste_textUpload text content and get a shareable URL
rustypaste_upload_fileUpload a local file by path
rustypaste_upload_file_with_expiryUpload a file with auto-deletion after a duration
rustypaste_oneshot_fileUpload a file as a single-view link
rustypaste_oneshot_urlCreate a single-use URL redirect
rustypaste_shorten_urlShorten a long URL
rustypaste_upload_remoteFetch 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):

{
  "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

Reviews

No reviews yet

Sign in to write a review