magnifica-humanitas-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@magnifica-humanitas-mcpList the structure of the encyclical"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Tool | Description |
| Full table of contents with paragraph ranges |
| Full text of a chapter (1–5) |
| Full text of a section by title (fuzzy match) |
| A single numbered paragraph |
| Find paragraphs containing a word or phrase |
Related MCP server: EPUB Reader MCP Server
Usage
With npx (no install needed)
npx magnifica-humanitas-mcpWith uvx (requires uv)
uvx magnifica-humanitas-mcpClaude 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-mcpDocker
docker run --rm grimalkinllc/magnifica-humanitas-mcpLicense
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides read-only access to the Watchtower Online Library (WOL) with advanced search capabilities, document retrieval, and multilingual support. Enables users to search and browse Jehovah's Witnesses publications through natural language interactions.Last updated4MIT
- Alicense-qualityCmaintenanceEnables AI agents to read and navigate EPUB files through 13 specialized tools for pagination, full-text search, metadata access, and footnote resolution. Supports session-based reading with table of contents navigation and chapter summaries.Last updatedMIT
- Alicense-qualityFmaintenanceEnables AI assistants to query the Magisterium API for authoritative Catholic Church teaching with citations.Last updated1MIT
- Alicense-qualityAmaintenanceEnables LLMs to interact with the EU AI Act regulation by classifying AI systems, checking compliance deadlines, retrieving obligations and penalties, and answering questions about the Act.Last updated3733MIT
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grinnellian/magnifica-humanitas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server