[project]
name = "excel-analytics-mcp"
version = "0.1.3"
description = "Self-evolving Excel analytics toolkit — MCP server + dashboard for Claude Desktop"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
authors = [{name = "Blake Thomson"}]
keywords = ["mcp", "excel", "analytics", "claude", "llm"]
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"mcp[cli]>=1.0.0",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"pandas>=2.1.0",
"openpyxl>=3.1.0",
"tabulate>=0.9.0",
"python-multipart>=0.0.9",
]
[project.urls]
Homepage = "https://github.com/blakethom8/excel-mcp"
Repository = "https://github.com/blakethom8/excel-mcp"
[project.scripts]
excel-analytics-mcp = "excel_mcp.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["excel_mcp"]