Skip to content

Conversation

HzaCode
Copy link

@HzaCode HzaCode commented Oct 12, 2025

Add OneCite MCP server to community servers list

  • Add OneCite to the third-party servers section
  • OneCite provides universal citation management and academic reference toolkit
  • Supports DOI, arXiv, titles, URLs with multiple output formats (BibTeX, APA, MLA)
  • Features 7+ literature types and 10+ academic databases with intelligent metadata completion

Description

This PR adds OneCite MCP server to the community servers list in the README. OneCite is a comprehensive academic citation management tool that integrates with AI assistants through the Model Context Protocol.

Server Details

  • Server: OneCite MCP Server
  • Changes to: README.md - Added OneCite entry to third-party servers section

Motivation and Context

Academic researchers and students need efficient citation management tools that can work seamlessly with AI assistants. OneCite fills this gap by providing:

  • Universal citation generation from multiple sources (DOI, arXiv, titles, URLs)
  • Multiple output formats (BibTeX, APA, MLA)
  • Batch processing capabilities
  • Intelligent metadata completion
  • Integration with 10+ academic databases

This addition makes the MCP ecosystem more valuable for academic users.

How Has This Been Tested?

The OneCite MCP server has been thoroughly tested with:

  • DOI Processing: Nature article (10.1038/nature12373)
  • arXiv Processing: Transformer paper (arXiv:1706.03762)
  • BibTeX Format: Complete metadata output
  • APA Format: Standard academic citation format
  • MLA Format: Modern Language Association format
  • Batch Processing: Multiple sources simultaneously
  • Error Handling: Invalid input processing
  • MCP Integration: Tested with Claude Desktop and Cursor

Breaking Changes

None. This is purely an addition to the community servers list.

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Installation:

pip install onecite

Configuration:

{
  "mcpServers": {
    "onecite": {
      "command": "onecite-mcp"
    }
  }
}

Repository: https://github.com/HzaCode/OneCite
PyPI: https://pypi.org/project/onecite/

- Add OneCite to the third-party servers section
- OneCite provides universal citation management and academic reference toolkit
- Supports DOI, arXiv, titles, URLs with multiple output formats (BibTeX, APA, MLA)
- Features 7+ literature types and 10+ academic databases with intelligent metadata completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant