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)

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

    Email ID of the user to add to the project

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

    The ID of the organization to which the project belongs

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

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

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

    Role to assign to the user

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

    The ID of the team to which the project belongs

attach-tag

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

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

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

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

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

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

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

copy-board

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

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

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

  • descriptionstring

    Description for the new copied board

  • namestring

    Name for the new copied board

  • sharingPolicyenum

    Sharing policy for the new copied board

  • teamIdstring

    Team ID to assign the new copied board to

create-app-card-item

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

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

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

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

    The content and configuration of the app card

  • geometryobject

    Dimensions of the app card

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

    Position of the app card on the board

create-board

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

Параметры
  • descriptionstring

    Description of the board

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

    Name of the board to create

  • sharingPolicyenum

    Sharing policy for the board

  • teamIdstring

    Team ID to assign the board to

create-board-export-job

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

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

    Array of board IDs to export

  • formatenum

    Export format (default: pdf)

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

    Unique identifier of the organization

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

    Unique identifier of the board export job

create-card-item

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

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

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

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

    The content and configuration of the card

  • geometryobject

    Dimensions of the card

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

    Position of the card on the board

  • styleobject

    Style configuration of the card

create-connector

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

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

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

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

    End item of the connector

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

    Start item of the connector

  • styleobject

    Style configuration of the connector

create-document-item

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

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

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

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

    The content and configuration of the document

  • geometryobject

    Dimensions of the document

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

    Position of the document on the board

create-embed-item

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

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

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

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

    The content and configuration of the embed

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

    Dimensions of the embed

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

    Position of the embed on the board

create-frame

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

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

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

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

    The content and configuration of the frame

  • geometryobject

    Dimensions of the frame

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

    Position of the frame on the board

  • styleobject

    Style configuration of the frame

create-group

Создаёт новую группу на доске 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, используя файл с устройства или из чата.

Параметры
  • 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

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

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

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

    The content and configuration of the image

  • geometryobject

    Dimensions of the image

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

    Position of the image on the board

create-items-in-bulk

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

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

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

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

    Array of items to create

create-items-in-bulk-using-file

Создаёт несколько элементов на доске 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.

Параметры
  • 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.

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

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

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

    The content and configuration of the shape

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

    Dimensions of the shape

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

    Position of the shape on the board

  • styleobject

    Style configuration of the shape

create-sticky-note-item

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

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

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

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

    The content and configuration of the sticky note

  • geometryobject

    Dimensions of the sticky note

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

    Position of the sticky note on the board

  • styleobject

    Style configuration of the sticky note

create-tag

Создаёт новый тег на доске 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

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

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

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

    The content of the text item

  • geometryobject

    Dimensions of the text item

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

    Position of the text item on the board

  • styleobject

    Style configuration of the text item

delete-app-card-item

Удаляет конкретный элемент карточки приложения с доски 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 дней после удаления.

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

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

delete-card-item

Удаляет конкретную карточку с доски 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.

Параметры
  • 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.

Параметры
  • 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.

Параметры
  • 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.

Параметры
  • 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.

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

    ID of the board that contains the group

  • deleteItemsboolean

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

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

    ID of the group that you want to delete

delete-image-item

Удаляет конкретный элемент изображения с доски 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

Параметры
  • 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.

Параметры
  • 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.

Параметры
  • 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

Параметры
  • 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

Параметры
  • 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

Параметры
  • 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

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

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

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

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

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

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

get-all-board-members

Получает всех участников конкретной доски 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)

Параметры
  • cursorstring

    Cursor for pagination

  • 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

get-all-groups

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

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

    ID of the board whose groups you want to retrieve

  • cursorstring

    Cursor for pagination

  • limitnumber

    Maximum number of groups to return (default: 50)

get-all-legal-holds

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

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

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

  • cursorstring

    Cursor for pagination

  • 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

get-all-tags

Извлекает все теги на доске 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

Параметры
  • 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)

Параметры
  • 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)

get-board-classification

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

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

    Unique identifier of the board that you want to retrieve

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

    id of the organization

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

    id of the team

get-board-content-logs

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

Параметры
  • boardIdsstring[]

    List of board IDs to filter by

  • cursorstring

    Cursor for pagination

  • emailsstring[]

    List of user emails to filter by

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

    Start date for filtering (ISO 8601 format)

  • limitnumber

    Maximum number of results to return

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

    Unique identifier of the organization

  • sortingenum

    Sort order for results

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

    End date for filtering (ISO 8601 format)

get-board-export-job-results

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

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

    Unique identifier of the job

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

    Unique identifier of the organization

get-board-export-job-status

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

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

    Unique identifier of the board export job

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

    Unique identifier of the organization

get-card-item

Получает информацию о конкретном элементе-карточке на доске 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)

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

    The ID of the case you want to retrieve

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

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

get-connectors

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

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

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

  • cursorstring

    Cursor for pagination

  • limitnumber

    Maximum number of connectors to return (default: 50)

get-document-item

Получает информацию о конкретном элементе документа на доске 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

Параметры
  • 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.

Параметры
  • 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.

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

    ID of the board that contains the group

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

    ID of the group that you want to retrieve

get-group-items

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

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

    ID of the board that contains the group

  • cursorstring

    Cursor for pagination

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

    ID of the group whose items you want to retrieve

  • limitnumber

    Maximum number of items to return (default: 50)

get-image-item

Получает информацию о конкретном элементе изображения на доске 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

Параметры
  • 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.

Параметры
  • 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)

Параметры
  • 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

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

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

get-legal-hold-content-items

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

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

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

  • cursorstring

    Cursor for pagination

  • 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

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

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

get-mindmap-node

Получает информацию о конкретном узле интеллект-карты на доске 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

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

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

  • cursorstring

    Cursor for pagination

  • limitnumber

    Maximum number of results to return (default: 50)

get-organization-info

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

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

    id of the organization

get-organization-member

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

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

    id of the organization member

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

    id of the organization

get-organization-members

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

Параметры
  • activeboolean

    Filter by active status

  • cursorstring

    Cursor for pagination

  • emailsstring

    Filter by comma-separated email addresses

  • licenseenum

    Filter by license type

  • limitnumber

    Maximum number of results to return

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

    id of the organization

  • roleenum

    Filter by user role

get-project-member

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

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

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

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

    The ID of the organization to which the project belongs

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

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

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

    The ID of the team to which the project belongs

get-shape-item

Получает информацию о конкретной фигуре на доске 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.

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

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

get-specific-board-member

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

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

    ID of the board

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

    ID of the specific board member to retrieve

get-specific-connector

Получает информацию о конкретном коннекторе на доске 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

Параметры
  • 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.

Параметры
  • 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.

Параметры
  • 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.

Параметры
  • 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

Параметры
  • limitnumber

    Maximum number of boards to return (default: 50)

  • offsetnumber

    Offset for pagination (default: 0)

remove-board-member

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

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

    ID of the board

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

    ID of the board member to remove

remove-project-member

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

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

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

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

    The ID of the organization to which the project belongs

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

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

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

    The ID of the team to which the project belongs

share-board

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

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

    Access level for shared board

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

    ID of the board to share

  • teamIdstring

    Team ID to assign the board to

ungroup-items

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

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

    ID of the board that contains the group

  • deleteItemsboolean

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

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

    ID of the group that you want to ungroup

update-app-card-item

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

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

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

  • dataobject

    The updated content and configuration of the app card

  • geometryobject

    Updated dimensions of the app card

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

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

  • positionobject

    Updated position of the app card on the board

update-board

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

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

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

  • descriptionstring

    New description for the board

  • namestring

    New name for the board

  • sharingPolicyenum

    New sharing policy for the board

  • teamIdstring

    New team ID to assign the board to

update-board-classification

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

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

    Unique identifier of the board that you want to update

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

    Unique identifier of the classification label to apply

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

    id of the organization

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

    id of the team

update-board-member

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

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

    ID of the board

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

    ID of the board member to update

  • roleenum

    New role for the board member

  • statusenum

    New status for the board member

update-card-item

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

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

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

  • dataobject

    The updated content and configuration of the card

  • geometryobject

    Updated dimensions of the card

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

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

  • positionobject

    Updated position of the card on the board

  • styleobject

    Updated style configuration of the card

update-connector

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

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

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

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

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

  • endItemobject

    End item of the connector

  • startItemobject

    Start item of the connector

  • styleobject

    Updated style configuration of the connector

update-document-item

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

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

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

  • dataobject

    The updated content and configuration of the document

  • geometryobject

    Updated dimensions of the document

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

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

  • positionobject

    Updated position of the document on the board

update-embed-item

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

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

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

  • dataobject

    The updated configuration of the embed

  • geometryobject

    Updated dimensions of the embed

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

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

  • positionobject

    Updated position of the embed on the board

update-frame-item

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

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

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

  • dataobject

    The updated content and configuration of the frame

  • geometryobject

    Updated dimensions of the frame

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

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

  • positionobject

    Updated position of the frame on the board

  • styleobject

    Updated style configuration of the frame

update-group

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

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

    ID of the board that contains the group

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

    Updated group data with item IDs to include in the group

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

    ID of the group that you want to update

update-image-item

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

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

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

  • dataobject

    The updated content of the image

  • geometryobject

    Updated dimensions of the image

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

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

  • positionobject

    Updated position of the image on the board

update-image-item-using-file

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

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

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

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

    Path to the new image file on the device

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

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

  • positionobject

    Updated position of the image on the board

  • titlestring

    Updated title of the image

update-item-position

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

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

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

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

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

  • parentIdstring

    Unique identifier (ID) of the new parent item

  • positionobject

    New position coordinates for the item

update-shape-item

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

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

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

  • dataobject

    The updated content and configuration of the shape

  • geometryobject

    Updated dimensions of the shape

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

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

  • positionobject

    Updated position of the shape on the board

  • styleobject

    Updated style configuration of the shape

update-sticky-note-item

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

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

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

  • dataobject

    Updated content and configuration of the sticky note

  • geometryobject

    Updated dimensions of the sticky note

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

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

  • positionobject

    Updated position of the sticky note on the board

  • styleobject

    Updated style configuration of the sticky note

update-tag

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

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

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

  • fillColorstring

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

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

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

  • titlestring

    Updated title of the tag

update-text-item

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

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

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

  • dataobject

    The updated content of the text item

  • geometryobject

    Updated dimensions of the text item

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

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

  • positionobject

    Updated position of the text item on the board

  • styleobject

    Updated style configuration of the text item

Похожие MCP-сервера

davegomez/fizzy-mcp

davegomez/fizzy-mcp

MCP сервер для Fizzy task management. Управляйте досками, карточками, комментариями и чеклистами через 7 инструментов. Интегрируется с Claude Desktop, Cursor и другими AI-клиентами. Автоматизируйте...

TypeScript3
jen6/ticktick-mcp

jen6/ticktick-mcp

MCP-сервер для интеграции TickTick с AI-ассистентами. Управляйте задачами с фильтрацией по приоритету, тегам и датам. Создавайте, обновляйте и завершайте задачи. Полезен для автоматизации работы че...

Python66
jimfilippou/things-mcp

jimfilippou/things-mcp

MCP сервер для интеграции AI-ассистентов с macOS-приложением Things. Создавайте и обновляйте задачи (todo) и проекты, управляйте тегами, сроками и чеклистами через URL-схему. Помогает автоматизировать личную продуктивность и планирование.

JavaScript10
its-dart/dart-mcp-server

its-dart/dart-mcp-server

MCP сервер Dart подключает ИИ к управлению проектами: создавайте и редактируйте задачи и документы, фильтруйте по статусу, исполнителю и срокам. Готовые промпты и инструменты упрощают автоматизацию планирования — полезно командам, внедряющим AI-помощников в рабочий процесс.

TypeScript128
kenneives/design-token-bridge-mcp

kenneives/design-token-bridge-mcp

MCP сервер для трансляции дизайн-токенов: извлекает из Tailwind, CSS, Figma или W3C DTCG и генерирует темы под Kotlin, SwiftUI, Tailwind и CSS-переменные. Полезен разработчикам и дизайнерам в пайплайне v0 → Figma → Claude Code.

TypeScript5
Todoist MCP

Todoist MCP

официальный

MCP сервер для Todoist даёт AI-агентам полный доступ к задачам. Создавайте, ищите и редактируйте задачи через LLM. Поддерживает streamable HTTP, OAuth, интеграцию с Claude, Cursor и VS Code. Инструменты переиспользуемы и работают как MCP, так и напрямую.

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

Лука Никитин