Skip to main content
Glama

markdown-to-html

by fashionzzZ

マークダウンから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 を提供します。

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  1. 特徴
    1. ツール
  2. 発達
    1. インストール
      1. デバッグ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that converts various file formats (PDF, PowerPoint, Word, Excel, Images, etc.) to Markdown to make them accessible to LLMs.
      Last updated -
      1
      MIT License
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that converts Markdown text to interactive mind maps with support for rich interactive operations and multi-format exports.
      Last updated -
      1
      830
      87
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that intelligently fetches and processes web content, transforming websites and documentation into clean, structured markdown with nested URL crawling capabilities.
      Last updated -
      2
      675
      3
      TypeScript
    • A
      security
      F
      license
      A
      quality
      An MCP server that converts Markdown to HTML, supporting both stdio and HTTP interfaces for easy integration with Cursor and other MCP clients.
      Last updated -
      1
      3
      TypeScript

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/fashionzzZ/markdown-to-html'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server