whoami-mcp
If you are the rightful owner of whoami-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
WhoAmI MCP Server is a lightweight Model Context Protocol server that identifies the system username.
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 file for details.