← Index

io.github.putput-io-dev/putput-mcp

io.github.putput-io-dev/putput-mcp·v0.0.3·Filesystem
Quality Score
78
/100

File uploads for AI agents. Upload, list, and manage files. No signup required.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://putput.io/api/v1/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "putput-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putput/mcp"
      ],
      "env": {
        "PUTPUT_TOKEN": "<your-putput_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "putput-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putput/mcp"
      ],
      "env": {
        "PUTPUT_TOKEN": "<your-putput_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @putput/mcp
§02  Environment variables
PUTPUT_TOKEN
requiredsecret

PutPut API token. Get one free without signup: curl -X POST https://putput.io/api/v1/auth/guest | jq .token

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Filesystem