mcpbeat Sign in

Saymaker MCP Server

local only

Saymaker MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Generate and edit AI images and video on SayMaker: Veo 3.1, Kling 3.0, Seedance 2.0, Nano Banana 2.

Installs / week
npm · saymaker-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Saymaker MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add saymaker-mcp -- npx -y saymaker-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "saymaker-mcp": {
      "args": [
        "-y",
        "saymaker-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.saymaker-mcp]
command = "npx"
args = ["-y", "saymaker-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "saymaker-mcp": {
      "args": [
        "-y",
        "saymaker-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "saymaker-mcp": {
      "args": [
        "-y",
        "saymaker-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Saymaker MCP

same job, measured the same way
Vidofy
by vidofy

Generate video, images, audio and speech with Vidofy — Veo 3.1, Kling 3.0, Flux 2 and 570+ models.

247 installs/wk answering
openFlow
by molkex

Generate images and video on Google Flow (Veo, Nano Banana) from any MCP client

35 tools answering
Seedance 2.0 MCP
by rocnubie

Create AI videos with Seedance 2.0 by text to video, text to image, image editing, and image to

local only
MCP Nanobanana Pro
by acedatacloud

MCP server for NanoBanana AI image generation and editing

1 190 installs/wk answering
StoryStudio
by helloelo-fr

AI image, video, voice and music generation over MCP, routed to Veo 3.1, Seedance 2.5 and more.

answering
Deep Art AI
by deeparteffects

Generate and edit images and videos, and check your Deep Art credit balance.

answering
AI Content Drop
by aicontentdrop

Make AI videos and images from a description, on one credit balance. Sign in to generate.

41 tools answering
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering

Saymaker MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Saymaker MCP?
Saymaker MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package saymaker-mcp.
How do I connect Saymaker MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls saymaker-mcp straight from npm; nothing to host, nothing to sign up for.
Is Saymaker MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.