Back to MCP Servers

Boikot

Model Context Protocol Server for looking up company ethics information. Learn about the ethical and unethical actions of major companies.

search-data-extraction

Installation

npx -y boikot

Configuration

{
  "mcpServers": {
    "boikot": {
      "command": "npx",
      "args": ["-y", "boikot"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub