MCP Server
@anishgowda21
About MCP Server
(STDIO) Model Context Protocol (MCP) servers designed for local execution
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"file-system": {
"command": "node",
"args": [
"/ABSOLUTE PATH/mcp-local-servers/mcp-filesystem/dist/index.js",
"/Allowed dir absloute path"
]
},
"cmd-exec": {
"command": "node",
"args": [
"/ABSOLUTE PATH/mcp-local-servers/mcp-cmd-exec/dist/index.js",
"/Allowed dir absloute path"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server?
A collection of simple Model Context Protocol (MCP) servers for local execution, including mcp-filesystem and mcp-cmd-exec, designed to integrate with the Claude Desktop App.
How to use MCP Server?
Requires Node v18 or higher and Claude Desktop. Clone the repository, navigate to a server directory, run npm run build, then edit the Claude config file to point to the built server's index.js and allowed directory paths.
Key features of MCP Server
- Enables local file read/write operations via mcp-filesystem.
- Executes shell commands securely via mcp-cmd-exec.
- Includes an SSE server for simple fetch and echo.
- Includes a weather server for fetching weather data via APIs.
- Provides a low-power Claude Code without needing an API key.
Use cases of MCP Server
- Managing local files through Claude Desktop App.
- Running shell commands in pre-approved directories.
- Experimenting with or extending MCP servers for local tooling.
- Building projects entirely using Claude Desktop (as demonstrated).
FAQ from MCP Server
What are the system requirements?
Node v18 or higher and Claude Desktop installed.
How do I configure Claude to use these servers?
Edit the Claude config file with entries for each server, specifying the command "node" and absolute paths to the built index.js and allowed directories.
What security measures are in place?
The mcp-cmd-exec server executes commands only in pre-approved directories with security constraints.
Can I use these servers without an API key?
Yes, these servers are designed for local execution and can be used with Claude Desktop App without an API key.
What transport protocol is used?
The servers communicate via the Model Context Protocol (MCP); the mcp-sse server uses SSE (Server-Sent Events).
Frequently asked questions
What are the system requirements?
Node v18 or higher and Claude Desktop installed.
How do I configure Claude to use these servers?
Edit the Claude config file with entries for each server, specifying the command "node" and absolute paths to the built index.js and allowed directories.
What security measures are in place?
The mcp-cmd-exec server executes commands only in pre-approved directories with security constraints.
Can I use these servers without an API key?
Yes, these servers are designed for local execution and can be used with Claude Desktop App without an API key.
What transport protocol is used?
The servers communicate via the Model Context Protocol (MCP); the mcp-sse server uses SSE (Server-Sent Events).
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Comments