LogoSTMCP
Download
excel-to-json-mcp

Excel to JSON MCP by WTSolutions

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.

Tools

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.

Open Graph image for Excel to JSON MCP by WTSolutions

JSON Config

{
  "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"
      ]
    }
  }
}

Information