k-jarzyna/mcp-miro

k-jarzyna/mcp-miro

от k-jarzyna
MCP-сервер для интеграции с Miro — через AI-ассистентов (Claude) управляйте досками: создавайте и редактируйте элементы, карточки, стикеры, изображения, коннекторы и теги. Полезен командам, автомат...

MCP Miro Server

Trust Score smithery badge

Model Context Protocol (MCP) server integrating with the Miro platform. It enables AI assistants (like Claude) to access Miro boards and manage their content through a standardized interface.


Requirements

  • Node.js v16 or newer installed
  • Miro account with API token

Generate Miro Access Token

  1. Go to the Miro Developer Portal
  2. Create a new app or use an existing one
  3. Make sure to create token with permission selected below
  4. Generate OAuth token by selecting Install app and get OAuth token
Permission Required
boards:read
boards:write
identity:read
identity:write
team:read
team:write
microphone:listen
screen:record
webcam:record
auditlogs:read
sessions:delete

Connecting with Claude Desktop

  1. Install Claude Desktop

  2. Open or create the configuration file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Update it to include this server:

{
   "mcpServers":{
      "miro":{
         "command":"npx",
         "args":[
            "-y",
            "@k-jarzyna/mcp-miro"
         ],
         "env":{
            "MIRO_ACCESS_TOKEN":"your_miro_access_token"
         }
      }
   }
}
add-project-member

Добавляет участника в проект (только Enterprise)

Добавляет участника в проект (только Enterprise)

Параметры

  • orgIdstringобязательный

    The ID of the organization to which the project belongs

  • teamIdstringобязательный

    The ID of the team to which the project belongs

  • projectIdstringобязательный

    The ID of the project to which you want to add a user

  • emailstringобязательный

    Email ID of the user to add to the project

  • roleenumобязательный

    Role to assign to the user

    ownereditorcommenterviewer
attach-tag

Прикрепляет тег к элементу на доске Miro

Прикрепляет тег к элементу на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the tag and item

  • tagIdstringобязательный

    Unique identifier (ID) of the tag that you want to attach

  • itemIdstringобязательный

    Unique identifier (ID) of the item to which you want to attach the tag

copy-board

Создаёт копию существующей доски Miro с опциональными новыми настройками.

Создаёт копию существующей доски Miro с опциональными новыми настройками.

Параметры

  • copyFromstringобязательный

    Unique identifier (ID) of the board that you want to copy

  • namestring

    Name for the new copied board

  • descriptionstring

    Description for the new copied board

  • sharingPolicyenum

    Sharing policy for the new copied board

    privateviewcommentedit
  • teamIdstring

    Team ID to assign the new copied board to

create-app-card-item

Создаёт новую карточку приложения на доске Miro

Создаёт новую карточку приложения на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the app card will be created

  • dataobjectобязательный

    The content and configuration of the app card

  • positionobjectобязательный

    Position of the app card on the board

  • geometryobject

    Dimensions of the app card

create-board

Создаёт новую доску Miro с указанным именем и политиками общего доступа

Создаёт новую доску Miro с указанным именем и политиками общего доступа

Параметры

  • namestringобязательный

    Name of the board to create

  • descriptionstring

    Description of the board

  • sharingPolicyenum

    Sharing policy for the board

    privateviewcommentedit
  • teamIdstring

    Team ID to assign the board to

create-board-export-job

Создаёт задание на экспорт для одной или нескольких досок (только Enterprise)

Создаёт задание на экспорт для одной или нескольких досок (только Enterprise)

Параметры

  • orgIdstringобязательный

    Unique identifier of the organization

  • requestIdstringобязательный

    Unique identifier of the board export job

  • boardIdsstring[]обязательный

    Array of board IDs to export

  • formatenum

    Export format (default: pdf)

    pdfcsv
create-card-item

Создаёт новую карточку на доске Miro

Создаёт новую карточку на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the card will be created

  • dataobjectобязательный

    The content and configuration of the card

  • positionobjectобязательный

    Position of the card on the board

  • geometryobject

    Dimensions of the card

  • styleobject

    Style configuration of the card

create-connector

Создаёт новый коннектор между элементами на доске Miro

Создаёт новый коннектор между элементами на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the connector will be created

  • startItemobjectобязательный

    Start item of the connector

  • endItemobjectобязательный

    End item of the connector

  • styleobject

    Style configuration of the connector

create-document-item

Создаёт новый элемент документа на доске Miro

Создаёт новый элемент документа на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the document will be created

  • dataobjectобязательный

    The content and configuration of the document

  • positionobjectобязательный

    Position of the document on the board

  • geometryobject

    Dimensions of the document

create-embed-item

Создаёт новый встроенный элемент на доске Miro.

Создаёт новый встроенный элемент на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the embed will be created

  • dataobjectобязательный

    The content and configuration of the embed

  • positionobjectобязательный

    Position of the embed on the board

  • geometryobjectобязательный

    Dimensions of the embed

create-frame

Создаёт новую рамку на доске Miro.

Создаёт новую рамку на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the frame will be created

  • dataobjectобязательный

    The content and configuration of the frame

  • positionobjectобязательный

    Position of the frame on the board

  • geometryobject

    Dimensions of the frame

  • styleobject

    Style configuration of the frame

create-group

Создаёт новую группу на доске Miro.

Создаёт новую группу на доске Miro.

Параметры

  • boardIdstringобязательный

    ID of the board where the group will be created

  • dataobjectобязательный

    Group data with item IDs to include in the group

create-image-item-using-file

Создаёт новый элемент изображения на доске Miro, используя файл с устройства или из чата.

Создаёт новый элемент изображения на доске Miro, используя файл с устройства или из чата.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the image will be created

  • imageDatastringобязательный

    Base64 encoded image data from the chat

  • positionobjectобязательный

    Position of the image on the board

  • titlestring

    Title of the image

create-image-item-using-url

Создаёт новый элемент изображения на доске Miro по URL

Создаёт новый элемент изображения на доске Miro по URL

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the image will be created

  • dataobjectобязательный

    The content and configuration of the image

  • positionobjectобязательный

    Position of the image on the board

  • geometryobject

    Dimensions of the image

create-items-in-bulk

Создаёт несколько элементов на доске Miro за одну операцию

Создаёт несколько элементов на доске Miro за одну операцию

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the items will be created

  • itemsarrayобязательный

    Array of items to create

create-items-in-bulk-using-file

Создаёт несколько элементов на доске Miro в одной операции, используя JSON-файл с устройства

Создаёт несколько элементов на доске Miro в одной операции, используя JSON-файл с устройства

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the items will be created

  • fileDatastringобязательный

    Base64 encoded JSON file data containing items to create

create-mindmap-node

Создаёт новый узел интеллект-карты на доске Miro.

Создаёт новый узел интеллект-карты на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where you want to create the node

  • dataobjectобязательный

    The content and style configuration of the mind map node

  • positionobjectобязательный

    Position of the node on the board

create-shape-item

Создаёт новую фигуру на доске Miro.

Создаёт новую фигуру на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the shape will be created

  • dataobjectобязательный

    The content and configuration of the shape

  • positionobjectобязательный

    Position of the shape on the board

  • geometryobjectобязательный

    Dimensions of the shape

  • styleobject

    Style configuration of the shape

create-sticky-note-item

Создает новый стикер на доске Miro

Создает новый стикер на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the sticky note will be created

  • dataobjectобязательный

    The content and configuration of the sticky note

  • positionobjectобязательный

    Position of the sticky note on the board

  • geometryobject

    Dimensions of the sticky note

  • styleobject

    Style configuration of the sticky note

create-tag

Создаёт новый тег на доске Miro

Создаёт новый тег на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the tag will be created

  • dataobjectобязательный

    The content and configuration of the tag

  • fillColorstring

    Fill color of the tag (hex format, e.g. #000000)

create-text-item

Создает новый текстовый элемент на доске Miro

Создает новый текстовый элемент на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where the text will be created

  • dataobjectобязательный

    The content of the text item

  • positionobjectобязательный

    Position of the text item on the board

  • geometryobject

    Dimensions of the text item

  • styleobject

    Style configuration of the text item

delete-app-card-item

Удаляет конкретный элемент карточки приложения с доски Miro

Удаляет конкретный элемент карточки приложения с доски Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the app card

  • itemIdstringобязательный

    Unique identifier (ID) of the app card that you want to delete

delete-board

Удаляет доску Miro по её ID. Удалённые доски попадают в Корзину (на платных тарифах) и могут быть восстановлены через интерфейс в течение 90 дней после удаления.

Удаляет доску Miro по её ID. Удалённые доски попадают в Корзину (на платных тарифах) и могут быть восстановлены через интерфейс в течение 90 дней после удаления.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that you want to delete

delete-card-item

Удаляет конкретную карточку с доски Miro

Удаляет конкретную карточку с доски Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the card

  • itemIdstringобязательный

    Unique identifier (ID) of the card that you want to delete

delete-connector

Удаляет определённый коннектор с доски Miro.

Удаляет определённый коннектор с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the connector

  • connectorIdstringобязательный

    Unique identifier (ID) of the connector that you want to delete

delete-document-item

Удаляет конкретный элемент документа с доски Miro.

Удаляет конкретный элемент документа с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the document

  • itemIdstringобязательный

    Unique identifier (ID) of the document that you want to delete

delete-embed-item

Удаляет конкретный встроенный элемент с доски Miro.

Удаляет конкретный встроенный элемент с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the embed

  • itemIdstringобязательный

    Unique identifier (ID) of the embed that you want to delete

delete-frame-item

Удаляет фрейм с доски Miro.

Удаляет фрейм с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board from which you want to delete the frame

  • itemIdstringобязательный

    Unique identifier (ID) of the frame that you want to delete

delete-group

Удаляет конкретную группу с доски Miro.

Удаляет конкретную группу с доски Miro.

Параметры

  • boardIdstringобязательный

    ID of the board that contains the group

  • groupIdstringобязательный

    ID of the group that you want to delete

  • deleteItemsboolean

    Indicates whether the items should be removed. Set to true to delete items in the group, false to keep them

delete-image-item

Удаляет конкретный элемент изображения с доски Miro.

Удаляет конкретный элемент изображения с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the image

  • itemIdstringобязательный

    Unique identifier (ID) of the image that you want to delete

delete-item

Удаляет конкретный элемент с доски Miro

Удаляет конкретный элемент с доски Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the item

  • itemIdstringобязательный

    Unique identifier (ID) of the item that you want to delete

delete-mindmap-node

Удаляет узел интеллект-карты с доски Miro.

Удаляет узел интеллект-карты с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board from which you want to delete the mind map node

  • itemIdstringобязательный

    Unique identifier (ID) of the mind map node that you want to delete

delete-shape-item

Удаляет конкретную фигуру с доски Miro.

Удаляет конкретную фигуру с доски Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the shape

  • itemIdstringобязательный

    Unique identifier (ID) of the shape that you want to delete

delete-sticky-note-item

Удаляет конкретный элемент стикера с доски Miro

Удаляет конкретный элемент стикера с доски Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the sticky note

  • itemIdstringобязательный

    Unique identifier (ID) of the sticky note that you want to delete

delete-tag

Удаляет конкретный тег с доски Miro

Удаляет конкретный тег с доски Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the tag

  • tagIdstringобязательный

    Unique identifier (ID) of the tag that you want to delete

delete-text-item

Удаляет конкретный текстовый элемент с доски Miro

Удаляет конкретный текстовый элемент с доски Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the text item

  • itemIdstringобязательный

    Unique identifier (ID) of the text item that you want to delete

detach-tag

Открепляет тег от элемента на доске Miro

Открепляет тег от элемента на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the tag and item

  • tagIdstringобязательный

    Unique identifier (ID) of the tag that you want to detach

  • itemIdstringобязательный

    Unique identifier (ID) of the item from which you want to detach the tag

get-all-board-members

Получает всех участников конкретной доски Miro.

Получает всех участников конкретной доски Miro.

Параметры

  • boardIdstringобязательный

    ID of the board to retrieve members from

  • limitnumber

    Maximum number of members to retrieve (default: 50)

  • offsetnumber

    Offset for pagination (default: 0)

get-all-cases

Получает список дел eDiscovery в организации (только для Enterprise)

Получает список дел eDiscovery в организации (только для Enterprise)

Параметры

  • limitnumberобязательный

    The maximum number of items in the result list

  • orgIdstringобязательный

    The ID of the organization for which you want to retrieve the list of cases

  • cursorstring

    Cursor for pagination

get-all-groups

Получает все группы на доске Miro

Получает все группы на доске Miro

Параметры

  • boardIdstringобязательный

    ID of the board whose groups you want to retrieve

  • limitnumber

    Maximum number of groups to return (default: 50)

  • cursorstring

    Cursor for pagination

get-all-legal-holds

Получает список всех юридических удержаний в рамках дела (только для Enterprise)

Получает список всех юридических удержаний в рамках дела (только для Enterprise)

Параметры

  • limitnumberобязательный

    The maximum number of items in the result list

  • orgIdstringобязательный

    The ID of the organization for which you want to retrieve the list of legal holds

  • caseIdstringобязательный

    The ID of the case for which you want to retrieve the list of legal holds

  • cursorstring

    Cursor for pagination

get-all-tags

Извлекает все теги на доске Miro

Извлекает все теги на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board for which you want to retrieve all tags

  • limitnumber

    Maximum number of tags to return (default: 50)

  • offsetnumber

    Offset for pagination (default: 0)

get-app-card-item

Извлекает информацию о конкретном элементе app card на доске Miro

Извлекает информацию о конкретном элементе app card на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the app card

  • itemIdstringобязательный

    Unique identifier (ID) of the app card that you want to retrieve

get-audit-logs

Получает страницу аудиторских событий за последние 90 дней (только Enterprise)

Получает страницу аудиторских событий за последние 90 дней (только Enterprise)

Параметры

  • createdAfterstringобязательный

    Retrieve audit logs created after this date (ISO 8601 format)

  • createdBeforestringобязательный

    Retrieve audit logs created before this date (ISO 8601 format)

  • cursorstring

    Cursor for pagination

  • limitnumber

    Maximum number of results to return (default: 100)

  • sortingenum

    Sort order for results (default: ASC)

    ASCDESC
get-board-classification

Получает классификацию доски для доски (только Enterprise)

Получает классификацию доски для доски (только Enterprise)

Параметры

  • orgIdstringобязательный

    id of the organization

  • teamIdstringобязательный

    id of the team

  • boardIdstringобязательный

    Unique identifier of the board that you want to retrieve

get-board-content-logs

Получает журналы изменений содержимого элементов досок (только для Enterprise)

Получает журналы изменений содержимого элементов досок (только для Enterprise)

Параметры

  • orgIdstringобязательный

    Unique identifier of the organization

  • fromstringобязательный

    Start date for filtering (ISO 8601 format)

  • tostringобязательный

    End date for filtering (ISO 8601 format)

  • boardIdsstring[]

    List of board IDs to filter by

  • emailsstring[]

    List of user emails to filter by

  • cursorstring

    Cursor for pagination

  • limitnumber

    Maximum number of results to return

  • sortingenum

    Sort order for results

    ascdesc
get-board-export-job-results

Получает результаты задания экспорта доски (только для Enterprise)

Получает результаты задания экспорта доски (только для Enterprise)

Параметры

  • orgIdstringобязательный

    Unique identifier of the organization

  • jobIdstringобязательный

    Unique identifier of the job

get-board-export-job-status

Получает статус задачи экспорта доски (только для Enterprise)

Получает статус задачи экспорта доски (только для Enterprise)

Параметры

  • orgIdstringобязательный

    Unique identifier of the organization

  • jobIdstringобязательный

    Unique identifier of the board export job

get-card-item

Получает информацию о конкретном элементе-карточке на доске Miro

Получает информацию о конкретном элементе-карточке на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the card

  • itemIdstringобязательный

    Unique identifier (ID) of the card that you want to retrieve

get-case

Получает информацию о конкретном деле eDiscovery (только Enterprise)

Получает информацию о конкретном деле eDiscovery (только Enterprise)

Параметры

  • orgIdstringобязательный

    The ID of the organization for which you want to retrieve the case information

  • caseIdstringобязательный

    The ID of the case you want to retrieve

get-connectors

Получает все коннекторы на определенной доске Miro.

Получает все коннекторы на определенной доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board whose connectors you want to retrieve

  • limitnumber

    Maximum number of connectors to return (default: 50)

  • cursorstring

    Cursor for pagination

get-document-item

Получает информацию о конкретном элементе документа на доске Miro

Получает информацию о конкретном элементе документа на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the document

  • itemIdstringобязательный

    Unique identifier (ID) of the document that you want to retrieve

get-embed-item

Получает информацию о конкретном встроенном элементе на доске Miro

Получает информацию о конкретном встроенном элементе на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the embed

  • itemIdstringобязательный

    Unique identifier (ID) of the embed that you want to retrieve

get-frame-item

Получает информацию для конкретного фрейма на доске Miro.

Получает информацию для конкретного фрейма на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the frame that you want to retrieve

  • itemIdstringобязательный

    Unique identifier (ID) of the frame that you want to retrieve

get-group

Получает информацию о конкретной группе на доске Miro.

Получает информацию о конкретной группе на доске Miro.

Параметры

  • boardIdstringобязательный

    ID of the board that contains the group

  • groupIdstringобязательный

    ID of the group that you want to retrieve

get-group-items

Извлекает все элементы в определённой группе на доске Miro

Извлекает все элементы в определённой группе на доске Miro

Параметры

  • boardIdstringобязательный

    ID of the board that contains the group

  • groupIdstringобязательный

    ID of the group whose items you want to retrieve

  • limitnumber

    Maximum number of items to return (default: 50)

  • cursorstring

    Cursor for pagination

get-image-item

Получает информацию о конкретном элементе изображения на доске Miro

Получает информацию о конкретном элементе изображения на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the image

  • itemIdstringобязательный

    Unique identifier (ID) of the image that you want to retrieve

get-items-on-board

Получает все элементы на конкретной доске Miro

Получает все элементы на конкретной доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board whose items you want to retrieve

  • limitnumber

    Maximum number of items to return (default: 50)

  • offsetnumber

    Offset for pagination (default: 0)

get-item-tags

Получает все теги, прикреплённые к определённому элементу на доске Miro.

Получает все теги, прикреплённые к определённому элементу на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the item

  • itemIdstringобязательный

    Unique identifier (ID) of the item whose tags you want to retrieve

get-legal-hold

Получает информацию о конкретном legal hold (только для Enterprise)

Получает информацию о конкретном legal hold (только для Enterprise)

Параметры

  • orgIdstringобязательный

    The ID of the organization for which you want to retrieve the legal hold information

  • caseIdstringобязательный

    The ID of the case for which you want to retrieve the legal hold information

  • legalHoldIdstringобязательный

    The ID of the legal hold you want to retrieve

get-legal-hold-content-items

Возвращает список объектов контента, находящихся на юридическом удержании (только Enterprise).

Возвращает список объектов контента, находящихся на юридическом удержании (только Enterprise).

Параметры

  • orgIdstringобязательный

    The ID of the organization for which you want to retrieve the list of content items under hold

  • caseIdstringобязательный

    The ID of the case for which you want to retrieve the list of content items under hold

  • legalHoldIdstringобязательный

    The ID of the legal hold for which you want to retrieve the list of content items under hold

  • limitnumberобязательный

    The maximum number of items in the result list

  • cursorstring

    Cursor for pagination

get-mindmap-node

Получает информацию о конкретном узле интеллект-карты на доске Miro

Получает информацию о конкретном узле интеллект-карты на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board from which you want to retrieve a mind map node

  • itemIdstringобязательный

    Unique identifier (ID) of the mind map node that you want to retrieve

get-mindmap-nodes

Извлекает список узлов интеллект-карт на доске Miro

Извлекает список узлов интеллект-карт на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board from which you want to retrieve mind map nodes

  • limitnumber

    Maximum number of results to return (default: 50)

  • cursorstring

    Cursor for pagination

get-organization-info

Получает информацию об организации (только Enterprise)

Получает информацию об организации (только Enterprise)

Параметры

  • orgIdstringобязательный

    id of the organization

get-organization-member

Получает информацию о конкретном участнике организации (Enterprise only)

Получает информацию о конкретном участнике организации (Enterprise only)

Параметры

  • orgIdstringобязательный

    id of the organization

  • memberIdstringобязательный

    id of the organization member

get-organization-members

Получает список участников для организации (только Enterprise)

Получает список участников для организации (только Enterprise)

Параметры

  • orgIdstringобязательный

    id of the organization

  • emailsstring

    Filter by comma-separated email addresses

  • roleenum

    Filter by user role

    organization_internal_adminorganization_internal_userorganization_external_userorganization_team_guest_userunknown
  • licenseenum

    Filter by license type

    fulloccasionalfreefree_restrictedfull_trialunknown
  • activeboolean

    Filter by active status

  • cursorstring

    Cursor for pagination

  • limitnumber

    Maximum number of results to return

get-project-member

Получает информацию о конкретном участнике проекта (только Enterprise)

Получает информацию о конкретном участнике проекта (только Enterprise)

Параметры

  • orgIdstringобязательный

    The ID of the organization to which the project belongs

  • teamIdstringобязательный

    The ID of the team to which the project belongs

  • projectIdstringобязательный

    The ID of the project from which you want to retrieve specific member information

  • memberIdstringобязательный

    The ID of the member for which you want to retrieve information

get-shape-item

Получает информацию о конкретной фигуре на доске Miro.

Получает информацию о конкретной фигуре на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the shape

  • itemIdstringобязательный

    Unique identifier (ID) of the shape that you want to retrieve

get-specific-board

Получает информацию о конкретной доске Miro по её ID.

Получает информацию о конкретной доске Miro по её ID.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that you want to retrieve

get-specific-board-member

Получает подробности о конкретном участнике на доске Miro

Получает подробности о конкретном участнике на доске Miro

Параметры

  • boardIdstringобязательный

    ID of the board

  • memberIdstringобязательный

    ID of the specific board member to retrieve

get-specific-connector

Получает информацию о конкретном коннекторе на доске Miro.

Получает информацию о конкретном коннекторе на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the connector

  • connectorIdstringобязательный

    Unique identifier (ID) of the connector that you want to retrieve

get-specific-item

Получает информацию о конкретном элементе на доске Miro

Получает информацию о конкретном элементе на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the item

  • itemIdstringобязательный

    Unique identifier (ID) of the item that you want to retrieve

get-sticky-note-item

Получает информацию о конкретном стикере на доске Miro.

Получает информацию о конкретном стикере на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the sticky note

  • itemIdstringобязательный

    Unique identifier (ID) of the sticky note that you want to retrieve

get-tag

Получает информацию о конкретном теге на доске Miro.

Получает информацию о конкретном теге на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the tag

  • tagIdstringобязательный

    Unique identifier (ID) of the tag that you want to retrieve

get-text-item

Получает информацию о конкретном текстовом элементе на доске Miro.

Получает информацию о конкретном текстовом элементе на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the text item

  • itemIdstringобязательный

    Unique identifier (ID) of the text item that you want to retrieve

list-boards

Выводит список всех доступных досок Miro

Выводит список всех доступных досок Miro

Параметры

  • limitnumber

    Maximum number of boards to return (default: 50)

  • offsetnumber

    Offset for pagination (default: 0)

remove-board-member

Удаляет конкретного участника с доски Miro.

Удаляет конкретного участника с доски Miro.

Параметры

  • boardIdstringобязательный

    ID of the board

  • memberIdstringобязательный

    ID of the board member to remove

remove-project-member

Удаляет участника из проекта (только для Enterprise)

Удаляет участника из проекта (только для Enterprise)

Параметры

  • orgIdstringобязательный

    The ID of the organization to which the project belongs

  • teamIdstringобязательный

    The ID of the team to which the project belongs

  • projectIdstringобязательный

    The ID of the project from which you want to remove a member

  • memberIdstringобязательный

    The ID of the member that you want to remove from a project

share-board

Предоставляет доступ к доске Miro с указанным уровнем доступа и опциональным назначением команды.

Предоставляет доступ к доске Miro с указанным уровнем доступа и опциональным назначением команды.

Параметры

  • boardIdstringобязательный

    ID of the board to share

  • accessLevelenumобязательный

    Access level for shared board

    privateviewcommentedit
  • teamIdstring

    Team ID to assign the board to

ungroup-items

Разгруппировывает конкретную группу на доске Miro

Разгруппировывает конкретную группу на доске Miro

Параметры

  • boardIdstringобязательный

    ID of the board that contains the group

  • groupIdstringобязательный

    ID of the group that you want to ungroup

  • deleteItemsboolean

    Indicates whether the items should be removed. By default, false.

update-app-card-item

Обновляет существующий элемент карточки приложения на доске Miro

Обновляет существующий элемент карточки приложения на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the app card

  • itemIdstringобязательный

    Unique identifier (ID) of the app card that you want to update

  • dataobject

    The updated content and configuration of the app card

  • positionobject

    Updated position of the app card on the board

  • geometryobject

    Updated dimensions of the app card

update-board

Обновляет существующую доску Miro с новыми настройками

Обновляет существующую доску Miro с новыми настройками

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that you want to update

  • namestring

    New name for the board

  • descriptionstring

    New description for the board

  • sharingPolicyenum

    New sharing policy for the board

    privateviewcommentedit
  • teamIdstring

    New team ID to assign the board to

update-board-classification

Обновляет классификацию доски для существующей доски (только для Enterprise)

Обновляет классификацию доски для существующей доски (только для Enterprise)

Параметры

  • orgIdstringобязательный

    id of the organization

  • teamIdstringобязательный

    id of the team

  • boardIdstringобязательный

    Unique identifier of the board that you want to update

  • labelIdstringобязательный

    Unique identifier of the classification label to apply

update-board-member

Обновляет роль или статус конкретного участника на доске Miro.

Обновляет роль или статус конкретного участника на доске Miro.

Параметры

  • boardIdstringобязательный

    ID of the board

  • memberIdstringобязательный

    ID of the board member to update

  • roleenum

    New role for the board member

    memberadminowner
  • statusenum

    New status for the board member

    activependingblocked
update-card-item

Обновляет существующую карточку на доске Miro

Обновляет существующую карточку на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the card

  • itemIdstringобязательный

    Unique identifier (ID) of the card that you want to update

  • dataobject

    The updated content and configuration of the card

  • positionobject

    Updated position of the card on the board

  • geometryobject

    Updated dimensions of the card

  • styleobject

    Updated style configuration of the card

update-connector

Обновляет существующий коннектор на доске Miro

Обновляет существующий коннектор на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the connector

  • connectorIdstringобязательный

    Unique identifier (ID) of the connector that you want to update

  • startItemobject

    Start item of the connector

  • endItemobject

    End item of the connector

  • styleobject

    Updated style configuration of the connector

update-document-item

Обновляет существующий элемент документа на доске Miro.

Обновляет существующий элемент документа на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the document

  • itemIdstringобязательный

    Unique identifier (ID) of the document that you want to update

  • dataobject

    The updated content and configuration of the document

  • positionobject

    Updated position of the document on the board

  • geometryobject

    Updated dimensions of the document

update-embed-item

Обновляет существующий элемент встраивания на доске Miro.

Обновляет существующий элемент встраивания на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the embed

  • itemIdstringобязательный

    Unique identifier (ID) of the embed that you want to update

  • dataobject

    The updated configuration of the embed

  • positionobject

    Updated position of the embed on the board

  • geometryobject

    Updated dimensions of the embed

update-frame-item

Обновляет фрейм на доске Miro на основе свойств данных, стиля или геометрии, указанных в теле запроса

Обновляет фрейм на доске Miro на основе свойств данных, стиля или геометрии, указанных в теле запроса

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where you want to update the frame

  • itemIdstringобязательный

    Unique identifier (ID) of the frame that you want to update

  • dataobject

    The updated content and configuration of the frame

  • positionobject

    Updated position of the frame on the board

  • geometryobject

    Updated dimensions of the frame

  • styleobject

    Updated style configuration of the frame

update-group

Обновляет конкретную группу на доске Miro новыми элементами

Обновляет конкретную группу на доске Miro новыми элементами

Параметры

  • boardIdstringобязательный

    ID of the board that contains the group

  • groupIdstringобязательный

    ID of the group that you want to update

  • dataobjectобязательный

    Updated group data with item IDs to include in the group

update-image-item

Обновляет существующий элемент изображения на доске Miro.

Обновляет существующий элемент изображения на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where you want to update the item

  • itemIdstringобязательный

    Unique identifier (ID) of the image that you want to update

  • dataobject

    The updated content of the image

  • positionobject

    Updated position of the image on the board

  • geometryobject

    Updated dimensions of the image

update-image-item-using-file

Обновляет существующий элемент изображения на доске Miro, используя файл с устройства.

Обновляет существующий элемент изображения на доске Miro, используя файл с устройства.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board where you want to update the item

  • itemIdstringобязательный

    Unique identifier (ID) of the image that you want to update

  • filePathstringобязательный

    Path to the new image file on the device

  • titlestring

    Updated title of the image

  • positionobject

    Updated position of the image on the board

update-item-position

Обновляет положение или родительский элемент конкретного элемента на доске Miro

Обновляет положение или родительский элемент конкретного элемента на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the item

  • itemIdstringобязательный

    Unique identifier (ID) of the item that you want to update

  • positionobject

    New position coordinates for the item

  • parentIdstring

    Unique identifier (ID) of the new parent item

update-shape-item

Обновляет существующий элемент фигуры на доске Miro.

Обновляет существующий элемент фигуры на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the shape

  • itemIdstringобязательный

    Unique identifier (ID) of the shape that you want to update

  • dataobject

    The updated content and configuration of the shape

  • positionobject

    Updated position of the shape on the board

  • geometryobject

    Updated dimensions of the shape

  • styleobject

    Updated style configuration of the shape

update-sticky-note-item

Обновляет существующую стикерную заметку на доске Miro.

Обновляет существующую стикерную заметку на доске Miro.

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the sticky note

  • itemIdstringобязательный

    Unique identifier (ID) of the sticky note that you want to update

  • dataobject

    Updated content and configuration of the sticky note

  • positionobject

    Updated position of the sticky note on the board

  • geometryobject

    Updated dimensions of the sticky note

  • styleobject

    Updated style configuration of the sticky note

update-tag

Обновляет существующий тег на доске Miro

Обновляет существующий тег на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the tag

  • tagIdstringобязательный

    Unique identifier (ID) of the tag that you want to update

  • titlestring

    Updated title of the tag

  • fillColorstring

    Updated fill color of the tag (hex format, e.g. #000000)

update-text-item

Обновляет существующий текстовый элемент на доске Miro

Обновляет существующий текстовый элемент на доске Miro

Параметры

  • boardIdstringобязательный

    Unique identifier (ID) of the board that contains the text item

  • itemIdstringобязательный

    Unique identifier (ID) of the text item that you want to update

  • dataobject

    The updated content of the text item

  • positionobject

    Updated position of the text item on the board

  • geometryobject

    Updated dimensions of the text item

  • styleobject

    Updated style configuration of the text item

Другие проверенные MCP-сервера

korotovsky/slack-mcp-server

korotovsky/slack-mcp-server

MCP-сервер для Slack с полным набором инструментов: загрузка и поиск сообщений, треды, DMs, реакции, управление пользовательскими группами и сохранёнками. Работает в stealth-режиме, через OAuth, с ...

Go1735
pinecone-io/assistant-mcp

pinecone-io/assistant-mcp

официальный

MCP-сервер на Rust для получения данных от Pinecone Assistant. Укажите API-ключ и лимит результатов. Интеграция с ИИ-инструментами через Docker. Для разработчиков поисковых ассистентов.

Rust45
VictoriaMetrics-Community/mcp-victoriametrics

VictoriaMetrics-Community/mcp-victoriametrics

официальный

MCP сервер для VictoriaMetrics: доступ к API и документации, выполнение PromQL/MetricsQL-запросов в реальном времени, анализ метрик, отладка relabeling и downsampling. Инструмент для инженеров по м...

Go191
Timeweb MCP

Timeweb MCP

официальный

MCP сервер для автоматизации деплоя приложений в Timeweb Cloud. Создавайте приложения, базы данных, VPC и floating IP прямо из чата. Сервер сам определяет параметры проекта и фреймворк. Идеально для быстрого развертывания в облаке.

TypeScript25
BetterDB-inc/monitor

BetterDB-inc/monitor

официальный

BetterDB Monitor - MCP сервер для мониторинга Valkey/Redis с веб-интерфейсом и автообновлением. Автоматически определяет версию и возможности базы, отслеживает здоровье, медленные запросы, метрики Prometheus и аномалии в реальном времени. Полезен администраторам и DevOps для контроля производител...

TypeScript1246
MarkItDown MCP

MarkItDown MCP

официальный

Инструмент для преобразования PDF, Word, Excel, изображений, аудио и других форматов в Markdown. Оптимален для подготовки данных для LLM-пайплайнов. Сохраняет структуру документов (заголовки, списки, таблицы).

Python167188
© Каталог MCP, 2026. Все права защищены.
Проект не аффилирован с Anthropic и любыми упомянутыми продуктами.
Все названия и торговые марки принадлежат их владельцам.
Контакты для связи: hi@mcp-katalog.ru

Лука Никитин