Skip to main content

An MCP (Model Context Protocol) server providing daily-use utility functions and academic paper search capabilities

Project description

All-in-MCP

An MCP (Model Context Protocol) server that provides daily-use utility functions, including academic paper search capabilities.

Features

Daily Utilities

  • Academic Research: IACR ePrint Archive paper search, download, and reading
  • Bibliography Search: CryptoBib database search for cryptography papers
  • Google Scholar: Search academic papers across disciplines with citation data
  • PDF Reading: Read and extract text from local and online PDF files

Paper Search Capabilities

IACR ePrint Archive

  • Search academic papers from IACR ePrint Archive
  • Download PDF files
  • Extract and read text content from papers
  • Metadata extraction (authors, publication dates, abstracts)

CryptoBib Database

  • Search comprehensive cryptography bibliography database
  • Access to thousands of cryptographic research papers
  • Retrieve structured paper metadata or raw BibTeX entries
  • Support for all major cryptography venues and conferences

Google Scholar

  • Search academic papers across multiple disciplines
  • Access to citation counts and publication metadata
  • Broad coverage of academic literature from various sources
  • Year-based filtering for targeted searches

Quick Start

Prerequisites

  • Python 3.12 or higher
  • UV package manager

Installation

Option 1: Install from PyPI (Recommended)

pip install all-in-mcp

Option 2: Install from Source

  1. Clone this repository:

    git clone https://github.com/jiahaoxiang2000/all-in-mcp.git
    cd all-in-mcp
    
  2. Install with UV:

    uv sync
    

Running the Server

After installation, you can run the MCP server directly:

all-in-mcp

Or if you installed from source with UV:

uv run all-in-mcp

Integration with MCP Clients

Add this server to your MCP client configuration. The server runs using stdio transport. See detailed integration guide in docs/INTEGRATION.md.

Example configuration for Claude Desktop:

{
  "mcpServers": {
    "all-in-mcp": {
      "command": "uv",
      "args": ["run", "all-in-mcp"],
      "cwd": "/path/to/all-in-mcp"
    }
  }
}

Development

For development setup and contribution guidelines, see the Development Guide.

Quick Development Setup

# Clone the repository
git clone https://github.com/jiahaoxiang2000/all-in-mcp.git
cd all-in-mcp

# Install with development dependencies
uv sync --extra dev

# Run tests
uv run pytest

# Run linting
uv run ruff check src/
uv run ruff format src/

# Type checking
uv run mypy src/all_in_mcp

Releases

This project uses the existing release helper script for creating releases:

Using the Release Script

Use the release helper script to create a new version:

python scripts/release.py 0.1.2

This script will:

  1. Update the version in pyproject.toml
  2. Create a git commit
  3. Create a git tag
  4. Push the changes to trigger CI/CD

Manual Process

Alternatively, you can manually:

  1. Update version in pyproject.toml:

    version = "0.1.2"  # Change this
    
  2. Commit and tag:

    git add pyproject.toml
    git commit -m "Bump version to 0.1.2"
    git tag v0.1.2
    git push --follow-tags
    

Debugging

For debugging, use the MCP Inspector:

npx @modelcontextprotocol/inspector uv --directory /path/to/all-in-mcp run all-in-mcp

Documentation

Complete documentation is available in the docs/ directory:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

all_in_mcp-0.2.5.tar.gz (31.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

all_in_mcp-0.2.5-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

Details for the file all_in_mcp-0.2.5.tar.gz.

File metadata

  • Download URL: all_in_mcp-0.2.5.tar.gz
  • Upload date:
  • Size: 31.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for all_in_mcp-0.2.5.tar.gz
Algorithm Hash digest
SHA256 ea70c845d3d27d8e44a2fa7c835e10fca0c4f147ba82a3323794baa5571a0bb7
MD5 9fee744c12cefb9c7bd53b3fc142cc6e
BLAKE2b-256 35e495c7488f7b8b7f128a3ae74afb68d4dbd8bc6bf8e938f31e3f89a84d5f7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for all_in_mcp-0.2.5.tar.gz:

Publisher: release.yml on jiahaoxiang2000/all-in-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file all_in_mcp-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: all_in_mcp-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for all_in_mcp-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8b45b770d545a009bffebf21e66b0e088e2090c5b82b7a6ffa7a837316819757
MD5 e3da95416672837d1b71599803c9259d
BLAKE2b-256 5997fa8f2e403ddea0f27f0b65504545ecc6bfa86e33c44132c58cb2847c8dae

See more details on using hashes here.

Provenance

The following attestation bundles were made for all_in_mcp-0.2.5-py3-none-any.whl:

Publisher: release.yml on jiahaoxiang2000/all-in-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page