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 💡
iflytek/ifly-workflow-mcp-server
This a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
AgentMode
AgentMode is an enterprise-ready platform that provides a unified MCP server to connect AI coding assistants to various development tools, offering features like codebase search, issue identification, and fix testing.
@sokyran/location-mcp-server
An MCP server that provides location data from a local macOS app
vibe-check-mcp-server
The definitive Vibe Coder's sanity check MCP server: Prevent cascading errors in AI workflows by implementing strategic pattern interrupts. Uses tool call "Vibe Check" with LearnLM 2.0 Flash, fine-tuned for pedagogy and metacognition to enhance complex workflow strategy, and prevents tunnel vision errors.
wordpress-mcp
A WordPress plugin that implements the Model Context Protocol (MCP) to expose WordPress functionality to AI models and agents.
MCP-timeserver
A simple MCP server that exposes datetime information to agentic systems and chat REPLs