Excel to JSON MCP by WTSolutions
Created 4 months ago
Excel to JSON MCP provides a standardized interface for converting Excel and CSV data into JSON format.
development
documentation
public
What is Excel to JSON MCP by WTSolutions?
MCP Server providing a standardized interface for converting (1) Excel or CSV data into JSON format ;(2) Excel(.xlsx) file into Structured JSON.
Documentation
Excel to JSON MCP Documentation
Introduction
The Excel to JSON MCP provides a standardized interface for converting Excel and CSV data into JSON format using the Model Context Protocol.
Tools
- excel_to_json_mcp_from_data: Converts tab-separated Excel data or comma-separated CSV text data into JSON format.
- excel_to_json_mcp_from_url: Converts Excel file (.xlsx) from a provided URL into JSON format.
Example Prompts
- Convert tab-separated data into JSON format.
- Convert comma-separated data into JSON format.
Response Format
The MCP tools return a JSON object indicating success or error.
Error Handling
Descriptive error messages are provided for common issues.
Server Config
{
"mcpServers": {
"excel-to-json-mcp-by-wtsolutions-server": {
"command": "npx",
"args": [
"excel-to-json-mcp-by-wtsolutions"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 17, 2025
Updated At:
Aug 07, 2025
Author:
WTSolutions
Category:
community
License:
Free for now.
Tags:
development
documentation
public