Skip to main content
📖 The AI Tool Bible

Airtable MCP Server vs EverArt MCP Server

A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.

 
Airtable MCP Server
MCP Servers
EverArt MCP Server
MCP Servers
TaglineModel Context Protocol server that gives LLMs full read/write access to your Airtable bases.Archived MCP server that lets Claude and MCP clients generate images via EverArt's FLUX, SD 3.5 and Recraft models.
CategoryMCP ServersMCP Servers
PricingFree· Open source (MIT) and free to run. You still need an Airtable account and personal access token; Airtable itself is Free / Team $20 per user/mo / Business $45 per user/mo / Enterprise (custom).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).
ModelFLUX 1.1, FLUX 1.1 Ultra, Stable Diffusion 3.5, Recraft (Real and Vector) via EverArt
Editorial score
Use cases
Natural-language CRM queries against AirtableLLM-driven lead triage and enrichmentAutomated content calendar updatesBootstrapping new bases, tables and fields from a specRead-only reporting agentsProject tracker status summariesBulk record cleanup via chatThreaded comments and mentions from an assistant
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
Pros
  • Broad tool coverage — records, schema inspection, table/field creation, and record comments in one server.
  • Works with every major MCP client (Claude Desktop, Claude Code, Cursor, Cline, VS Code) via a generated install config.
  • Fine-grained scope control through Airtable personal access tokens lets you ship a strictly read-only agent.
  • Open source under MIT, zero runtime cost, distributed as a small npm package you can pin or fork.
  • Supports filterByFormula and a dedicated search_records tool so agents can query without downloading whole tables.
  • Honest, prominent security warning about the HTTP transport rather than a silent footgun.
  • 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
  • Open source under the MCP servers repo license, easy to fork and extend
Cons
  • HTTP transport ships with no authentication — safe defaults require a reverse proxy you have to configure yourself.
  • No batching primitives beyond Airtable's own limits, so large writes can be slow and quota-hungry.
  • Airtable API rate limits (5 req/sec/base) still apply and can bottleneck chatty agents.
  • Requires a personal access token with real write power; a compromised MCP client can delete records or alter schema.
  • Community project maintained largely by one developer — response times to issues will vary.
  • Officially archived in May 2025 and no longer maintained upstream
  • Only one tool (generate_image) with no editing, variation, upscaling or img2img workflows
  • Fixed 1024x1024 output, no aspect-ratio or resolution controls
  • Requires a paid EverArt account and API key; image generation is not free
  • No prompts or resources exposed, so richer agentic patterns need custom code
Websitegithub.comgithub.com
Pick Airtable MCP Server if
  • Broad tool coverage — records, schema inspection, table/field creation, and record comments in one server.
  • Works with every major MCP client (Claude Desktop, Claude Code, Cursor, Cline, VS Code) via a generated install config.
  • Fine-grained scope control through Airtable personal access tokens lets you ship a strictly read-only agent.
  • Open source under MIT, zero runtime cost, distributed as a small npm package you can pin or fork.
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