PluginBench
MCP Server

io.github.malkreide/swiss-ip-mcp MCP Server

io.github.malkreide/swiss-ip-mcp

What is the io.github.malkreide/swiss-ip-mcp MCP server?

IGE/IPI Swissreg trademarks, patents, SPCs

How to install io.github.malkreide/swiss-ip-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • IGE_USERNAME
    required
    secret

    Username for the Swiss Federal Institute of Intellectual Property (IGE/IPI) Swissreg API. Issued by IGE after signing the terms of use.

  • IGE_PASSWORD
    required
    secret

    Password for the IGE/IPI Swissreg account.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swiss-ip-mcp": {
      "command": "uvx",
      "args": [
        "swiss-ip-mcp"
      ],
      "env": {
        "IGE_USERNAME": "<YOUR_IGE_USERNAME>",
        "IGE_PASSWORD": "<YOUR_IGE_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "swiss-ip-mcp": {
      "command": "uvx",
      "args": [
        "swiss-ip-mcp"
      ],
      "env": {
        "IGE_USERNAME": "<YOUR_IGE_USERNAME>",
        "IGE_PASSWORD": "<YOUR_IGE_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "swiss-ip-mcp": {
      "command": "uvx",
      "args": [
        "swiss-ip-mcp"
      ],
      "env": {
        "IGE_USERNAME": "<YOUR_IGE_USERNAME>",
        "IGE_PASSWORD": "<YOUR_IGE_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "swiss-ip-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swiss-ip-mcp"
      ],
      "env": {
        "IGE_USERNAME": "<YOUR_IGE_USERNAME>",
        "IGE_PASSWORD": "<YOUR_IGE_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add swiss-ip-mcp --env IGE_USERNAME=<YOUR_IGE_USERNAME> --env IGE_PASSWORD=<YOUR_IGE_PASSWORD> -- uvx swiss-ip-mcp

Related MCP servers

BAG EPL: Spezialitätenliste, medication and reimbursement data

View repository →

BAG public-health open data: indicators, programmes, statistics

View repository →

BAKOM telecommunications and media open data

View repository →

ETH Library Discovery and Persons APIs

View repository →

Swiss federal law via Fedlex SPARQL endpoint

View repository →

UNESCO UIS and OECD Education at a Glance

View repository →