MCP server (Node.js/TypeScript) that connects AI assistants like Claude to the Magisterium AI API for Catholic theological queries
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"magisterium_mcp_serv": {
"command": "npx",
"args": [
"-y",
"JacobStephens2/magisterium_mcp_server"
]
}
}
}
Run in terminal:
claude mcp add magisterium_mcp_serv npx -y JacobStephens2/magisterium_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"magisterium_mcp_serv": {
"command": "npx",
"args": [
"-y",
"JacobStephens2/magisterium_mcp_server"
]
}
}
}