Productivity
mila.gg
Manages documents by listing, retrieving, creating, and updating them across workspaces.
ENDPOINT 1
https://mcp.mila.gg
MCP server metadata
- Name
- Mila
- Version
- 1.0.0
Known tools 23
get_documentGet a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata).
Inferred read-onlyappend_to_documentAppend HTML content to the end of an existing document (doc, word, note) without replacing existing content.
Inferred read-onlylist_sheetsList all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data).
Inferred read-onlyget_sheetGet a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation.
Inferred read-onlycreate_sheetCreate a new spreadsheet (sheet, excel, workbook) with an initial tab.
Potential side effectsupdate_sheetUpdate spreadsheet (sheet, excel, workbook) workbook-level properties (currently only title).
Potential side effectsdelete_sheetPermanently delete a spreadsheet (sheet, excel, workbook) and all its tabs.
Potential side effectsget_sheet_tabGet a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation.
Inferred read-onlyupdate_sheet_tabUpdate a spreadsheet (sheet, excel, workbook) tab: merge cells, rename, change color, or resize the grid.
Potential side effectsappend_rowsAppend one or more rows of data to a spreadsheet (sheet, excel, workbook) tab.
Inferred read-onlyget_slide_presentationGet a slide presentation (slides, powerpoint, deck, keynote) by ID, including all slide data.
Inferred read-onlycreate_slide_presentationCreate a new slide presentation (slides, powerpoint, deck, keynote).
Potential side effectsupdate_slide_presentationUpdate a slide presentation (slides, powerpoint, deck, keynote): title, slide data, theme, or aspect ratio.
Potential side effectsdelete_slide_presentationPermanently delete a slide presentation (slides, powerpoint, deck, keynote).
Potential side effectsappend_slidesAppend one or more slides to an existing presentation (slides, powerpoint, deck, keynote).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mila]
url = "https://mcp.mila.gg"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mila": {
"type": "http",
"url": "https://mcp.mila.gg"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mila
Remote MCP URL: https://mcp.mila.gg
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mila": {
"url": "https://mcp.mila.gg"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mila": {
"type": "http",
"url": "https://mcp.mila.gg"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mila",
"transport": "streamable-http",
"url": "https://mcp.mila.gg"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mila.gg was fetched 2026-08-03T18:56:50.933Z and is being refreshed.
mila.gg is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.