L
Local MCP Server
by @BigStationW
MCP server by BigStationW
Created 4/16/2026
Updated about 4 hours ago
README
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
- Navigate to the ComfyUI/custom_nodes folder, open cmd and run:
git clone https://github.com/BigStationW/Local-MCP-server
- Double click on launch.bat
You're good to go, you can now grab its link: http://localhost:4242/mcp
Usage
Example
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"
]
}
}
}