Back to Browse

Magnifica Humanitas MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Magnifica Humanitas (Leo XIV, 2026): navigate 245 paragraphs, sections, and footnotes.

About

Magnifica Humanitas (Leo XIV, 2026): navigate 245 paragraphs, sections, and footnotes.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

7 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

magnifica-humanitas-mcp

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

ToolDescription
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.

Reviews

No reviews yet

Be the first to review this server!

Magnifica Humanitas MCP Server - Magnifica Humanitas (Leo XIV, 2026): navigate 245 | MCP Marketplace