Content
# LMStudio MCP (Model Control Protocol)
This repository contains Node.js projects that facilitate interaction with local LLM models via LM Studio:
## Projects
### 1. MCP_Curl_Api
API server enabling communication with LM Studio via HTTP requests or curl commands. It offers:
- Proxy API to LM Studio API
- Execution of custom curl commands
- Pre-configured tools (e.g. Wikipedia search)
[See detailed documentation](./MCP_Curl_Api/README.md)
### 2. MCP_FileSystem
File management server with API for :
- List directory contents
- Read and write files
- Create directories
- Copy, move and delete files
- Execute certain file types (.exe, .bat, .cmd, .ps1)
This server is particularly useful for applications requiring access to the file system.
## Installation and startup
Each project has its own README file with detailed instructions. For a quick start:
```bash
# For MCP_Curl_Api
cd MCP_Curl_Api
npm install
npm start
# For MCP_FileSystem
cd MCP_FileSystem
npm install
npm start
```
## API documentation
Both projects integrate Swagger UI for interactive API documentation:
- MCP_Curl_Api: http://localhost:3000/api-docs
- MCP_FileSystem: http://localhost:3030/api-docs
## Technologies used
- Node. js
- Express.js
- Swagger/OpenAPI
- axios (for HTTP requests)
## License
ISC
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.