MCP.so
登录
M

Mime (mcp Integrated Modern Executor)

@akashrtd

关于 Mime (mcp Integrated Modern Executor)

A high-performance, MCP-native browser automation server designed for speed and efficiency. Built in Go, MIME offers millisecond-level startup times (~100ms) for complex navigation, scraping, and testing tasks. It seamlessly integrates with AI agents to provide robust web browsin

基本信息

分类

浏览器自动化

传输方式

stdio

发布者

akashrtd

提交者

Akash Rathod

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mime-browser": {
      "command": "/Users/akashrathod/go/bin/mime",
      "args": [
        "serve"
      ],
      "env": {
        "HEADLESS": "true"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mime (mcp Integrated Modern Executor)?

Mime (mcp Integrated Modern Executor) is a high-performance browser automation tool built in Go with native Model Context Protocol (MCP) support. It allows AI agents like Claude to control browsers directly, with features such as stealth mode and trace mode, and requires no runtime dependencies.

How to use Mime (mcp Integrated Modern Executor)?

Install by cloning the repository and running make install, or via go install. To use as an MCP server with Claude Desktop, configure the server command with mime serve. Use CLI commands like mime serve --stealth or mime version. The Go library and TypeScript SDK are also available.

Key features of Mime (mcp Integrated Modern Executor)

  • High performance using Go and Chrome DevTools Protocol (Rod)
  • Native MCP support for AI agents
  • Single binary, no Node/Python dependencies
  • Built-in stealth mode for anti-detection
  • Trace mode for recording actions with screenshots
  • Intelligent auto-wait for page stability

Use cases of Mime (mcp Integrated Modern Executor)

  • AI assistants performing browser tasks via natural language
  • Automated web scraping and data extraction with markdown/meta
  • Multi-page crawling and site structure mapping
  • Debugging with recorded actions and screenshots (trace mode)
  • Secure browser automation with stealth mode

FAQ from Mime (mcp Integrated Modern Executor)

How is Mime different from Playwright?

MIME

评论

浏览器自动化 分类下的更多 MCP 服务器