Back to MCP Servers

Uploadkit

Official MCP server for [UploadKit](https://uploadkit.dev). Gives AI assistants first-class knowledge of 40+ React upload components, Next.js route handler scaffolds, BYOS setup (S3/R2/GCS/B2), and full-text search across 88+ docs pages. Runs locally via `npx -y @uploadkitdev/mc…

developer-toolsreactai

Installation

npx -y @uploadkitdev/mcp

Configuration

{
  "mcpServers": {
    "uploadkit": {
      "command": "npx",
      "args": ["-y", "uploadkit"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub