MCP Markdown Conversion Server
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
Uses dotenv for environment configuration to store Cloudflare authentication credentials
Utilizes Cloudflare AI services, specifically the tomarkdown API, to convert various file types to Markdown descriptions
Converts various file formats (including PDF, images, Office documents, and more) into Markdown descriptions
MCP Server To Markdown
English | 简体中文
A powerful Model Context Protocol (MCP) server that leverages Cloudflare AI services to convert various file formats into Markdown descriptions. This server provides a standardized interface for seamless file conversion and description generation.
Key Features
- Seamless integration with Cloudflare AI services
- Efficient Markdown description generation
- Comprehensive file format support
- Native Cloudflare tomarkdown API integration
- User-friendly MCP interface
- Cross-platform compatibility
Supported File Formats
Category | File Extensions |
---|---|
Documents | |
Images | .jpeg, .jpg, .png, .webp, .svg |
Web Content | .html |
Data | .xml, .csv |
Spreadsheets | .xlsx, .xlsm, .xlsb, .xls, .et, .ods, .numbers |
System Requirements
- Node.js 18 or later
- Valid Cloudflare API Token
- Active Cloudflare Account ID
Installation
Install globally using npm:
MCP Client Configuration
Cursor Integration
- Navigate to Cursor settings
- Select "MCP" from the sidebar
- Choose "Add new global MCP server"
- Apply the following configuration:Copy
Claude Desktop Setup
Add the following to your claude_desktop_config.json
:
ChatWise Configuration
- Launch ChatWise
- Access Settings
- Select Tools section
- Click "+" to add new tool
- Configure with these parameters:
- Type:
stdio
- ID:
to-markdown
- Command:
mcp-server-to-markdown
- Args:Copy
- Type:
API Reference
to-markdown Tool
Converts various file formats to Markdown descriptions.
Input Parameters:
filePaths
: Array (required) - List of file paths to process
Response Structure:
Development Guide
Getting Started
- Clone and setup environment:
- Configure Cloudflare credentials:
- Install dependencies and build:
Project Structure
Available Scripts
npm run build
- Build TypeScript codenpm run inspect
- Run with MCP inspector
Usage Example
License
MIT License
This project is maintained by Frad LEE
This server cannot be installed
A server that converts various file formats (PDF, images, Office documents, etc.) to Markdown descriptions using Cloudflare AI services.