hank-excel-mcp
Python package for connecting Excel to AI via MCP.
See the main README for full documentation.
Install
pip install hank-excel-mcp==0.1.0
The distribution is hank-excel-mcp; the Python import remains excel_mcp
and the console command remains excel-mcp. For package development, use
pip install -e . from this directory instead.
Components
excel_mcp.mcp_server— MCP stdio server (python -m excel_mcp)excel_mcp.relay— relay state andcreate_relay_app()factory; an embedding application must supply request authenticationexcel_mcp.tool_registry— built-in workbook tools plusregister_tools()extensibilityexcel_mcp.mcp_server.channel_status— relay/taskpane health and recovery inspection
The live MCP server currently exposes 26 tools: channel_status plus the
registry-backed workbook tools. Inspect the registered surface in process when
changing either owner.
excel-mcp start is a host-repository convenience command that launches
api.main:app; it is not a standalone authenticated relay. Portable consumers
should embed create_relay_app() with their own request authenticator.
Release files for hank-excel-mcp 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hank_excel_mcp-0.1.0.tar.gz | 54.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hank_excel_mcp-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.1 kB
Release files / hank_excel_mcp-0.1.0.tar.gz
| Download URL | hank_excel_mcp-0.1.0.tar.gz |
|---|---|
| Size | 54.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b134c2acb627f424ee9e52d03d118659885fc9ad933834670183059da8117ce
|
|
BLAKE2b-256 checksum How to use checksums |
a8de65da78076f9af09d8120f4247fd128743e77ecbb00c8189f1d5151638f3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|
Release files / hank_excel_mcp-0.1.0-py3-none-any.whl
| Download URL | hank_excel_mcp-0.1.0-py3-none-any.whl |
|---|---|
| Size | 46.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c1fd9b8d8fedd94280ea2a5f3bdd5e01d716a141891fcf9f31e208f3437e7b3d
|
|
BLAKE2b-256 checksum How to use checksums |
a57ff02c33b7b42eb71e7c83c80a4e909eef01558e77eaad41ab910b1a7b59c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|