In order to use MCP, you need to add the MCP server config to an AI application that supports MCP.

Example applications that support MCP:

Server config

{
  "mcpServers": {
    "browsermcp": {
      "command": "npx",
      "args": ["@browsermcp/mcp@latest"]
    }
  }
}