Back to Browse

Textfiles MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server with clean code, appropriate error handling, and properly scoped permissions. It safely fetches and parses public content from textfiles.com with no authentication requirements (appropriate for a read-only archive), no hardcoded credentials, and no dangerous operations. Minor recommendations around input validation and error handling do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-textfiles-mcp": {
      "args": [
        "-y",
        "textfiles-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

textfiles mcp

MCP server for textfiles.com, the definitive archive of BBS era text files: 1980s/90s zines, phreaking docs, hacker culture, and early net history.

Tools

ToolWhat it does
list_topicsTopic sections (adventure, anarchy, hacking, phreak, magazines, music…)
list_filesFiles + subdirectories inside a section
read_fileRead a text file (latin-1 decoded, it predates UTF-8)

Usage

npm run build && node dist/index.js

Example:

list_topics {}
list_files { dir: "hacking" }
read_file { path: "hacking/22.txt" }

No API, the site is a static tree with its own HTML tables, parsed directly. Read the same DDN bulletins, phreak docs, and underground zines that shaped the early internet.

Reviews

No reviews yet

Be the first to review this server!