Core_ac_uk Academic Articles

by chkunkel

150 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Core_ac_uk Academic Articles
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.