Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Realm MinistryPlatform

БесплатноНе проверен

MCP server for interacting with Realm MinistryPlatform data, enabling queries, record creation, and updates from any MCP client.

GitHubEmbed

Описание

MCP server for interacting with Realm MinistryPlatform data, enabling queries, record creation, and updates from any MCP client.

README

MCP server for Realm MinistryPlatform MCP — talk to your data from Claude, Cursor, or any MCP client.

What you can do with it

You:   "Find every record updated this week and group them by status."
Claude: *calls the appropriate MCP tools, summarises the result*

You:   "Create a new record with these fields..."
Claude: *calls the create tool, confirms the result*

Install

pip install -e .

Configure

export REALM_MP_USERNAME="..."
export REALM_MP_PASSWORD="..."

Who uses this?

  1. API Partners building tools on top of Realm MinistryPlatform MCP.
  2. Power users / agencies doing their own custom integrations.

If you don't have credentials yet, contact Realm MinistryPlatform MCP support to get set up.

Use with Claude Desktop

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

{
  "mcpServers": {
    "realm_ministryplatform_mcp": {
      "command": "realm_ministryplatform_mcp",
      "env": {
        "REALM_MP_USERNAME": "your-username",
        "REALM_MP_PASSWORD": "your-password"
      }
    }
  }
}

Use with Claude Code

claude mcp add realm_ministryplatform_mcp -- realm_ministryplatform_mcp \
  --env REALM_MP_USERNAME=your-user --env REALM_MP_PASSWORD=your-pass

Tools

Tool Type What it does
health_check Diagnostic Verifies credentials by hitting a known endpoint

(TODO: list your actual tools here once defined)

Development

pip install -e ".[dev]"
pytest
realm_ministryplatform_mcp

License

MIT.

See also

from github.com/sanjibani/realm-mp-mcp

Установка Realm MinistryPlatform

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sanjibani/realm-mp-mcp

FAQ

Realm MinistryPlatform MCP бесплатный?

Да, Realm MinistryPlatform MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Realm MinistryPlatform?

Нет, Realm MinistryPlatform работает без API-ключей и переменных окружения.

Realm MinistryPlatform — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Realm MinistryPlatform в Claude Desktop, Claude Code или Cursor?

Открой Realm MinistryPlatform на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Realm MinistryPlatform with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development