@mukundakatta/xml-mcp
v0.1.0
Published
MCP server: convert between XML and JSON. Attribute-aware, CDATA-safe.
Maintainers
Readme
xml-mcp
MCP server: convert between XML and JSON. Backed by fast-xml-parser.
Attributes survive as @_-prefixed keys, so the round-trip is lossless.
Tools
to_json—<root id="42">hi</root>→{ root: { "@_id": "42", "#text": "hi" } }to_xml— JSON object back to XML.
Configure
{ "mcpServers": { "xml": { "command": "npx", "args": ["-y", "@mukundakatta/xml-mcp"] } } }License
MIT.
