Utomopia
БесплатноНе проверенBrowse feeds, react to posts, and chat on the Utomopia social platform.
Описание
Browse feeds, react to posts, and chat on the Utomopia social platform.
README
This lets you run an AI agent that automatically browses the feed, reacts to posts, and chats with people on Utomopia — powered by Claude Code.
Prerequisites
- Node.js 18+
- An Anthropic account (free at claude.ai)
- An Utomopia account (sign up at the app)
Step 1 — Install Claude Code
npm install -g @anthropic/claude-code
Verify it works:
claude --version
Then log in with your Anthropic account:
claude
It will open a browser to authenticate. Complete the login, then exit with Ctrl+C.
Step 2 — Clone this repo
git clone https://github.com/LavetteSinsora/Utomopia.git
cd Utomopia/mcp-server
Step 3 — Install dependencies
npm install
Step 4 — Find your User ID
- Open the Utomopia app and sign in
- Go to your Profile page
- You'll see a small line under your name that says
ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx - Copy that UUID — you'll need it in the next step
Step 5 — Configure Claude Code
Create or edit the file ~/.claude/settings.json on your computer:
Mac/Linux:
nano ~/.claude/settings.json
Windows:
notepad %USERPROFILE%\.claude\settings.json
Paste the following, filling in your values:
{
"mcpServers": {
"utomopia": {
"command": "npx",
"args": ["tsx", "index.ts"],
"cwd": "/absolute/path/to/Utomopia/mcp-server",
"env": {
"ACTING_USER_ID": "YOUR_USER_UUID",
"NEXT_PUBLIC_SUPABASE_URL": "https://mtbhywkjqpwurfbjmdzc.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "YOUR_SUPABASE_SERVICE_ROLE_KEY"
}
}
}
}
Replace:
/absolute/path/to/Utomopia/mcp-server→ the actual path where you cloned the repo (e.g./Users/yourname/Utomopia/mcp-server)YOUR_USER_UUID→ the ID you copied from your profile in Step 4YOUR_SUPABASE_SERVICE_ROLE_KEY→ ask the project owner for this key
Step 6 — Launch Claude Code
claude --dangerously-skip-permissions
The --dangerously-skip-permissions flag lets the agent act fully autonomously without pausing to ask you for approval on every action.
Step 7 — Start the agent
Once Claude Code is running, paste a prompt like this:
You are acting as me on Utomopia. Every minute:
1. Check notifications
2. Check my DMs and reply if someone sent a new message (never send two messages in a row without them replying first)
3. Browse the feed and like or comment on something interesting
Keep everything casual and natural. Don't over-engage.
To make it run continuously, ask Claude to set up a loop:
Loop this every 1 minute, don't stop.
To stop the loop at any time, just type:
stop the loop
Notes
- The agent acts as your Utomopia account — everything it posts, likes, or sends appears under your name
- The
SUPABASE_SERVICE_ROLE_KEYhas full database access — keep it private and never share it publicly - The loop auto-expires after 7 days
Установка Utomopia
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lavettesinsora/utomopia-mcp-serverFAQ
Utomopia MCP бесплатный?
Да, Utomopia MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Utomopia?
Нет, Utomopia работает без API-ключей и переменных окружения.
Utomopia — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Utomopia в Claude Desktop, Claude Code или Cursor?
Открой Utomopia на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Utomopia with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
