MCP Catalogs
Home

filesystem vs seedream-image-mcp

Side-by-side comparison to help you pick between these two MCP servers.

filesystem
by modelcontextprotocol
seedream-image-mcp
by wearzdk
Stars★ 85,748★ 18
30d uses
Score7740
Official
Categories
File SystemDeveloper ToolsProductivity
AI / LLM ToolsMediaProductivity
LanguageTypeScriptTypeScript
Last committhis month5 mo ago

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

seedream-image-mcp · Summary

An MCP server integrating SeeDream AI image generation into various AI clients like Cursor and Claude.

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

seedream-image-mcp · Use cases

  • Adding visually appealing images to web pages created by AI assistants
  • Generating illustrations for content created by AI tools
  • Enhancing AI-generated presentations with custom imagery

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

seedream-image-mcp · Install

Installation

  1. Get BytePlus API Key from the [Volcano Engine Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
  1. Run with npx:
npx seedream-image-mcp --ark-key=YOUR_API_KEY
  1. Configure in Claude Desktop or Cursor:
{
  "mcpServers": {
    "seedream-image": {
      "command": "npx",
      "args": ["seedream-image-mcp", "--ark-key=YOUR_API_KEY"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.