🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@facultiai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@facultiai/mcp-server

Faculti MCP Server — search academic videos, research contributions, papers, and experts from faculti.net

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Faculti MCP Server

A Model Context Protocol (MCP) server that provides AI assistants with access to Faculti's academic research platform — search expert video interviews, academic papers, research contributions, economic indicators, and more.

Tools

ToolDescription
search_videosSearch expert academic video interviews
search_papersSearch academic papers by topic, year, citations
search_contributionsSearch specific research claims and findings from experts
search_indicatorsSearch economic/social data indicators
list_categoriesList all content categories
list_institutionsList or search universities and research institutions

Quick Start

cd mcp-server
npm install
npm run build

Configuration

Environment Variables

VariableDefaultDescription
FACULTI_BASE_URLhttps://faculti.netBase URL for the Faculti API

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "faculti": {
      "command": "npx",
      "args": ["-y", "@facultiai/mcp-server"]
    }
  }
}

Claude Code (CLI)

Add to your project's .mcp.json:

{
  "mcpServers": {
    "faculti": {
      "command": "npx",
      "args": ["-y", "@facultiai/mcp-server"]
    }
  }
}

Cursor

Add to Cursor's MCP settings:

{
  "faculti": {
    "command": "npx",
    "args": ["-y", "@facultiai/mcp-server"]
  }
}

Registry

This server is published to the MCP Server Registry.

Development

npm run dev    # Run with hot-reload via tsx
npm run build  # Compile TypeScript
npm start      # Run compiled version

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts