Local Utilities MCP Server
@arjshiv
About Local Utilities MCP Server
No overview available yet
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments