Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Magnifica Humanitas

FreeNot checked

Structured navigation of Pope Leo XIV's encyclical Magnifica Humanitas across 245 paragraphs and footnotes.

GitHubEmbed

About

Structured navigation of Pope Leo XIV's encyclical Magnifica Humanitas across 245 paragraphs and footnotes.

README

An MCP server for navigating Magnifica Humanitas — Pope Leo XIV's 2026 encyclical on safeguarding the human person in the time of artificial intelligence.

Fetches the document live from the Vatican website and exposes it as structured MCP tools, so any LLM client can navigate the text without loading all 245 paragraphs into context at once.

Tools

Tool Description
list_structure() Full table of contents with paragraph ranges
get_chapter(number) Full text of a chapter (1–5)
get_section(title) Full text of a section by title (fuzzy match)
get_paragraph(number) A single numbered paragraph
search(query, limit) Find paragraphs containing a word or phrase

Usage

With npx (no install needed)

npx magnifica-humanitas-mcp

With uvx (requires uv)

uvx magnifica-humanitas-mcp

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "magnifica-humanitas": {
      "command": "npx",
      "args": ["-y", "magnifica-humanitas-mcp"]
    }
  }
}

Claude Code

claude mcp add magnifica-humanitas -- npx -y magnifica-humanitas-mcp

Docker

docker run --rm grimalkinllc/magnifica-humanitas-mcp

License

The MCP server code is MIT licensed. The encyclical text is © Copyright Dicastery for Communication – Libreria Editrice Vaticana. This tool fetches that content from the Vatican's website at runtime and does not redistribute it.

Contributing

See docs/contributing.md for development setup and release process.

from github.com/grinnellian/magnifica-humanitas-mcp

Install Magnifica Humanitas in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install magnifica-humanitas

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add magnifica-humanitas -- npx -y magnifica-humanitas-mcp

Step-by-step: how to install Magnifica Humanitas

FAQ

Is Magnifica Humanitas MCP free?

Yes, Magnifica Humanitas MCP is free — one-click install via Unyly at no cost.

Does Magnifica Humanitas need an API key?

No, Magnifica Humanitas runs without API keys or environment variables.

Is Magnifica Humanitas hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Magnifica Humanitas in Claude Desktop, Claude Code or Cursor?

Open Magnifica Humanitas on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Magnifica Humanitas with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs