Tsukutta
AI/Search with AI
AI/Search with AIGuide
Log inShare appShare
Tsukutta
Log inGuideFree Browser GamesStats & dataIdea BoardFor developersWhat's newContact UsSurveyTerms of ServicePrivacy PolicyCommercial transactions disclosure
© 2026 Tsukutta.
HomeSearchArticlesDevsSaved

Tsukutta MCP Server

Just tell your AI
"share this."

No deployment. No app store review. Build it, share it instantly.

you

Share this project on Tsukutta

ai

Project analyzed.

Found 2 API keys. Want me to remove them?

you

Yes

ai

Removed. Uploading now...

Published! → https://tsukutta.app/apps/xxxx

No deployment.
No app store review.

Upload your source code as-is. Or just paste a URL. Web, iOS, Android — share anything.

Sensitive info?
AI helps you check.

AI detects API keys and personal data, then asks before removing them. You stay in control.

Recipients can
run it with AI too.

Setup instructions are auto-generated, so whoever downloads your app just tells their AI "run this."

Get started

01

Add the MCP server

Tell Claude Code:

"Add the Tsukutta MCP server"

Command: claude mcp add tsukutta -- npx -y tsukutta-mcp-server

For Cursor / Claude Desktop

Create .cursor/mcp.json in your project:

{
  "mcpServers": {
    "tsukutta": {
      "command": "npx",
      "args": ["-y", "tsukutta-mcp-server"]
    }
  }
}
If it says Node.js is required

Install Node.js (v18 or later).

02

Create an account

Create a free account

Skip if you already have one.

03

Set your API token

Generate a token on your My Page and set it as an environment variable.

# Mac/Linux
export TSUKUTTA_API_TOKEN=tsk_your_token

# Windows (PowerShell)
$env:TSUKUTTA_API_TOKEN="tsk_your_token"
04

Say "share this"

"Share this project on Tsukutta"

FAQ

Can I share any kind of app?

Web apps, iOS apps, Android apps, games, tools — anything goes.

Are secrets really removed?

AI shows you what it found and asks for confirmation before removing anything. You can also say "analyze first" to review before uploading.

Are my original files modified?

No. Only the upload copy is changed — your local files stay untouched.

Can I share with just a URL?

Yes. Just say "Share this, the URL is https://...".

How do I update an app I already shared?

Version updates through MCP have been retired. To change an existing app, use Edit on the app's detail page. If you rebuilt it, just say "share this to Tsukutta" again.

Need help?

Reach out via our Contact page.