Academic Research MCP Suite
Integrates with Gemini CLI and Google Antigravity IDE for executing research workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Academic Research MCP SuiteAnalyze my survey data and generate a research report."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Academic Research MCP Suite
Academic Research MCP Suite is a set of six specialized Model Context Protocol (MCP) servers that automate the full academic research pipeline — from refining a vague research question to generating a publication-ready report. Each server handles a distinct stage of the workflow: question development, data processing, code generation, script execution, and report writing, with an orchestrator that coordinates the entire sequence. The suite integrates with all major AI clients (Claude Desktop, Claude Code, Cursor, Gemini CLI, Kiro CLI, and Google's Antigravity IDE) and is designed to be installed once and used everywhere.
The 6 Servers
Binary | Role |
| Coordinates the full pipeline end-to-end |
| Refines research questions into testable hypotheses |
| Cleans and prepares datasets |
| Generates statistical analysis scripts (Python, R, JS) |
| Runs analysis scripts and captures output |
| Composes structured academic reports (APA / ASA / generic) |
Related MCP server: Alexandria2
Step 1 — Install
npm install -g academic-research-mcp-suiteRequires Node.js 18+.
Step 2 — Verify the installation
academic-mcp-doctorThis checks that all 6 server binaries are on your PATH, completes the MCP handshake with each one, and confirms their tools are exposed. You should see 6/6 servers healthy.
Step 3 — Configure your AI clients
academic-mcp-configureThis generates the correct MCP config for every supported client automatically:
Client | Config file |
Kiro CLI |
|
Claude Code |
|
Claude Desktop |
|
Cursor |
|
Gemini CLI |
|
Antigravity (Google IDE) |
|
The command merges safely — it will not overwrite other MCP servers you already have configured.
Restart Claude Desktop and Cursor after running this command.
Step 4 — Use it
Once configured, talk to any supported AI client naturally:
"Use the research orchestrator to run a complete study on remote work
and employee productivity using my survey data at ./data/survey.csv"Or use individual servers for specific tasks:
"Refine my research question: does social media usage affect academic performance?"
"Process my dataset and prepare it for statistical analysis"
"Generate Python code for a regression analysis"
"Execute my analysis scripts and capture the results"
"Write a research report from my analysis results"The writer server accepts an optional style parameter ("generic", "apa", or "asa") and a references array. Pass style: "asa" for sociology papers (front-loaded theory sections, ASA heading labels) or style: "apa" for quantitative/psych conventions. Any references you supply are rendered as a numbered list; bare "Firstname Lastname" entries are automatically flipped to "Lastname, Firstname." format.
Workflow
Research Idea
→ Initiator (refine question + hypotheses)
→ Processor (clean data)
→ Generator (write analysis code)
→ Executor (run scripts)
→ Writer (compose report)
→ Publication-ready outputThe Orchestrator can run this entire sequence in a single prompt.
Manual client configuration
If you prefer to configure clients manually instead of using academic-mcp-configure, add this block to your client's MCP config file:
{
"mcpServers": {
"academic-research-orchestrator": { "command": "academic-research-orchestrator" },
"academic-research-initiator": { "command": "academic-research-initiator" },
"academic-data-processor": { "command": "academic-data-processor" },
"academic-code-generator": { "command": "academic-code-generator" },
"academic-code-executor": { "command": "academic-code-executor" },
"academic-research-writer": { "command": "academic-research-writer" }
}
}Development
git clone https://github.com/sercantas/Academic-Research-MCP-Suite.git
cd Academic-Research-MCP-Suite
npm install
npm run build
npm testRequirements
Node.js 18+
One or more supported AI clients (see Step 3)
Python or R (optional — only needed if you use the code executor with those languages)
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sercantas/Academic-Research-MCP-Suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server