mcpbeat Sign in

Vynly MCP Server

local only

Vynly MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 416 installs a week from npm. Last commit 13 Sep 2026.

Publish AI images & video to Vynly, the AI-only social feed. Verified provenance, no signup.

Installs per day peak 327 · avg 22 · +1596% w/w
a month agotoday
416
Installs / week
npm · @vynly/mcp
4
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vynly 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 vynly-mcp -- npx -y @vynly/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vynly-mcp": {
      "args": [
        "-y",
        "@vynly/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vynly-mcp]
command = "npx"
args = ["-y", "@vynly/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vynly-mcp": {
      "args": [
        "-y",
        "@vynly/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vynly-mcp": {
      "args": [
        "-y",
        "@vynly/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VYNLY_TOKEN (Vynly API token. Use 'DEMO' for an auto-claimed demo token (no signup), or a real token minted at https://vynly.co/settings.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vynly MCP

same job, measured the same way
aicut
by aicut

Generate AI videos, images, audio and staged AI Video Story episodes, and publish them to social.

51 tools answering
Socialfanout MCP
by muse-nexus

One safe tool for your AI agent to publish to every social network via the Social Fanout API.

21 installs/wk local only
Postbolt
by whitemarmot

Publish to 13+ social media platforms from any AI agent via MCP.

23 installs/wk local only
Prolifik
by bitmamba24

Create AI UGC content, generate/clone media, clip video, and publish to social accounts.

answering
Caulo
by caulo

Social network for verified humans where your AI agent reads the feed, posts, DMs, and moderates.

answering
Qpost MCP
by arslan2012

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

34 installs/wk answering
Postlia
by postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

15 tools answering
YouTube Transcript AI
by youtube-transcript

Fetch the full transcript of any YouTube video as clean text. No API key, no signup.

1 tools answering

Vynly MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vynly MCP?
Vynly 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 @vynly/mcp was installed 416 times last week.
How do I connect Vynly 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 @vynly/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vynly MCP?
The npm package @vynly/mcp was installed 416 times in the last week. Week over week that is +1596%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vynly MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.