Get citation data from CiteAs and Google Scholar
Project description
CiteAssist MCP server
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 CiteAsresource(string, required): DOI, URL, keyword
get_scholar_data- Retrieve BibTeX-formatted citations from the Google Scholarquery(string, required): Search queryresults(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:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/ directory.
- Publish to PyPI:
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--tokenorUV_PUBLISH_TOKEN - Or username/password:
--username/UV_PUBLISH_USERNAMEand--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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
135219b12574164058358ac25ca077b206e2588dcfac0f1e4ca788d667ab634c
|
|
| MD5 |
2982009755876295f00005e43ea3e925
|
|
| BLAKE2b-256 |
33c7890343c6c0037c5a309fffa7aba7fc5219acf9fd2afaf30387c00f74ca0e
|
File details
Details for the file reference_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reference_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7211aca56c6dc1a83a6b964c64d98c7899b44ff369941eb2a8a6256d2fde74bd
|
|
| MD5 |
b77744ee6497158c06eac73f83ae22c1
|
|
| BLAKE2b-256 |
02b65d518ac56769b99b87ae83bf0a706c9feef179e7a584336af6577f597be2
|