🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rukh-pub/rustypaste-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rukh-pub/rustypaste-mcp

An MCP server that wraps the rustypaste API

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts