Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Xml

FreeNot checked

MCP server: convert between XML and JSON. Attribute-aware, CDATA-safe.

GitHubEmbed

About

MCP server: convert between XML and JSON. Attribute-aware, CDATA-safe.

README

npm 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.

from github.com/MukundaKatta/xml-mcp

Installing Xml

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MukundaKatta/xml-mcp

FAQ

Is Xml MCP free?

Yes, Xml MCP is free — one-click install via Unyly at no cost.

Does Xml need an API key?

No, Xml runs without API keys or environment variables.

Is Xml hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Xml in Claude Desktop, Claude Code or Cursor?

Open Xml on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Xml with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs