MCP-Workspace-Server

answerlink/MCP-Workspace-Server
โ˜… 123 stars Python ๐Ÿค– AI/LLM Updated 1mo ago
๐Ÿš€ Beyond Filesystem - Complete AI Development Environment - One MCP Server provides full Agent capability stack: web development, code execution, data processing, image generation. No need for multiple tools, configure once. Perfect support for Dify, FastGPT, Cherry Studio. ๆ–‡ไปถๆ“ไฝœใ€Python/Node.js ไปฃ็ ๆ‰ง่กŒใ€Web ๅบ”็”จไธ€้”ฎ้ƒจ็ฝฒ๏ผˆๆ”ฏๆŒๆณ›ๅŸŸๅ๏ผ‰ใ€Excel ๅค„็†ใ€ๅ›พๅƒ็”Ÿๆˆใ€‚ๅผ€็ฎฑๅณ็”จ
View on GitHub โ†’

Quick Install

Copy the config for your editor. Some servers may need additional setup โ€” check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-workspace-server": {
      "command": "uvx",
      "args": [
        "mcp-workspace-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-workspace-server