mcpbeat Sign in

Siren MCP Server

by yoavhizkih Your server? Claim it
local only

Siren runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 19 Jul 2026.

MCP server for Siren diagramming — teach AI models to create beautiful diagrams with Siren syntax

Installs per day peak 140 · avg 6 · -11% w/w
a month agotoday
25
Installs / week
npm · siren-mcp
2
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Siren

same job, measured the same way
MCP Neo4j Data Modeling
by neo4j-contrib

A simple Neo4j MCP server for creating graph data models.

1 308 installs/wk local only
Crimson Crab MCP Template
by singhpratech

Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude

local only
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

257 installs/wk local only
Juniper Routing Director MCP Server
by juniper

MCP server to integrate with Juniper Routing Director

local only
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only
Drawio MCP
by yohasacura

MCP server for creating and editing draw.io / diagrams.net XML files programmatically.

133 installs/wk local only
I
Planform MCP Server
by shirbarzur

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

local only
Zoom Whiteboard
by zoom

Zoom Whiteboard server for creating boards and diagrams and locating existing boards.

answering

Siren — questions

Answers built from our own checks of this server.

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