Local Utilities MCP Server
@arjshiv
About Local Utilities MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"localutils-mcp-server": {
"command": "npx",
"args": [
"localutils-mcp-server"
]
}
}
}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 Local Utilities MCP Server?
A Model Context Protocol (MCP) server that provides access to various local system utilities. It can be used with Cursor and other MCP-compatible clients to quickly obtain system information.
How to use Local Utilities MCP Server?
Install globally with pnpm add -g localutils-mcp-server or run directly with npx localutils-mcp-server. Configure in Cursor by adding an MCP server with the command npx github:arjshiv/localutils-mcp-server. Start the server with localutils-mcp (global) or npx localutils-mcp-server.
Key features of Local Utilities MCP Server
- Get current local time and date in multiple formats
- Retrieve system hostname and public IP address
- List contents of a specified directory
- Check what process is running on a specific port
- Record, retrieve, and analyze thoughts during development sessions
- Get Node.js version of the running environment
Use cases of Local Utilities MCP Server
- Quickly check system information like time, date, hostname, and public IP
- Inspect which process is using a specific port
- List directory contents programmatically through an MCP client
- Record and review thoughts during coding sessions
- Retrieve Node.js version for environment verification
FAQ from Local Utilities MCP Server
How do I install the server?
You can install it globally with pnpm add -g localutils-mcp-server or run it directly using npx localutils-mcp-server.
What tools does the server provide?
It provides tools for time/date, hostname, public IP, directory listing, Node.js version, port checking, and a think tool for recording and managing thoughts.
How do I use it with Cursor?
Add a new MCP server in Cursor's settings with command npx and args ["github:arjshiv/localutils-mcp-server"].
How can I test the server?
Use the MCP Inspector by running pnpm run inspector; it starts at http://localhost:5173.
What are the parameters for the directory listing tool?
It requires a path string parameter specifying the directory to list.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments