MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by BigStationW

Created 4/16/2026
Updated about 4 hours ago
Repository documentation and setup instructions

Local-MCP-server

Use case

This repository allows your LLM (such as Gemma 4 or Qwen 3.5) to use tools such as:

  • Search the internet
  • Capture images of websites
  • Extract readable text from web pages
  • Grab images from the web

Installation

  1. Navigate to the ComfyUI/custom_nodes folder, open cmd and run:
git clone https://github.com/BigStationW/Local-MCP-server
  1. Double click on launch.bat

You're good to go, you can now grab its link: http://localhost:4242/mcp

ete

Usage

Llama.cpp server

Sillytavern

Example

ôuiooyuo
Quick Setup
Installation guide for this server

Install Package (if required)

uvx local-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "bigstationw-local-mcp-server": { "command": "uvx", "args": [ "local-mcp-server" ] } } }