@mukundakatta/mdtable-mcp
v0.1.0
Published
MCP server: convert JSON arrays of objects to GitHub-flavored Markdown tables.
Maintainers
Readme
mdtable-mcp
MCP server: render JSON arrays of objects as GitHub-flavored Markdown tables. Escapes pipes, supports column ordering, and per-column alignment.
Tool
render
{
"rows": [
{ "name": "Mukunda", "age": 30 },
{ "name": "Alex", "age": 25 }
],
"align": { "age": "right" }
}→
| name | age |
| --- | ---: |
| Mukunda | 30 |
| Alex | 25 |Configure
{ "mcpServers": { "mdtable": { "command": "npx", "args": ["-y", "@mukundakatta/mdtable-mcp"] } } }License
MIT.
