Back to Browse

Markdown Notes MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.

About

Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-architected MCP server for document conversion that handles sensitive file operations responsibly. Authentication and authorization mechanisms are appropriately scoped through path restrictions, and the codebase demonstrates good security practices around credential handling, input validation, and permission management. Minor code quality observations exist but do not constitute security vulnerabilities. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.

6 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Semicolon-separated folders the server may read. Omit to allow any path.Optional

Environment variable: MARKDOWN_MCP_ROOTS

Optional. Enables cloud image recognition, which can also describe charts. Images are sent to Google only when cloud mode is chosen.Required

Environment variable: GEMINI_API_KEY

Optional. Enables audio transcription, the only feature that cannot run locally.Required

Environment variable: ASSEMBLYAI_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-narashiman-k-markdown-notes-mcp": {
      "env": {
        "GEMINI_API_KEY": "your-gemini-api-key-here",
        "ASSEMBLYAI_API_KEY": "your-assemblyai-api-key-here",
        "MARKDOWN_MCP_ROOTS": "your-markdown-mcp-roots-here"
      },
      "args": [
        "-y",
        "suprasuta-markdown-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!