miro-remote-mcp
Verified Safeby duquesnay
Overview
Enables Claude AI to programmatically create and manipulate Miro boards for visualization and collaboration through natural language commands.
Installation
npm startEnvironment Variables
- MIRO_CLIENT_ID
- MIRO_CLIENT_SECRET
- MIRO_ACCESS_TOKEN
- MIRO_REFRESH_TOKEN
- MIRO_REDIRECT_URI
- BASE_URI
- PORT
Security Notes
The server explicitly handles sensitive data by reading OAuth credentials and tokens from environment variables or a specified file (`/data/tokens.json`). It uses base64 encoding for environment variables in some deployment contexts. There's a refresh lock to prevent race conditions during token refresh. All configuration files and token storage locations are documented as git-ignored. No 'eval' or direct malicious patterns were identified. The OAuth helper runs a temporary local server only for initial token acquisition. The overall design follows good security practices for a standalone application, but token files could be compromised if the hosting environment is not secure.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
SageMCP
A scalable platform for hosting MCP servers with multi-tenant support, OAuth integration, and connector plugins for various services, deployed on Kubernetes.
remote-mcp-oauth-github
Provides a Cloudflare Workers-based Model Context Protocol (MCP) server with GitHub OAuth for secure custom integrations with Claude.ai.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.