mcpbeat Sign in

ESG MCP Servers

by freminder Your server? Claim it
local only

ESG MCP Servers runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from pypi. Last commit 28 Feb 2026.

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

Installs per day peak 36 · avg 12 · -17% w/w
a month agotoday
77
Installs / week
pypi · esg-mcp-servers
0
Stars
0 open issues
28 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check ESG MCP Servers every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add esg-mcp-servers -- uvx esg-mcp-servers
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "esg-mcp-servers": {
      "args": [
        "esg-mcp-servers"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.esg-mcp-servers]
command = "uvx"
args = ["esg-mcp-servers"]
.cursor/mcp.json
{
  "mcpServers": {
    "esg-mcp-servers": {
      "args": [
        "esg-mcp-servers"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "esg-mcp-servers": {
      "args": [
        "esg-mcp-servers"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key — required for RAG queries and LLM-based metric extraction), POSTGRES_DSN (PostgreSQL connection string with pgvector extension (e.g. postgresql://esg:esg@localhost/esg_platform)), MONGODB_URI (MongoDB connection string for PDF binary storage via GridFS (e.g. mongodb://localhost:27017)), EMBEDDING_MODEL (Sentence-transformer model name for embedding generation (default: Snowflake/snowflake-arctic-embed-l-v2.0)), EMBEDDING_DIMENSIONS (Embedding vector dimension size (default: 1024)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ESG MCP Servers

same job, measured the same way
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Foundry/API
by angelus213

Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

answering
Reftrixmcp
by tkmd

Web design analysis with 26 MCP tools: layout, motion, quality, semantic search via pgvector

41 installs/wk local only
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering
Mem Context
by turbyho

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation

176 installs/wk local only
Citadel
by citadeldb

Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools

1 508 installs/wk local only
I
GeoEDGE MCP
by geoedge-git

Geospatial analysis: vector and raster GIS operations, cartographic maps, spatial data access

682 installs/wk local only
MCP DB Connect
by phatngoit

MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.

61 installs/wk local only

ESG MCP Servers — questions

Answers built from our own checks of this server.

Why is there no uptime for ESG MCP Servers?
ESG MCP Servers runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package esg-mcp-servers was installed 77 times last week.
How do I connect ESG MCP Servers?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls esg-mcp-servers straight from pypi; nothing to host, nothing to sign up for.
How many people use ESG MCP Servers?
The pypi package esg-mcp-servers was installed 77 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ESG MCP Servers open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.