arxiv_mcp
Description
arxiv_mcp is an MCP (Metadata and Content Processing) service designed for searching and interpreting academic papers, particularly from arXiv.
Installation
- Clone the repository:
git clone https://github.com/your-username/arxiv_mcp.git - Navigate to the project directory:
cd arxiv_mcp - Install the required dependencies:
pip install -r requirements.txt
Usage
To test run the service, use the following command:
mcp dev server.py
Configuration
Ensure the cline_mcp_settings.json file is properly configured. Example:
{
"mcpServers": {
"arxiv-server": {
"disabled": false,
"timeout": 60,
"command": "/path/to/mcp",
"args": [
"run",
"/path/to/server.py"
],
"env": {
"PATH": "/path/to/env/bin:${env:PATH}"
},
"transportType": "stdio"
}
}
}
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name - Commit your changes:
git commit -m "Add feature-name" - Push to your branch:
git push origin feature-name - Open a pull request.
License
[Specify the license, e.g., "This project is licensed under the MIT License. See the LICENSE file for details."]
Recommend MCP Servers 💡
prashalruchiranga/arxiv-mcp-server
An MCP server that enables natural language interaction with the arXiv API to retrieve scholarly article metadata, download PDFs, search the database, and load articles into LLM context.
mcp-replicate
A Model Context Protocol (MCP) server implementation that allows running Replicate AI models through a simple tool-based interface, enabling features like model search, prediction creation, and image handling.
biblegateway-votd
An MCP server for the BibleGateway Verse of the Day, providing daily verses without requiring an API key.
ebook-mcp
A Model Context Protocol (MCP) server designed for processing mainstream eBook formats like EPUB and PDF, enabling natural language interactions with digital books through LLMs for smart library management, interactive reading, and active learning.
tempo-mcp-server
A Go-based MCP server integrating with Grafana Tempo to allow AI assistants to query and analyze distributed tracing data.
gds-agent
An MCP Server that integrates with the Neo4j Graph Data Science (GDS) library, enabling LLMs to perform complex graph reasoning and execute graph algorithms on Neo4j databases.