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
By drumst0ck
Installation
npx -y @uploadkitdev/mcpConfiguration
{
"mcpServers": {
"uploadkit": {
"command": "npx",
"args": ["-y", "uploadkit"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes