Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs
publish.yml707 B
name: Publish to PyPI on: release: types: [published] jobs: build-n-publish: name: Build and publish to PyPI runs-on: ubuntu-latest environment: name: release url: https://pypi.org/project/excel-mcp-server permissions: id-token: write steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: python-version: "3.x" - name: Install hatch dependencies run: | python -m pip install --upgrade pip pip install hatch - name: Build package run: hatch build - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1

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/hyunjae-labs/xlwings-mcp-server'

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