Ilo
БесплатноНе проверенA local-first MCP server for social publishing on X (Twitter), enabling draft management, scheduling, and posting via CLI or AI agents.
Описание
A local-first MCP server for social publishing on X (Twitter), enabling draft management, scheduling, and posting via CLI or AI agents.
README
Agent-first X performance monitoring, drafting, scheduling, and publishing.
Give your agent the public posts and performance data you care about, find the patterns worth repeating, then draft and publish through ilo's CLI, local MCP server, agent skill, or TypeScript package.
Install
npm i -g iloso
ilo start
Create an X developer app with OAuth 2.0 read and write access, then register this callback:
http://127.0.0.1:8976/callback
ilo start opens the browser flow and stores OAuth tokens in your operating system keychain.
Use the CLI
ilo post --text "Hello from ilo"
ilo drafts create --text "Post this tomorrow"
ilo drafts list
ilo drafts schedule <draft-id> --at "tomorrow at 9am"
ilo scheduler watch
Publishing asks for confirmation. Scripts can pass --yes after getting approval elsewhere.
Add local MCP
claude mcp add ilo -- iloso mcp serve
codex mcp add ilo -- iloso mcp serve
Config-based clients can use:
{
"mcpServers": {
"ilo": {
"command": "iloso",
"args": ["mcp", "serve"]
}
}
}
The MCP server uses the same local database and keychain credentials as the CLI. Publishing tools require confirm: true.
Install the packaged agent skill with ilo skill install.
Use the TypeScript package
Install iloso in a Node 22 or newer project to call the same core functions directly:
npm install iloso
import { createDraft, scheduleDraft } from 'iloso'
const draft = createDraft('A post to review')
await scheduleDraft(draft.id, 'tomorrow at 9am')
Repository
packages/core: local config, keychain, SQLite, scheduling, and provider logicpackages/cli: theiloandilosocommandspackages/mcp: the local stdio MCP tools
Develop
pnpm install
pnpm lint
pnpm typecheck
pnpm test
pnpm build
Roadmap
X publishing and scheduling are first. Bluesky and LinkedIn are the next provider targets. Local imports and automated performance reports come next.
License and support
MIT licensed. If ilo saves you time, sponsor the project.
Установка Ilo
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/iannuttall/iloFAQ
Ilo MCP бесплатный?
Да, Ilo MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ilo?
Нет, Ilo работает без API-ключей и переменных окружения.
Ilo — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ilo в Claude Desktop, Claude Code или Cursor?
Открой Ilo на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ilo with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
