The JSON to Excel MCP (Model Context Protocol) provides a standardized interface for converting JSON data into CSV format string using the Model Context Protocol. This MCP implementation offers two specific tools for data conversion:
json_to_excel_mcp_from_data: Converts JSON data string into CSV format.
json_to_excel_mcp_from_url: Converts JSON file from a provided URL (.json format) into CSV format string.
Server Config
{
"mcpServers": {
"json2excelsse": {
"type": "sse",
"url": "https://mcp2.wtsolutions.cn/sse"
}
}
}