Описание
MCP Server as IRC Client in Typescript. npx mcp-irc
README
MCP Server as IRC Client in Typescript. Allows an MCP client to talk to the world via IRC.
Launching the MCP server and IRC Client
npx mcp-irc --url irc.libera.chat --port 6697 --mcpPort 3000 --nick mc --randomize-nick-suffix -n 1000
Given no args, it connects to an IRC server at ircs://irc.libera.chat:6697/ and serves an MCP server at port 3000.
Using the MCP server
Tools
getMessages()- Gets a JSON stringified list of the lastn(default 100) messages in the form{ from: from, to: to, message: message, time: Date.now() }sendRaw(command, arg1[, arg2])- sends a raw command to the serverchannels()- returns the currently joined channels in the following schema:
{
[key: string] : {
"users" : {
[key: string] : ""
},
...
}
}[]
Commonly used cases of sendRaw have been given their own utility functions:
join(channel)- joins a channelpart(channel)- leaves a channelprivmsg(target, message)- sends a messages to a channel or a DM to a user
Установка Irc Ts
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/tbarron-xyz/mcp-irc-tsFAQ
Irc Ts MCP бесплатный?
Да, Irc Ts MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Irc Ts?
Нет, Irc Ts работает без API-ключей и переменных окружения.
Irc Ts — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Irc Ts в Claude Desktop, Claude Code или Cursor?
Открой Irc Ts на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Irc Ts with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
