Skip to main content
Glama

PowerPoint MCP Server

by Ichigo3766
__init__.py518 B
from . import server import asyncio import argparse def main(): """Main entry point for the package.""" parser = argparse.ArgumentParser(description='Powerpoint MCP Server') parser.add_argument('--folder-path', default="/users/russellashby/decks/", help="Folder to store completed decks in.") args = parser.parse_args() asyncio.run(server.main(args.folder_path)) # Optionally expose other important items at package level __all__ = ['main', 'server']

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/Ichigo3766/powerpoint-mcp'

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