@facultiai/mcp-server
v1.0.7
Published
Faculti MCP Server — search academic videos, research contributions, papers, and experts from faculti.net
Maintainers
Readme
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
| Tool | Description |
|------|-------------|
| search_videos | Search expert academic video interviews |
| search_papers | Search academic papers by topic, year, citations |
| search_contributions | Search specific research claims and findings from experts |
| search_indicators | Search economic/social data indicators |
| list_categories | List all content categories |
| list_institutions | List or search universities and research institutions |
Quick Start
cd mcp-server
npm install
npm run buildConfiguration
Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| FACULTI_BASE_URL | https://faculti.net | Base 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 versionLicense
MIT
