mcpbeat Sign in

Brainfaq MCP Server

by labarilem Your server? Claim it
local only

Brainfaq MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 30 Jan 2026.

MCP server for the BrainFuck programming language

Installs per day peak 14 · avg 6 · -48% w/w
a month agotoday
28
Installs / week
npm · brainfaq-mcp
0
Stars
0 open issues
30 Jan 2026
Last commit
0 releases in 90 days
CC-BY-SA-4.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Brainfaq 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 brainfaq-mcp -- npx -y brainfaq-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brainfaq-mcp": {
      "args": [
        "-y",
        "brainfaq-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brainfaq-mcp]
command = "npx"
args = ["-y", "brainfaq-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brainfaq-mcp": {
      "args": [
        "-y",
        "brainfaq-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brainfaq-mcp": {
      "args": [
        "-y",
        "brainfaq-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Brainfaq MCP

same job, measured the same way
CICADA
by wende

Code intelligence MCP server for 17+ programming languages.

265 installs/wk local only
Tech Debt MCP
by pierrejanineh

MCP Server for analyzing technical debt across multiple programming languages

65 installs/wk local only
Code Runner
by formulahendry

Code Runner MCP Server which can run code in various programming languages.

1 601 installs/wk local only
Omni Nli
by cogitatortech

An MCP server for natural language inference

143 installs/wk local only
I
BlogCaster MCP
by bamacharanchhandogi

An MCP server for the BlogCaster project.

44 installs/wk 7 tools answering
The MCP server for GoReleaser
by goreleaser

GoReleaser MCP server

75 installs/wk local only
Solana
by expertvagabond

Solana MCP server for wallet, transactions & programs

54 installs/wk local only
Get Joke
by hamzaaamin

Minimal MCP server that returns a random programming joke.

36 installs/wk local only

Brainfaq MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Brainfaq MCP?
Brainfaq 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 brainfaq-mcp was installed 28 times last week.
How do I connect Brainfaq 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 brainfaq-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Brainfaq MCP?
The npm package brainfaq-mcp was installed 28 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brainfaq MCP open source?
No, and the distinction matters: its licence is declared as CC-BY-SA-4.0. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.