Skip to main content
Glama

Spire.XLS MCP Server

by eiceblue
__main__.py535 B
import asyncio from spire_xls_mcp.server import run_server def main(): """Start the Spire.Xls MCP Server.""" try: print("---------------") print("Starting Spire.Xls MCP Server... Press Ctrl+C to exit") asyncio.run(run_server()) except KeyboardInterrupt: print("\nShutting down server...") except Exception as e: print(f"\nError: {e}") import traceback traceback.print_exc() finally: print("Server stopped.") 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/eiceblue/spire-xls-mcp-server'

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