mcp upload for Cursor
sh.objekt/mcp-upload
Public file storage for AI agents. Upload files and get a permalink back.
client:Cursor
transport:stdio
runtime:npm
Install mcp upload in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-upload": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@objekt.sh/mcp-upload"
],
"env": {
"OBJEKT_API_KEY": "<OBJEKT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs