Skip to content
Cursor

Personal MCP for Cursor

io.github.arun250492/personal-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Personal MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "personal-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "personal-mcp-arun"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Personal MCP in other clients