loading…
Search for a command to run...
loading…
An MCP server that wraps the rustypaste API, allowing users to upload text, files, and URLs to a rustypaste instance. It supports features such as single-use li
An MCP server that wraps the rustypaste API, allowing users to upload text, files, and URLs to a rustypaste instance. It supports features such as single-use links, file expiration, and URL shortening.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"rustypaste-mcp-server": {
"command": "npx",
"args": []
}
}
}