Everart MCP Server

Advanced EverArt MCP server for generating and converting both vector (SVG) and raster images with flexible storage options

Local serverstdioPython

What is the Everart MCP server?

Advanced EverArt MCP server for generating and converting both vector (SVG) and raster images with flexible storage options. The everart mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.

What it actually does

This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references to community-built servers and additional resources.

Its toolset

Everything the assistant can do here goes through one of these:

  • Archived — The following reference servers are now archived and can be found at servers-archived

Adding it to your client

@modelcontextprotocol/server-memory on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration

You will need 2 environment variables: GITHUB_PERSONAL_ACCESS_TOKEN, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Everart's toolset — Archived — is a fair guide to whether it matches your workflow. It is maintained by chatflowdev; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the everart mcp server does with a few real requests.

Available tools

ToolWhat it does
ArchivedThe following reference servers are now archived and can be found at [servers-archived](https://github.com/modelcontextprotocol/servers-archived).

How to install the Everart MCP server

On Windows, wrap `npx` with `cmd /c`:

```json
{
  "mcpServers": {
    "memory": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GITHUB_PERSONAL_ACCESS_TOKENCredential the server authenticates with.Yes
YOUR_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Everart to Archived.

Frequently asked questions

It connects Everart to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Archived) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Everart directly.