Skip to content
Cursor

swiss ip mcp for Cursor

io.github.malkreide/swiss-ip-mcp

IGE/IPI Swissreg trademarks, patents, SPCs

client:Cursor transport:stdio runtime:pypi

Install swiss ip 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": {
    "swiss-ip-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swiss-ip-mcp"
      ],
      "env": {
        "IGE_USERNAME": "<IGE_USERNAME>",
        "IGE_PASSWORD": "<IGE_PASSWORD>"
      }
    }
  }
}

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

swiss ip mcp in other clients