Core_ac_uk Academic Articles
About
This project provides a lightweight Machine Communication Protocol (MCP) server that wraps key functionalities of the CORE.ac.uk API. It enables local programmatic access to academic content, allowing you to search works by keyword or download full metadata for individual researc
Details
- Author
- chkunkel
- Downloads
- 150
- Categories
- Other
Jump to
- Search academic works by keyword
- Download full metadata for individual papers
- Local programmatic access via MCP
- Lightweight wrapper over the CORE.ac.uk API
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Core_ac_uk Academic ArticlesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and run the MCP server. Once running, you can send requests to search works by keyword or download the full metadata for a specific research paper. Configuration details (e.g., API keys) are not specified in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"core_ac_uk academic articles": {
"core_ac_uk_server": {
"command": "uv",
"args": [
"run",
"C:\\Users\\F22KunChr\\OneDrive - FGroup\\Documents\\git\\mcp_test\\core_mcp_server_local.py"
],
"env": [],
"working_directory": null,
"start_on_launch": true
}
}
}
}
McpServers
{
"core_ac_uk_server": {
"command": "uv",
"args": [
"run",
"C:\\Users\\F22KunChr\\OneDrive - FGroup\\Documents\\git\\mcp_test\\core_mcp_server_local.py"
],
"env": [],
"working_directory": null,
"start_on_launch": true
}
}
This project provides a lightweight Machine Communication Protocol (MCP) server that wraps key functionalities of the CORE.ac.uk API. It enables local programmatic access to academic content, allowing you to search works by keyword or download full metadata for individual research papers using a simple interface.
Ideal for integrating into applications or development environments that support MCP-based extensions.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



