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

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

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.2.tar.gz (22.5 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.2-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: all_in_mcp-0.2.2.tar.gz
  • Upload date:
  • Size: 22.5 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.2.tar.gz
Algorithm Hash digest
SHA256 256be768cd6b4c69c825b39c7c45c7dcca41632f856a7157fed31dc829f501ec
MD5 4d0e353828a3af7ad5af33b24f733c2e
BLAKE2b-256 be3c029d9a8423b53e9cf1f578062a14aa955909e208d6b03ec10802f12672bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for all_in_mcp-0.2.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: all_in_mcp-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 17.4 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8a62d31e639f860ecbf57d4fb28dcfd7627b4ae39089335e0383e3f9fecd1d42
MD5 883c33cf82103657a61af47139eea32f
BLAKE2b-256 812516ed45cdc924369895cd3ccb23acf4dcddf9b28cf08b5583a73b1e5eb301

See more details on using hashes here.

Provenance

The following attestation bundles were made for all_in_mcp-0.2.2-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