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.0.0.tar.gz (19.2 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.0.0-py3-none-any.whl (29.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_server_hcp4-1.0.0.tar.gz
  • Upload date:
  • Size: 19.2 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.0.0.tar.gz
Algorithm Hash digest
SHA256 3ee2c1dd35ec186d7d371531116397c0137adb7c46421f59c076bbf476834953
MD5 f048ff9cfefdfd85770a121a890b2d62
BLAKE2b-256 e9a3eb671e3caaf16bdd66834b13ed64ed51665eec8cb099b6c732134158ab88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mcp_server_hcp4-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca06344dac2d6e39c1e6ce0992062dc2c0534b2ec10a87376864d9fc71755afa
MD5 befec85bb2e881801cbd74be0a4c563d
BLAKE2b-256 a55c99596003b740ac4b86adf1201b656f1224fdd0e864c29f594f9251d79e12

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