
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@uploadkitdev/mcp
Advanced tools
Model Context Protocol server for UploadKit — gives AI coding assistants (Claude Code, Cursor, Windsurf) full knowledge of the UploadKit SDK, its 40+ components, route handlers, and BYOS setup.
Model Context Protocol server for UploadKit — gives AI coding assistants (Claude Code, Cursor, Windsurf, Zed) first-class knowledge of the UploadKit SDK.
Your AI now knows:
<UploadKitProvider> into the root layoutNo config. No API key. Runs local via npx.
For clients that cannot spawn npx (ChatGPT custom connectors, Claude.ai web, Smithery), UploadKit also exposes a Streamable HTTP endpoint:
https://api.uploadkit.dev/api/v1/mcp
Same 11-tool surface, read-only, no auth. Full setup: https://docs.uploadkit.dev/docs/guides/mcp#remote-mcp
Add this to your MCP client config.
{
"mcpServers": {
"uploadkit": {
"command": "npx",
"args": ["-y", "@uploadkitdev/mcp"]
}
}
}
…or run: claude mcp add uploadkit -- npx -y @uploadkitdev/mcp
Settings → Features → Model Context Protocol → Add new MCP server:
Name: uploadkit
Command: npx -y @uploadkitdev/mcp
Follow your editor's MCP docs. Command is always npx -y @uploadkitdev/mcp.
| Tool | What it does |
|---|---|
list_components | List all UploadKit components, filterable by category |
get_component | Full metadata + usage example for one component |
search_components | Keyword search across names, descriptions, inspirations |
get_install_command | Returns the right install command for your package manager |
scaffold_route_handler | Generates app/api/uploadkit/[...uploadkit]/route.ts |
scaffold_provider | Snippet to wire <UploadKitProvider> into layout.tsx |
get_byos_config | Env + handler for S3 / R2 / GCS / B2 |
get_quickstart | End-to-end Next.js quickstart |
uploadkit://catalog — JSON of every componentuploadkit://quickstart — Next.js setup walkthrough"Add an Apple-style animated dropzone to this page."
"Set up UploadKit with Cloudflare R2 BYOS mode."
"What's the difference between
UploadProgressRadialandUploadProgressOrbit?"
"Create a route handler that accepts up to 4 images of 8MB each."
MIT
FAQs
Model Context Protocol server for UploadKit — gives AI coding assistants (Claude Code, Cursor, Windsurf) full knowledge of the UploadKit SDK, its 40+ components, route handlers, and BYOS setup.
The npm package @uploadkitdev/mcp receives a total of 50 weekly downloads. As such, @uploadkitdev/mcp popularity was classified as not popular.
We found that @uploadkitdev/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.