Core_ac_uk Academic Articles
@chkunkel
关于 Core_ac_uk Academic Articles
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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Core_ac_uk Academic Articles?
Core_ac_uk Academic Articles is a lightweight MCP server that wraps key functionalities of the CORE.ac.uk API. It provides local programmatic access to academic content, enabling you to search works by keyword or download full metadata for individual research papers. It is designed for developers integrating academic search into MCP-compatible applications or environments.
How to use Core_ac_uk Academic Articles?
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.
Key features of Core_ac_uk Academic Articles
- Search academic works by keyword
- Download full metadata for individual papers
- Local programmatic access via MCP
- Lightweight wrapper over the CORE.ac.uk API
Use cases of Core_ac_uk Academic Articles
- Integrate academic paper search into an IDE or code editor
- Automate literature review tasks within a development pipeline
- Build a custom research assistant that queries CORE.ac.uk
- Enable rapid retrieval of paper metadata for analysis tools
FAQ from Core_ac_uk Academic Articles
How do I search for works?
Send a query with a keyword to the server, and it will return matching academic works using the CORE.ac.uk API.
Can I download metadata for one specific paper?
Yes, the server supports downloading the full metadata for an individual research paper by its identifier.
What does the server need to run?
The server is lightweight and requires an environment that supports the Model Context Protocol (MCP). No additional runtime dependencies are mentioned.
Is the CORE.ac.uk API accessed directly?
The server acts as a local wrapper, making requests to the CORE.ac.uk API on your behalf.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论