Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rustypaste-mcp-serverupload this code snippet as a single-use link"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rustypaste-mcp-server
An MCP server that wraps the rustypaste API.
Tools
Tool | Description |
| Upload text content and get a shareable URL |
| Upload a local file by path |
| Upload a file with auto-deletion after a duration |
| Upload a file as a single-view link |
| Create a single-use URL redirect |
| Shorten a long URL |
| Fetch 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