Markdown to HTML
0
Provides a server-side service for converting Markdown to HTML.
소개
This tool implements a server-side service for converting Markdown to HTML, built upon the Model Context Protocol (MCP) TypeScript SDK. It offers flexible deployment options, including one-command local startup via npx or global commands, and support for remote HTTP/Streamable HTTP invocations. Designed for modern Node.js environments, it provides a type-safe solution that can be directly integrated and called by MCP clients like Cursor, as well as standard HTTP requests.
주요 기능
- Enables direct integration and remote invocation by MCP clients like Cursor.
- Built with a modern, type-safe architecture.
- Offers one-command startup via npx or global commands (stdio).
- Supports ESM/CJS dual output for varied Node.js environments.
- Provides HTTP and Streamable HTTP service capabilities.
- 0 GitHub stars
사용 사례
- Transforming Markdown content into HTML for web display or publishing.
- Integrating Markdown-to-HTML conversion into MCP client applications (e.g., Cursor).
- Providing a remote API service for automated content processing.