MCP Server
Description
# MCP Server A simple **Node.js** server that acts as a proxy for interacting with **LM Studio** models. It provides two API endpoints: - Fetch available models - Perform chat completions Built using **Express.js**, **Axios**, and **Body-parser**. --- ## 🚀 Features - Fetch…
About
# MCP Server A simple **Node.js** server that acts as a proxy for interacting with **LM Studio** models. It provides two API endpoints: - Fetch available models - Perform chat completions Built using **Express.js**, **Axios**, and **Body-parser**. --- ## 🚀 Features - Fetch available models from LM Studio (`GET…
Details
- Author
- Master-Faraz-official
- Downloads
- 125
- Categories
- Other
Jump to
- Fetch available models from LM Studio via a GET endpoint
- Perform chat completions with selected models via a POST endpoint
- Built-in CORS support for cross-origin API calls
- Easy to extend and integrate into existing projects
- Returns responses in an OpenAI-compatible JSON format
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
1. Clone the repository and run npm install to install dependencies.
2. Ensure LM Studio is running locally at http://localhost:11434.
3. Start the server with node index.js — it will listen on http://localhost:3000.
4. Use the two endpoints (GET /v1/models and POST /v1/chat/completions) to fetch models or send chat completions.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server": {
"Node.js-MCP-Server": {
"command": "node",
"args": [
"index.js"
]
}
}
}
}
McpServers
{
"Node.js-MCP-Server": {
"command": "node",
"args": [
"index.js"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




