Sponsored by Deepsite.site

MCP Servers Collection

Created By
mows217 months ago
Collection of Model Context Protocol (MCP) servers for Cline, Roo, and Claude Desktop
Content

MCP Servers Collection

A collection of Model Context Protocol (MCP) servers designed for Cline, Roo, and Claude Desktop.

Overview

This repository contains a comprehensive suite of MCP servers that enable AI assistants to interact with local and remote resources through a standardized protocol.

Available Servers

  1. Cline MCP Server (Port 8080)

    • Internal workflow orchestration
    • Agent task execution
    • Memory management
    • System execution capabilities
  2. Roo MCP Server (Port 8081)

    • Web scraping and automation
    • Browser control with Playwright
    • Form filling automation
    • Screenshot/PDF capture
    • Watchdog sessions
  3. Claude Desktop MCP Server (Port 8082)

    • Local file operations
    • Shell command execution
    • Desktop notifications
    • LLM integration (Ollama)
    • System information access

Quick Start

Using Docker

# Clone the repository
git clone https://github.com/mows21/mcp-servers.git
cd mcp-servers

# Start all servers
docker-compose up -d

# Check server health
docker-compose ps

# View logs
docker-compose logs -f

Manual Installation

# Install requirements for each server
cd cline-mcp && pip install -r requirements.txt
cd ../roo-mcp && pip install -r requirements.txt
cd ../claude-desktop-mcp && pip install -r requirements.txt

# Start servers individually
cd cline-mcp && python main.py
cd ../roo-mcp && python main.py
cd ../claude-desktop-mcp && python main.py

Configuration

Claude Desktop Integration

Add to claude_desktop_config.json:

{
  "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"]
    }
  }
}

Architecture

The MCP servers communicate through:

  • Unified /mcp endpoints
  • JSON-RPC protocol
  • Docker network isolation
  • Event-driven architecture

API Documentation

Cline MCP Server

  • POST /agent/run - Execute agent tasks
  • POST /workflow - Run workflows
  • GET/POST/DELETE /memory - Memory management
  • POST /exec - System command execution

Roo MCP Server

  • POST /scrape/url - Web scraping
  • POST /form/fill - Form automation
  • POST /watchdog - Session monitoring
  • POST /snapshot - Page capture

Claude Desktop MCP Server

  • POST /ask - LLM interaction
  • GET /file/read - File reading
  • POST /file/write - File writing
  • POST /shell/run - Shell execution
  • POST /notify - Desktop notifications

Security

  • Network isolation through Docker
  • Token-based authentication
  • Input validation and sanitization
  • Resource limits and health checks

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

MIT License - See LICENSE file for details

Contact

For questions and support, please open an issue on GitHub.

Acknowledgments

Built for the Model Context Protocol ecosystem to enhance AI agent capabilities.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Tavily Mcp
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code