MCP.so
登录
M

Markdown To Text

@MD-TO-TEXT

关于 Markdown To Text

A powerful Model Context Protocol (MCP) server that converts Markdown documents to plain text. Supports both stdio and HTTP transport protocols for use as local tools or remote services.

基本信息

分类

其他

传输方式

stdio

发布者

MD-TO-TEXT

提交者

SuperDa Fu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "md-to-text": {
      "command": "node",
      "args": [
        "./build/index.js"
      ],
      "cwd": "/path/to/md_to_text_mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Markdown To Text?

Markdown To Text is a Model Context Protocol (MCP) server that converts Markdown documents to plain text. It supports both stdio and HTTP transport protocols for use as local tools or remote services.

How to use Markdown To Text?

Use the server with stdio mode for local clients like Claude Desktop, or with HTTP mode for remote clients. Configure the transport protocol according to your environment.

Key features of Markdown To Text

  • Complete Markdown element support (headers, lists, links, etc.)
  • Flexible conversion options and style configurations
  • Dual protocol support: stdio and HTTP
  • Batch directory scanning and bulk file conversion
  • URL support for remote Markdown files
  • Security hardened with input validation

Use cases of Markdown To Text

  • Convert Markdown files to plain text locally using stdio mode
  • Process remote Markdown files via URL support
  • Batch convert entire directories of Markdown documents
  • Integrate as a remote service over HTTP for distributed workflows

FAQ from Markdown To Text

What transport protocols does Markdown To Text support?

It supports both stdio mode (for Claude Desktop) and HTTP mode (for remote clients).

Can Markdown To Text process multiple files at once?

Yes, it supports batch processing with directory scanning and bulk file conversion.

Can Markdown To Text convert Markdown from a URL?

Yes, it supports direct processing of remote Markdown files via URL.

What security features does Markdown To Text have?

It includes comprehensive input validation and security protection.

Is Markdown To Text optimized for performance?

Yes, it features an optimized conversion engine with concurrency control.

评论

其他 分类下的更多 MCP 服务器