{
  "markdown": "\n# mcp-markdown-tools\n\nAn MCP (Model Context Protocol) server that provides tools for working with Markdown content. Analyze, lint, format, and generate Markdown programmatically through any MCP-compatible client.\n\n## Tools\n\n### generate_toc\n\nGenerate a table of contents from markdown headings. Configure minimum/maximum heading depth and choose between ordered or unordered list output.\n\n### lint_markdown\n\nCheck markdown for common issues including broken link syntax, heading hierarchy violations, trailing whitespace, missing image alt text, inconsistent list markers, and excessive blank lines.\n\n### format_markdown\n\nFormat and prettify markdown content. Normalizes heading styles (converts setext to ATX), fixes spacing around headings and blocks, aligns table columns, and wraps long lines at configurable width.\n\n### markdown_stats\n\nCompute detailed statistics from markdown content: word count, character count, estimated reading time, headings by level, link count, image count, code block count with language distribution, list items, blockquotes, and paragraph count.\n\n### generate_table\n\nGenerate formatted markdown tables from JSON data. Supports column selection, custom header labels, and per-column alignment (left, center, right).\n\n## Installation\n\n```bash\nnpm install\nnpm run build\n```\n\n## Usage with Claude Desktop\n\nAdd the following to your Claude Desktop configuration file:\n\n- **Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"markdown-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"D:/products/mcp-servers/mcp-markdown-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## Usage with Claude Code\n\nAdd the server using the Claude Code CLI:\n\n```bash\nclaude mcp add markdown-tools node D:/products/mcp-servers/mcp-markdown-tools/dist/index.js\n```\n\nOr add it to your `.mcp.json` configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"markdown-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"D:/products/mcp-servers/mcp-markdown-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm start\n```\n\n## License\n\nMIT\n",
  "bytes": 2180,
  "sha": "38e8a08e4a7d66ec161aa623578af2d9c5511591f7ec03af39f28c459f69d943",
  "repo_slug": "rog0x/mcp-markdown-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rog0x_markdown_5787af0a/readme"
}