Skip to content
VS Code

telnetbbs mcp for VS Code

io.github.mrfentmen/telnetbbs-mcp

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

client:VS Code transport:stdio runtime:npm

Install telnetbbs mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "telnetbbs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "telnetbbs-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

telnetbbs mcp in other clients