Official MCP server — stdio + remote HTTP
UploadKit is now AI-native. Claude Code, Cursor, Windsurf, Zed, ChatGPT, and Claude.ai can generate UploadKit code with first-class knowledge of every component, scaffold, and docs page — no more hallucinated props or outdated snippets.
Two transports, one surface
- stdio — install in any MCP-aware IDE with
npx -y @uploadkitdev/mcp. Runs locally, zero latency, works offline. - Remote Streamable HTTP —
https://api.uploadkit.dev/api/v1/mcp, stateless, public read-only, CORS-open. Paste into ChatGPT custom connectors or Claude.ai web.
11 tools, 88+ docs pages indexed
- Component discovery —
list_components, get_component, search_components - Scaffolding —
scaffold_route_handler, scaffold_provider, get_install_command - BYOS setup —
get_byos_config for S3, R2, GCS, Backblaze B2 - Full docs search —
search_docs, get_doc, list_docs (88+ pages indexed at build time) - Onboarding —
get_quickstart end-to-end Next.js setup
Published everywhere
- npm —
@uploadkitdev/mcp - Official MCP Registry —
io.github.drumst0ck/uploadkit - Glama — AAA score (security, license, quality)
Full guide
See docs.uploadkit.dev/docs/guides/mcp for setup instructions for every editor, curl smoke tests, Docker self-host, and the full tool reference.