markdown-to-html

by fashionzzZ
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides a tool to convert Markdown content to HTML, enabling transformation of Markdown syntax into properly formatted HTML.

マークダウンからHTMLへの変換MCPサーバー

Markdown を HTML に変換するモデル コンテキスト プロトコル サーバー。

特徴

ツール

  • markdown_to_html - Markdown を HTML に変換する
    • 必須パラメータとしてmdContentを受け取ります

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "markdown-to-html": { "command": "node", "args": [ "/path/to/markdown-to-html/build/index.js" ] } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Markdown コンテンツを HTML 形式に変換するモデル コンテキスト プロトコル サーバー。

  1. Features
    1. Tools
  2. Development
    1. Installation
      1. Debugging
    ID: tz4pthd4dh