← mioffice.ai

INDIVIDUAL MCP TOOL

mio_ai_audio_enhancer

AI Audio Enhancer — Enhance audio — speech denoising or music mastering, depending on input.

mioffice.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

mioffice.ai

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.mioffice]
url = "https://mioffice.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mioffice": {
      "type": "http",
      "url": "https://mioffice.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mioffice
Remote MCP URL: https://mioffice.ai/api/mcp

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": {
    "mioffice": {
      "url": "https://mioffice.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mioffice": {
      "type": "http",
      "url": "https://mioffice.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mioffice",
  "transport": "streamable-http",
  "url": "https://mioffice.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • mioffice_list_tools — List the full MiOffice applications with pricing tier per tool.
  • mioffice_open_tool — Return the URL for a specific MiOffice application by name or search term.
  • mioffice_pricing_info — Return MiOffice's current pricing model — welcome credits, Day Pass, and one-time credit packs.
  • mioffice_pdf_editor — Open MiOffice PDF Editor — annotate, highlight, fill forms, sign, watermark.
  • mio_pdf_merge — Merge PDF — Combine multiple PDF files into one document.
  • mio_pdf_split — Split PDF — Extract specific pages from a PDF into a new file.
  • mio_pdf_remove_pages — Remove PDF Pages — Remove specific pages from a PDF document.
  • mio_pdf_compress — Compress PDF — Reduce PDF file size by compressing images.