Odel
Personal MCP

Personal MCP

Local
@arun250492PythonUpdated 2mo ago

An MCP server that provides [describe what your server does]

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpersonal-mcp-arunv1.0.5

Run

uvx personal-mcp-arun

MCP client config

{
  "mcpServers": {
    "personal-mcp": {
      "command": "uvx",
      "args": [
        "personal-mcp-arun"
      ]
    }
  }
}