mcpbeat Sign in

Telnetbbs MCP Server

local only

Telnetbbs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Aug 2026.

Use this MCP server to Telnet BBS Guide, the directory of live retro BBSes you can still dial...

Installs / week
npm · telnetbbs-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Telnetbbs MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add telnetbbs-mcp -- npx -y telnetbbs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telnetbbs-mcp": {
      "args": [
        "-y",
        "telnetbbs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telnetbbs-mcp]
command = "npx"
args = ["-y", "telnetbbs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "telnetbbs-mcp": {
      "args": [
        "-y",
        "telnetbbs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telnetbbs-mcp": {
      "args": [
        "-y",
        "telnetbbs-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Telnetbbs MCP

same job, measured the same way
Textfiles MCP
by mrfentmen

Use this MCP server to textfiles.com, the BBS era archive of zines, phreaking docs, and early...

local only
Anime Filler MCP
by mrfentmen

Use this MCP server to tells you which anime episodes are filler vs canon. Powered by...

local only
Allmcps Server
by jackalope-dev

Search, browse, and submit MCP servers to the AllMCPs.com directory.

40 installs/wk local only
Setlist MCP
by mrfentmen

Use this MCP server to Setlist.fm, concert setlists, songs played live, tour history. Tools...

2 installs/wk local only
I
mcp-catalog
by atomno-mcp

Search MCP servers in the public mcp-catalog.ru directory.

4 tools answering
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
8bitpeoples MCP
by mrfentmen

Use this MCP server to 8bitpeoples, the free chiptune record label, browse the full release...

local only
Oeis MCP
by mrfentmen

Use this MCP server to the OEIS, the encyclopedia of integer sequences. Look up any sequence,...

local only

Telnetbbs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Telnetbbs MCP?
Telnetbbs MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package telnetbbs-mcp.
How do I connect Telnetbbs MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls telnetbbs-mcp straight from npm; nothing to host, nothing to sign up for.
Is Telnetbbs MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.