- Explore MCP Servers
- whoami-mcp
Whoami Mcp
What is Whoami Mcp
whoami-mcp is a lightweight MCP server that identifies the current system user by returning their username.
Use cases
Use cases for whoami-mcp include integrating with local applications to fetch user information, enhancing user experience in software, and providing identity verification in automated systems.
How to use
To use whoami-mcp, clone the repository from GitHub and configure the client with the provided command to run the server.
Key features
Key features include returning the system username as the user’s name and fast synchronous execution, making it suitable for local LLM integration.
Where to use
whoami-mcp can be used in various fields where user identification is necessary, such as software development, user authentication, and personalized applications.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Whoami Mcp
whoami-mcp is a lightweight MCP server that identifies the current system user by returning their username.
Use cases
Use cases for whoami-mcp include integrating with local applications to fetch user information, enhancing user experience in software, and providing identity verification in automated systems.
How to use
To use whoami-mcp, clone the repository from GitHub and configure the client with the provided command to run the server.
Key features
Key features include returning the system username as the user’s name and fast synchronous execution, making it suitable for local LLM integration.
Where to use
whoami-mcp can be used in various fields where user identification is necessary, such as software development, user authentication, and personalized applications.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.











