1. excel_to_json_mcp_from_data
Converts tab-separated Excel data or comma-separated CSV text data into JSON format.
2. excel_to_json_mcp_from_url
Converts an Excel file from a provided URL into JSON format.
Excel to JSON MCP provides a standardized interface for converting Excel and CSV data into JSON format using the Model Context Protocol with two conversion tools for data and URLs.
{
"mcpServers": {
"excel2json": {
"args": [
"mcp-remote",
"https://mcp.wtsolutions.cn/sse",
"--transport",
"sse-only"
],
"command": "npx",
"tools": [
"excel_to_json_mcp_from_data",
"excel_to_json_mcp_from_url"
]
}
}
}