Cline MCP Server
Enables web search using DuckDuckGo's HTML results page without an API key.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cline MCP Serversearch for latest React 19 features"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cline MCP Server
An MCP (Model Context Protocol) server that gives Cline + LM Studio superpowers: web search, image downloading, webpage reading, command execution, and PDF parsing — all without needing API keys.
Tools
Tool | Description |
| Search the web via DuckDuckGo (no API key needed) |
| Fetch and extract readable text from any URL |
| Download images from URLs to local files |
| Run shell commands with safety checks |
| Extract text from local or remote PDF files |
Related MCP server: MCP Server Toolkit
Setup
1. Build the server
cd ~/cline-mcp-server
npm install
npm run build2. Configure Cline to use this MCP server
Open your Cline MCP settings file. Depending on your setup, this is typically at:
VS Code:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonCursor:
~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Add this entry to the mcpServers object:
{
"mcpServers": {
"cline-tools": {
"command": "node",
"args": ["/Users/pirrima001/cline-mcp-server/dist/index.js"],
"disabled": false
}
}
}3. Restart Cline
After saving the config, restart the Cline extension (or reload the VS Code window). You should see the new tools available in Cline's MCP tools list.
Usage Examples
Once connected, Cline (even with LM Studio) can:
Search the web:
"Search for the latest React 19 features"
Read a webpage:
"Fetch the content from https://docs.python.org/3/tutorial/"
Download images:
"Download the image at https://example.com/photo.jpg to ./downloads/photo.jpg"
Run commands:
"Run
ls -lain my home directory"
Read PDFs:
"Extract the text from ./documents/paper.pdf"
Development
# Run in development mode (no build needed)
npm run dev
# Build for production
npm run build
# Run the built server
npm startHow It Works
Web search scrapes DuckDuckGo's HTML results page (no API key required)
Webpage fetching uses Cheerio to extract clean text, stripping ads/nav/scripts
Image download streams the file to disk with content-type validation
Command execution has a blocklist for dangerous patterns (rm -rf /, fork bombs, etc.)
PDF reading works with both local files and URLs
Requirements
Node.js 18+ (tested with 18.19.1)
No API keys needed — everything works out of the box
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Saifer88/mcp_cline_lmstudio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server