L
Local MCP Server
作者 @BigStationW
MCP server by BigStationW
创建于 4/16/2026
更新于 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
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx local-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"bigstationw-local-mcp-server": {
"command": "uvx",
"args": [
"local-mcp-server"
]
}
}
}