Skip to main content
Glama

cite-mcp

by ndchikin

CiteAssist MCP server

A Model Context Protocol server that provides BibTeX-formatted citation data from CiteAs and Google Scholar. Enhance your research workflow by integrating citation retrieval directly into your applications.

Components

Tools

  • get_citeas_data - Retrieve BibTeX-formatted citation for the specified resource from the CiteAs
    • resource (string, required): DOI, URL, keyword
  • get_scholar_data - Retrieve BibTeX-formatted citations from the Google Scholar
    • query (string, required): Search query
    • results (integer, optional): Number of results (default: 2)

Quickstart

Install

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

On Windows: %APPDATA%/Claude/claude_desktop_config.json

Development/Unpublished Servers Configuration:

"mcpServers": { "reference-mcp": { "command": "uv", "args": [ "--directory", "/path/to/project/dir", "run", "reference-mcp" ] } }

Published Servers Configuration:

"mcpServers": { "reference-mcp": { "command": "uvx", "args": [ "reference-mcp" ] } }

Installing via Smithery

To install reference-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @ndchikin/reference-mcp --client claude

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory /path/to/project/dir run reference-mcp

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Retrieve citation data effortlessly from CiteAs and Google Scholar. Get BibTeX-formatted citations for your resources with just a few commands. Enhance your research workflow by integrating citation retrieval directly into your applications.

  1. Components
    1. Tools
  2. Quickstart
    1. Install
    2. Installing via Smithery
  3. Development
    1. Building and Publishing
    2. Debugging

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Enables real-time search and retrieval of academic paper information from multiple sources, providing access to paper metadata, abstracts, and full-text content when available, with structured data responses for integration with AI models that support tool/function calling.
    Last updated -
    3
    58
    Python
    AGPL 3.0
  • -
    security
    F
    license
    -
    quality
    Enables search and retrieval of academic papers from PubMed database with advanced features like MeSH term lookup, publication statistics, and PICO-based evidence search.
    Last updated -
    5
    Python
    • Apple
  • -
    security
    F
    license
    -
    quality
    Provides tools for accessing the Semantic Scholar API to search papers, retrieve paper and author details, and fetch citations and references through the Model Context Protocol.
    Last updated -
    23
    Python
    • Apple
    • Linux

View all related MCP servers

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/ndchikin/reference-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server