Back to Home
FlyAgileWithGiom icon

miro-remote-mcp

Verified Safe

by FlyAgileWithGiom

Overview

Enables Claude AI to programmatically create and manipulate Miro boards, facilitating complex visualization generation through natural language conversations.

Installation

Run Command
npm start

Environment Variables

  • MIRO_CLIENT_ID
  • MIRO_CLIENT_SECRET
  • MIRO_REDIRECT_URI
  • MIRO_ACCESS_TOKEN
  • MIRO_REFRESH_TOKEN
  • TOKEN_FILE
  • BASE_URI
  • PORT

Security Notes

The codebase follows good security practices, explicitly avoiding hardcoded secrets by relying on environment variables (often base64 encoded for sensitive keys) or a dedicated token file (`/data/tokens.json` in production). OAuth tokens are managed with automatic refresh and race-condition prevention. Network communication uses `axios` and `https.Agent` for robust connections. No `eval` or obvious malicious patterns found. Security largely depends on proper environment variable management (e.g., in Claude Desktop configuration) and secure file system for `tokens.json`.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-09

Tags

MiroMCPOAuth2AI AutomationDiagramming