Skip to main content

Get citation data from CiteAs and Google Scholar

Project description

CiteAssist MCP server

smithery badge

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reference_mcp-0.1.1.tar.gz (39.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reference_mcp-0.1.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file reference_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: reference_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for reference_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f1ecf34ef52343014f37ce19c28d9893e677479576df274b0acbb3104d78915d
MD5 95a59ae2d19f963a062c1dd4c25b334c
BLAKE2b-256 f7528b55f046e729b02bebf8a3bd9e6867a60f634aa5dcb0eff110d27fe77e54

See more details on using hashes here.

File details

Details for the file reference_mcp-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for reference_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cc2c1437c5bc08d7b61b20a81ebe38f53cdda459d66f1e9d076f283cbc9a475b
MD5 6cc6a407e545360c3385662c36dcc463
BLAKE2b-256 a6c0d2afeb50e6d7933edc77b9b2925947c8e57f3e5e3d7b4919f450a4447b77

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page