Skip to main content
Glama

MCP Sheet Parser

by yuqie6
MIT License
3
  • Apple
main.py448 B
#!/usr/bin/env python3 """ MCP 表格解析服务器 - 主入口点 一个模型上下文协议服务器,提供表格解析和HTML转换工具。 支持多种文件格式,提供便捷和专业的工具接口。 """ import asyncio from src.mcp_server.server import main as server_main def main(): """MCP 表格解析服务器的主入口点。""" asyncio.run(server_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/yuqie6/MCP-Sheet-Parser-cot'

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