Skip to main content
Glama

Excel MCP Server

import asyncio from .server import run_server def main(): """Start the Excel MCP server.""" try: print("Excel MCP Server") print("---------------") print("Starting 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/fish0710/excel-mcp'

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