Cover image
Try Now
2025-04-03

Python-basiertes MCP Toolset mit Echo Server zum Testen und Browserautomatisierungsserver mithilfe von Browser-Nutzung und Langchain für KI-gesteuerte Web-Interaktionen

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

MCP Tools Project

This project implements two MCP (Model Context Protocol) servers:

  1. Echo MCP Server: A simple echo server for testing MCP communication
  2. Browser-use MCP Server: A browser automation server using browser-use and LangChain

Requirements

  • Python 3.12+
  • Virtual environment
  • Required packages (see requirements.txt)

Installation

  1. Create and activate virtual environment:
python -m venv .venv
.\.venv\Scripts\activate  # Windows
source .venv/bin/activate  # Linux/Mac
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables:
# Create .env file with your OpenAI API key
OPENAI_API_KEY=your_api_key_here

MCP Servers

Echo Server

Simple echo server that demonstrates basic MCP functionality:

  • Echo messages as resources
  • Echo messages as tools

Browser-use Server

Browser automation server that:

  • Uses browser-use library for web automation
  • Integrates with LangChain and OpenAI
  • Provides browser automation capabilities through MCP

Usage

  1. Start Echo server in development mode:
mcp dev echo_server.py
  1. Start Browser-use server in development mode:
mcp dev browser_use_mcp.py

Configuration

MCP server configurations are stored in .cursor/mcp.json.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • jae-jae
  • MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.

  • HiveNexus
  • Ein KI-Chat-Bot für kleine und mittelgroße Teams, die Modelle wie Deepseek, Open AI, Claude und Gemini unterstützt. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 claude 、 Gemini 等模型。

  • ravitemer
  • Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)

  • patruff
  • Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden

    Reviews

    5 (1)
    Avatar
    user_EGk5V3HR
    2025-04-16

    I've been an avid user of mcp-browser-automation by djpapzin, and it has significantly streamlined my web automation tasks. The user-friendly interface and robust functionality make it a standout tool in its category. The GitHub repository (https://github.com/djpapzin/mcp-browser-automation) offers excellent documentation, making setup and execution a breeze. Highly recommend it for anyone in need of reliable and efficient browser automation.