← Registry

Productivity

mila.gg

Manages documents by listing, retrieving, creating, and updating them across workspaces.

1 endpoint23 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.mila.gg

No auth detected

MCP server metadata

Name
Mila
Version
1.0.0
Capabilities
tools.listChanged

Known tools 23

list_servers

List all workspaces (servers) you have access to.

Inferred read-only
list_documents

List all documents (docs, word, notes, pages).

Inferred read-only
get_document

Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata).

Inferred read-only
create_document

Create a new document.

Potential side effects
update_document

Update an existing document (doc, word, note).

Potential side effects
delete_document

Permanently delete a document (doc, word, note) by ID.

Potential side effects
append_to_document

Append HTML content to the end of an existing document (doc, word, note) without replacing existing content.

Inferred read-only
list_sheets

List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data).

Inferred read-only
get_sheet

Get a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation.

Inferred read-only
create_sheet

Create a new spreadsheet (sheet, excel, workbook) with an initial tab.

Potential side effects
update_sheet

Update spreadsheet (sheet, excel, workbook) workbook-level properties (currently only title).

Potential side effects
delete_sheet

Permanently delete a spreadsheet (sheet, excel, workbook) and all its tabs.

Potential side effects
get_sheet_tab

Get a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation.

Inferred read-only
create_sheet_tab

Add a new tab to a spreadsheet (sheet, excel, workbook).

Inferred read-only
update_sheet_tab

Update a spreadsheet (sheet, excel, workbook) tab: merge cells, rename, change color, or resize the grid.

Potential side effects
delete_sheet_tab

Delete a tab from a spreadsheet (sheet, excel, workbook).

Potential side effects
append_rows

Append one or more rows of data to a spreadsheet (sheet, excel, workbook) tab.

Inferred read-only
list_slides

List all slide presentations (slides, powerpoint, deck, keynote).

Inferred read-only
get_slide_presentation

Get a slide presentation (slides, powerpoint, deck, keynote) by ID, including all slide data.

Inferred read-only
create_slide_presentation

Create a new slide presentation (slides, powerpoint, deck, keynote).

Potential side effects
update_slide_presentation

Update a slide presentation (slides, powerpoint, deck, keynote): title, slide data, theme, or aspect ratio.

Potential side effects
delete_slide_presentation

Permanently delete a slide presentation (slides, powerpoint, deck, keynote).

Potential side effects
append_slides

Append one or more slides to an existing presentation (slides, powerpoint, deck, keynote).

Inferred read-only

CONNECT 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.

Trust status Trusted

mila.gg is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.