WhoAmI MCP Server
A lightweight MCP server that tells you exactly who you are.
Features
- Returns the system username as your name, your identity.
- Fast and synchronous execution, ideal for local LLM integration.
Installation
Installing via Smithery
To install WhoAmI for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/whoami-mcp --client claude
-
Clone the Repository
git clone https://github.com/kukapay/whoami-mcp.git -
Client Configuration
{ "mcpServers": { "whoami": { "command": "uv", "args": ["--directory", "path/to/whoami_mcp", "run", "main.py"] } } }
Usage
MCP Tool
- Name:
whoami - Description: Retrieves the username of the current system user as your name.
- Output: your name.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Recommend MCP Servers 💡
simpleswift/spm-mcp
An MCP server that provides automation capabilities using Swift Package Manager (SPM)
forevervm-mcp
An MCP server for ForeverVM that allows Claude to execute code within a Python REPL.
excel-to-json-mcp
MCP Server converting Excel and CSV data into JSON
Bigchx/mcp_3d_relief
Converts 2D images into 3D relief models in STL format for 3D printing or rendering
@idachev/mcp-javadc
A Model Context Protocol (MCP) server for decompiling Java class files, allowing AI assistants to convert Java bytecode into readable source code.
Magg
A Model Context Protocol server that manages, aggregates, and proxies other MCP servers, enabling LLMs to dynamically extend their own capabilities. It acts as a central hub for managing multiple MCP servers, allowing LLMs to search, add, configure, enable/disable servers, aggregate tools, and persist configurations.
