markdown-forge-mcp
v1.0.4
Published
MCP server for markdown processing — generate tables, TOC, convert to HTML, format badges, create link references.
Downloads
388
Maintainers
Readme
markdown-forge-mcp
Generate markdown tables, TOC, HTML conversion, and more.
Automate markdown generation. Create tables from data, generate TOC, convert to HTML.
Quick Start
npx markdown-forge-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"markdown": {
"command": "npx",
"args": ["-y", "markdown-forge-mcp"]
}
}
}Tools (4)
| Tool | Description |
|------|-------------|
| generate_table | Generate a markdown table from headers and rows. |
| generate_toc | Generate a table of contents from markdown headings. |
| generate_badges | Generate shields.io markdown badges for a project. |
| markdown_to_html | Convert basic markdown to HTML (headings, bold, italic, code, links, lists, paragraphs). |
Examples
Generate table:
{
"tool": "markdown_table",
"arguments": {"headers": ["Name", "Stars"], "rows": [["React", "220k"]]}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/markdown-forge
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 29 MCP servers with 98 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
