trackmcp
Back to directory
kukapay

whoami-mcp

View on GitHub

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

1 stars PythonServers & Infrastructure Updated May 10, 2025

Documentation

MseeP Badge

WhoAmI MCP Server

smithery badge

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

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:

bash
npx -y @smithery/cli install @kukapay/whoami-mcp --client claude

1. Clone the Repository

bash
git clone https://github.com/kukapay/whoami-mcp.git

2. Client Configuration

json
{
      "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.

Frequently asked questions

What is whoami-mcp?

whoami-mcp is A lightweight MCP server that tells you exactly who you are.

How do I install whoami-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is whoami-mcp open source?

Yes — it is hosted on GitHub at https://github.com/kukapay/whoami-mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP