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.
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:
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:
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.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
A lightweight MCP server that tells you exactly who you are.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA lightweight mcp server that tells you exactly where you are.Last updated -3MIT License
- -securityAlicense-qualityOpen source MCP server specializing in easy, fast, and secure tools for Databases.Last updated -10,641Apache 2.0
- -securityAlicense-qualityA lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.Last updated -20194MIT License
- -securityFlicense-qualityMCP server that gives MCP clients (like Cursor, Claude, Windsurf) the ability to remember user information across conversations using vector search technology.Last updated -