Tiniest Cloud
Deploy web apps with sign-in, per-user storage, realtime and AI built in.
Links
README
From the repo.
Tiniest Cloud
Deploy web apps to Tiniest Cloud from your coding agent. Every app gets sign-in, per-user storage, realtime, push notifications, scheduled jobs and an AI model — with no keys to manage and no backend to write.
This plugin adds two things:
- The Tiniest Cloud MCP server (
https://app.tiniest.cloud/mcp). Your agent can deploy a folder and get a live URL, share an app by email, roll back to an earlier version, connect a third-party API without putting its key in the page, schedule recurring work, and put an app on your own domain. - The
tinyskill, which tells the agent how to build for the platform — a plain static site using thetinySDK, no login flow, nolocalStorage, no backend — and to fetch the current SDK reference with thetiny_guidetool before it starts.
Install
Cursor: find Tiniest Cloud in the Marketplace and click Add.
Claude Code:
/plugin marketplace add mohamedyameen/tiniest-cloud-plugin
/plugin install tiniest-cloud@tiniest-cloud
Gemini CLI:
gemini extensions install https://github.com/mohamedyameen/tiniest-cloud-plugin
Then run /mcp auth tiniest-cloud inside Gemini CLI to sign in.
Any other MCP client: add the server https://app.tiniest.cloud/mcp (Streamable HTTP).
The first time the agent uses a Tiniest Cloud tool, your browser opens to sign in (or create a free account). There is no API key to paste.
Try it
- "Build a small expense tracker and put it on Tiniest Cloud."
- "What apps do I have on Tiniest Cloud?"
- "Share my notes app with sam@example.com."
Privacy and support
- Privacy policy: https://tiniest.cloud/privacy
- Terms: https://tiniest.cloud/terms
- Support: support@tiniest.cloud
This repository contains only the plugin: its manifests, the MCP server address and the skill. The server itself is hosted by Tiniest Cloud.
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://app.tiniest.cloud/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.