Skip to content
Cline

ESG MCP Servers for Cline

io.github.freminder/esg-mcp-servers

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

client:Cline transport:stdio runtime:pypi

Install ESG MCP Servers in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "esg-mcp-servers": {
      "command": "uvx",
      "args": [
        "esg-mcp-servers"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "POSTGRES_DSN": "<POSTGRES_DSN>",
        "MONGODB_URI": "<MONGODB_URI>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
        "EMBEDDING_DIMENSIONS": "<EMBEDDING_DIMENSIONS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ESG MCP Servers in other clients