Skip to main content
Glama

Excel MCP Server

pyproject.toml563 B
[project] name = "excel-mcp-server" version = "0.1.0" description = "MCP server for Excel file manipulation" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.2.0", "openpyxl>=3.1.2", "requests>=2.28.0" ] [[project.authors]] name = "haris" email = "haris.musa@outlook.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] excel-mcp-server = "excel_mcp.__main__:main" [tool.hatch.build.targets.wheel] packages = ["src/excel_mcp"] [tool.hatch.build] packages = ["src/excel_mcp"]

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