Skip to content

hiyenwong/arxiv_mcp

Repository files navigation

arxiv_mcp

Description

arxiv_mcp is an MCP (Metadata and Content Processing) service designed for searching and interpreting academic papers, particularly from arXiv.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/arxiv_mcp.git
  2. Navigate to the project directory:
    cd arxiv_mcp
  3. 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:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push to your branch:
    git push origin feature-name
  5. Open a pull request.

License

[Specify the license, e.g., "This project is licensed under the MIT License. See the LICENSE file for details."]

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages