Crossref MCP ServerServer

botanicastudios
GitHub
Academic PublishingAPI IntegrationResearch

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that allows users to interact with the Crossref API for searching academic publications by title, author, or DOI and returns structured metadata about academic works.

📝 JSON Entries

{
  "mcpServers": [
    {
      "crossref": {
        "args": [
          "-y",
          "@botanicastudios/crossref-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

npx

Features

  • Search works by title
  • Search works by author
  • Retrieve work details by DOI

💬 Example Queries

  • Search for works containing 'quantum computing' in the title
  • Search for works by 'Einstein'
  • Get work with DOI '10.1088/1742-6596/1398/1/012023'