MCP.so
登录

MCP Servers Collection

@mows21

关于 MCP Servers Collection

Collection of Model Context Protocol (MCP) servers for Cline, Roo, and Claude Desktop

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

mows21

配置

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

{
  "mcpServers": {
    "cline-internal": {
      "command": "docker",
      "args": [
        "exec",
        "-i",
        "cline-mcp-server",
        "python",
        "main.py"
      ]
    },
    "roo-automation": {
      "command": "docker",
      "args": [
        "exec",
        "-i",
        "roo-mcp-server",
        "python",
        "main.py"
      ]
    },
    "claude-desktop-local": {
      "command": "docker",
      "args": [
        "exec",
        "-i",
        "claude-desktop-mcp-server",
        "python",
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP Servers Collection?

MCP Servers Collection is a suite of Model Context Protocol (MCP) servers designed for Cline, Roo, and Claude Desktop AI assistants. It enables AI agents to interact with local and remote resources through a standardized protocol.

How to use MCP Servers Collection?

Clone the repository and start all servers with docker-compose up -d. For manual installation, install dependencies per server with pip install -r requirements.txt and run each with python main.py. Integrate with Claude Desktop by adding entries to claude_desktop_config.json as shown in the README.

Key features of MCP Servers Collection

  • Three dedicated servers for Cline, Roo, and Claude Desktop
  • Internal workflow orchestration and memory management
  • Web scraping, browser automation, and screenshot capture
  • Local file operations, shell commands, and desktop notifications
  • Docker-based network isolation and token-based authentication
  • Unified JSON-RPC endpoints with event-driven architecture

Use cases of MCP Servers Collection

  • Automate web scraping and form filling with browser control
  • Execute agent tasks and complex workflows for AI assistants
  • Manage files, run shell commands, and send desktop notifications
  • Integrate LLMs like Ollama for on‑device AI interactions

FAQ from MCP Servers Collection

What servers are included in this collection?

Three servers: Cline MCP Server (port 8080, workflow orchestration), Roo MCP Server (port 8081, web scraping and automation), and Claude Desktop MCP Server (port 8082, local file operations and LLM integration).

What are the runtime requirements?

Docker is recommended for containerized deployment. Manual installation requires Python and pip, plus Playwright for the Roo server and Ollama for the Claude Desktop server.

How are the servers secured?

Security features include network isolation via Docker, token-based authentication, input validation and sanitization, and resource limits with health checks.

What transport protocol do the servers use?

The servers communicate through unified /mcp endpoints using the JSON-RPC protocol with an event-driven architecture.

Can I run the servers manually without Docker?

Yes. Clone the repository, install requirements per server with pip install -r requirements.txt, and start each server individually by running python main.py in its directory.

评论

其他 分类下的更多 MCP 服务器