A favicon of WhoAmI

WhoAmI

A lightweight MCP server that tells you exactly who you are.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install kukapay/whoami-mcp -c claude

This command will automatically install and configure the WhoAmI MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "WhoAmI": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/whoami_mcp",
        "run",
        "main.py"
      ]
    }
  }
}

MseeP Badge

WhoAmI MCP Server

smithery badge A lightweight MCP server that tells you exactly who you are.

whoami-mcp MCP server

GitHub License GitHub Last Commit Python Version

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
  1. Clone the Repository

    git clone https://github.com/kukapay/whoami-mcp.git
    
  2. 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.

Share:
Details:
  • Stars


    1
  • Forks


    3
  • Last commit


    2 months ago
  • Repository age


    3 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to WhoAmI:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


WhoAmI: MCP Server – MCP.Bar