An MCP server that wraps the rustypaste API
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RUSTYPASTE_URL
Environment variable: RUSTYPASTE_AUTH_TOKEN
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"
}
}
}From the project's GitHub README.
An MCP server that wraps the rustypaste API.
| 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 |
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>"
}
}
}
}
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.