Skip to main content

Excel MCP Server for manipulating Excel files

Project description

A Model Context Protocol (MCP) server that enables structured interactions with Microsoft Excel workbooks. Use it to read, write, query, and transform spreadsheet data via MCP-compliant clients.

Features

  1. Open and manage Excel workbooks and worksheets
  2. Read/write cell ranges, rows, and columns
  3. Append data and create tables
  4. Evaluate formulas and recalculate sheets
  5. Find/replace, filter, and basic data validation

MCP Capabilities

  1. open_workbook(path, mode="r|rw") -> { workbookId, sheets }
  2. list_workbooks(root=?) -> [paths]
  3. list_sheets(workbook) -> [names]
  4. read_range(workbook, sheet, range) -> { values, types? }
  5. write_range(workbook, sheet, range, values) -> { updated: count }
  6. append_rows(workbook, sheet, rows) -> { appended: count }
  7. find(workbook, sheet, query, matchCase=?, wholeCell=?) -> [addresses]
  8. replace(workbook, sheet, query, replace, all=?) -> { replaced: count }
  9. export_csv(workbook, sheet, range=?, path=?) -> { path }
  10. export_json(workbook, sheet, range=?, path=?) -> { path }
  11. save(workbook, path=?) -> { path }
  12. close_workbook(workbook, save=?)

Resources

  1. workbook:list
  2. sheet:list

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_hcp4-1.1.0.tar.gz (19.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_hcp4-1.1.0-py3-none-any.whl (29.0 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_hcp4-1.1.0.tar.gz.

File metadata

  • Download URL: mcp_server_hcp4-1.1.0.tar.gz
  • Upload date:
  • Size: 19.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for mcp_server_hcp4-1.1.0.tar.gz
Algorithm Hash digest
SHA256 df75ad74b42c9cd56456322b59469e675a941e0a6e139ad3aed07d8e529a197d
MD5 93f71ab7344dc690deaab10b02db4733
BLAKE2b-256 c6bda62a0f57703175e4514296f3aa992a3bcac46e8079671a722eff81a4ac23

See more details on using hashes here.

File details

Details for the file mcp_server_hcp4-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_hcp4-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8d445f1a3a52f4fe1597ba510cb0a613d299cb72079f5ab2631088197171ed5d
MD5 b923e94bd15bcc015d797dac4ce64df6
BLAKE2b-256 8ee1c217827962261db890e73e1e4b5bea72b206f6eb102e43369f3a20e1bbe1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page