Magnifica Humanitas
FreeNot checkedEnables exploration of Pope Leo XIV's encyclical on AI and human dignity, providing tools to fetch chapters, sections, paragraphs, and search the full text from
About
Enables exploration of Pope Leo XIV's encyclical on AI and human dignity, providing tools to fetch chapters, sections, paragraphs, and search the full text from the Vatican website.
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.
Installing Magnifica Humanitas
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/grinnellian/magnifica-humanitas-mcpFAQ
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?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Magnifica Humanitas with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
