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 💡

apify/rag-web-browser
A web browser for AI agents and RAG pipelines that queries Google Search, scrapes web pages, and returns content as Markdown for LLM processing, supporting Model Context Protocol (MCP) via SSE.
cbi-mcp-server
Provides an interface for developers to interact with CB Insights ChatCBI LLM through AI Agents.
@roychri/mcp-server-asana
This Model Context Protocol server implementation of Asana allows you to talk to Asana API from MCP Client such as Anthropic's Claude Desktop Application, and many more.
hello-world
A simple FastMCP-based 'Hello World' MCP server demonstrating tools, resources, and prompts.
BCusack/sharepoint-mcp
A Model Context Protocol server for accessing organizational SharePoint resources via Microsoft Graph API.
DocNR/repo-explorer
A powerful MCP server for exploring, searching, and analyzing Git repositories with advanced caching and Claude AI integration.