Provides system integration to retrieve the local system's username as the user's identity, enabling AI agents to know who they're interacting with on the local machine.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@whoami-mcpwho am i"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: MCP Toolbox for Databases
Installation
Installing via Smithery
To install WhoAmI for Claude Desktop automatically via Smithery:
Clone the Repository
git clone https://github.com/kukapay/whoami-mcp.gitClient Configuration
{ "mcpServers": { "whoami": { "command": "uv", "args": ["--directory", "path/to/whoami_mcp", "run", "main.py"] } } }
Usage
MCP Tool
Name:
whoamiDescription: 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.