1. DataCite GraphQL Query
Execute GraphQL queries against the DataCite API to access metadata about research outputs, datasets, publications, and their connections.
A Model Context Protocol (MCP) server for querying the DataCite GraphQL API, providing access to rich metadata about research outputs including DOIs, datasets, software, publications, and their connections within the PID Graph.

{
"mcpServers": {
"datacite": {
"command": "npx",
"args": [
"mcp-remote",
"https://datacite-mcp-server.quentincody.workers.dev/sse"
]
}
}
}