MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

L
Local MCP Server

MCP server by BigStationW

创建于 4/16/2026
更新于 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
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx local-mcp-server

Cursor 配置 (mcp.json)

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