EverArt MCP Server vs Sentry MCP
A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.
EverArt MCP Server MCP Servers | Sentry MCP MCP Servers | |
|---|---|---|
| Tagline | Archived MCP server that lets Claude and MCP clients generate images via EverArt's FLUX, SD 3.5 and Recraft models. | Official Sentry MCP server: give Claude Code, Cursor, and other AI agents real access to your errors, traces, and triage. |
| Category | MCP Servers | MCP Servers |
| Pricing | Free· MCP server is free and open source; requires an EverArt account and API key (EverArt itself is a paid image-generation service with credit-based pricing). | Freemium· Free: $0 USD · Team: $4 USD per user/month · Enterprise: $21 USD per user/month |
| Model | FLUX 1.1, FLUX 1.1 Ultra, Stable Diffusion 3.5, Recraft (Real and Vector) via EverArt | Bring-your-own LLM (OpenAI, Anthropic, Azure OpenAI, or OpenRouter) for natural-language search skills; agent-side model is whatever your MCP client runs. |
| Editorial score | — | — |
| Use cases | In-chat image generation from Claude DesktopIDE-driven mockup and illustration generation in VS CodePrompt-to-image reference art for design brainstormingAgent-invoked cover art and thumbnail generationReference implementation for building custom image-API MCP serversQuick FLUX 1.1 Ultra renders inside an LLM workflow | Debug production error from IDE agentRoot-cause a latency regression via trace lookupTriage new issues (assign, resolve, comment) from chatCorrelate a failing test with recent Sentry eventsNatural-language search across eventsPost-deploy error-rate investigationPull stack trace and open the offending file for a fixSummarize top issues for a standupQuery self-hosted Sentry from an internal coding agent |
| Pros |
|
|
| Cons |
|
|
| Website | github.com | github.com |
Pick EverArt MCP Server if
- ✅ Drop-in MCP server that lets Claude Desktop or VS Code generate images through natural-language tool calls
- ✅ Exposes five current image models (FLUX 1.1, FLUX 1.1 Ultra, SD 3.5, Recraft Real, Recraft Vector) through a single tool
- ✅ Tiny TypeScript codebase makes it a useful reference for building your own image-API MCP wrapper
- ✅ Installs via npx or Docker with a one-click VS Code button, so setup is a few minutes
Pick Sentry MCP if
- ✅ Official first-party server from Sentry — kept in step with API changes, not a community wrapper
- ✅ Both a hosted remote endpoint (mcp.sentry.dev, OAuth or Bearer) and a local stdio binary via npx
- ✅ Works with self-hosted Sentry, not only sentry.io
- ✅ One-line install for Claude Code through the Sentry plugin marketplace; also documented for Cursor and MCP Inspector