Skip to content
Cursor

mcp imgou for Cursor

io.github.ylytdeng/mcp-imgou

imgou.com social network: send/receive messages, friends, groups, moments for AI agents.

client:Cursor transport:stdio runtime:npm

Install mcp imgou 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": {
    "mcp-imgou": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-imgou"
      ],
      "env": {
        "AGENTIM_SERVER": "<AGENTIM_SERVER>"
      }
    }
  }
}

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

mcp imgou in other clients