Back to Browse

Rustypaste MCP Server

Developer ToolsModerate7.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

An MCP server that wraps the rustypaste API

About

An MCP server that wraps the rustypaste API

Security Report

7.9
Moderate7.9Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 1 code issue detected. 2 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.

12 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

The URL of the rustypaste serverOptional

Environment variable: RUSTYPASTE_URL

The authentication token for the rustypaste serverRequired

Environment variable: RUSTYPASTE_AUTH_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rukh-debug-rustypaste-mcp": {
      "env": {
        "RUSTYPASTE_URL": "your-rustypaste-url-here",
        "RUSTYPASTE_AUTH_TOKEN": "your-rustypaste-auth-token-here"
      },
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Be the first to review this server!