JUHE API Marketplace
kukapay avatar
MCP Server

whoami-mcp

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

1
GitHub Stars
8/18/2025
Last Updated
MCP Server Configuration
1{
2 "name": "whoami",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "path/to/whoami_mcp",
7 "run",
8 "main.py"
9 ]
10}
JSON10 lines

README Documentation

MseeP Badge

WhoAmI MCP Server

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

whoami-mcp MCP server

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.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source