E

EverArt MCP

Generate images from natural-language prompts

Community·No reviews yet
Repo Docs
Share:

About

Create AI-generated images via the EverArt API. Supply a prompt and receive image URLs back for use in docs, mockups, or content pipelines. Requires an EverArt API key.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about EverArt MCP.

What is the EverArt MCP used for?
The EverArt MCP generates AI images from natural-language prompts. It is typically used for creating images for documentation, mockups, or content pipelines directly from text descriptions.
How do I configure EverArt MCP in an MCP client?
Configuration depends on the client. Generally, you would specify the MCP's transport as 'stdio' and provide your EverArt API key when prompted within the client's MCP settings.
Does the EverArt MCP require an API key?
Yes, the EverArt MCP requires an EverArt API key for authentication. This key grants access to the underlying image generation service.
What are the key capabilities of the EverArt MCP?
The primary capability is generating images based on free-form textual prompts. The MCP returns URLs to these AI-generated images, which can then be used in various applications.
What is the cost associated with using the EverArt MCP?
The cost of using the EverArt MCP depends on the underlying EverArt API service. Refer to the EverArt website for details on their pricing and licensing for image generation.
Are there any limitations or prerequisites for using EverArt MCP?
A key prerequisite for using the EverArt MCP is obtaining and providing a valid EverArt API key. Without it, the MCP cannot authenticate with the image generation service.

Install EverArt MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "everart": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everart"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "everart": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everart"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "everart": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everart"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.