md2card-mcp-server
Related Servers
Alternatives to md2card-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceConverts Markdown documents into beautifully styled knowledge cards with 18 different themes and generates them as HTML or image files (PNG/JPEG) in various sizes.37 npm4MIT
- AlicenseNot gradedqualityCmaintenanceConverts Markdown documents into formatted WeChat Official Account draft articles with automatic image generation and styling.MIT
- FlicenseNot gradedqualityDmaintenanceConverts Markdown documents into visually appealing image cards through the MCP protocol. Supports 19 theme styles and intelligent content splitting.8-
- AlicenseNot gradedqualityDmaintenanceA powerful MCP tool that converts Markdown documents into beautiful knowledge card images with 20+ card styles, suitable for sharing on blogs and social media.1Apache 2.0
- FlicenseNot gradedqualityFmaintenanceConverts WeChat Official Account articles to clean Markdown with locally downloaded images, supporting single and batch operations via MCP tools.96-
- AlicenseAqualityDmaintenanceConverts text or markdown into Xiaohongshu (Little Red Book) style image cards with AI cover generation, supporting multiple themes and aspect ratios.47 npm2MIT
TDQS
Scored across 2 tools
The two tools have clear, non-overlapping purposes: md2card_api converts Markdown to knowledge cards, while wechat_scraper fetches WeChat articles and converts them to Markdown. An agent can easily distinguish when to use each.
The naming pattern is inconsistent: 'md2card_api' uses an acronym-plus-suffix style, while 'wechat_scraper' uses a plain noun phrase. Neither follows a verb_noun convention, and the two names have no shared structural pattern.
With only two tools, the server feels minimal. However, the niche scope (Markdown-to-card conversion with a WeChat import pathway) arguably justifies a small surface, but it is still on the borderline of being too thin.
The core workflow is covered: scrape WeChat content to Markdown, then convert Markdown to cards. Minor gaps exist (e.g., no direct URL-to-card conversion or card customization options), but the primary pipeline is functional.