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

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.0.tar.gz (38.3 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.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for reference_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 135219b12574164058358ac25ca077b206e2588dcfac0f1e4ca788d667ab634c
MD5 2982009755876295f00005e43ea3e925
BLAKE2b-256 33c7890343c6c0037c5a309fffa7aba7fc5219acf9fd2afaf30387c00f74ca0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for reference_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7211aca56c6dc1a83a6b964c64d98c7899b44ff369941eb2a8a6256d2fde74bd
MD5 b77744ee6497158c06eac73f83ae22c1
BLAKE2b-256 02b65d518ac56769b99b87ae83bf0a706c9feef179e7a584336af6577f597be2

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