Skip to main content
Glama

Excel MCP Server

by xuhongxin
server.py290 B
#!/usr/bin/env python3 """ Excel MCP Server 启动文件 """ import sys import os from pathlib import Path # 添加src目录到Python路径 src_path = Path(__file__).parent / "src" sys.path.insert(0, str(src_path)) from excel_mcp.server import main if __name__ == "__main__": main()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xuhongxin/excel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server