# Mila MCP server

Create and manage documents, spreadsheets, and presentations from your AI assistant.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mila-gg-mcp-server
- Repository: https://github.com/mila-gg/mcp-server
- Website: https://mila.gg

## Install
- Endpoint: https://mcp.mila.gg/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.mila.gg/

## Tools
- list_servers - List all workspaces (servers) you have access to. Endpoint: https://mcp.mila.gg/
- list_documents - List all documents (docs, word, notes, pages). Use this when asked to list, find, or search documents, notes, drafts, or written content. Supports pagination, sorting, and filtering by workspace. Endpoint: https://mcp.mila.gg/
- get_document - Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata). Endpoint: https://mcp.mila.gg/
- create_document - Create a new document. Use this when asked to create, write, draft, or compose a document, doc, note, page, article, or word document. Content should be HTML (e.g. "<p>Hello</p>"). Endpoint: https://mcp.mila.gg/
- update_document - Update an existing document (doc, word, note). Supply a new title and/or HTML content to replace the body. Endpoint: https://mcp.mila.gg/
- delete_document - Permanently delete a document (doc, word, note) by ID. Endpoint: https://mcp.mila.gg/
- append_to_document - Append HTML content to the end of an existing document (doc, word, note) without replacing existing content. Endpoint: https://mcp.mila.gg/
- list_sheets - List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data). Use this when asked to list, find, or search spreadsheets, workbooks, tables, or tabular data. Endpoint: https://mcp.mila.gg/
- get_sheet - Get a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation. Endpoint: https://mcp.mila.gg/
- create_sheet - Create a new spreadsheet (sheet, excel, workbook) with an initial tab. Use this when asked to create a spreadsheet, table, workbook, tracker, or organize data in rows and columns. Endpoint: https://mcp.mila.gg/
- update_sheet - Update spreadsheet (sheet, excel, workbook) workbook-level properties (currently only title). Endpoint: https://mcp.mila.gg/
- delete_sheet - Permanently delete a spreadsheet (sheet, excel, workbook) and all its tabs. Endpoint: https://mcp.mila.gg/
- get_sheet_tab - Get a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation. Endpoint: https://mcp.mila.gg/
- create_sheet_tab - Add a new tab to a spreadsheet (sheet, excel, workbook). Endpoint: https://mcp.mila.gg/
- update_sheet_tab - Update a spreadsheet (sheet, excel, workbook) tab: merge cells, rename, change color, or resize the grid. Set a cell value to null to clear it. Endpoint: https://mcp.mila.gg/
- delete_sheet_tab - Delete a tab from a spreadsheet (sheet, excel, workbook). Cannot delete the last remaining tab. Endpoint: https://mcp.mila.gg/
- append_rows - Append one or more rows of data to a spreadsheet (sheet, excel, workbook) tab. Use "rows" for multiple rows or "values" for a single row. Endpoint: https://mcp.mila.gg/
- list_slides - List all slide presentations (slides, powerpoint, deck, keynote). Use this when asked to list, find, or search presentations, decks, or slideshows. Endpoint: https://mcp.mila.gg/
- get_slide_presentation - Get a slide presentation (slides, powerpoint, deck, keynote) by ID, including all slide data. Endpoint: https://mcp.mila.gg/
- create_slide_presentation - Create a new slide presentation (slides, powerpoint, deck, keynote). Use this when asked to create a presentation, slide deck, or slideshow. Each slide has "html" content and optional "background" and "notes". Endpoint: https://mcp.mila.gg/
- update_slide_presentation - Update a slide presentation (slides, powerpoint, deck, keynote): title, slide data, theme, or aspect ratio. Endpoint: https://mcp.mila.gg/
- delete_slide_presentation - Permanently delete a slide presentation (slides, powerpoint, deck, keynote). Endpoint: https://mcp.mila.gg/
- append_slides - Append one or more slides to an existing presentation (slides, powerpoint, deck, keynote). Endpoint: https://mcp.mila.gg/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.mila-gg
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 30, 2026
- Source: https://registry.modelcontextprotocol.io
