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 provides web content fetching and conversion capabilities.
      Last updated -
      4
      89
      2
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that converts Markdown content into interactive mindmaps, allowing AI assistants to visualize hierarchical information through either HTML content or saved files.
      Last updated -
      1
      104
      Python
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.
      Last updated -
      TypeScript
      • Apple
    • -
      security
      A
      license
      -
      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

    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