Opentalk2html Notmd MCP Server

OpenTalk2HTML-NotMD is an MCP server that transforms how AI agents communicate with you. Instead of drowning in raw markdown files that nobody can read, AI builds clean, organized HTML pages - reports, dashboards, landing pages, invoices, anything - delivered instantly, no browser required. Its 17 documented tools cover html, render, template, email.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-06-16 · ★ 7 · #421 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

GPL-3.0 · HTML · how we verify → /methodology

01 · Install Opentalk2html Notmd

Claude Code

claude mcp add aimino-tech-opentalk2html-notmd -- npx -y @aimino/opentalk2html-notmd

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aimino-tech-opentalk2html-notmd": {
      "command": "npx",
      "args": [
        "-y",
        "@aimino/opentalk2html-notmd"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license GPL-3.0 - declared in the repository

npm package @aimino/opentalk2html-notmd - the @aimino scope differs from the repo owner (aimino-tech); confirm it's the project's official package

registry namespace io.github.Aimino-Tech is GitHub-verified and matches the repo owner

03 · What Opentalk2html Notmd can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can add your own template at runtime, replace content by CSS selector, replace lines (most token-efficient edit), and write raw HTML to file.

Capability map

Tools grouped from the project's README - what Opentalk2html Notmd lets an agent do.

Html

7 tools - e.g. Replace content by CSS selector; Replace lines (most token-efficient edit); Inspect HTML in 4 modes (97% token savings)

patch_html · edit_html_range · read_html · write_raw_html · format_html · preview_html…

read & search

4 tools - e.g. Browse available components; Browse available templates; See template variables

list_components · list_templates · get_template_schema · get_component_schema

Render

2 tools - e.g. Compose a page from components & template; Build email-safe HTML

render_page · render_email

Register

1 tool - e.g. Add your own template at runtime

register_template

update

1 tool - e.g. Change an attribute by CSS selector

set_attribute

Propagate

1 tool - e.g. Update all cross-references

propagate_edit

Check

1 tool - e.g. Audit for stale references

check_consistency

Latest releases

v0.1.2 · 2026-05-22

Initial Python/PyPI release - install via pip install fast-html-mcp-server or uvx fast-html-mcp-server

04 · Who maintains Opentalk2html Notmd

opentalk2html-notmd is maintained by aimino-tech. We track 2 MCP servers from aimino-tech - 2 actively maintained, 165 combined GitHub stars, oldest repo from May 2026. Full record: all servers from aimino-tech.

  1. office-oxide-mcp Rust-native MCP server for Office document processing ★ 158

05 · Facts

category
other - ranked #421 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Aimino-Tech/opentalk2html-notmd (active, first published 2026-06-16)
packages
npm:@aimino/opentalk2html-notmd

06 · Opentalk2html Notmd FAQ

Is Opentalk2html Notmd still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-16. We re-verify nightly.

What can Opentalk2html Notmd do?

With this server connected, an agent can add your own template at runtime, replace content by CSS selector, replace lines (most token-efficient edit), and write raw HTML to file.

How do I install Opentalk2html Notmd?

Run `npx -y @aimino/opentalk2html-notmd`. You can also paste the ready-made client config above.

Does Opentalk2html Notmd run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Opentalk2html Notmd