Personal MCP for Claude Desktop
io.github.arun250492/personal-mcp
An MCP server that provides [describe what your server does]
client:Claude Desktop
transport:stdio
runtime:pypi
Install Personal MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"personal-mcp": {
"command": "uvx",
"args": [
"personal-mcp-arun"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs