MCP Tools Project

MCP Tools Project

Python-based MCP toolset with Echo server for testing and Browser Automation server using browser-use and LangChain for AI-driven web interactions

djpapzin

Browser Automation
Visit Server

README

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Playwright MCP Server

Playwright MCP Server

Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.

Featured
Local
TypeScript
@kazuph/mcp-fetch

@kazuph/mcp-fetch

Model Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.

Featured
Local
JavaScript
DuckDuckGo MCP Server

DuckDuckGo MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.

Featured
Python
YouTube Transcript MCP Server

YouTube Transcript MCP Server

This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.

Featured
Python
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.

Featured
TypeScript
The Verge News MCP Server

The Verge News MCP Server

Provides tools to fetch and search news from The Verge's RSS feed, allowing users to get today's news, retrieve random articles from the past week, and search for specific keywords in recent Verge content.

Featured
TypeScript
Tavily MCP Server

Tavily MCP Server

Provides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.

Featured
Python
mcp-pinterest

mcp-pinterest

A Pinterest Model Context Protocol (MCP) server for image search and information retrieval

Featured
TypeScript
Crawlab MCP Server

Crawlab MCP Server

Official
Python