Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions servers/diligent-mcp-tools/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Diligent MCP Tools

Excel & Browser automation tools for AI agents.

## Documentation

Full documentation available at: https://github.com/Tslilon/flingoos-excel-mcp

## Features

### Excel Tools (27 tools)
- **Read/Write**: Read and write data to Excel worksheets
- **Formatting**: Apply fonts, colors, borders, and number formats
- **Formulas**: Apply and validate Excel formulas
- **Tables**: Create native Excel tables with styles
- **Charts**: Create line, bar, pie, and scatter charts
- **Pivot Tables**: Create pivot tables for data analysis
- **Sheets**: Create, copy, rename, and delete worksheets
- **Rows/Columns**: Insert and delete rows and columns
- **Merge**: Merge and unmerge cell ranges
- **Validation**: Validate ranges and get validation rules

### Browser Tools (18 tools)
- **Navigation**: Navigate to URLs, wait for page load
- **Screenshots**: Capture full page or element screenshots
- **Interaction**: Click, fill inputs, select options, check boxes
- **Content**: Get text, attributes, execute JavaScript
- **Cookies**: Get, set, and clear cookies
- **Keyboard**: Press keys, scroll pages

## Quick Start

```bash
# Using Docker
docker run -i --rm -v ~/Documents:/data/excel maayanaloni/diligent-mcp-tools
```

## License

MIT
19 changes: 19 additions & 0 deletions servers/diligent-mcp-tools/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: diligent-mcp-tools
image: maayanaloni/diligent-mcp-tools
type: server
meta:
category: productivity
tags:
- excel
- spreadsheet
- browser
- automation
- playwright
- office
about:
title: Diligent MCP Tools
description: Excel & Browser automation tools for AI agents. Read, write, and format Excel files. Create charts, pivot tables, and formulas. Full browser automation with Playwright for web scraping and testing.
icon: https://avatars.githubusercontent.com/u/193816978?s=200&v=4
source:
project: https://github.com/Tslilon/flingoos-excel-mcp
commit: e41e84a069ffec07a66d1b255cf254887dd020a9
Loading