Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP server that provides access to Francisco Perez-Sorrosal's CV

README.md

Francisco Perez-Sorrosal CV

This repository contains Francisco Perez-Sorrosal's CV in LaTeX format.

Requirements (macOS)

  • LaTeX distribution (MacTeX recommended)

MacTeX includes:

  1. pdflatex a common compiler for converting LaTeX files into PDF
  2. latexmk a Perl script that runs pdflatex plus other necessary tools like BibTeX or Biber

Installing MacTeX with Homebrew

brew install --cask mactex

Or download from https://tug.org/mactex/

CV Compilation

# Compile CV to PDF with latexmk (recommended) (-c cleans auxiliary files)
latexmk -pdf -c FranciscoPerezSorrosal_CV_English.tex

# or compile it with pdflatex
pdflatex FranciscoPerezSorrosal_CV_English.tex

Dev

  1. Dev Doc
  2. CICD Doc

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.