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 💡
go-mcp-file-server
A local filesystem MCP server developed based on GoMcp, providing query and file opening APIs, storing file indexes with sqlite3, and supporting UI operations and remote MCP client calls.
rr-mcp
A generic MCP server for extracting .NET interface, OpenAPI, and data (models/entities/enums) information from any .NET solution using PowerShell scripts for AI agents.
mcp-server-gsc
MCP server providing access to Google Search Console analytics data
azure-wiki-search-server
An MCP server that enables AI agents to search and retrieve content from Azure Wiki.
atlan-mcp-server
An MCP server that enables AI agents to interact with Atlan data governance services, providing tools for searching, retrieving, and updating assets and lineage.
MCP-searxng
MCP server for connecting agentic systems to search systems via searXNG