Mysheet-mcp is a MCP Server for converting Excel files into JSON format, particularly useful for data processing when called within large models or Agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mysheet-mcp": {
"command": "npx",
"args": [
"-y",
"lgwanai/mysheet-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mysheet-mcp npx -y lgwanai/mysheet-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mysheet-mcp": {
"command": "npx",
"args": [
"-y",
"lgwanai/mysheet-mcp"
]
}
}
}
📋 Copy