Back to Home
alexisleboulanger icon

mcp-server-miro

Verified Safe

by alexisleboulanger

Overview

An MCP server enabling AI agents to programmatically interact with and manipulate Miro boards via its API.

Installation

Run Command
npm run dev

Environment Variables

  • MIRO_API_TOKEN
  • MIRO_BOARD_ID
  • PORT

Security Notes

The server uses Zod for input validation, and sensitive API tokens are correctly loaded from environment variables. There are no obvious 'eval' or command injection vulnerabilities. The `passthrough()` option in some Zod schemas allows unknown fields to pass through validation, which is then forwarded to the Miro API, potentially leading to unexpected behavior or API errors if the Miro API doesn't handle them gracefully, though this is not a direct server vulnerability. Error responses from the Miro API are directly formatted and returned, which could, in rare cases, expose verbose upstream error details if the Miro API itself were to leak sensitive system information (unlikely for a public API).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-03

Tags

Miro APIMCP ServerAI ToolsBoard ManagementCollaboration