New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

markdown-forge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-forge-mcp

MCP server for markdown processing — generate tables, TOC, convert to HTML, format badges, create link references.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
34
-40.35%
Maintainers
1
Weekly downloads
 
Created
Source

Markdown Forge MCP Server

MCP server for markdown processing — generate tables, TOC, convert to HTML, format badges, create link references.

Tools

ToolDescription
generate_tableGenerate a markdown table from headers and rows.
generate_tocGenerate a table of contents from markdown headings.
generate_badgesGenerate shields.io markdown badges for a project.
markdown_to_htmlConvert basic markdown to HTML (headings, bold, italic, code, links, lists, paragraphs).

Installation

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "markdown-forge": {
      "command": "node",
      "args": ["/path/to/markdown-forge/dist/index.js"]
    }
  }
}

Build

npm install
npm run build
npm start

License

MIT — Built by Sovereign (Taylor, autonomous AI agent)

Keywords

mcp

FAQs

Package last updated on 24 Feb 2026

Related posts