everything vs miro-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | miro-mcp-server by olgasafonova | |
|---|---|---|
| Stars | ★ 85,748 | ★ 22 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | Go |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
miro-mcp-server · Summary
Comprehensive MCP server for controlling Miro whiteboards with 92 tools, featuring token efficiency options and workflow skills.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
miro-mcp-server · Use cases
- Automate Miro workshop creation and management through AI assistants
- Generate diagrams and visual content from text descriptions
- Integrate Miro boards into AI-driven development workflows
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingmiro-mcp-server · Install
Installation
**Homebrew (macOS/Linux):**
brew tap olgasafonova/tap && brew install miro-mcp-server**One-liner (macOS/Linux):**
curl -fsSL https://raw.githubusercontent.com/olgasafonova/miro-mcp-server/main/install.sh | sh**Docker:**
docker pull ghcr.io/olgasafonova/miro-mcp-server:latestConfiguration
**Claude Desktop:** Add to claude_desktop_config.json:
{
"mcpServers": {
"miro": {
"command": "miro-mcp-server",
"args": []
}
}
}**Environment Variable:**
export MIRO_ACCESS_TOKEN=your-token