Loading MCP server directory, please wait...
File uploads for AI agents. Upload, list, and manage files. No signup required.
npx @getmcp/cli add io.github.putput-io-dev/putput-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PUTPUT_TOKENPutPut API token. Get one free without signup: curl -X POST https://putput.io/api/v1/auth/guest | jq .token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.putput-io-dev/putput-mcp": {
"command": "npx",
"args": [
"-y",
"@putput/mcp"
],
"env": {
"PUTPUT_TOKEN": ""
}
}
}
}