ColabAI MCP Server
Queries arXiv to verify paper existence and retrieve metadata for academic citations.
Searches and verifies computer science publications through dblp, providing bibliographic metadata and citation formatting.
Searches Semantic Scholar for academic papers, including abstracts, citation counts, and links.
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., "@ColabAI MCP ServerVerify this reference is real: 'Attention is All You Need' by Vaswani et al."
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.
ColabAI MCP Server 🎓⚡
Model Context Protocol (MCP) Server for ColabAI
Direct academic citation verification, anti-hallucination paper validation, and multi-source academic search for AI agents and LLM tools (Cursor, Claude Desktop, Windsurf, LangChain, OMP).
🌟 Overview
The ColabAI MCP Server exposes the core academic integrity engine of ColabAI directly to AI coding assistants and autonomous research agents.
When your AI generates academic paper citations, literature syntheses, or bibliography entries, it can use this MCP server to:
Verify Paper Existence: Concurrently query Crossref, Semantic Scholar, DBLP, and arXiv to detect AI-hallucinated citations.
Resolve Official Metadata: Retrieve authoritative DOIs, canonical author spellings, published proceedings/journals, and year of publication.
Format Citations: Instantly generate clean, error-free BibTeX (
@inproceedings/@article), APA, and IEEE citations.Search Academic Databases: Search across 200M+ scientific publications directly through tool calls.
Related MCP server: CiteNexus MCP
🛠️ Available MCP Tools
1. verify_citation
Checks if a paper actually exists in peer-reviewed scientific literature.
Inputs:
title(required),authors(optional),year(optional),doi(optional).Returns: Verification status (
verified|partial_match|suspected_hallucination), confidence score (0–100%), resolved DOI, canonical authors, venue, and full BibTeX entry.
2. search_academic_papers
Searches top academic indexes (Crossref, Semantic Scholar, DBLP, arXiv).
Inputs:
query(required),source(all|crossref|semantic_scholar|dblp|arxiv).Returns: List of matching papers with abstracts, citation counts, and links.
3. format_bibtex
Generates standardized BibTeX, APA, and IEEE citations for any publication.
Inputs:
title,authors,venue,year,doi(optional),url(optional).
🚀 Installation & Setup
Prerequisites
Node.js 18+
npm / yarn / pnpm
# 1. Clone repository
git clone https://github.com/AhmedCoolProjects/colab-ai-mcp.git
cd colab-ai-mcp
# 2. Install dependencies & build
npm install
npm run build⚙️ Configuration in AI Agents & Tools
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"colab-ai": {
"command": "node",
"args": ["/absolute/path/to/colab-ai-mcp/dist/index.js"]
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"colab-ai": {
"command": "node",
"args": ["/absolute/path/to/colab-ai-mcp/dist/index.js"]
}
}
}Running with NPX
npx @colab-ai/mcp👥 Authors & Acknowledgments
Lead: Ahmed Bargady & ColabAI Research Team
Institution: College of Computing, Mohammed VI Polytechnic University (UM6P), Ben Guerir, Morocco.
License: MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access academic citations, fetch metadata, and generate BibTeX entries directly from Google Scholar via MCP tools.1MIT
- AlicenseAqualityAmaintenanceMCP server for scientific grounding: search and discover open-access research papers across arXiv, OpenAlex, Crossref, PubMed, and Semantic Scholar, and retrieve references/citations from paywalled journals via public DOI/abstract metadata.35MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP agents to search academic literature across multiple scholarly engines, explore papers, authors, and references, inspect abstracts and full text, maintain saved paper collections, and export citations, BibTeX, abstracts, or full-text corpora.1Apache 2.0
Related MCP Connectors
Catch AI-fabricated citations (real DOI + fake title). Retraction, open-access, 10,000+ CSL styles.
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/AhmedCoolProjects/colab-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server