{"id":23479540,"url":"https://github.com/evalstate/mcp-miro","last_synced_at":"2025-05-16T06:12:59.446Z","repository":{"id":266073714,"uuid":"895720666","full_name":"evalstate/mcp-miro","owner":"evalstate","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-23T15:11:21.000Z","size":372,"stargazers_count":41,"open_issues_count":4,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T19:24:27.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evalstate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T18:52:24.000Z","updated_at":"2025-04-29T10:19:00.000Z","dependencies_parsed_at":"2024-12-23T16:22:55.976Z","dependency_job_id":"4edcb321-500a-455a-bd04-677ee5c2089b","html_url":"https://github.com/evalstate/mcp-miro","commit_stats":null,"previous_names":["evalstate/mcp-miro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evalstate%2Fmcp-miro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evalstate%2Fmcp-miro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evalstate%2Fmcp-miro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evalstate%2Fmcp-miro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evalstate","download_url":"https://codeload.github.com/evalstate/mcp-miro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478025,"owners_count":22077679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T19:30:10.443Z","updated_at":"2025-05-16T06:12:59.441Z","avatar_url":"https://github.com/evalstate.png","language":"TypeScript","funding_links":[],"categories":["Productivity","サーバー実装","MCP 服务器精选列表","Legend","Other Tools and Integrations","MCP Servers","Real-Time Collaboration","🌐 Web Development","Table of Contents"],"sub_categories":["Collaboration","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eその他のツールと統合","🛠️ 效率工具与集成 (Office, Project Management, Notes, etc.)","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eOther Tools and Integrations","How to Submit","🛠️ Other Tools and Integrations","Workflow Automation"],"readme":"# mcp-miro MCP Server\n[![smithery badge](https://smithery.ai/badge/@llmindset/mcp-miro)](https://smithery.ai/server/@llmindset/mcp-miro)\n\nA Model Context Protocol server to connect to the MIRO Whiteboard Application.\n\n- Allows Board manipulation, sticky creation, bulk operations and more.\n- Pass your OAuth key as an Environment Variable, or using the \"--token\" argument.\n- Taking a photo of stickies and asking Claude to create MIRO equivalent works _really_ well.\n\n\u003ca href=\"https://glama.ai/mcp/servers/gr5t7vthv3\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/gr5t7vthv3/badge\" alt=\"mcp-miro MCP server\" /\u003e\u003c/a\u003e\n\n## Installation\n\n### Installing via Smithery\n\nTo install MIRO Whiteboard Connector for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@llmindset/mcp-miro):\n\n```bash\nnpx -y @smithery/cli install @llmindset/mcp-miro --client claude\n```\n\n### Using mcp-get\n\nYou can install this package using mcp-get:\n\n```bash\nnpx @michaellatman/mcp-get@latest install @llmindset/mcp-miro\n```\n\n_Note - if you are using an old version of Windows PowerShell, you may need to run_ `Set-ExecutionPolicy Bypass -Scope Process` _before this command._\n\n## Features\n\n![MIRO/Claude Desktop Screenshot](./2024-12-02-screenshot_1.png)\n\n### Resources\n- Get Board Contents \n\n### Tools\n- Create Sticky, Shape\n- Read Board, Frame, Contents\n- Bulk Create\n\n### Prompts\n- Instruct on Board Coordinates etc.\n\n## Development\n\nInstall dependencies:\n```bash\nnpm install\n```\n\nBuild the server:\n```bash\nnpm run build\n```\n\nFor development with auto-rebuild:\n```bash\nnpm run watch\n```\n\n## Installation\n\nTo use with Claude Desktop, add the server config:\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-miro\": {\n      \"command\": \"/path/to/node-or-npx\",\n      \"arguments\": [\n        \"/path/to/mcp-miro/build/index.js\",\n        \"--token\",\"MIRO-OAUTH-KEY\"\n      ]\n    }\n  }\n}\n```\n\n### Debugging\n\nSince MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:\n\n```bash\nnpm run inspector\n```\n\nThe Inspector will provide a URL to access debugging tools in your browser.\n\nIn Dev environment recommend adding https://github.com/miroapp/api-clients/blob/041de24ebf7955432b447d887ede066ad4c7e2c7/packages/generator/spec.json for reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevalstate%2Fmcp-miro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevalstate%2Fmcp-miro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevalstate%2Fmcp-miro/lists"}