mcpbeat Sign in

Opentalk2html Notmd MCP Server

local only

Opentalk2html Notmd runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 16 Jun 2026.

MCP server for HTML generation from AI agents

Installs per day peak 17 · avg 9 · +37% w/w
a month agotoday
56
Installs / week
npm · @aimino/opentalk2html-notmd
7
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
GPL-3.0
License
HTML

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command python/src/opentalk2html_notmd/cli.py:24
        proc = subprocess.run(cmd)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 opentalk2html-notmd -- npx -y @aimino/opentalk2html-notmd
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opentalk2html-notmd": {
      "args": [
        "-y",
        "@aimino/opentalk2html-notmd"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.opentalk2html-notmd]
command = "npx"
args = ["-y", "@aimino/opentalk2html-notmd"]
.cursor/mcp.json
{
  "mcpServers": {
    "opentalk2html-notmd": {
      "args": [
        "-y",
        "@aimino/opentalk2html-notmd"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "opentalk2html-notmd": {
      "args": [
        "-y",
        "@aimino/opentalk2html-notmd"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Opentalk2html Notmd

same job, measured the same way
MCP Flux Pro
by acedatacloud

MCP server for Flux AI image generation

815 installs/wk answering
MCP Wan
by acedatacloud

MCP server for Wan AI video generation

744 installs/wk answering
MCP Qwen Image
by acedatacloud

MCP server for Qwen Image 3 AI image generation

163 installs/wk answering
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

84 installs/wk local only
MCP Kling
by acedatacloud

MCP server for Kling AI video generation

664 installs/wk answering
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering
Staruml MCP
by ezrabrilliant

MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP.

43 installs/wk local only
MCP Hailuo
by acedatacloud

MCP server for Hailuo (MiniMax) AI video generation

507 installs/wk answering

Opentalk2html Notmd — questions

Answers built from our own checks of this server.

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