MCP Workspace Server

v1.0.0Coding Agentsstable

🚀 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,

mcp-workspace-servermcpai-integration
Share:
129
Stars
0
Downloads
0
Weekly
0/5

What is MCP Workspace Server?

MCP Workspace Server is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🚀 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 multip...

🚀 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,

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 🚀 Beyond Filesystem - Complete AI Development Environment -

Use Cases

Provide full AI development environment with web, code, and image generation.
Enable agents to execute code, process data, and create multimedia.
answerlink

Maintainer

LicenseApache 2.0
Languagepython
Versionv1.0.0
UpdatedApr 29, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-workspace-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP Workspace Server

MCP Workspace Server is a single, self-contained MCP server that replaces the need for five or more separate tools in an AI development workflow. It provides sandboxed Python 3.12 and Node.js 20 code execution, filesystem operations, Excel/CSV processing, Mermaid diagram and image generation, web crawling, and live frontend preview — all behind one MCP connection. Designed for multi-tenant agent platforms like Dify, it isolates each user-session into its own workspace and supports wildcard-domain deployments of generated frontends.

Prerequisites

  • Docker and Docker Compose (strongly recommended; local Python execution requires Python 3.12, Node.js 20, Tesseract OCR, and other system dependencies)
  • Git to clone the repository
  • An MCP client that supports SSE transport (e.g., Claude Desktop, Dify, Cursor)
  • Optional: a wildcard DNS domain if you want live frontend preview URLs
1

Clone the repository

Clone the MCP-Workspace-Server repository to your local machine.

git clone https://github.com/answerlink/MCP-Workspace-Server.git && cd MCP-Workspace-Server
2

Create the configuration file

Copy the example config and edit it to set your admin token, preview domain, and any other settings.

cp config.example.json config.json
3

Edit config.json with your settings

Open config.json and at minimum set `admin_token` to a secure bearer token and configure the `preview` wildcard domain if you want frontend deployment URLs.

4

Build and start the server with Docker Compose

Start the server in the background. The first run will build the Docker image which includes all system dependencies.

docker-compose up -d --build
5

Update the server after pulling changes

When the repository is updated, pull the latest code and restart the container.

git pull && docker-compose restart
6

Connect your MCP client via SSE

Configure your MCP client to connect to the server using the SSE transport on the configured host and port (default: port 8000).

{
  "mcpServers": {
    "workspace": {
      "type": "sse",
      "url": "http://localhost:8000/sse"
    }
  }
}

MCP Workspace Server Examples

Client configuration (SSE transport)

Connect Claude Desktop or another SSE-capable MCP client to the running workspace server.

{
  "mcpServers": {
    "mcp-workspace": {
      "type": "sse",
      "url": "http://localhost:8000/sse"
    }
  }
}

Prompts to try

These prompts exercise the server's core capabilities: code execution, filesystem, Excel, and frontend preview.

- "Write a Python script that reads a CSV file, computes the mean of each numeric column, and saves the result as an Excel file."
- "Create a simple React landing page with a hero section and deploy it so I can preview it in the browser."
- "Search the workspace for all Python files containing the word 'import pandas'."
- "Generate a Mermaid sequence diagram showing an OAuth2 authorization code flow."
- "Crawl https://example.com and extract all headings and paragraph text."

Troubleshooting MCP Workspace Server

Docker build fails with missing system dependency errors

Ensure Docker has network access during the build so it can install apt packages (Tesseract, Node.js, etc.). If behind a corporate proxy, configure Docker's proxy settings before building.

Admin API returns 401 Unauthorized

Include the `Authorization: Bearer <admin_token>` header in your request, where <admin_token> matches the value set in config.json. Restart the container after editing the config.

Frontend preview URLs don't work

The `preview` section in config.json must point to a wildcard DNS domain (e.g., *.preview.yourdomain.com) that resolves to the server's IP. Without wildcard DNS, the generated preview subdomains will not resolve.

Frequently Asked Questions about MCP Workspace Server

What is MCP Workspace Server?

MCP Workspace Server is a Model Context Protocol (MCP) server that 🚀 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, It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP Workspace Server?

Follow the installation instructions on the MCP Workspace Server GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP Workspace Server?

MCP Workspace Server works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP Workspace Server free to use?

Yes, MCP Workspace Server is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCP Workspace Server?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides