mcpbeat Sign in

Faculti MCP Server

by facultidev42facultidevelopment Your server? Claim it
local only

Faculti runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 14 Mar 2026.

Search academic expert insights, papers and contributions from Faculti

Installs per day peak 19 · avg 6 · +96% w/w
a month agotoday
41
Installs / week
npm · @facultiai/mcp-server
0
Stars
0 open issues
14 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…
Dumps the whole environment src/everything/tools/get-env.ts:28
          text: JSON.stringify(process.env, null, 2),
Long encoded blob in source src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 faculti -- npx -y @facultiai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "faculti": {
      "args": [
        "-y",
        "@facultiai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.faculti]
command = "npx"
args = ["-y", "@facultiai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "faculti": {
      "args": [
        "-y",
        "@facultiai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "faculti": {
      "args": [
        "-y",
        "@facultiai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Faculti

same job, measured the same way
Google Scholar
by johnisanerd

Search Google Scholar for academic papers, citations, and author profiles.

answering
Adamamer20 Paper Search MCP Openai
by smithery

Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

answering
PapersFlow
by papersflow-ai

Academic research MCP server for paper search, citation checks, graphs, and deep research.

answering
Open Food Facts
by domdomegg

Search and contribute to the Open Food Facts database.

47 installs/wk local only
Octocode MCP - AI Context Platform
by bgauryy

AI code research platform. Search, analyze, and extract insights from any GitHub repository.

1 867 installs/wk local only
Academic Research MCP Server
by thenextgennexus

Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge

23 installs/wk local only
Search Papers
by saidiibrahim

An MCP server to search papers from arXiv

24 installs/wk local only
Catalog
by avva

Search Avva for an expert, then connect their model - judgment from real past decisions.

2 tools answering

Faculti — questions

Answers built from our own checks of this server.

Why is there no uptime for Faculti?
Faculti 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 @facultiai/mcp-server was installed 41 times last week.
How do I connect Faculti?
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 @facultiai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Faculti?
The npm package @facultiai/mcp-server was installed 41 times in the last week. Week over week that is +96%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Faculti open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.