AI & Agents MCP Servers

MCP servers for building, orchestrating and running autonomous AI agents, multi-agent systems and LLM tooling. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Adapters Official npm
A
@langchain/mcp-adapters

Security scan results for the Adapters MCP server.

AI & Agents Score 100/100 4 findings 228k/wk Cap. High
Tools Source verified npm
A
@clerk/mcp-tools

Security scan results for the Tools MCP server.

AI & Agents Score 100/100 0 findings 118k/wk Cap. Minimal
Gitlab Source verified npm
A
@zereight/mcp-gitlab

Security scan results for the Gitlab MCP server.

AI & Agents Score 100/100 16 findings 115k/wk Cap. High
Figma Developer Source verified npm
A
figma-developer-mcp

Security scan results for the Figma Developer MCP server.

AI & Agents Score 100/100 0 findings 86k/wk Cap. Minimal
Nx Source verified npm
A
nx-mcp

Security scan results for the Nx MCP server.

AI & Agents Score 100/100 0 findings 81k/wk Cap. Minimal
N8n Nodes Source verified npm
A
n8n-nodes-mcp

Security scan results for the N8n Nodes MCP server.

AI & Agents Score 100/100 0 findings 37k/wk Cap. Minimal
Transports Source verified npm
A
@mcp-b/transports

Security scan results for the Transports MCP server.

AI & Agents Score 100/100 0 findings 18k/wk Cap. Minimal
Mdk Official npm
A
@sap/mdk-mcp-server

Security scan results for the Mdk MCP server.

AI & Agents Score 100/100 0 findings 13k/wk Cap. Minimal
Resend Source verified npm
A
resend-mcp

Security scan results for the Resend MCP server.

AI & Agents Score 100/100 0 findings 11k/wk Cap. Minimal
Cloudbase Source verified npm
A
@cloudbase/cloudbase-mcp

Security scan results for the Cloudbase MCP server.

AI & Agents Score 100/100 2 findings 10k/wk Cap. High
Gcloud Official npm
A
@google-cloud/gcloud-mcp

Security scan results for the Gcloud MCP server.

AI & Agents Score 100/100 0 findings 8.9k/wk Cap. Minimal
Github Copilot App Modernization Official npm
A
@microsoft/github-copilot-app-modernization-mcp-server

Security scan results for the Github Copilot App Modernization MCP server.

AI & Agents Score 100/100 1 finding 6.7k/wk Cap. High
Florentine Ai npm
A
@florentine-ai/mcp

Security scan results for the Florentine Ai MCP server.

AI & Agents Score 100/100 0 findings 5.1k/wk Cap. Minimal
Brightdata Source verified npm
A
@brightdata/mcp

Security scan results for the Brightdata MCP server.

AI & Agents Score 100/100 1 finding 4.8k/wk Cap. High
T2000 npm
A
@t2000/mcp

Security scan results for the T2000 MCP server.

AI & Agents Score 100/100 0 findings 4.7k/wk Cap. Minimal
Blockrun Source verified npm
A
@blockrun/mcp

Security scan results for the Blockrun MCP server.

AI & Agents Score 100/100 1 finding 4.0k/wk Cap. Moderate
Agent Browser npm
A
agent-browser-mcp-server

Security scan results for the Agent Browser MCP server.

AI & Agents Score 100/100 4 findings 4.0k/wk Cap. High
Ateam Ai npm
A
@ateam-ai/mcp

Security scan results for the Ateam Ai MCP server.

AI & Agents Score 100/100 0 findings 3.6k/wk Cap. Minimal
N8n Nodes Mcp Client npm
A
n8n-nodes-mcp-client

Security scan results for the N8n Nodes Mcp Client MCP server.

AI & Agents Score 100/100 0 findings 3.2k/wk Cap. Minimal
Element npm
A
@siemens/element-mcp

Security scan results for the Element MCP server.

AI & Agents Score 100/100 2 findings 3.1k/wk Cap. High
Genexus Source verified npm
A
genexus-mcp

Security scan results for the Genexus MCP server.

AI & Agents Score 100/100 5 findings 2.4k/wk Cap. High
Freee Source verified npm
A
freee-mcp

Security scan results for the Freee MCP server.

AI & Agents Score 100/100 0 findings 2.4k/wk Cap. Minimal
Ix Mcp React npm
A
@siemens/ix-mcp-react

Security scan results for the Ix Mcp React MCP server.

AI & Agents Score 100/100 2 findings 2.2k/wk Cap. High
Aiterm Source verified npm
A
aiterm-mcp

Security scan results for the Aiterm MCP server.

AI & Agents Score 100/100 2 findings 2.0k/wk Cap. High

AI & Agents MCP servers expose agent frameworks, orchestration engines and LLM tooling to AI assistants through the Model Context Protocol. Instead of a single chat loop, an assistant such as Claude or Cursor connected to one of these servers can create, coordinate and monitor autonomous agents: orchestrators in the LangChain, CrewAI or AutoGen ecosystems, vector memory stores, model gateways and evaluation harnesses.

MCP servers for LangChain, CrewAI and multi-agent workflows

Three uses dominate in practice. An assistant can spawn and coordinate sub-agents, splitting a research or coding task across specialized workers and merging the results. It can keep persistent agent memory, writing state to a vector store and recalling it across sessions. And it can route work through model gateways for batch inference, tool-call chains or automated evaluations. Because agent tooling usually wraps other services, these servers often bundle capabilities you would otherwise find under API Development or Files & Storage: HTTP clients, credential handling, workspace file access.

Are autonomous agent MCP servers safe? Risks to check first

The security risks in this category are structural, because an orchestration server sits inside every agent loop. A malicious or over-permissioned one can read full conversation context, inject instructions into delegated agents, burn your LLM provider keys, or chain tool calls that end in code execution and silent outbound traffic. Prompt injection also amplifies here: one poisoned tool description can propagate to every sub-agent it touches. Before installing:

  • Check the Trust Score and capability "blast radius" in the registry — each listing is graded A-F by a deterministic open-source engine that maps capability flows in the published package code, with no LLM judging results and no paid placement.
  • Prefer servers that separate planning from execution, so delegated agents cannot run arbitrary code by default.
  • Read individual findings and their evidence, not just the letter grade; a score is an automated opinion about published code, not a certification.
  • Rescan on every version bump — agent frameworks ship fast, and the free scan API makes this easy to automate.

Can an AI agent MCP server steal my API keys or data?

A hostile or careless one can: agent orchestration servers routinely see provider keys, conversation context and tool outputs, which is exactly what exfiltration needs. Stick to servers whose Trust Score, capability profile and findings you have actually reviewed, and grant the narrowest permissions your workflow allows.