Skip to main content
Glama
AhmedCoolProjects

ColabAI MCP Server

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:

  1. Verify Paper Existence: Concurrently query Crossref, Semantic Scholar, DBLP, and arXiv to detect AI-hallucinated citations.

  2. Resolve Official Metadata: Retrieve authoritative DOIs, canonical author spellings, published proceedings/journals, and year of publication.

  3. Format Citations: Instantly generate clean, error-free BibTeX (@inproceedings / @article), APA, and IEEE citations.

  4. 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

F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    3
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    1
    Apache 2.0

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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