mcp-irc-ts
MCP Server as IRC Client in Typescript. npx mcp-irc
Install / Use
claude mcp add tbarron-xyz -- npx -y github:tbarron-xyz/mcp-irc-tsIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubmcp-irc-ts
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
Related Skills
momen-cursurrules-prompt-file
40.6kCursor rules for building custom frontends with Momen.app as headless BaaS with GraphQL API, actionflows, AI agents, and Stripe integration.
semiotic-react-dataviz-cursorrules-prompt-file
40.6kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
Agent-Reach
73.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
68.4k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
