Skip to main content
Glama
setup.py777 B
"""Setup script for excel-mcp-server""" from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( name="excel-mcp-server", version="1.0.0", author="BACH Studio", author_email="contact@bachstudio.com", description="A short description", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/BACH-AI-Tools/excel-mcp-server", packages=find_packages(), classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], python_requires=">=3.7", install_requires=[ # 添加你的依赖 ], )

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/BACH-AI-Tools/excel-mcp-server'

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