Search across 882 pages

Try a tool name, category, or "lifetime deal"

Live dataset, updated weekly

Best MCP Servers: The Live Leaderboard & Comparison Tool

Every Model Context Protocol (MCP) server, ranked by real adoption, GitHub growth, maintenance, and security, not opinion.

240
Servers tracked
602.4k
Combined GitHub stars
11
Categories
4
Data sources

Data from the official MCP Registry, GitHub, and npm/PyPI, refreshed . No server pays to be listed or ranked.

As of June 30, 2026, this is a live, free MCP servers list ranking the best and most popular Model Context Protocol servers by real data. zplatform.ai tracks publicly listed MCP servers in the official MCP Registry that have a working install method and real adoption (240 ranked today, 602.4k combined GitHub stars). An MCP server is a program that exposes tools, data, and prompts to AI apps like Claude, Cursor, and ChatGPT through MCP - the open standard Anthropic released in November 2024. Ranked by adoption, growth, maintenance, and security, not opinion - and the list grows automatically as new servers are published. How we choose and rank →

Best MCP servers - live leaderboard ranking the top Model Context Protocol servers

The best MCP servers as of June 30, 2026, ranked by zplatform.ai's composite score (adoption, growth, maintenance, trust and security):

  1. mcp-server-browser - Search & Web, 37.4k GitHub stars, quality score 94/100.
  2. mcp-server-commands - Developer Tools, 37.4k GitHub stars, quality score 94/100.
  3. mcp-server-filesystem - Productivity, 37.4k GitHub stars, quality score 94/100.
  4. mcp-server-search - Search & Web, 37.4k GitHub stars, quality score 94/100.
  5. Chrome DevTools MCP - Developer Tools, 44.7k GitHub stars, quality score 92/100.
Recommender

Find my MCP server

Pick what you need and we'll filter the leaderboard below. The result is shareable, the link keeps your choices.

Leaderboard

The Best MCP Servers, Ranked

Every Model Context Protocol server that clears our quality gate and adoption floor, scored on a transparent composite of adoption, growth, maintenance, trust and security. Sort by any column, or switch to "Most Popular" for raw GitHub stars.

By our transparent quality composite. See methodology.
240 of 240 servers
Compare # Server GitHub Stars 30-day Trend Weekly Downloads Last Updated Official Security Transport Quality
1 37.4k 0% 917 12d ago ✓ Official No known advisory stdioSSEStreamable HTTP 94

As of the latest update, the mcp-server-browser MCP server has 37.4k GitHub stars, 917 weekly npm downloads, was last updated 12d ago, and is an official, first-party server in the MCP Registry.

Our take: Part of ByteDance's UI-TARS toolkit, this server gives an AI browser-use control. It is well-engineered and rides a 37k-star repo, but it is one of four reference servers in a monorepo, so treat the star count as the repo's, not this single tool's.

MCP server for browser use access

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / SSE / Streamable HTTP. Distributed as npm, npm, npm.

Installation

{
  "mcpServers": {
    "mcp-server-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser",
        "browser",
        "cdp-endpoint",
        "ws-endpoint",
        "executable-path",
        "output-dir",
        "proxy-bypass",
        "proxy-server",
        "vision"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser",
        "browser",
        "cdp-endpoint",
        "ws-endpoint",
        "executable-path",
        "output-dir",
        "proxy-bypass",
        "proxy-server",
        "vision"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser",
        "browser",
        "cdp-endpoint",
        "ws-endpoint",
        "executable-path",
        "output-dir",
        "proxy-bypass",
        "proxy-server",
        "vision"
      ]
    }
  }
}
claude mcp add mcp-server-browser -- npx -y @agent-infra/mcp-server-browser browser cdp-endpoint ws-endpoint executable-path output-dir proxy-bypass proxy-server vision

Requirements / API keys

  • DISPLAYoptional - DISPLAY environment variable for browser rendering

Recent releases

  • v0.3.02025-11-04
  • v0.3.0-beta.122025-09-19
  • v0.3.0-beta.112025-09-09

Alternatives in Search & Web

2 37.4k 0% 169 12d ago ✓ Official No known advisory stdioSSEStreamable HTTP 94

As of the latest update, the mcp-server-commands MCP server has 37.4k GitHub stars, 169 weekly npm downloads, was last updated 12d ago, and is an official, first-party server in the MCP Registry.

Our take: ByteDance's server for running arbitrary shell commands from an AI. Genuinely useful for agentic dev work and inherently dangerous: it hands an assistant a terminal, so sandbox it and never point it at a machine you care about unsupervised.

An MCP server to run arbitrary commands

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / SSE / Streamable HTTP. Distributed as npm, npm, npm.

Installation

{
  "mcpServers": {
    "mcp-server-commands": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-commands",
        "cwd"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server-commands": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-commands",
        "cwd"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server-commands": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-commands",
        "cwd"
      ]
    }
  }
}
claude mcp add mcp-server-commands -- npx -y @agent-infra/mcp-server-commands cwd

Recent releases

  • v0.3.02025-11-04
  • v0.3.0-beta.122025-09-19
  • v0.3.0-beta.112025-09-09

Alternatives in Developer Tools

3 37.4k 0% 279 12d ago ✓ Official No known advisory stdioSSEStreamable HTTP 94

As of the latest update, the mcp-server-filesystem MCP server has 37.4k GitHub stars, 279 weekly npm downloads, was last updated 12d ago, and is an official, first-party server in the MCP Registry.

Our take: A clean filesystem-access server from ByteDance's UI-TARS project. Reading and writing local files is the bread-and-butter MCP use case; scope it to a project directory rather than your whole disk.

MCP server for filesystem access

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / SSE / Streamable HTTP. Distributed as npm, npm, npm.

Installation

{
  "mcpServers": {
    "mcp-server-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-filesystem",
        "allowed-directories"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-filesystem",
        "allowed-directories"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server-filesystem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-filesystem",
        "allowed-directories"
      ]
    }
  }
}
claude mcp add mcp-server-filesystem -- npx -y @agent-infra/mcp-server-filesystem allowed-directories

Recent releases

  • v0.3.02025-11-04
  • v0.3.0-beta.122025-09-19
  • v0.3.0-beta.112025-09-09

Alternatives in Productivity

4 37.4k 0% 74 12d ago ✓ Official No known advisory stdioSSEStreamable HTTP 94
5 44.7k 0% 3.1M yesterday ✓ Official Patched stdio 92

As of the latest update, the Chrome DevTools MCP MCP server has 44.7k GitHub stars, 3.1M weekly npm downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Our take: Google's own MCP server for Chrome DevTools. It lets an assistant inspect the DOM, read console and network logs, and drive a real Chrome instance for debugging and performance audits. First-party, actively maintained, and the obvious pick if you want an AI to debug a live page.

MCP server for Chrome DevTools

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "chrome-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@1.4.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "chrome-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@1.4.0"
      ]
    }
  }
}
{
  "servers": {
    "chrome-devtools-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@1.4.0"
      ]
    }
  }
}
claude mcp add chrome-devtools-mcp -- npx -y chrome-devtools-mcp@1.4.0

Recent releases

  • chrome-devtools-mcp: v1.4.02026-06-23
  • chrome-devtools-mcp: v1.3.02026-06-18
  • chrome-devtools-mcp: v1.2.02026-06-08

Known security advisories

  • GHSA-3pvj-jv98-qhjq: Chrome DevTools for agents: daemon.pid write follows symlinks in /tmp fallback runtime directory (CVSS 6.1), medium, patched in 1.1.0

Alternatives in Developer Tools

6 42.5k 0% - today ✓ Official Not checked Streamable HTTP 91

As of the latest update, the mcp-server MCP server has 42.5k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: Connects an AI to Puter, a web-based operating system, to manage files, sites, and workers. Broad surface area is the appeal and the caution: review exactly what you are granting before you wire it in.

Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.puter.com/"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.puter.com/"
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://mcp.puter.com/"
    }
  }
}
claude mcp add --transport http mcp-server https://mcp.puter.com/

Recent releases

  • 26.06.22026-06-23
  • 26.06.12026-06-11
  • 26.062026-06-07
7 22.9k 0% - today ✓ Official Not checked Streamable HTTP 91

As of the latest update, the Oh My Posh Validator MCP server has 22.9k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Validate oh-my-posh configurations and segment snippets against the official schema.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "validator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ohmyposh.dev/api/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "validator": {
      "url": "https://ohmyposh.dev/api/mcp"
    }
  }
}
{
  "servers": {
    "validator": {
      "type": "http",
      "url": "https://ohmyposh.dev/api/mcp"
    }
  }
}
claude mcp add --transport http validator https://ohmyposh.dev/api/mcp

Recent releases

  • v29.19.02026-06-26
  • v29.18.02026-06-23
  • v29.17.02026-06-17
8 22k 0% - today ✓ Official Not checked Streamable HTTP 91

As of the latest update, the Skyvern MCP server has 22k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: A vision-plus-LLM browser-automation agent that navigates, clicks, and fills forms. Popular for scraping and RPA-style flows. Powerful, but autonomous browsing on live sites deserves guardrails and respect for each site's terms.

AI-powered browser automation - navigate, click, fill forms, and extract data from any website.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "skyvern": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.skyvern.com/mcp/"
      ]
    }
  }
}
{
  "mcpServers": {
    "skyvern": {
      "url": "https://api.skyvern.com/mcp/"
    }
  }
}
{
  "servers": {
    "skyvern": {
      "type": "http",
      "url": "https://api.skyvern.com/mcp/"
    }
  }
}
claude mcp add --transport http skyvern https://api.skyvern.com/mcp/

Requirements / API keys

  • x-api-keyrequiredsecret - Your Skyvern API key. Get one at https://app.skyvern.com/settings.

Recent releases

  • Release v1.0.432026-06-18
  • Release v1.0.422026-06-18
  • Release v1.0.412026-06-11
9 67.2k 0% 211.9k today Community No known advisory stdio 90

As of the latest update, the Scrapling MCP Server MCP server has 67.2k GitHub stars, 211.9k weekly pypi downloads, was last updated today, and is a community server in the MCP Registry.

Our take: A stealth web-scraping server with real-browser and Cloudflare-bypass modes, and the highest star count in this list. Capable, but the bypass features put the ethical and legal burden squarely on you.

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi, oci.

Installation

{
  "mcpServers": {
    "scrapling": {
      "command": "uvx",
      "args": [
        "scrapling"
      ]
    }
  }
}
{
  "mcpServers": {
    "scrapling": {
      "command": "uvx",
      "args": [
        "scrapling"
      ]
    }
  }
}
{
  "servers": {
    "scrapling": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scrapling"
      ]
    }
  }
}
claude mcp add scrapling -- uvx scrapling

Recent releases

  • Release v0.4.92026-06-07
  • Release v0.4.82026-05-11
  • Release v0.4.72026-04-17
10 21.7k 0% 3k today Community No known advisory stdio 90

As of the latest update, the Codebase Memory MCP server has 21.7k GitHub stars, 3k weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm, pypi.

Installation

{
  "mcpServers": {
    "codebase-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codebase-memory-mcp@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "codebase-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codebase-memory-mcp@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "codebase-memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codebase-memory-mcp@0.8.1"
      ]
    }
  }
}
claude mcp add codebase-memory-mcp -- npx -y codebase-memory-mcp@0.8.1

Recent releases

  • v0.8.12026-06-12
  • v0.8.02026-06-12
  • v0.7.02026-06-12

Alternatives in AI & Memory

11 6.5k 0% - 25d ago ✓ Official No known advisory stdioStreamable HTTP 90
12 6k 0% - yesterday ✓ Official No known advisory stdio 90

As of the latest update, the XcodeBuildMCP MCP server has 6k GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Our take: Build, run, and manage Xcode projects and simulators from an AI. The go-to server for iOS and macOS development workflows, and one of the few that meaningfully helps native Apple developers.

XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "xcodebuildmcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@2.6.2"
      ]
    }
  }
}
{
  "mcpServers": {
    "xcodebuildmcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@2.6.2"
      ]
    }
  }
}
{
  "servers": {
    "xcodebuildmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@2.6.2"
      ]
    }
  }
}
claude mcp add xcodebuildmcp -- npx -y xcodebuildmcp@2.6.2

Requirements / API keys

  • INCREMENTAL_BUILDS_ENABLEDoptional - Enable experimental xcodemake incremental builds (true/false or 1/0).
  • XCODEBUILDMCP_ENABLED_WORKFLOWSoptional - Comma-separated list of workflows to load at startup (e.g., 'simulator,device,project-discovery').
  • XCODEBUILDMCP_SENTRY_DISABLEDoptional - Disable Sentry error reporting (preferred flag).
  • XCODEBUILDMCP_DEBUGoptional - Enable verbose debug logging from the server.

Recent releases

  • Release v2.6.22026-06-02
  • Release v2.6.12026-06-02
  • Release v2.6.02026-06-01

Alternatives in Productivity

13 6k 0% - yesterday ✓ Official No known advisory stdio 90

As of the latest update, the XcodeBuildMCP MCP server has 6k GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "xcodebuildmcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@1.12.8"
      ]
    }
  }
}
{
  "mcpServers": {
    "xcodebuildmcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@1.12.8"
      ]
    }
  }
}
{
  "servers": {
    "xcodebuildmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@1.12.8"
      ]
    }
  }
}
claude mcp add xcodebuildmcp -- npx -y xcodebuildmcp@1.12.8

Recent releases

  • Release v2.6.22026-06-02
  • Release v2.6.12026-06-02
  • Release v2.6.02026-06-01

Alternatives in Productivity

14 21.2k 0% - 1mo ago ✓ Official Not checked Streamable HTTP 89
15 89 0% 90k 5d ago ✓ Official No known advisory stdio 89

As of the latest update, the mcp-server MCP server has 89 GitHub stars, 90k weekly npm downloads, was last updated 5d ago, and is an official, first-party server in the MCP Registry.

MCP server for SAPUI5/OpenUI5 development

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ui5/mcp-server@0.2.14"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ui5/mcp-server@0.2.14"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ui5/mcp-server@0.2.14"
      ]
    }
  }
}
claude mcp add mcp-server -- npx -y @ui5/mcp-server@0.2.14

Requirements / API keys

  • UI5_MCP_SERVER_ALLOWED_DOMAINSoptional - A comma-separated list of domains that are allowed to be used in various tools, for example: 'localhost, example.com, sub.example.com'. Set to an empty string to allow any domains. For wildcard subdomains, prefix the domain with a dot: '.example.com'. This will match 'www.example.com' but not 'example.com'.
  • UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENToptional - Set to any value to disable structured content in the MCP server responses.
  • UI5_MCP_SERVER_RESPONSE_NO_RESOURCESoptional - Set to any value to disable resources in the MCP server responses, see https://modelcontextprotocol.io/specification/2025-06-18/server/resource. This is useful for clients that do not support resources, see https://modelcontextprotocol.io/clients, such as Cursor or the Gemini CLI.
  • UI5_LOG_LVLoptional - Internal log level (https://ui5.github.io/cli/stable/pages/Troubleshooting/#changing-the-log-level): 'silent', 'error', 'warn', 'info', 'perf', 'verbose' or 'silly'
  • UI5_DATA_DIRoptional - Directory where the MCP server stores its data, such as cached API references. Defaults to the '.ui5' directory in the user's home directory.

Recent releases

  • v0.2.142026-06-23
  • v0.2.132026-06-23
  • v0.2.122026-06-02
16 35.2k 0% - today ✓ Official Not checked Streamable HTTPSSE 88

As of the latest update, the PostHog MCP Server MCP server has 35.2k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: PostHog's official server for product analytics, feature flags, and experiments. First-party and a genuinely good way to let an AI answer questions about your analytics instead of you building dashboards by hand.

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP / SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.posthog.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.posthog.com/mcp"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.posthog.com/mcp"
    }
  }
}
claude mcp add --transport http mcp https://mcp.posthog.com/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token with your PostHog personal API key. Create one at https://us.posthog.com/settings/user-api-keys with the 'MCP Server' preset.

Recent releases

  • Agent skills agent-skills-v0.290.02026-06-30
  • Agent skills agent-skills-v0.289.02026-06-30
  • Agent skills agent-skills-v0.288.02026-06-30

Alternatives in Developer Tools

17 6.3k 0% 5.5k 5d ago ✓ Official Patched stdio 88

As of the latest update, the Windows-MCP MCP server has 6.3k GitHub stars, 5.5k weekly pypi downloads, was last updated 5d ago, and is an official, first-party server in the MCP Registry.

Our take: A computer-use server that lets an AI control the Windows desktop. Impressive and genuinely risky: this is full desktop automation, so run it in a VM or sandbox, never on your daily driver.

An MCP Server for computer-use in Windows OS

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "windows-mcp": {
      "command": "uvx",
      "args": [
        "windows-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "windows-mcp": {
      "command": "uvx",
      "args": [
        "windows-mcp"
      ]
    }
  }
}
{
  "servers": {
    "windows-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "windows-mcp"
      ]
    }
  }
}
claude mcp add windows-mcp -- uvx windows-mcp

Recent releases

  • Release v0.8.22026-06-09
  • Windows-MCP v0.8.12026-05-19
  • v0.7.5 — Security patch: CORS & DNS rebinding (GHSA-vrxg-gm77-7q5g)2026-05-14

Known security advisories

  • GHSA-vrxg-gm77-7q5g: Windows-MCP: HTTP transports expose unauthenticated PowerShell control with wildcard CORS, high, patched in 0.7.5

Alternatives in Developer Tools

18 3.4k 0% - today ✓ Official No known advisory stdio 88

As of the latest update, the Microsoft Fabric MCP Server MCP server has 3.4k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

MCP tools for interacting with Microsoft Fabric

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as nuget, npm.

Installation

{
  "mcpServers": {
    "microsoft-fabric": {
      "command": "dnx",
      "args": [
        "Microsoft.Fabric.Mcp",
        "server",
        "start"
      ]
    }
  }
}
{
  "mcpServers": {
    "microsoft-fabric": {
      "command": "dnx",
      "args": [
        "Microsoft.Fabric.Mcp",
        "server",
        "start"
      ]
    }
  }
}
{
  "servers": {
    "microsoft-fabric": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Microsoft.Fabric.Mcp",
        "server",
        "start"
      ]
    }
  }
}
claude mcp add microsoft-fabric -- dnx Microsoft.Fabric.Mcp server start

Recent releases

  • Template.Mcp.Server 0.0.12-alpha.64677242026-06-23
  • Azure.Mcp.Server 3.0.0-beta.212026-06-23
  • Azure.Mcp.Server 3.0.0-beta.202026-06-18

Alternatives in Other

19 3.3k 0% 9.6k yesterday ✓ Official No known advisory stdio 88

As of the latest update, the basic-memory MCP server has 3.3k GitHub stars, 9.6k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Our take: Local-first knowledge management that syncs to plain Markdown files. One of the cleaner approaches to persistent AI memory: your data stays human-readable on disk instead of locked in a vector store.

Local-first knowledge management with bi-directional LLM sync via Markdown files.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "basic-memory": {
      "command": "uvx",
      "args": [
        "basic-memory"
      ]
    }
  }
}
{
  "mcpServers": {
    "basic-memory": {
      "command": "uvx",
      "args": [
        "basic-memory"
      ]
    }
  }
}
{
  "servers": {
    "basic-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "basic-memory"
      ]
    }
  }
}
claude mcp add basic-memory -- uvx basic-memory

Recent releases

  • v0.22.12026-06-13
  • v0.22.02026-06-11
  • v0.21.62026-06-05

Alternatives in AI & Memory

20 15.3k 0% 101.4k 5d ago Community Patched stdio 87

As of the latest update, the Figma-Context-MCP MCP server has 15.3k GitHub stars, 101.4k weekly npm downloads, was last updated 5d ago, and is a community server in the MCP Registry.

Our take: Gives a coding agent structured access to your Figma files so it can implement designs in code. The most-used design server here, and a real time-saver for design-to-code, though output still needs a human pass.

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "figma-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp@0.13.2",
        "--stdio"
      ],
      "env": {
        "FIGMA_API_KEY": "<FIGMA_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "figma-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp@0.13.2",
        "--stdio"
      ],
      "env": {
        "FIGMA_API_KEY": "<FIGMA_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "figma-context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp@0.13.2",
        "--stdio"
      ],
      "env": {
        "FIGMA_API_KEY": "<FIGMA_API_KEY>"
      }
    }
  }
}
claude mcp add figma-context-mcp --env FIGMA_API_KEY=<FIGMA_API_KEY> -- npx -y figma-developer-mcp@0.13.2 --stdio

Requirements / API keys

  • FIGMA_API_KEYrequiredsecret - Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens

Recent releases

  • v0.13.22026-06-18
  • v0.13.12026-06-18
  • v0.13.02026-06-18

Known security advisories

  • GHSA-gxw4-4fc5-9gr5: figma-developer-mcp vulnerable to command injection in get_figma_data tool (CVSS 7.5), high, patched in 0.6.3
21 3k 0% 26.4k 4d ago ✓ Official No known advisory stdio 87

As of the latest update, the DBHub MCP server has 3k GitHub stars, 26.4k weekly npm downloads, was last updated 4d ago, and is an official, first-party server in the MCP Registry.

Our take: A token-efficient, multi-database server (Postgres, MySQL, SQLite and more) from Bytebase. The lean design is the selling point: it keeps schema context small so the AI spends fewer tokens to query your data.

Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "dbhub": {
      "command": "npx",
      "args": [
        "-y",
        "@bytebase/dbhub@0.22.4"
      ],
      "env": {
        "DSN": "<DSN>",
        "DB_PASSWORD": "<DB_PASSWORD>",
        "SSH_PASSWORD": "<SSH_PASSWORD>",
        "SSH_PASSPHRASE": "<SSH_PASSPHRASE>"
      }
    }
  }
}
{
  "mcpServers": {
    "dbhub": {
      "command": "npx",
      "args": [
        "-y",
        "@bytebase/dbhub@0.22.4"
      ],
      "env": {
        "DSN": "<DSN>",
        "DB_PASSWORD": "<DB_PASSWORD>",
        "SSH_PASSWORD": "<SSH_PASSWORD>",
        "SSH_PASSPHRASE": "<SSH_PASSPHRASE>"
      }
    }
  }
}
{
  "servers": {
    "dbhub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bytebase/dbhub@0.22.4"
      ],
      "env": {
        "DSN": "<DSN>",
        "DB_PASSWORD": "<DB_PASSWORD>",
        "SSH_PASSWORD": "<SSH_PASSWORD>",
        "SSH_PASSPHRASE": "<SSH_PASSPHRASE>"
      }
    }
  }
}
claude mcp add dbhub --env DSN=<DSN> --env DB_PASSWORD=<DB_PASSWORD> --env SSH_PASSWORD=<SSH_PASSWORD> --env SSH_PASSPHRASE=<SSH_PASSPHRASE> -- npx -y @bytebase/dbhub@0.22.4

Requirements / API keys

  • DSNoptionalsecret - Database connection string (e.g., postgres://user:pass@host:5432/db)
  • DB_TYPEoptional - Database type: postgres, mysql, mariadb, sqlserver, sqlite
  • DB_HOSToptional - Database hostname
  • DB_PORToptional - Database port
  • DB_USERoptional - Database username
  • DB_PASSWORDoptionalsecret - Database password
  • DB_NAMEoptional - Database name or SQLite file path
  • TRANSPORToptional - Transport mode: stdio or http
22 3.0k 0% - today ✓ Official No known advisory stdio 87

As of the latest update, the agent-device MCP server has 3.0k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: Lets agents inspect, control, and debug real iOS, Android, and desktop devices. A strong fit for automated mobile and cross-platform testing workflows.

Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "agent-device": {
      "command": "npx",
      "args": [
        "-y",
        "agent-device@0.16.9"
      ]
    }
  }
}
{
  "mcpServers": {
    "agent-device": {
      "command": "npx",
      "args": [
        "-y",
        "agent-device@0.16.9"
      ]
    }
  }
}
{
  "servers": {
    "agent-device": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-device@0.16.9"
      ]
    }
  }
}
claude mcp add agent-device -- npx -y agent-device@0.16.9

Recent releases

  • v0.18.02026-06-26
  • v0.17.102026-06-25
  • v0.17.92026-06-25

Alternatives in Developer Tools

23 2.8k 0% - today ✓ Official No known advisory stdioStreamable HTTP 87

As of the latest update, the Supabase MCP server has 2.8k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: Supabase's official server: query your database, manage projects, and run SQL through an AI. Convenient, but it is database access, so use a scoped key and a read-only role unless you truly need writes.

MCP server for interacting with the Supabase platform

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase@0.8.2"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<SUPABASE_ACCESS_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase@0.8.2"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<SUPABASE_ACCESS_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase@0.8.2"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<SUPABASE_ACCESS_TOKEN>"
      }
    }
  }
}
claude mcp add mcp --env SUPABASE_ACCESS_TOKEN=<SUPABASE_ACCESS_TOKEN> -- npx -y @supabase/mcp-server-supabase@0.8.2

Requirements / API keys

  • SUPABASE_ACCESS_TOKENrequiredsecret - Personal access token for Supabase API

Recent releases

  • mcp-utils: v0.5.12026-06-08
  • mcp-server-supabase: v0.8.22026-06-08
  • mcp-server-postgrest: v0.1.12026-06-08

Alternatives in Databases

24 2.5k 0% - 9d ago ✓ Official No known advisory stdio 87

As of the latest update, the brightdata-mcp MCP server has 2.5k GitHub stars, was last updated 9d ago, and is an official, first-party server in the MCP Registry.

Our take: Bright Data's server for large-scale web search and extraction through their proxy network. Strong for serious data collection, but it is a commercial data service, not a free scraper.

Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "brightdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@brightdata/mcp@2.11.0"
      ],
      "env": {
        "API_TOKEN": "<API_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "brightdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@brightdata/mcp@2.11.0"
      ],
      "env": {
        "API_TOKEN": "<API_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "brightdata-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brightdata/mcp@2.11.0"
      ],
      "env": {
        "API_TOKEN": "<API_TOKEN>"
      }
    }
  }
}
claude mcp add brightdata-mcp --env API_TOKEN=<API_TOKEN> -- npx -y @brightdata/mcp@2.11.0

Requirements / API keys

  • API_TOKENrequiredsecret - Your API key for Bright Data
  • WEB_UNLOCKER_ZONEoptional - Your unlocker zone name
  • BROWSER_ZONEoptional - Your browser zone name
  • PRO_MODEoptional - To enable PRO_MODE - set to true
  • GROUPSoptional - Comma-separated tool group IDs (e.g., 'ecommerce,browser')
  • TOOLSoptional - Comma-separated tool names to enable
  • POLLING_TIMEOUToptional - Polling timeout in seconds for web_data_* tools (default: 600)
  • BASE_TIMEOUToptional - Request timeout in seconds for base tools (search & scrape). No limit if unset

Recent releases

  • v2.11.02026-06-16
  • v2.9.32026-03-29
  • v2.8.62026-03-01

Alternatives in Search & Web

25 5.8k 0% - 28d ago ✓ Official Not checked Streamable HTTP 86

As of the latest update, the strata MCP server has 5.8k GitHub stars, was last updated 28d ago, and is an official, first-party server in the MCP Registry.

MCP server for progressive tool usage at any scale (see https://klavis.ai)

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "strata": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://strata.klavis.ai/mcp/"
      ]
    }
  }
}
{
  "mcpServers": {
    "strata": {
      "url": "https://strata.klavis.ai/mcp/"
    }
  }
}
{
  "servers": {
    "strata": {
      "type": "http",
      "url": "https://strata.klavis.ai/mcp/"
    }
  }
}
claude mcp add --transport http strata https://strata.klavis.ai/mcp/

Recent releases

  • TypeScript SDK v2.20.02026-01-29
  • Python SDK v2.20.02026-01-29
  • TypeScript SDK v2.19.02026-01-06
26 4.9k 0% - today ✓ Official Not checked Streamable HTTP 86

As of the latest update, the mockserver MCP server has 4.9k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Distributed as oci.

Installation

{
  "mcpServers": {
    "mockserver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/mockserver/mockserver:7.2.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "mockserver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/mockserver/mockserver:7.2.0"
      ]
    }
  }
}
{
  "servers": {
    "mockserver": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/mockserver/mockserver:7.2.0"
      ]
    }
  }
}
claude mcp add mockserver -- docker run -i --rm docker.io/mockserver/mockserver:7.2.0

Recent releases

  • MockServer 7.2.02026-06-22
  • MockServer 7.1.02026-06-15
  • MockServer 7.0.02026-06-06

Alternatives in DevOps & Monitoring

27 4.6k 0% - today ✓ Official Not checked Streamable HTTP 86

As of the latest update, the exa MCP server has 4.6k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: Exa's AI-native web search and crawling, built specifically for agents, with a newer code-search tool. Fast and well-suited to grounding answers; it is a paid API, so factor in usage costs.

Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.exa.ai/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}
{
  "servers": {
    "exa": {
      "type": "http",
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}
claude mcp add --transport http exa https://mcp.exa.ai/mcp

Alternatives in Search & Web

28 4.2k 0% - 2mo ago ✓ Official No known advisory stdio 86

As of the latest update, the mcp-server-chart MCP server has 4.2k GitHub stars, was last updated 2mo ago, and is an official, first-party server in the MCP Registry.

Our take: AntV's server for generating charts from data. A neat way to turn an AI's analysis into actual visualizations rather than just describing numbers.

A Model Context Protocol server for generating charts using AntV.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart@0.9.0-beta.1"
      ],
      "env": {
        "SERVICE_ID": "<SERVICE_ID>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart@0.9.0-beta.1"
      ],
      "env": {
        "SERVICE_ID": "<SERVICE_ID>"
      }
    }
  }
}
{
  "servers": {
    "mcp-server-chart": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart@0.9.0-beta.1"
      ],
      "env": {
        "SERVICE_ID": "<SERVICE_ID>"
      }
    }
  }
}
claude mcp add mcp-server-chart --env SERVICE_ID=<SERVICE_ID> -- npx -y @antv/mcp-server-chart@0.9.0-beta.1

Requirements / API keys

  • VIS_REQUEST_SERVERoptional - Custom chart generation service URL for private deployment
  • SERVICE_IDoptionalsecret - Service identifier for chart generation records
  • DISABLED_TOOLSoptional - Comma-separated list of tool names to disable

Recent releases

  • 0.9.102026-02-25
  • 0.9.92026-01-22
  • 0.9.72025-12-24
29 3.4k 0% 1.3k today ✓ Official Patched stdio 86

As of the latest update, the Azure MCP Server MCP server has 3.4k GitHub stars, 1.3k weekly pypi downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Our take: Microsoft's official Azure server, exposing a wide set of Azure management tools to an AI. First-party and powerful; given the blast radius of cloud access, lock it to scoped, least-privilege credentials.

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as nuget, npm, pypi, mcpb, mcpb, mcpb, mcpb, mcpb, mcpb.

Installation

{
  "mcpServers": {
    "azure": {
      "command": "dnx",
      "args": [
        "Azure.Mcp",
        "server",
        "start"
      ]
    }
  }
}
{
  "mcpServers": {
    "azure": {
      "command": "dnx",
      "args": [
        "Azure.Mcp",
        "server",
        "start"
      ]
    }
  }
}
{
  "servers": {
    "azure": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Azure.Mcp",
        "server",
        "start"
      ]
    }
  }
}
claude mcp add azure -- dnx Azure.Mcp server start

Recent releases

  • Template.Mcp.Server 0.0.12-alpha.64677242026-06-23
  • Azure.Mcp.Server 3.0.0-beta.212026-06-23
  • Azure.Mcp.Server 3.0.0-beta.202026-06-18

Known security advisories

  • GHSA-hhfx-wfvq-7g9c: Azure MCP Server has Server-Side Request Forgery issue that allows authorized attacker to elevate privileges over a network (CVSS 8.8), high, patched in 2.0.0-beta.17
30 72 0% 26k yesterday ✓ Official No known advisory stdio 86

As of the latest update, the pagerduty-mcp MCP server has 72 GitHub stars, 26k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "pagerduty-mcp": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp",
        "--enable-write-tools"
      ]
    }
  }
}
{
  "mcpServers": {
    "pagerduty-mcp": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp",
        "--enable-write-tools"
      ]
    }
  }
}
{
  "servers": {
    "pagerduty-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pagerduty-mcp",
        "--enable-write-tools"
      ]
    }
  }
}
claude mcp add pagerduty-mcp -- uvx pagerduty-mcp --enable-write-tools

Requirements / API keys

  • PAGERDUTY_USER_API_KEYoptional - PagerDuty User API Token - obtain from User Settings > API Access in your PagerDuty account
  • PAGERDUTY_API_HOSToptional - PagerDuty API host URL (default: https://api.pagerduty.com, EU: https://api.eu.pagerduty.com)

Alternatives in DevOps & Monitoring

31 292 0% 58.8k 2mo ago ✓ Official No known advisory stdio 86

As of the latest update, the OSS Snowflake MCP Server MCP server has 292 GitHub stars, 58.8k weekly pypi downloads, was last updated 2mo ago, and is an official, first-party server in the MCP Registry.

MCP Server for Snowflake from Snowflake Labs

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "snowflake-labs-mcp",
        "--service-config-file",
        "--account",
        "--host",
        "--user",
        "--password",
        "--role",
        "--warehouse",
        "--passcode-in-password",
        "--passcode",
        "--private-key",
        "--private-key-file",
        "--private-key-file-pwd",
        "--authenticator",
        "--connection-name",
        "--transport",
        "--server-host",
        "--port",
        "--endpoint"
      ],
      "env": {
        "SNOWFLAKE_PASSWORD": "<SNOWFLAKE_PASSWORD>",
        "SNOWFLAKE_PRIVATE_KEY": "<SNOWFLAKE_PRIVATE_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "snowflake-labs-mcp",
        "--service-config-file",
        "--account",
        "--host",
        "--user",
        "--password",
        "--role",
        "--warehouse",
        "--passcode-in-password",
        "--passcode",
        "--private-key",
        "--private-key-file",
        "--private-key-file-pwd",
        "--authenticator",
        "--connection-name",
        "--transport",
        "--server-host",
        "--port",
        "--endpoint"
      ],
      "env": {
        "SNOWFLAKE_PASSWORD": "<SNOWFLAKE_PASSWORD>",
        "SNOWFLAKE_PRIVATE_KEY": "<SNOWFLAKE_PRIVATE_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "snowflake-labs-mcp",
        "--service-config-file",
        "--account",
        "--host",
        "--user",
        "--password",
        "--role",
        "--warehouse",
        "--passcode-in-password",
        "--passcode",
        "--private-key",
        "--private-key-file",
        "--private-key-file-pwd",
        "--authenticator",
        "--connection-name",
        "--transport",
        "--server-host",
        "--port",
        "--endpoint"
      ],
      "env": {
        "SNOWFLAKE_PASSWORD": "<SNOWFLAKE_PASSWORD>",
        "SNOWFLAKE_PRIVATE_KEY": "<SNOWFLAKE_PRIVATE_KEY>"
      }
    }
  }
}
claude mcp add mcp --env SNOWFLAKE_PASSWORD=<SNOWFLAKE_PASSWORD> --env SNOWFLAKE_PRIVATE_KEY=<SNOWFLAKE_PRIVATE_KEY> -- uvx snowflake-labs-mcp --service-config-file --account --host --user --password --role --warehouse --passcode-in-password --passcode --private-key --private-key-file --private-key-file-pwd --authenticator --connection-name --transport --server-host --port --endpoint

Requirements / API keys

  • SNOWFLAKE_ACCOUNToptional - Account identifier (e.g. xy12345.us-east-1)
  • SNOWFLAKE_HOSToptional - Snowflake host URL
  • SNOWFLAKE_USERoptional - Username for authentication
  • SNOWFLAKE_PASSWORDoptionalsecret - Password or programmatic access token
  • SNOWFLAKE_ROLEoptional - Role to use for connection
  • SNOWFLAKE_WAREHOUSEoptional - Warehouse to use for queries
  • SNOWFLAKE_PASSCODEoptional - MFA passcode for authentication
  • SNOWFLAKE_PRIVATE_KEYoptionalsecret - Private key for key pair authentication

Recent releases

  • v.1.4.22026-05-15
  • v.1.4.12026-04-13
  • v1.4.02026-04-01

Alternatives in Databases

32 5k 0% 15.9k 2d ago Community No known advisory stdioStreamable HTTP 85

As of the latest update, the Finance Toolkit MCP server has 5k GitHub stars, 15.9k weekly pypi downloads, was last updated 2d ago, and is a community server in the MCP Registry.

200+ transparent financial metrics calculated from raw statements, not third-party endpoints.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as pypi. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "financetoolkit": {
      "command": "uvx",
      "args": [
        "financetoolkit"
      ],
      "env": {
        "FINANCIAL_MODELING_PREP_API_KEY": "<FINANCIAL_MODELING_PREP_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "financetoolkit": {
      "command": "uvx",
      "args": [
        "financetoolkit"
      ],
      "env": {
        "FINANCIAL_MODELING_PREP_API_KEY": "<FINANCIAL_MODELING_PREP_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "financetoolkit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "financetoolkit"
      ],
      "env": {
        "FINANCIAL_MODELING_PREP_API_KEY": "<FINANCIAL_MODELING_PREP_API_KEY>"
      }
    }
  }
}
claude mcp add financetoolkit --env FINANCIAL_MODELING_PREP_API_KEY=<FINANCIAL_MODELING_PREP_API_KEY> -- uvx financetoolkit

Requirements / API keys

  • FINANCIAL_MODELING_PREP_API_KEYrequiredsecret - Financial Modeling Prep API key, get a key over at https://www.jeroenbouma.com/fmp

Recent releases

  • FinanceToolkit v2.1.32026-06-27
  • FinanceToolkit v2.1.22026-06-23
  • FinanceToolkit v2.1.02026-06-09

Alternatives in Finance

33 3.9k 0% - 3d ago ✓ Official Not checked Streamable HTTPSSE 85

As of the latest update, the mcp MCP server has 3.9k GitHub stars, was last updated 3d ago, and is an official, first-party server in the MCP Registry.

Cloudflare MCP servers

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP / SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://docs.mcp.cloudflare.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://docs.mcp.cloudflare.com/mcp"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://docs.mcp.cloudflare.com/mcp"
    }
  }
}
claude mcp add --transport http mcp https://docs.mcp.cloudflare.com/mcp

Requirements / API keys

  • Authenticationoptionalsecret - Optional Cloudflare API key for authentication if not using OAuth. Can use User or Account owned tokens as a Bearer token.

Recent releases

  • workers-observability@0.5.02026-06-02
  • workers-builds@0.2.02026-06-02
  • workers-bindings@0.5.02026-06-02
34 3.4k 0% - 2mo ago ✓ Official No known advisory stdio 85

As of the latest update, the mcp-server-browserbase MCP server has 3.4k GitHub stars, was last updated 2mo ago, and is an official, first-party server in the MCP Registry.

MCP server for AI web browser automation using Browserbase and Stagehand

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server-browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase@2.1.1"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<BROWSERBASE_API_KEY>",
        "BROWSERBASE_PROJECT_ID": "<BROWSERBASE_PROJECT_ID>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-server-browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase@2.1.1"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<BROWSERBASE_API_KEY>",
        "BROWSERBASE_PROJECT_ID": "<BROWSERBASE_PROJECT_ID>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-server-browserbase": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase@2.1.1"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<BROWSERBASE_API_KEY>",
        "BROWSERBASE_PROJECT_ID": "<BROWSERBASE_PROJECT_ID>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-server-browserbase --env BROWSERBASE_API_KEY=<BROWSERBASE_API_KEY> --env BROWSERBASE_PROJECT_ID=<BROWSERBASE_PROJECT_ID> --env GEMINI_API_KEY=<GEMINI_API_KEY> -- npx -y @browserbasehq/mcp-server-browserbase@2.1.1

Requirements / API keys

  • BROWSERBASE_API_KEYrequiredsecret - Your Browserbase API key
  • BROWSERBASE_PROJECT_IDrequired - Your Browserbase Project ID
  • GEMINI_API_KEYrequiredsecret - Your Gemini API key (default model)

Recent releases

  • v3.0.02026-03-31

Alternatives in Search & Web

35 1.2k 0% 17.4k yesterday ✓ Official No known advisory stdio 85

As of the latest update, the voicemode MCP server has 1.2k GitHub stars, 17.4k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Natural voice conversations for AI assistants - STT/TTS via MCP

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "voicemode": {
      "command": "uvx",
      "args": [
        "voice-mode"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "voicemode": {
      "command": "uvx",
      "args": [
        "voice-mode"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "voicemode": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "voice-mode"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}
claude mcp add voicemode --env OPENAI_API_KEY=<OPENAI_API_KEY> -- uvx voice-mode

Requirements / API keys

  • OPENAI_API_KEYoptionalsecret - OpenAI API key for cloud-based STT/TTS (optional - local services can be installed)
  • VOICEMODE_DEBUGoptional - Enable debug mode with detailed logging (true/false)
  • VOICEMODE_SKIP_TTSoptional - Skip TTS and show text only for faster response (true/false)
  • VOICEMODE_PREFER_LOCALoptional - Prefer local services over cloud when available (true/false, default: true)
  • VOICEMODE_AUDIO_FORMAToptional - Audio format: pcm, mp3, wav, flac, aac, opus (default: pcm)
  • VOICEMODE_WHISPER_MODELoptional - Whisper model: tiny, base, small, medium, large (default: base)
  • VOICEMODE_DISABLE_SILENCE_DETECTIONoptional - Disable silence detection for continuous recording (true/false)

Recent releases

  • Release v8.10.22026-06-26
  • Release v8.10.12026-06-25
  • Release v8.10.02026-06-25
36 2.6k 0% 2.8k 2d ago ✓ Official No known advisory stdio 84

As of the latest update, the Repowise MCP server has 2.6k GitHub stars, 2.8k weekly pypi downloads, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

Codebase intelligence for AI coding agents - graph, git history, docs, decisions, code health.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "repowise": {
      "command": "uvx",
      "args": [
        "repowise",
        "mcp",
        "--transport",
        "stdio"
      ]
    }
  }
}
{
  "mcpServers": {
    "repowise": {
      "command": "uvx",
      "args": [
        "repowise",
        "mcp",
        "--transport",
        "stdio"
      ]
    }
  }
}
{
  "servers": {
    "repowise": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "repowise",
        "mcp",
        "--transport",
        "stdio"
      ]
    }
  }
}
claude mcp add repowise -- uvx repowise mcp --transport stdio

Recent releases

  • v0.25.02026-06-27
  • v0.24.02026-06-25
  • v0.23.02026-06-23

Alternatives in Productivity

37 1.3k 0% 10.8k today ✓ Official No known advisory stdio 84

As of the latest update, the brave-search-mcp-server MCP server has 1.3k GitHub stars, 10.8k weekly npm downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "brave-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server@2.0.85"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "brave-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server@2.0.85"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "brave-search-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server@2.0.85"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>"
      }
    }
  }
}
claude mcp add brave-search-mcp-server --env BRAVE_API_KEY=<BRAVE_API_KEY> -- npx -y @brave/brave-search-mcp-server@2.0.85

Requirements / API keys

  • BRAVE_API_KEYrequiredsecret - Your API key for the service

Recent releases

  • v2.0.852026-06-15
  • v2.0.842026-06-15
  • v2.0.832026-06-01

Alternatives in Search & Web

38 1.2k 0% - yesterday ✓ Official No known advisory stdio 84

As of the latest update, the mcp MCP server has 1.2k GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

3D & AR SDK for Android, iOS, Web - API docs, samples, validation, and code generation.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sceneview-mcp@3.4.4"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sceneview-mcp@3.4.4"
      ]
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sceneview-mcp@3.4.4"
      ]
    }
  }
}
claude mcp add mcp -- npx -y sceneview-mcp@3.4.4

Recent releases

  • v4.18.02026-06-06
  • v4.17.02026-05-31
  • v4.16.102026-05-27

Alternatives in Search & Web

39 63 n/a 20.5k 6d ago ✓ Official No known advisory stdio 84

As of the latest update, the thoughtbox MCP server has 63 GitHub stars, 20.5k weekly npm downloads, was last updated 6d ago, and is an official, first-party server in the MCP Registry.

Extended reasoning with structured processes, persistence, and workflow guidance

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "thoughtbox": {
      "command": "npx",
      "args": [
        "-y",
        "@kastalien-research/thoughtbox@1.0.3"
      ]
    }
  }
}
{
  "mcpServers": {
    "thoughtbox": {
      "command": "npx",
      "args": [
        "-y",
        "@kastalien-research/thoughtbox@1.0.3"
      ]
    }
  }
}
{
  "servers": {
    "thoughtbox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kastalien-research/thoughtbox@1.0.3"
      ]
    }
  }
}
claude mcp add thoughtbox -- npx -y @kastalien-research/thoughtbox@1.0.3

Alternatives in Developer Tools

40 69 0% 13.1k yesterday ✓ Official No known advisory stdio 84

As of the latest update, the mcp-for-api MCP server has 69 GitHub stars, 13.1k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

MCP (Model Context Protocol) server for Appwrite

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "mcp-for-api": {
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-for-api": {
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
{
  "servers": {
    "mcp-for-api": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
claude mcp add mcp-for-api -- uvx mcp-server-appwrite

Recent releases

  • 0.8.12026-06-29
  • 0.8.02026-06-29
  • 0.7.12026-06-26

Alternatives in AI & Memory

41 1.7k 0% 57 2mo ago ✓ Official No known advisory stdio 83

As of the latest update, the blitz MCP server has 1.7k GitHub stars, 57 weekly npm downloads, was last updated 2mo ago, and is an official, first-party server in the MCP Registry.

Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "blitz": {
      "command": "npx",
      "args": [
        "-y",
        "@blitzdev/blitz-mcp@1.0.26"
      ]
    }
  }
}
{
  "mcpServers": {
    "blitz": {
      "command": "npx",
      "args": [
        "-y",
        "@blitzdev/blitz-mcp@1.0.26"
      ]
    }
  }
}
{
  "servers": {
    "blitz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@blitzdev/blitz-mcp@1.0.26"
      ]
    }
  }
}
claude mcp add blitz -- npx -y @blitzdev/blitz-mcp@1.0.26

Recent releases

  • 1.0.352026-04-15
  • v1.0.342026-04-06
  • v1.0.332026-04-05

Alternatives in Developer Tools

42 914 0% - yesterday ✓ Official No known advisory stdio 83

As of the latest update, the Power BI Modeling MCP Server MCP server has 914 GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp@0.5.0-beta.11",
        "--start"
      ]
    }
  }
}
{
  "mcpServers": {
    "powerbi-modeling-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp@0.5.0-beta.11",
        "--start"
      ]
    }
  }
}
{
  "servers": {
    "powerbi-modeling-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/powerbi-modeling-mcp@0.5.0-beta.11",
        "--start"
      ]
    }
  }
}
claude mcp add powerbi-modeling-mcp -- npx -y @microsoft/powerbi-modeling-mcp@0.5.0-beta.11 --start
43 1.7k 0% - 10d ago ✓ Official Not checked Streamable HTTP 82

As of the latest update, the Microsoft Learn MCP MCP server has 1.7k GitHub stars, was last updated 10d ago, and is an official, first-party server in the MCP Registry.

Official Microsoft Learn MCP Server - real-time, trusted docs & code samples for AI and LLMs.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "microsoft-learn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://learn.microsoft.com/api/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "microsoft-learn-mcp": {
      "url": "https://learn.microsoft.com/api/mcp"
    }
  }
}
{
  "servers": {
    "microsoft-learn-mcp": {
      "type": "http",
      "url": "https://learn.microsoft.com/api/mcp"
    }
  }
}
claude mcp add --transport http microsoft-learn-mcp https://learn.microsoft.com/api/mcp

Alternatives in Productivity

44 1.6k 0% - 4d ago ✓ Official Not checked Streamable HTTP 82

As of the latest update, the mcp MCP server has 1.6k GitHub stars, was last updated 4d ago, and is an official, first-party server in the MCP Registry.

MCP server integrating with Stripe - tools for customers, products, payments, and more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.stripe.com"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.stripe.com"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.stripe.com"
    }
  }
}
claude mcp add --transport http mcp https://mcp.stripe.com
45 1.6k 0% - 6d ago ✓ Official No known advisory stdio 82

As of the latest update, the nuget MCP server has 1.6k GitHub stars, was last updated 6d ago, and is an official, first-party server in the MCP Registry.

A Model Context Protocol (MCP) server for NuGet.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as nuget.

Installation

{
  "mcpServers": {
    "nuget": {
      "command": "dnx",
      "args": [
        "NuGet.Mcp.Server"
      ]
    }
  }
}
{
  "mcpServers": {
    "nuget": {
      "command": "dnx",
      "args": [
        "NuGet.Mcp.Server"
      ]
    }
  }
}
{
  "servers": {
    "nuget": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "NuGet.Mcp.Server"
      ]
    }
  }
}
claude mcp add nuget -- dnx NuGet.Mcp.Server

Recent releases

  • NuGet 3.3 for Visual Studio 20152015-11-30
  • NuGet 3.2 for Visual Studio 20152015-09-17
  • NuGet 3.2-RC for Visual Studio 20152015-09-04

Alternatives in AI & Memory

46 1.5k 0% - today ✓ Official Not checked Streamable HTTP 82

As of the latest update, the apify-mcp-server MCP server has 1.5k GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "apify-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/"
      ]
    }
  }
}
{
  "mcpServers": {
    "apify-mcp-server": {
      "url": "https://mcp.apify.com/"
    }
  }
}
{
  "servers": {
    "apify-mcp-server": {
      "type": "http",
      "url": "https://mcp.apify.com/"
    }
  }
}
claude mcp add --transport http apify-mcp-server https://mcp.apify.com/

Requirements / API keys

  • Authorizationrequiredsecret - Apify API token for authentication with Apify platform services. For example 'Bearer <apify-api-token>'

Recent releases

  • 0.11.42026-06-24
  • 0.11.32026-06-22
  • 0.11.22026-06-15
47 790 0% 643 today ✓ Official No known advisory stdio 82

As of the latest update, the OpenOSINT MCP server has 790 GitHub stars, 643 weekly pypi downloads, was last updated today, and is an official, first-party server in the MCP Registry.

AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "openosint": {
      "command": "uvx",
      "args": [
        "openosint"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "HIBP_API_KEY": "<HIBP_API_KEY>",
        "IPINFO_TOKEN": "<IPINFO_TOKEN>",
        "IP2LOCATION_API_KEY": "<IP2LOCATION_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "openosint": {
      "command": "uvx",
      "args": [
        "openosint"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "HIBP_API_KEY": "<HIBP_API_KEY>",
        "IPINFO_TOKEN": "<IPINFO_TOKEN>",
        "IP2LOCATION_API_KEY": "<IP2LOCATION_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "openosint": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openosint"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "HIBP_API_KEY": "<HIBP_API_KEY>",
        "IPINFO_TOKEN": "<IPINFO_TOKEN>",
        "IP2LOCATION_API_KEY": "<IP2LOCATION_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>"
      }
    }
  }
}
claude mcp add openosint --env ANTHROPIC_API_KEY=<ANTHROPIC_API_KEY> --env HIBP_API_KEY=<HIBP_API_KEY> --env IPINFO_TOKEN=<IPINFO_TOKEN> --env IP2LOCATION_API_KEY=<IP2LOCATION_API_KEY> --env ABUSEIPDB_API_KEY=<ABUSEIPDB_API_KEY> -- uvx openosint

Requirements / API keys

  • ANTHROPIC_API_KEYrequiredsecret - Anthropic API key - required for the AI agent REPL
  • HIBP_API_KEYoptionalsecret - HaveIBeenPwned API key for breach detection (search_breach tool)
  • IPINFO_TOKENoptionalsecret - ipinfo.io token for higher IP lookup rate limits (search_ip tool)
  • IP2LOCATION_API_KEYoptionalsecret - IP2Location API key for enhanced IP intelligence (search_ip2location tool)
  • ABUSEIPDB_API_KEYoptionalsecret - AbuseIPDB API key for IP abuse reputation checks (search_abuseipdb tool)

Recent releases

  • v2.23.02026-06-18
  • v2.21.02026-06-14
  • v2.19.12026-06-09

Alternatives in Communication

48 8.3k 0% 6.7k today Community Open advisory stdio 81

As of the latest update, the PraisonAI MCP server has 8.3k GitHub stars, 6.7k weekly pypi downloads, was last updated today, and is a community server in the MCP Registry.

AI Agents Framework with Self Reflection and MCP support

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "praisonai": {
      "command": "uvx",
      "args": [
        "praisonai"
      ]
    }
  }
}
{
  "mcpServers": {
    "praisonai": {
      "command": "uvx",
      "args": [
        "praisonai"
      ]
    }
  }
}
{
  "servers": {
    "praisonai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "praisonai"
      ]
    }
  }
}
claude mcp add praisonai -- uvx praisonai

Recent releases

  • PraisonAI v4.6.822026-06-27
  • PraisonAI v4.6.812026-06-27
  • PraisonAI v4.6.802026-06-26

Known security advisories

  • GHSA-x44p-gg67-52fc: Duplicate Advisory: PraisonAI: Coarse-Grained Tool Approval Cache Bypasses Per-Invocation Consent for Shell Commands (CVSS 5.5), medium, unpatched
  • GHSA-fwh2-95jw-g4j6: Duplicate Advisory: PraisonAI has Memory State Leakage and Path Traversal in MultiAgent Context Handling (CVSS 8.8), high, unpatched
  • GHSA-6jcq-6546-qrrw: PraisonAI SandlockSandbox falls back to unrestricted subprocess execution when Landlock is unavailable (CVSS 8.8), high, patched in 4.6.61
  • GHSA-8ccj-p46r-jwqq: PraisonAI: PRAISONAI_CALL_AUTH=disabled environment variable unconditionally disables authentication (CVSS 8.2), high, patched in 4.6.61
  • GHSA-29w3-p9w9-wc47: PraisonAI: Arbitrary File Read/Write via `multiedit` Tool Without Path Validation (CVSS 9.1), critical, patched in 4.6.61

Alternatives in Developer Tools

49 3.4k 0% - today Community Not checked stdio 81

As of the latest update, the Unity-MCP MCP server has 3.4k GitHub stars, was last updated today, and is a community server in the MCP Registry.

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "unity-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "unity-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
      ]
    }
  }
}
{
  "servers": {
    "unity-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
      ]
    }
  }
}
claude mcp add unity-mcp -- docker run -i --rm docker.io/ivanmurzakdev/unity-mcp-server:0.17.1

Requirements / API keys

  • UNITY_MCP_PORToptional - Client -> Server <- Plugin connection port (default: 8080)
  • UNITY_MCP_PLUGIN_TIMEOUToptional - Plugin -> Server connection timeout (ms) (default: 10000)
  • UNITY_MCP_CLIENT_TRANSPORToptional - Client -> Server transport type: stdio or http (default: http)

Recent releases

  • 0.82.32026-06-30
  • 0.82.22026-06-25
  • 0.82.12026-06-21

Alternatives in DevOps & Monitoring

50 2.9k 0% 27.3k 1mo ago Community No known advisory stdio 81

As of the latest update, the arxiv-mcp-server MCP server has 2.9k GitHub stars, 27.3k weekly pypi downloads, was last updated 1mo ago, and is a community server in the MCP Registry.

Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server",
        "--storage-path",
        "${ARXIV_STORAGE_PATH}"
      ]
    }
  }
}
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server",
        "--storage-path",
        "${ARXIV_STORAGE_PATH}"
      ]
    }
  }
}
{
  "servers": {
    "arxiv-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arxiv-mcp-server",
        "--storage-path",
        "${ARXIV_STORAGE_PATH}"
      ]
    }
  }
}
claude mcp add arxiv-mcp-server -- uvx arxiv-mcp-server --storage-path ${ARXIV_STORAGE_PATH}

Requirements / API keys

  • ARXIV_STORAGE_PATHoptional - Optional path for storing downloaded papers locally.

Recent releases

  • v0.5.02026-04-26
  • arxiv-mcp-server 0.4.122026-04-25

Alternatives in Search & Web

51 1.2k 0% - yesterday ✓ Official No known advisory stdio 81

As of the latest update, the monitor MCP server has 1.2k GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@betterdb/mcp@0.1.3"
      ],
      "env": {
        "BETTERDB_TOKEN": "<BETTERDB_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@betterdb/mcp@0.1.3"
      ],
      "env": {
        "BETTERDB_TOKEN": "<BETTERDB_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "monitor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@betterdb/mcp@0.1.3"
      ],
      "env": {
        "BETTERDB_TOKEN": "<BETTERDB_TOKEN>"
      }
    }
  }
}
claude mcp add monitor --env BETTERDB_TOKEN=<BETTERDB_TOKEN> -- npx -y @betterdb/mcp@0.1.3

Requirements / API keys

  • BETTERDB_URLoptional - URL of the BetterDB monitor instance
  • BETTERDB_TOKENoptionalsecret - MCP authentication token generated from the BetterDB Settings page
  • BETTERDB_INSTANCE_IDoptional - Instance ID to target when using multi-instance cloud deployments

Recent releases

  • v0.24.02026-06-29
  • Semantic Cache v0.7.02026-06-26
  • Retrieval v0.3.02026-06-26

Alternatives in DevOps & Monitoring

52 1.2k 0% 26 2d ago ✓ Official No known advisory stdioStreamable HTTP 81

As of the latest update, the BoostedTravel MCP server has 1.2k GitHub stars, 26 weekly pypi downloads, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm, pypi. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp@0.1.1"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<BOOSTEDTRAVEL_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp@0.1.1"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<BOOSTEDTRAVEL_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "travel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp@0.1.1"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<BOOSTEDTRAVEL_API_KEY>"
      }
    }
  }
}
claude mcp add travel --env BOOSTEDTRAVEL_API_KEY=<BOOSTEDTRAVEL_API_KEY> -- npx -y boostedtravel-mcp@0.1.1

Requirements / API keys

  • BOOSTEDTRAVEL_API_KEYrequiredsecret - Your BoostedTravel API key
  • X-API-Keyrequiredsecret - BoostedTravel API key (get one free: npx boostedtravel-mcp or pip install boostedtravel && boostedtravel register)

Recent releases

  • v2026.5.76 — Concierge unlock flow + three-path access docs2026-05-22
  • v2026.4.43 — Cabin Class Filtering2026-04-12
  • v2026.4.36 — Fast Mode Search2026-04-09

Alternatives in Search & Web

53 1k 0% - 2d ago ✓ Official Not checked Streamable HTTP 81

As of the latest update, the QueryWeaver MCP server has 1k GitHub stars, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Distributed as oci.

Installation

{
  "mcpServers": {
    "queryweaver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/falkordb/queryweaver:0.0.11"
      ]
    }
  }
}
{
  "mcpServers": {
    "queryweaver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/falkordb/queryweaver:0.0.11"
      ]
    }
  }
}
{
  "servers": {
    "queryweaver": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/falkordb/queryweaver:0.0.11"
      ]
    }
  }
}
claude mcp add queryweaver -- docker run -i --rm docker.io/falkordb/queryweaver:0.0.11

Recent releases

  • 0.0.142026-01-08
  • 0.0.132025-12-24
  • 0.0.122025-10-08

Alternatives in Databases

54 983 0% - today ✓ Official Not checked stdio 81

As of the latest update, the ArcadeDB MCP Server MCP server has 983 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arcadedata/arcadedb:26.4.1-SNAPSHOT"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arcadedata/arcadedb:26.4.1-SNAPSHOT"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arcadedata/arcadedb:26.4.1-SNAPSHOT"
      ]
    }
  }
}
claude mcp add mcp-server -- docker run -i --rm docker.io/arcadedata/arcadedb:26.4.1-SNAPSHOT

Recent releases

  • 26.6.12026-06-03
  • 26.5.12026-05-11
  • 26.4.22026-04-24

Alternatives in Databases

55 534 0% - today ✓ Official No known advisory stdio 81

As of the latest update, the webcomponents-react-mcp-server MCP server has 534 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

MCP server for UI5 Web Components for React - Developer documentation and API assistance

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "webcomponents-react-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ui5/webcomponents-react-mcp@2.23.2"
      ]
    }
  }
}
{
  "mcpServers": {
    "webcomponents-react-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ui5/webcomponents-react-mcp@2.23.2"
      ]
    }
  }
}
{
  "servers": {
    "webcomponents-react-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ui5/webcomponents-react-mcp@2.23.2"
      ]
    }
  }
}
claude mcp add webcomponents-react-mcp-server -- npx -y @ui5/webcomponents-react-mcp@2.23.2

Recent releases

  • v2.23.22026-06-29
  • v2.23.12026-06-12
  • v2.23.02026-06-08

Alternatives in Search & Web

56 489 0% - 17d ago ✓ Official No known advisory stdioStreamable HTTP 81

As of the latest update, the docfork-mcp MCP server has 489 GitHub stars, was last updated 17d ago, and is an official, first-party server in the MCP Registry.

Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "docfork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docfork@1.3.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "docfork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docfork@1.3.0"
      ]
    }
  }
}
{
  "servers": {
    "docfork-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "docfork@1.3.0"
      ]
    }
  }
}
claude mcp add docfork-mcp -- npx -y docfork@1.3.0

Recent releases

  • docfork: v2.2.52026-05-25
  • dgrep: v0.2.22026-05-25
  • sdk: v0.0.12026-05-24

Alternatives in Productivity

57 469 0% 35 17d ago ✓ Official No known advisory stdio 81

As of the latest update, the telemem MCP server has 469 GitHub stars, 35 weekly pypi downloads, was last updated 17d ago, and is an official, first-party server in the MCP Registry.

Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "telemem": {
      "command": "uvx",
      "args": [
        "telemem"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "telemem": {
      "command": "uvx",
      "args": [
        "telemem"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "telemem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "telemem"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}
claude mcp add telemem --env OPENAI_API_KEY=<OPENAI_API_KEY> -- uvx telemem

Requirements / API keys

  • OPENAI_API_KEYoptionalsecret - API key for the default OpenAI LLM/embedder (not needed with a local TELEMEM_CONFIG)
  • TELEMEM_CONFIGoptional - Path to a TeleMem YAML/JSON config, e.g. the fully-local Ollama + FAISS setup (config/config.ollama.yaml)
  • TELEMEM_DEFAULT_USER_IDoptional - Default memory scope when tool calls omit user_id/agent_id/run_id (default: telemem-mcp)

Recent releases

  • TeleMem v1.7.12026-06-12
  • TeleMem v1.7.02026-06-12
  • TeleMem v1.6.02026-06-12

Alternatives in AI & Memory

58 467 0% - today ✓ Official No known advisory stdio 81

As of the latest update, the blockrun-mcp MCP server has 467 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Live data for AI agents: search, research, markets, crypto, X/Twitter. Pay per call.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "blockrun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blockrun/mcp@0.6.9"
      ],
      "env": {
        "BLOCKRUN_WALLET_KEY": "<BLOCKRUN_WALLET_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "blockrun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blockrun/mcp@0.6.9"
      ],
      "env": {
        "BLOCKRUN_WALLET_KEY": "<BLOCKRUN_WALLET_KEY>"
      }
    }
  }
}
{
  "servers": {
    "blockrun-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@blockrun/mcp@0.6.9"
      ],
      "env": {
        "BLOCKRUN_WALLET_KEY": "<BLOCKRUN_WALLET_KEY>"
      }
    }
  }
}
claude mcp add blockrun-mcp --env BLOCKRUN_WALLET_KEY=<BLOCKRUN_WALLET_KEY> -- npx -y @blockrun/mcp@0.6.9

Requirements / API keys

  • BLOCKRUN_WALLET_KEYoptionalsecret - Optional: Your wallet private key for USDC payments (hex for Base, bs58 for Solana). If not set, a wallet is auto-generated.

Recent releases

  • v0.25.2 — patch the ws DoS dependency chain2026-06-29
  • v0.25.1 — validate 0.25.0 env knobs2026-06-29
  • v0.25.0 — image inline preview + opt-in spend confirmation2026-06-29

Alternatives in Finance

59 462 0% - today ✓ Official No known advisory stdio 81

As of the latest update, the anytype-mcp MCP server has 462 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Official MCP server for Anytype API - your encrypted, local and collaborative wiki.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp@1.0.7"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<OPENAPI_MCP_HEADERS>"
      }
    }
  }
}
{
  "mcpServers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp@1.0.7"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<OPENAPI_MCP_HEADERS>"
      }
    }
  }
}
{
  "servers": {
    "anytype-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp@1.0.7"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<OPENAPI_MCP_HEADERS>"
      }
    }
  }
}
claude mcp add anytype-mcp --env OPENAPI_MCP_HEADERS=<OPENAPI_MCP_HEADERS> -- npx -y @anyproto/anytype-mcp@1.0.7

Requirements / API keys

  • OPENAPI_MCP_HEADERSrequiredsecret - JSON string of headers for Anytype API. Example: {"Authorization":"Bearer <YOUR_API_KEY>", "Anytype-Version":"2025-05-20"}

Recent releases

  • v1.2.92026-06-29
  • v1.2.82026-06-13
  • v1.2.72026-05-17

Alternatives in Developer Tools

60 213 0% 16.2k today Community No known advisory stdio 81

As of the latest update, the comfyui-mcp MCP server has 213 GitHub stars, 16.2k weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "comfyui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp@0.4.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "comfyui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp@0.4.1"
      ]
    }
  }
}
{
  "servers": {
    "comfyui-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp@0.4.1"
      ]
    }
  }
}
claude mcp add comfyui-mcp -- npx -y comfyui-mcp@0.4.1

Recent releases

  • v0.22.02026-06-30
  • v0.21.12026-06-29
  • v0.21.02026-06-29

Alternatives in Developer Tools

61 205 0% 4.5k 4d ago ✓ Official No known advisory stdio 81

As of the latest update, the CrowdStrike Falcon MCP Server MCP server has 205 GitHub stars, 4.5k weekly pypi downloads, was last updated 4d ago, and is an official, first-party server in the MCP Registry.

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "falcon-mcp": {
      "command": "uvx",
      "args": [
        "falcon-mcp"
      ],
      "env": {
        "FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
        "FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>",
        "FALCON_MCP_API_KEY": "<FALCON_MCP_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "falcon-mcp": {
      "command": "uvx",
      "args": [
        "falcon-mcp"
      ],
      "env": {
        "FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
        "FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>",
        "FALCON_MCP_API_KEY": "<FALCON_MCP_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "falcon-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "falcon-mcp"
      ],
      "env": {
        "FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
        "FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>",
        "FALCON_MCP_API_KEY": "<FALCON_MCP_API_KEY>"
      }
    }
  }
}
claude mcp add falcon-mcp --env FALCON_CLIENT_ID=<FALCON_CLIENT_ID> --env FALCON_CLIENT_SECRET=<FALCON_CLIENT_SECRET> --env FALCON_MCP_API_KEY=<FALCON_MCP_API_KEY> -- uvx falcon-mcp

Requirements / API keys

  • FALCON_CLIENT_IDrequiredsecret - CrowdStrike API client ID
  • FALCON_CLIENT_SECRETrequiredsecret - CrowdStrike API client secret
  • FALCON_BASE_URLoptional - CrowdStrike API region URL
  • FALCON_MEMBER_CIDoptional - Child CID for Flight Control (MSSP) support
  • FALCON_MCP_MODULESoptional - Comma-separated list of modules to enable
  • FALCON_MCP_TRANSPORToptional - Transport protocol to use
  • FALCON_MCP_DEBUGoptional - Enable debug logging
  • FALCON_MCP_HOSToptional - Host to bind to for HTTP transports

Recent releases

  • v0.13.02026-06-25
  • v0.12.02026-06-11
  • v0.11.02026-06-03

Alternatives in Developer Tools

62 813 0% - today ✓ Official Not checked Streamable HTTPSSE 80

As of the latest update, the Atlassian Rovo MCP Server MCP server has 813 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP / SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "atlassian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.atlassian.com/v1/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "atlassian-mcp-server": {
      "url": "https://mcp.atlassian.com/v1/mcp"
    }
  }
}
{
  "servers": {
    "atlassian-mcp-server": {
      "type": "http",
      "url": "https://mcp.atlassian.com/v1/mcp"
    }
  }
}
claude mcp add --transport http atlassian-mcp-server https://mcp.atlassian.com/v1/mcp

Alternatives in Search & Web

63 402 0% - today ✓ Official No known advisory stdio 80

As of the latest update, the Nova3D MCP server has 402 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Structured, part-aware 3D generation for AI agents. Named-part GLB, preview URL, Blender script.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "nova3d": {
      "command": "uvx",
      "args": [
        "nova3d-mcp"
      ],
      "env": {
        "NOVA3D_TOKEN": "<NOVA3D_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "nova3d": {
      "command": "uvx",
      "args": [
        "nova3d-mcp"
      ],
      "env": {
        "NOVA3D_TOKEN": "<NOVA3D_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "nova3d": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nova3d-mcp"
      ],
      "env": {
        "NOVA3D_TOKEN": "<NOVA3D_TOKEN>"
      }
    }
  }
}
claude mcp add nova3d --env NOVA3D_TOKEN=<NOVA3D_TOKEN> -- uvx nova3d-mcp

Requirements / API keys

  • NOVA3D_TOKENoptionalsecret - Advanced/manual fallback API key from https://app.nova3d.xyz/api-key. Preferred onboarding is browser sign-in via nova3d_login.
  • NOVA3D_APP_URLoptional - App URL used for conversation links, for example https://app.nova3d.xyz or http://127.0.0.1:5555

Alternatives in Developer Tools

64 361 0% - 2d ago ✓ Official No known advisory stdio 80

As of the latest update, the Anki MCP Server MCP server has 361 GitHub stars, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ankimcp/anki-mcp-server@0.22.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ankimcp/anki-mcp-server@0.22.0"
      ]
    }
  }
}
{
  "servers": {
    "anki-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ankimcp/anki-mcp-server@0.22.0"
      ]
    }
  }
}
claude mcp add anki-mcp-server -- npx -y @ankimcp/anki-mcp-server@0.22.0

Recent releases

  • v0.22.02026-06-28
  • v0.21.02026-06-18
  • v0.20.12026-06-12
65 351 0% - today ✓ Official No known advisory stdio 80

As of the latest update, the mcp-server MCP server has 351 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Inspect AgentMark traces and drive AgentMark Cloud: apps, experiments, metrics, deployments.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmark-ai/mcp-server@0.4.2"
      ],
      "env": {
        "AGENTMARK_API_KEY": "<AGENTMARK_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmark-ai/mcp-server@0.4.2"
      ],
      "env": {
        "AGENTMARK_API_KEY": "<AGENTMARK_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentmark-ai/mcp-server@0.4.2"
      ],
      "env": {
        "AGENTMARK_API_KEY": "<AGENTMARK_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-server --env AGENTMARK_API_KEY=<AGENTMARK_API_KEY> -- npx -y @agentmark-ai/mcp-server@0.4.2

Requirements / API keys

  • AGENTMARK_API_KEYoptionalsecret - App-scoped API key for CI/automation. Optional - you can instead authenticate with the session bearer written by `agentmark login`.
  • AGENTMARK_API_URLoptional - AgentMark gateway base URL.

Recent releases

  • agentmark-sdk@0.7.12026-06-23
  • agentmark-prompt-core@0.12.22026-06-23
  • agentmark-prompt-core@0.12.12026-06-23

Alternatives in Productivity

66 119 0% 2.3k today ✓ Official No known advisory stdioStreamable HTTP 80

As of the latest update, the GoldenMatch MCP server has 119 GitHub stars, 2.3k weekly pypi downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as pypi. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "goldenmatch": {
      "command": "uvx",
      "args": [
        "goldenmatch"
      ]
    }
  }
}
{
  "mcpServers": {
    "goldenmatch": {
      "command": "uvx",
      "args": [
        "goldenmatch"
      ]
    }
  }
}
{
  "servers": {
    "goldenmatch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "goldenmatch"
      ]
    }
  }
}
claude mcp add goldenmatch -- uvx goldenmatch

Recent releases

  • goldenmatch v2.4.02026-06-28
  • infermap-v0.5.12026-06-24
  • goldensuite-mcp-v0.3.02026-06-24

Alternatives in Developer Tools

67 111 0% 2.6k today ✓ Official No known advisory stdio 80

As of the latest update, the Auth0 MCP Server MCP server has 111 GitHub stars, 2.6k weekly npm downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server@0.1.0-beta.10",
        "run"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server@0.1.0-beta.10",
        "run"
      ]
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server@0.1.0-beta.10",
        "run"
      ]
    }
  }
}
claude mcp add mcp -- npx -y @auth0/auth0-mcp-server@0.1.0-beta.10 run

Recent releases

  • v0.1.0-beta.162026-06-29
  • v0.1.0-beta.152026-06-17
  • v0.1.0-beta.142026-06-10
68 60 0% 2.2k yesterday ✓ Official No known advisory stdio 80

As of the latest update, the mcp-video MCP server has 60 GitHub stars, 2.2k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Guardrailed FFmpeg video MCP server with Hyperframes and repurposing tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
{
  "servers": {
    "mcp-video": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
claude mcp add mcp-video -- uvx mcp-video

Recent releases

  • v1.5.12026-06-04
  • v1.5.02026-06-04
  • v1.4.12026-05-26

Alternatives in Developer Tools

69 0 n/a 555.3k 5mo ago ✓ Official No known advisory stdio 79

As of the latest update, the Amazon ECS MCP Server MCP server has 0 GitHub stars, 555.3k weekly pypi downloads, was last updated 5mo ago, and is an official, first-party server in the MCP Registry.

AI-powered Amazon ECS workload management

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "server": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://ecs-mcp.{region}.api.aws/mcp",
        "--profile",
        "--region",
        "{region}"
      ]
    }
  }
}
{
  "mcpServers": {
    "server": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://ecs-mcp.{region}.api.aws/mcp",
        "--profile",
        "--region",
        "{region}"
      ]
    }
  }
}
{
  "servers": {
    "server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://ecs-mcp.{region}.api.aws/mcp",
        "--profile",
        "--region",
        "{region}"
      ]
    }
  }
}
claude mcp add server -- uvx mcp-proxy-for-aws https://ecs-mcp.{region}.api.aws/mcp --profile --region {region}
70 0 n/a 555.3k 5mo ago ✓ Official No known advisory stdio 79

As of the latest update, the Amazon EKS MCP Server MCP server has 0 GitHub stars, 555.3k weekly pypi downloads, was last updated 5mo ago, and is an official, first-party server in the MCP Registry.

AI-powered Amazon EKS cluster management and troubleshooting

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "server": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://eks-mcp.{region}.api.aws/mcp",
        "--profile",
        "--region",
        "{region}"
      ]
    }
  }
}
{
  "mcpServers": {
    "server": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://eks-mcp.{region}.api.aws/mcp",
        "--profile",
        "--region",
        "{region}"
      ]
    }
  }
}
{
  "servers": {
    "server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://eks-mcp.{region}.api.aws/mcp",
        "--profile",
        "--region",
        "{region}"
      ]
    }
  }
}
claude mcp add server -- uvx mcp-proxy-for-aws https://eks-mcp.{region}.api.aws/mcp --profile --region {region}
71 1.7k 0% - 6d ago ✓ Official Not checked Streamable HTTP 79

As of the latest update, the Figma MCP Server MCP server has 1.7k GitHub stars, was last updated 6d ago, and is an official, first-party server in the MCP Registry.

The Figma MCP server brings Figma design context directly into your AI workflow.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.figma.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.figma.com/mcp"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.figma.com/mcp"
    }
  }
}
claude mcp add --transport http mcp https://mcp.figma.com/mcp
72 1.4k 0% - yesterday ✓ Official Not checked Streamable HTTP 79

As of the latest update, the TypeUI MCP server has 1.4k GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Design systems, UI prompts, and layout variations for AI coding tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "typeui": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.typeui.sh/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "typeui": {
      "url": "https://mcp.typeui.sh/mcp"
    }
  }
}
{
  "servers": {
    "typeui": {
      "type": "http",
      "url": "https://mcp.typeui.sh/mcp"
    }
  }
}
claude mcp add --transport http typeui https://mcp.typeui.sh/mcp

Recent releases

  • v1.0.02026-06-01
  • v0.7.12026-05-17
  • v0.7.02026-04-24
73 873 0% 4.3k yesterday Community No known advisory stdio 79

As of the latest update, the Octocode MCP - AI Context Platform MCP server has 873 GitHub stars, 4.3k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

AI code research platform. Search, analyze, and extract insights from any GitHub repository.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "octocode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "octocode-mcp@7.0.9"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "octocode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "octocode-mcp@7.0.9"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "octocode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "octocode-mcp@7.0.9"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}
claude mcp add octocode-mcp --env GITHUB_TOKEN=<GITHUB_TOKEN> -- npx -y octocode-mcp@7.0.9

Requirements / API keys

  • GITHUB_TOKENoptionalsecret - GitHub Personal Access Token. Optional - authenticate via GitHub CLI (gh auth login) for automatic token management, or set this token manually for CI/CD environments.

Recent releases

  • 9.1.12025-12-15
  • 9.1.02025-12-15
  • 8.0.02025-11-26

Alternatives in Search & Web

74 762 0% - 4d ago Community No known advisory stdio 79

As of the latest update, the unreal-engine-mcp MCP server has 762 GitHub stars, was last updated 4d ago, and is a community server in the MCP Registry.

MCP server for Unreal Engine 5 with 23 tools for game development automation.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "unreal-engine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "unreal-engine-mcp-server@0.5.30"
      ]
    }
  }
}
{
  "mcpServers": {
    "unreal-engine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "unreal-engine-mcp-server@0.5.30"
      ]
    }
  }
}
{
  "servers": {
    "unreal-engine-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "unreal-engine-mcp-server@0.5.30"
      ]
    }
  }
}
claude mcp add unreal-engine-mcp -- npx -y unreal-engine-mcp-server@0.5.30

Requirements / API keys

  • LOG_LEVELoptional - Logging level: debug, info, warn, error (default: info)
  • MCP_ROUTE_STDOUT_LOGSoptional - Route standard output to standard error to avoid protocol corruption (default: true)
  • UE_PROJECT_PATHoptional - Absolute path to your Unreal .uproject file
  • UE_EDITOR_EXEoptional - Path to UnrealEditor-Cmd.exe (optional)
  • UE_SCREENSHOT_DIRoptional - Directory to save screenshots (optional)
  • MCP_AUTOMATION_PORToptional - Automation bridge WebSocket port (default: 8091)
  • MCP_AUTOMATION_HOSToptional - Automation bridge WebSocket host (default: 127.0.0.1). Set to 0.0.0.0 for LAN access (requires MCP_AUTOMATION_ALLOW_NON_LOOPBACK=true)
  • MCP_AUTOMATION_ALLOW_NON_LOOPBACKoptional - SECURITY: Allow binding to non-loopback addresses (e.g., 0.0.0.0) for LAN access. Only enable if you understand the security implications. (default: false)

Recent releases

  • Release v0.5.302026-06-05
  • Release v0.5.212026-04-03
  • Release v0.5.202026-03-20

Alternatives in Developer Tools

75 315 0% 426 18d ago ✓ Official No known advisory stdio 79

As of the latest update, the flutter-skill MCP server has 315 GitHub stars, 426 weekly npm downloads, was last updated 18d ago, and is an official, first-party server in the MCP Registry.

AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero test code needed.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "flutter-skill": {
      "command": "npx",
      "args": [
        "-y",
        "flutter-skill@0.9.36"
      ]
    }
  }
}
{
  "mcpServers": {
    "flutter-skill": {
      "command": "npx",
      "args": [
        "-y",
        "flutter-skill@0.9.36"
      ]
    }
  }
}
{
  "servers": {
    "flutter-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flutter-skill@0.9.36"
      ]
    }
  }
}
claude mcp add flutter-skill -- npx -y flutter-skill@0.9.36

Recent releases

  • v0.9.342026-03-23
  • v0.9.332026-03-23
  • v0.9.322026-03-23

Alternatives in Developer Tools

76 286 0% 329 16d ago ✓ Official No known advisory stdio 79

As of the latest update, the Alfanous - Quranic Search Engine MCP server has 286 GitHub stars, 329 weekly pypi downloads, was last updated 16d ago, and is an official, first-party server in the MCP Registry.

Search and explore the Holy Qur'an with Arabic text, transliteration, and advanced search support.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "alfanous": {
      "command": "uvx",
      "args": [
        "alfanous3-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "alfanous": {
      "command": "uvx",
      "args": [
        "alfanous3-mcp"
      ]
    }
  }
}
{
  "servers": {
    "alfanous": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "alfanous3-mcp"
      ]
    }
  }
}
claude mcp add alfanous -- uvx alfanous3-mcp

Recent releases

  • v1.9.42026-06-14
  • v1.9.32026-06-13
  • v1.9.22026-05-04

Alternatives in Search & Web

77 282 0% - today ✓ Official No known advisory stdioStreamable HTTP 79

As of the latest update, the Svelte MCP MCP server has 282 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

The official Svelte MCP server providing docs and autofixing tools for Svelte development

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sveltejs/mcp@0.1.25"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sveltejs/mcp@0.1.25"
      ]
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sveltejs/mcp@0.1.25"
      ]
    }
  }
}
claude mcp add mcp -- npx -y @sveltejs/mcp@0.1.25

Recent releases

  • @sveltejs/mcp@0.1.252026-06-26
  • @sveltejs/mcp@0.1.242026-06-04
  • @sveltejs/opencode@0.1.92026-05-22

Alternatives in Productivity

78 269 0% - 6d ago ✓ Official No known advisory stdioStreamable HTTP 79

As of the latest update, the postman-mcp-server MCP server has 269 GitHub stars, was last updated 6d ago, and is an official, first-party server in the MCP Registry.

A basic MCP server to operate on the Postman API.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm, mcpb, mcpb, mcpb. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "postman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@postman/postman-mcp-server@2.9.1"
      ],
      "env": {
        "POSTMAN_API_KEY": "<POSTMAN_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "postman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@postman/postman-mcp-server@2.9.1"
      ],
      "env": {
        "POSTMAN_API_KEY": "<POSTMAN_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "postman-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@postman/postman-mcp-server@2.9.1"
      ],
      "env": {
        "POSTMAN_API_KEY": "<POSTMAN_API_KEY>"
      }
    }
  }
}
claude mcp add postman-mcp-server --env POSTMAN_API_KEY=<POSTMAN_API_KEY> -- npx -y @postman/postman-mcp-server@2.9.1

Requirements / API keys

  • POSTMAN_API_KEYrequiredsecret - A valid Postman API key.
  • Authorizationrequiredsecret - A Bearer token and a valid Postman API key for authentication.

Recent releases

  • v2.9.12026-06-12
  • v2.9.02026-06-08
  • v2.8.92026-05-13

Alternatives in Developer Tools

79 114 0% 1.6k today ✓ Official No known advisory stdio 79

As of the latest update, the adeu MCP server has 114 GitHub stars, 1.6k weekly npm downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Automated DOCX Redlining Engine

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server@1.7.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server@1.7.1"
      ]
    }
  }
}
{
  "servers": {
    "adeu": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server@1.7.1"
      ]
    }
  }
}
claude mcp add adeu -- npx -y @adeu/mcp-server@1.7.1

Recent releases

  • Release v1.17.22026-06-29
  • Release v1.17.12026-06-27
  • Release v1.17.02026-06-26
80 3.4k 0% - 2mo ago Community Not checked Streamable HTTP 78

As of the latest update, the browserbasehq-mcp-browserbase MCP server has 3.4k GitHub stars, was last updated 2mo ago, and is a community server in the MCP Registry.

Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "browserbasehq-mcp-browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "browserbasehq-mcp-browserbase": {
      "url": "https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp"
    }
  }
}
{
  "servers": {
    "browserbasehq-mcp-browserbase": {
      "type": "http",
      "url": "https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp"
    }
  }
}
claude mcp add --transport http browserbasehq-mcp-browserbase https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • v3.0.02026-03-31

Alternatives in Search & Web

81 621 0% - 16d ago Community No known advisory stdio 78

As of the latest update, the openflowkit-mcp MCP server has 621 GitHub stars, was last updated 16d ago, and is a community server in the MCP Registry.

Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "openflowkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vrun-design/openflowkit-mcp@0.1.2"
      ]
    }
  }
}
{
  "mcpServers": {
    "openflowkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vrun-design/openflowkit-mcp@0.1.2"
      ]
    }
  }
}
{
  "servers": {
    "openflowkit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vrun-design/openflowkit-mcp@0.1.2"
      ]
    }
  }
}
claude mcp add openflowkit-mcp -- npx -y @vrun-design/openflowkit-mcp@0.1.2
82 366 0% - 1mo ago ✓ Official No known advisory stdio 78

As of the latest update, the PageIndex MCP MCP server has 366 GitHub stars, was last updated 1mo ago, and is an official, first-party server in the MCP Registry.

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm, mcpb.

Installation

{
  "mcpServers": {
    "pageindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pageindex/mcp@1.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pageindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pageindex/mcp@1.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pageindex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pageindex/mcp@1.8.1"
      ]
    }
  }
}
claude mcp add pageindex-mcp -- npx -y @pageindex/mcp@1.8.1

Recent releases

  • v1.8.12026-05-28
  • v1.7.02026-05-28
  • v1.6.32025-10-30

Alternatives in AI & Memory

83 225 0% 504 3d ago ✓ Official No known advisory stdio 78

As of the latest update, the mobai-mcp MCP server has 225 GitHub stars, 504 weekly npm downloads, was last updated 3d ago, and is an official, first-party server in the MCP Registry.

AI-powered mobile device automation for Android and iOS devices, emulators, and simulators

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mobai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mobai-mcp@1.2.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "mobai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mobai-mcp@1.2.1"
      ]
    }
  }
}
{
  "servers": {
    "mobai-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mobai-mcp@1.2.1"
      ]
    }
  }
}
claude mcp add mobai-mcp -- npx -y mobai-mcp@1.2.1

Recent releases

  • v1.1.02026-01-26

Alternatives in Developer Tools

84 42 0% 1.4k yesterday ✓ Official No known advisory stdioSSE 78

As of the latest update, the Rootly MCP server has 42 GitHub stars, 1.4k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Incident management, on-call scheduling, and intelligent analysis powered by Rootly.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / SSE. Distributed as pypi. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "rootly-mcp-server"
      ],
      "env": {
        "ROOTLY_API_TOKEN": "<ROOTLY_API_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "rootly-mcp-server"
      ],
      "env": {
        "ROOTLY_API_TOKEN": "<ROOTLY_API_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rootly-mcp-server"
      ],
      "env": {
        "ROOTLY_API_TOKEN": "<ROOTLY_API_TOKEN>"
      }
    }
  }
}
claude mcp add mcp-server --env ROOTLY_API_TOKEN=<ROOTLY_API_TOKEN> -- uvx rootly-mcp-server

Requirements / API keys

  • ROOTLY_API_TOKENrequiredsecret - Your Rootly API token
  • Authorizationrequiredsecret - Bearer token for Rootly API (format: Bearer <YOUR_ROOTLY_API_TOKEN>)

Alternatives in DevOps & Monitoring

85 1.3k 0% - today Community Not checked Streamable HTTP 77

As of the latest update, the brave MCP server has 1.3k GitHub stars, was last updated today, and is a community server in the MCP Registry.

Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "brave": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/brave/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "brave": {
      "url": "https://server.smithery.ai/brave/mcp"
    }
  }
}
{
  "servers": {
    "brave": {
      "type": "http",
      "url": "https://server.smithery.ai/brave/mcp"
    }
  }
}
claude mcp add --transport http brave https://server.smithery.ai/brave/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • v2.0.852026-06-15
  • v2.0.842026-06-15
  • v2.0.832026-06-01

Alternatives in Search & Web

86 1.1k 0% - 3d ago Community Not checked Streamable HTTP 77

As of the latest update, the ref-tools-ref-tools-mcp MCP server has 1.1k GitHub stars, was last updated 3d ago, and is a community server in the MCP Registry.

Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "ref-tools-ref-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "ref-tools-ref-tools-mcp": {
      "url": "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp"
    }
  }
}
{
  "servers": {
    "ref-tools-ref-tools-mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp"
    }
  }
}
claude mcp add --transport http ref-tools-ref-tools-mcp https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication
87 1k 0% 172 1mo ago Community No known advisory stdio 77

As of the latest update, the token-savior MCP server has 1k GitHub stars, 172 weekly pypi downloads, was last updated 1mo ago, and is a community server in the MCP Registry.

Structural codebase MCP server - navigate and edit code by symbol name, not raw text.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "token-savior": {
      "command": "uvx",
      "args": [
        "token-savior"
      ],
      "env": {
        "WORKSPACE_ROOTS": "<WORKSPACE_ROOTS>"
      }
    }
  }
}
{
  "mcpServers": {
    "token-savior": {
      "command": "uvx",
      "args": [
        "token-savior"
      ],
      "env": {
        "WORKSPACE_ROOTS": "<WORKSPACE_ROOTS>"
      }
    }
  }
}
{
  "servers": {
    "token-savior": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "token-savior"
      ],
      "env": {
        "WORKSPACE_ROOTS": "<WORKSPACE_ROOTS>"
      }
    }
  }
}
claude mcp add token-savior --env WORKSPACE_ROOTS=<WORKSPACE_ROOTS> -- uvx token-savior

Requirements / API keys

  • WORKSPACE_ROOTSrequired - Comma-separated list of absolute paths to project roots to index.
  • TOKEN_SAVIOR_CLIENToptional - Optional client identifier (e.g. 'claude-code', 'cursor', 'hermes') for usage attribution.

Recent releases

  • v4.0.0 — single 'optimized' profile, 97.9% @ −80% tokens2026-05-18
  • v3.5.0 — CLI release (drop the MCP overhead)2026-05-18
  • v3.4.0 — auto profile2026-05-16

Alternatives in Developer Tools

88 995 0% 1.6k today Community No known advisory stdio 77

As of the latest update, the loki-mode MCP server has 995 GitHub stars, 1.6k weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "loki-mode": {
      "command": "npx",
      "args": [
        "-y",
        "loki-mode@7.34.1",
        "mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "loki-mode": {
      "command": "npx",
      "args": [
        "-y",
        "loki-mode@7.34.1",
        "mcp"
      ]
    }
  }
}
{
  "servers": {
    "loki-mode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "loki-mode@7.34.1",
        "mcp"
      ]
    }
  }
}
claude mcp add loki-mode -- npx -y loki-mode@7.34.1 mcp

Recent releases

  • Loki Mode v7.99.02026-06-30
  • Loki Mode v7.98.02026-06-30
  • Loki Mode v7.97.02026-06-30

Alternatives in Developer Tools

89 493 0% 99 17d ago Community No known advisory stdio 77

As of the latest update, the vibe-check-mcp-server MCP server has 493 GitHub stars, 99 weekly npm downloads, was last updated 17d ago, and is a community server in the MCP Registry.

Metacognitive AI agent oversight: adaptive CPI interrupts for alignment, reflection and safety

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "vibe-check-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pv-bhat/vibe-check-mcp@2.5.1"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "vibe-check-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pv-bhat/vibe-check-mcp@2.5.1"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "vibe-check-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pv-bhat/vibe-check-mcp@2.5.1"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
claude mcp add vibe-check-mcp-server --env YOUR_API_KEY=<YOUR_API_KEY> -- npx -y @pv-bhat/vibe-check-mcp@2.5.1

Requirements / API keys

  • YOUR_API_KEYrequiredsecret - Your API key for the service

Recent releases

  • v2.7.62025-11-06
  • v2.7.42025-10-28
  • v2.7.12025-10-16

Alternatives in Developer Tools

90 463 0% 877 yesterday Community No known advisory stdio 77

As of the latest update, the coolify MCP server has 463 GitHub stars, 877 weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

38 optimized tools for managing Coolify infrastructure, diagnostics, and docs search

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "coolify": {
      "command": "npx",
      "args": [
        "-y",
        "@masonator/coolify-mcp@2.7.3"
      ],
      "env": {
        "COOLIFY_ACCESS_TOKEN": "<COOLIFY_ACCESS_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "coolify": {
      "command": "npx",
      "args": [
        "-y",
        "@masonator/coolify-mcp@2.7.3"
      ],
      "env": {
        "COOLIFY_ACCESS_TOKEN": "<COOLIFY_ACCESS_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "coolify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@masonator/coolify-mcp@2.7.3"
      ],
      "env": {
        "COOLIFY_ACCESS_TOKEN": "<COOLIFY_ACCESS_TOKEN>"
      }
    }
  }
}
claude mcp add coolify --env COOLIFY_ACCESS_TOKEN=<COOLIFY_ACCESS_TOKEN> -- npx -y @masonator/coolify-mcp@2.7.3

Requirements / API keys

  • COOLIFY_ACCESS_TOKENrequiredsecret - Your Coolify API access token
  • COOLIFY_BASE_URLoptional - Your Coolify instance URL

Recent releases

  • v2.12.02026-05-30
  • v2.11.02026-05-18
  • v2.10.02026-05-14

Alternatives in Search & Web

91 425 0% 345 yesterday ✓ Official No known advisory stdio 77

As of the latest update, the gk-cli MCP server has 425 GitHub stars, 345 weekly npm downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "gk-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@gitkraken/gk@3.1.69",
        "mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "gk-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@gitkraken/gk@3.1.69",
        "mcp"
      ]
    }
  }
}
{
  "servers": {
    "gk-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gitkraken/gk@3.1.69",
        "mcp"
      ]
    }
  }
}
claude mcp add gk-cli -- npx -y @gitkraken/gk@3.1.69 mcp

Recent releases

  • v3.1.692026-06-29
  • v3.1.682026-06-10
  • v3.1.672026-06-03

Alternatives in Developer Tools

92 413 0% - yesterday ✓ Official Not checked Streamable HTTPSSE 77

As of the latest update, the monday.com MCP server has 413 GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

MCP server for monday.com integration.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP / SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "monday-com": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.monday.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "monday-com": {
      "url": "https://mcp.monday.com/mcp"
    }
  }
}
{
  "servers": {
    "monday-com": {
      "type": "http",
      "url": "https://mcp.monday.com/mcp"
    }
  }
}
claude mcp add --transport http monday-com https://mcp.monday.com/mcp

Requirements / API keys

  • Authorizationoptionalsecret - monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')

Alternatives in Productivity

93 402 0% - 2d ago Community No known advisory stdio 77

As of the latest update, the touchdesigner-mcp-server MCP server has 402 GitHub stars, was last updated 2d ago, and is a community server in the MCP Registry.

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm, mcpb.

Installation

{
  "mcpServers": {
    "touchdesigner-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "touchdesigner-mcp-server@1.2.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "touchdesigner-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "touchdesigner-mcp-server@1.2.0"
      ]
    }
  }
}
{
  "servers": {
    "touchdesigner-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "touchdesigner-mcp-server@1.2.0"
      ]
    }
  }
}
claude mcp add touchdesigner-mcp-server -- npx -y touchdesigner-mcp-server@1.2.0

Recent releases

  • touchdesigner-mcp-server - 1.4.11 Release2026-06-27
  • touchdesigner-mcp-server - 1.4.10 Release2026-06-17
  • touchdesigner-mcp-server - 1.4.9 Release2026-06-13

Alternatives in Developer Tools

94 392 0% - today ✓ Official Not checked stdio 77

As of the latest update, the shaft-mcp MCP server has 392 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

SHAFT browser automation, capture, and offline deterministic failure diagnosis

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "shaft-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shafthq/shaft-engine-mcp:10.2.20260628"
      ]
    }
  }
}
{
  "mcpServers": {
    "shaft-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shafthq/shaft-engine-mcp:10.2.20260628"
      ]
    }
  }
}
{
  "servers": {
    "shaft-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shafthq/shaft-engine-mcp:10.2.20260628"
      ]
    }
  }
}
claude mcp add shaft-mcp -- docker run -i --rm ghcr.io/shafthq/shaft-engine-mcp:10.2.20260628

Recent releases

  • 10.2.202606282026-06-28
  • 10.2.202606272026-06-28
  • 10.2.202606232026-06-23

Alternatives in Search & Web

95 387 0% - yesterday ✓ Official Not checked stdio 77

As of the latest update, the beever-atlas MCP server has 387 GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Open-source LLM knowledge base: team chat into a typed knowledge graph and auto-generated wiki.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "beever-atlas": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beever-ai/beever-atlas:0.3.0",
        "python",
        "-m",
        "beever_atlas.api.mcp_server"
      ]
    }
  }
}
{
  "mcpServers": {
    "beever-atlas": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beever-ai/beever-atlas:0.3.0",
        "python",
        "-m",
        "beever_atlas.api.mcp_server"
      ]
    }
  }
}
{
  "servers": {
    "beever-atlas": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beever-ai/beever-atlas:0.3.0",
        "python",
        "-m",
        "beever_atlas.api.mcp_server"
      ]
    }
  }
}
claude mcp add beever-atlas -- docker run -i --rm ghcr.io/beever-ai/beever-atlas:0.3.0 python -m beever_atlas.api.mcp_server

Recent releases

  • v0.2.0 — Wiki narrative engine, Obsidian-style graph, pluggable embeddings2026-05-18
  • v0.1.2 — MCP server + CodeQL hardening2026-04-30
  • v0.1.1 — Open-source launch2026-04-21

Alternatives in Communication

96 385 0% - 2d ago ✓ Official Not checked Streamable HTTP 77

As of the latest update, the PlanExe MCP server has 385 GitHub stars, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

MCP server for generating rough-draft project plans from natural-language prompts.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "planexe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.planexe.org/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "planexe": {
      "url": "https://mcp.planexe.org/mcp"
    }
  }
}
{
  "servers": {
    "planexe": {
      "type": "http",
      "url": "https://mcp.planexe.org/mcp"
    }
  }
}
claude mcp add --transport http planexe https://mcp.planexe.org/mcp

Requirements / API keys

  • X-API-Keyrequiredsecret - PlanExe API key (UserApiKey from home.planexe.org, usually prefixed pex_).

Alternatives in Developer Tools

97 179 0% - today ✓ Official No known advisory stdioStreamable HTTP 77

As of the latest update, the mcp MCP server has 179 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

The official MCP Server for the Mux API

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mux/mcp@12.8.0"
      ],
      "env": {
        "MUX_TOKEN_ID": "<MUX_TOKEN_ID>",
        "MUX_TOKEN_SECRET": "<MUX_TOKEN_SECRET>",
        "MUX_SIGNING_KEY": "<MUX_SIGNING_KEY>",
        "MUX_PRIVATE_KEY": "<MUX_PRIVATE_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mux/mcp@12.8.0"
      ],
      "env": {
        "MUX_TOKEN_ID": "<MUX_TOKEN_ID>",
        "MUX_TOKEN_SECRET": "<MUX_TOKEN_SECRET>",
        "MUX_SIGNING_KEY": "<MUX_SIGNING_KEY>",
        "MUX_PRIVATE_KEY": "<MUX_PRIVATE_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mux/mcp@12.8.0"
      ],
      "env": {
        "MUX_TOKEN_ID": "<MUX_TOKEN_ID>",
        "MUX_TOKEN_SECRET": "<MUX_TOKEN_SECRET>",
        "MUX_SIGNING_KEY": "<MUX_SIGNING_KEY>",
        "MUX_PRIVATE_KEY": "<MUX_PRIVATE_KEY>"
      }
    }
  }
}
claude mcp add mcp --env MUX_TOKEN_ID=<MUX_TOKEN_ID> --env MUX_TOKEN_SECRET=<MUX_TOKEN_SECRET> --env MUX_SIGNING_KEY=<MUX_SIGNING_KEY> --env MUX_PRIVATE_KEY=<MUX_PRIVATE_KEY> -- npx -y @mux/mcp@12.8.0

Requirements / API keys

  • MUX_TOKEN_IDrequiredsecret - Your Mux access token ID
  • MUX_TOKEN_SECRETrequiredsecret - Your Mux access token secret
  • MUX_SIGNING_KEYoptionalsecret - Your JWT signing key ID, for use with signed playback IDs
  • MUX_PRIVATE_KEYoptionalsecret - Your JWT private key, for use with signed playback IDs
  • Authorizationoptionalsecret - Optional basic authorization header you can include, combining your Access Token and Secret using HTTP Basic Auth. If not provided, authorization will be handled via OAuth.

Recent releases

  • v14.1.12026-05-28
  • v14.1.02026-05-18
  • v14.0.12026-04-20

Alternatives in Developer Tools

98 166 0% - today ✓ Official No known advisory stdioStreamable HTTP 77

As of the latest update, the e2a - email for AI agents MCP server has 166 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Authenticated email gateway for AI agents - per-agent inboxes, HITL approval, SPF/DKIM verified.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@e2a/mcp-server@0.3.2"
      ],
      "env": {
        "E2A_API_KEY": "<E2A_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@e2a/mcp-server@0.3.2"
      ],
      "env": {
        "E2A_API_KEY": "<E2A_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@e2a/mcp-server@0.3.2"
      ],
      "env": {
        "E2A_API_KEY": "<E2A_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-server --env E2A_API_KEY=<E2A_API_KEY> -- npx -y @e2a/mcp-server@0.3.2

Requirements / API keys

  • E2A_API_KEYrequiredsecret - e2a API key from https://e2a.dev
  • E2A_AGENT_EMAILoptional - Default agent inbox (e.g. bot@your-domain.com). Optional - single-agent accounts auto-resolve.
  • E2A_BASE_URLoptional - Self-hosted e2a backend URL. Defaults to https://e2a.dev.
  • Authorizationrequired - Bearer token: accepts an e2a API key (e2a_…) or OAuth 2.1 access token (ate2a_…)

Recent releases

  • v1.0.72026-06-27
  • v1.0.62026-06-27
  • v1.0.52026-06-26

Alternatives in Communication

99 154 0% - 6d ago ✓ Official No known advisory stdio 77

As of the latest update, the Funplay Unity MCP MCP server has 154 GitHub stars, was last updated 6d ago, and is an official, first-party server in the MCP Registry.

stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as nuget.

Installation

{
  "mcpServers": {
    "funplay-unity-mcp": {
      "command": "dnx",
      "args": [
        "funplay.unity.mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "funplay-unity-mcp": {
      "command": "dnx",
      "args": [
        "funplay.unity.mcp"
      ]
    }
  }
}
{
  "servers": {
    "funplay-unity-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "funplay.unity.mcp"
      ]
    }
  }
}
claude mcp add funplay-unity-mcp -- dnx funplay.unity.mcp

Recent releases

  • v0.4.82026-06-24
  • v0.4.72026-06-23
  • v0.4.62026-06-17

Alternatives in Developer Tools

100 154 0% - 6d ago ✓ Official No known advisory stdio 77

As of the latest update, the FunseaAI Unity MCP MCP server has 154 GitHub stars, was last updated 6d ago, and is an official, first-party server in the MCP Registry.

stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as nuget.

Installation

{
  "mcpServers": {
    "unity-mcp": {
      "command": "dnx",
      "args": [
        "FunseaAI.Unity.Mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "unity-mcp": {
      "command": "dnx",
      "args": [
        "FunseaAI.Unity.Mcp"
      ]
    }
  }
}
{
  "servers": {
    "unity-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "FunseaAI.Unity.Mcp"
      ]
    }
  }
}
claude mcp add unity-mcp -- dnx FunseaAI.Unity.Mcp

Recent releases

  • v0.4.82026-06-24
  • v0.4.72026-06-23
  • v0.4.62026-06-17

Alternatives in Developer Tools

101 153 0% 78 14d ago ✓ Official No known advisory stdio 77

As of the latest update, the office-oxide-mcp MCP server has 153 GitHub stars, 78 weekly npm downloads, was last updated 14d ago, and is an official, first-party server in the MCP Registry.

Rust-native MCP server for Office document processing

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "office-oxide-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aimino/opendocswork-mcp@0.2.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "office-oxide-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aimino/opendocswork-mcp@0.2.1"
      ]
    }
  }
}
{
  "servers": {
    "office-oxide-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aimino/opendocswork-mcp@0.2.1"
      ]
    }
  }
}
claude mcp add office-oxide-mcp -- npx -y @aimino/opendocswork-mcp@0.2.1

Alternatives in Developer Tools

102 150 0% - today ✓ Official No known advisory stdio 77

As of the latest update, the fiori-mcp-server MCP server has 150 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

SAP Fiori - Model Context Protocol (MCP) server

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "fiori-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server@1.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "fiori-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server@1.8.0"
      ]
    }
  }
}
{
  "servers": {
    "fiori-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server@1.8.0"
      ]
    }
  }
}
claude mcp add fiori-mcp-server -- npx -y @sap-ux/fiori-mcp-server@1.8.0

Requirements / API keys

  • LOG_LEVELoptional - Sets logger verbosity. Allowed values: 'off', 'error', 'warn', 'info', 'debug', 'verbose', 'silly'.
  • SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRYoptional - Set to 'true' to opt out of SAP Fiori tools usage analytics telemetry.

Recent releases

  • @sap-ux/ui5-test-writer@1.2.72026-06-29
  • @sap-ux/repo-app-import-sub-generator@1.1.232026-06-29
  • @sap-ux/preview-middleware@1.0.312026-06-29

Alternatives in AI & Memory

103 145 0% - 3d ago ✓ Official No known advisory stdio 77

As of the latest update, the mcp-server MCP server has 145 GitHub stars, was last updated 3d ago, and is an official, first-party server in the MCP Registry.

BrowserStack's Official MCP Server

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/mcp-server@1.2.7"
      ],
      "env": {
        "BROWSERSTACK_USERNAME": "<BROWSERSTACK_USERNAME>",
        "BROWSERSTACK_ACCESS_KEY": "<BROWSERSTACK_ACCESS_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/mcp-server@1.2.7"
      ],
      "env": {
        "BROWSERSTACK_USERNAME": "<BROWSERSTACK_USERNAME>",
        "BROWSERSTACK_ACCESS_KEY": "<BROWSERSTACK_ACCESS_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/mcp-server@1.2.7"
      ],
      "env": {
        "BROWSERSTACK_USERNAME": "<BROWSERSTACK_USERNAME>",
        "BROWSERSTACK_ACCESS_KEY": "<BROWSERSTACK_ACCESS_KEY>"
      }
    }
  }
}
claude mcp add mcp-server --env BROWSERSTACK_USERNAME=<BROWSERSTACK_USERNAME> --env BROWSERSTACK_ACCESS_KEY=<BROWSERSTACK_ACCESS_KEY> -- npx -y @browserstack/mcp-server@1.2.7

Requirements / API keys

  • BROWSERSTACK_USERNAMErequired - BrowserStack Username
  • BROWSERSTACK_ACCESS_KEYrequiredsecret - BrowserStack Access Key

Recent releases

  • v1.2.252026-06-26
  • v1.2.242026-06-25
  • v1.2.232026-06-23

Alternatives in Developer Tools

104 138 0% 99 13d ago ✓ Official No known advisory stdio 77

As of the latest update, the Code Pathfinder MCP server has 138 GitHub stars, 99 weekly pypi downloads, was last updated 13d ago, and is an official, first-party server in the MCP Registry.

Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi, oci.

Installation

{
  "mcpServers": {
    "pathfinder": {
      "command": "uvx",
      "args": [
        "codepathfinder",
        "serve",
        "--project"
      ]
    }
  }
}
{
  "mcpServers": {
    "pathfinder": {
      "command": "uvx",
      "args": [
        "codepathfinder",
        "serve",
        "--project"
      ]
    }
  }
}
{
  "servers": {
    "pathfinder": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codepathfinder",
        "serve",
        "--project"
      ]
    }
  }
}
claude mcp add pathfinder -- uvx codepathfinder serve --project

Recent releases

  • v2.1.12026-04-25
  • v2.1.02026-04-19
  • v2.0.22026-03-30

Alternatives in Search & Web

105 134 0% - 4d ago ✓ Official No known advisory stdio 77

As of the latest update, the Ignite UI MCP Server MCP server has 134 GitHub stars, was last updated 4d ago, and is an official, first-party server in the MCP Registry.

Unified MCP server for Ignite UI - documentation, API, and CLI scaffolding

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@igniteui/mcp-server@15.4.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@igniteui/mcp-server@15.4.0"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@igniteui/mcp-server@15.4.0"
      ]
    }
  }
}
claude mcp add mcp-server -- npx -y @igniteui/mcp-server@15.4.0

Recent releases

  • 15.4.12026-06-26
  • 15.4.02026-06-24
  • 15.3.02026-06-09

Alternatives in Developer Tools

106 4 n/a 1.4k yesterday ✓ Official No known advisory stdioStreamable HTTP 77

As of the latest update, the trovex MCP server has 4 GitHub stars, 1.4k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Serves coding agents one canonical doc per query instead of rereading the repo - ~60% fewer tokens.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as pypi, pypi.

Installation

{
  "mcpServers": {
    "trovex": {
      "command": "uvx",
      "args": [
        "trovex",
        "mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "trovex": {
      "command": "uvx",
      "args": [
        "trovex",
        "mcp"
      ]
    }
  }
}
{
  "servers": {
    "trovex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trovex",
        "mcp"
      ]
    }
  }
}
claude mcp add trovex -- uvx trovex mcp

Recent releases

  • v0.12.0 — eval harness, incremental re-index, GEO answers cluster2026-06-28
  • v0.11.11 — security hardening + SSOT fixes2026-06-28
  • v0.11.102026-06-27

Alternatives in Developer Tools

107 762 0% - 4d ago Community Not checked Streamable HTTP 76

As of the latest update, the ChiR24-unreal_mcp MCP server has 762 GitHub stars, was last updated 4d ago, and is a community server in the MCP Registry.

Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "chir24-unreal_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@ChiR24/unreal_mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "chir24-unreal_mcp": {
      "url": "https://server.smithery.ai/@ChiR24/unreal_mcp/mcp"
    }
  }
}
{
  "servers": {
    "chir24-unreal_mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@ChiR24/unreal_mcp/mcp"
    }
  }
}
claude mcp add --transport http chir24-unreal_mcp https://server.smithery.ai/@ChiR24/unreal_mcp/mcp

Requirements / API keys

  • Authorizationoptional - Bearer token for Smithery authentication

Recent releases

  • Release v0.5.302026-06-05
  • Release v0.5.212026-04-03
  • Release v0.5.202026-03-20
108 762 0% - 4d ago Community Not checked Streamable HTTP 76

As of the latest update, the ChiR24-unreal_mcp_server MCP server has 762 GitHub stars, was last updated 4d ago, and is a community server in the MCP Registry.

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "chir24-unreal_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "chir24-unreal_mcp_server": {
      "url": "https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp"
    }
  }
}
{
  "servers": {
    "chir24-unreal_mcp_server": {
      "type": "http",
      "url": "https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp"
    }
  }
}
claude mcp add --transport http chir24-unreal_mcp_server https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp

Requirements / API keys

  • Authorizationoptional - Bearer token for Smithery authentication

Recent releases

  • Release v0.5.302026-06-05
  • Release v0.5.212026-04-03
  • Release v0.5.202026-03-20

Alternatives in AI & Memory

109 334 0% - 7d ago Community No known advisory stdio 76

As of the latest update, the mcp-documentation-server MCP server has 334 GitHub stars, was last updated 7d ago, and is a community server in the MCP Registry.

Local-first document management and semantic search for AI coding agents

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-documentation-server": {
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server@1.15.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-documentation-server": {
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server@1.15.1"
      ]
    }
  }
}
{
  "servers": {
    "mcp-documentation-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server@1.15.1"
      ]
    }
  }
}
claude mcp add mcp-documentation-server -- npx -y @andrea9293/mcp-documentation-server@1.15.1

Recent releases

  • v1.15.22026-06-23
  • v1.15.12026-06-23
  • v1.15.02026-06-23

Alternatives in Search & Web

110 312 0% 417 9d ago Community No known advisory stdio 76

As of the latest update, the ori-memory MCP server has 312 GitHub stars, 417 weekly npm downloads, was last updated 9d ago, and is a community server in the MCP Registry.

Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "ori-memory": {
      "command": "npx",
      "args": [
        "-y",
        "ori-memory@0.3.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "ori-memory": {
      "command": "npx",
      "args": [
        "-y",
        "ori-memory@0.3.0"
      ]
    }
  }
}
{
  "servers": {
    "ori-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ori-memory@0.3.0"
      ]
    }
  }
}
claude mcp add ori-memory -- npx -y ori-memory@0.3.0

Recent releases

  • v0.5.0: Recursive Memory Harness2026-03-21
  • v0.3.3: The Emergence Bootstrap2026-03-03
  • v0.3.0 — Identity Layer, 3-Signal Retrieval, Agent Onboarding2026-02-27

Alternatives in Search & Web

111 306 0% 342 5d ago Community No known advisory stdio 76

As of the latest update, the marm-mcp-server MCP server has 306 GitHub stars, 342 weekly pypi downloads, was last updated 5d ago, and is a community server in the MCP Registry.

Universal MCP Server with advanced AI memory capabilities and semantic search.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi, oci.

Installation

{
  "mcpServers": {
    "marm-mcp-server": {
      "command": "uvx",
      "args": [
        "marm-mcp-server"
      ]
    }
  }
}
{
  "mcpServers": {
    "marm-mcp-server": {
      "command": "uvx",
      "args": [
        "marm-mcp-server"
      ]
    }
  }
}
{
  "servers": {
    "marm-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "marm-mcp-server"
      ]
    }
  }
}
claude mcp add marm-mcp-server -- uvx marm-mcp-server

Recent releases

  • v2.14.0 - Memory core modularization2026-06-17
  • v2.13.02026-06-15
  • v2.12.2 — MCP Registry fix2026-06-08

Alternatives in Search & Web

112 305 0% - yesterday Community No known advisory stdio 76

As of the latest update, the agent-recall MCP server has 305 GitHub stars, was last updated yesterday, and is a community server in the MCP Registry.

Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "agent-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp@3.4.31"
      ]
    }
  }
}
{
  "mcpServers": {
    "agent-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp@3.4.31"
      ]
    }
  }
}
{
  "servers": {
    "agent-recall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp@3.4.31"
      ]
    }
  }
}
claude mcp add agent-recall -- npx -y agent-recall-mcp@3.4.31

Recent releases

  • v3.4.342026-06-23
  • v3.4.332026-06-22
  • v3.4.322026-06-20

Alternatives in AI & Memory

113 298 0% - today ✓ Official Not checked Streamable HTTP 76

As of the latest update, the mcp-server MCP server has 298 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Packmind captures, scales, and enforces your organization's technical decisions.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.packmind.ai/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://app.packmind.ai/mcp"
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://app.packmind.ai/mcp"
    }
  }
}
claude mcp add --transport http mcp-server https://app.packmind.ai/mcp

Requirements / API keys

  • Authorizationoptional - Bearer token for Packmind authentication

Recent releases

  • Release v1.15.12026-06-15
  • CLI 0.30.12026-06-11
  • CLI 0.30.02026-06-01
114 295 0% - today ✓ Official Not checked stdio 76

As of the latest update, the Apollo MCP Server MCP server has 295 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

MCP server that exposes GraphQL operations as tools for AI models.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "apollo-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apollographql/apollo-mcp-server:v1.15.0",
        "/config.yaml"
      ]
    }
  }
}
{
  "mcpServers": {
    "apollo-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apollographql/apollo-mcp-server:v1.15.0",
        "/config.yaml"
      ]
    }
  }
}
{
  "servers": {
    "apollo-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apollographql/apollo-mcp-server:v1.15.0",
        "/config.yaml"
      ]
    }
  }
}
claude mcp add apollo-mcp-server -- docker run -i --rm ghcr.io/apollographql/apollo-mcp-server:v1.15.0 /config.yaml

Recent releases

  • 1.15.0 (2026-06-24)2026-06-24
  • 1.14.0 (2026-05-15)2026-05-15
  • 1.13.0 (2026-04-22)2026-04-23

Alternatives in Developer Tools

115 295 0% - today ✓ Official Not checked Streamable HTTP 76

As of the latest update, the GraphOS MCP Tools MCP server has 295 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Search Apollo docs, specs, and best practices

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "graphos-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apollographql.com"
      ]
    }
  }
}
{
  "mcpServers": {
    "graphos-mcp-tools": {
      "url": "https://mcp.apollographql.com"
    }
  }
}
{
  "servers": {
    "graphos-mcp-tools": {
      "type": "http",
      "url": "https://mcp.apollographql.com"
    }
  }
}
claude mcp add --transport http graphos-mcp-tools https://mcp.apollographql.com

Recent releases

  • 1.15.0 (2026-06-24)2026-06-24
  • 1.14.0 (2026-05-15)2026-05-15
  • 1.13.0 (2026-04-22)2026-04-23

Alternatives in Search & Web

116 153 0% 2.5k yesterday Community No known advisory stdio 76

As of the latest update, the Outline MCP Server MCP server has 153 GitHub stars, 2.5k weekly pypi downloads, was last updated yesterday, and is a community server in the MCP Registry.

Connect AI assistants to Outline for document search, reading, and management

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "mcp-outline": {
      "command": "uvx",
      "args": [
        "mcp-outline"
      ],
      "env": {
        "OUTLINE_API_KEY": "<OUTLINE_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-outline": {
      "command": "uvx",
      "args": [
        "mcp-outline"
      ],
      "env": {
        "OUTLINE_API_KEY": "<OUTLINE_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-outline": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-outline"
      ],
      "env": {
        "OUTLINE_API_KEY": "<OUTLINE_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-outline --env OUTLINE_API_KEY=<OUTLINE_API_KEY> -- uvx mcp-outline

Requirements / API keys

  • OUTLINE_API_KEYoptionalsecret - Outline API key (Settings > API). Can also be set in ~/.config/mcp-outline/.env
  • OUTLINE_API_URLoptional - Outline API URL for self-hosted instances

Recent releases

  • Release v1.10.02026-06-23
  • Release v1.9.02026-06-11
  • Release v1.8.02026-03-22

Alternatives in Search & Web

117 122 0% - yesterday ✓ Official No known advisory stdio 76

As of the latest update, the ARC-1 MCP server has 122 GitHub stars, was last updated yesterday, and is an official, first-party server in the MCP Registry.

MCP server for SAP ABAP systems

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm, oci.

Installation

{
  "mcpServers": {
    "arc-1": {
      "command": "npx",
      "args": [
        "-y",
        "arc-1@0.9.23"
      ],
      "env": {
        "SAP_URL": "<SAP_URL>",
        "SAP_USER": "<SAP_USER>",
        "SAP_PASSWORD": "<SAP_PASSWORD>"
      }
    }
  }
}
{
  "mcpServers": {
    "arc-1": {
      "command": "npx",
      "args": [
        "-y",
        "arc-1@0.9.23"
      ],
      "env": {
        "SAP_URL": "<SAP_URL>",
        "SAP_USER": "<SAP_USER>",
        "SAP_PASSWORD": "<SAP_PASSWORD>"
      }
    }
  }
}
{
  "servers": {
    "arc-1": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arc-1@0.9.23"
      ],
      "env": {
        "SAP_URL": "<SAP_URL>",
        "SAP_USER": "<SAP_USER>",
        "SAP_PASSWORD": "<SAP_PASSWORD>"
      }
    }
  }
}
claude mcp add arc-1 --env SAP_URL=<SAP_URL> --env SAP_USER=<SAP_USER> --env SAP_PASSWORD=<SAP_PASSWORD> -- npx -y arc-1@0.9.23

Requirements / API keys

  • SAP_URLrequired - SAP system URL (e.g., http://host:50000)
  • SAP_USERrequired - SAP username
  • SAP_PASSWORDrequiredsecret - SAP password
  • SAP_CLIENToptional - SAP client number
  • SAP_LANGUAGEoptional - SAP logon language
  • SAP_INSECUREoptional - Skip TLS certificate verification
  • SAP_ALLOW_WRITESoptional - Allow ABAP object mutations (safe default: false)
  • SAP_TRANSPORToptional - MCP transport (Docker defaults to http-streamable, set to stdio for local MCP clients)

Recent releases

  • v0.9.232026-06-29
  • v0.9.222026-06-26
  • v0.9.212026-06-25

Alternatives in Developer Tools

118 119 0% 265 today ✓ Official No known advisory stdio 76

As of the latest update, the GoldenAnalysis MCP server has 119 GitHub stars, 265 weekly pypi downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Read-only cross-cutting analysis, metrics, and reporting across the Golden Suite.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "goldenanalysis": {
      "command": "uvx",
      "args": [
        "goldenanalysis"
      ]
    }
  }
}
{
  "mcpServers": {
    "goldenanalysis": {
      "command": "uvx",
      "args": [
        "goldenanalysis"
      ]
    }
  }
}
{
  "servers": {
    "goldenanalysis": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "goldenanalysis"
      ]
    }
  }
}
claude mcp add goldenanalysis -- uvx goldenanalysis

Recent releases

  • goldenmatch v2.4.02026-06-28
  • infermap-v0.5.12026-06-24
  • goldensuite-mcp-v0.3.02026-06-24

Alternatives in Developer Tools

119 118 0% 177 2d ago ✓ Official No known advisory stdio 76

As of the latest update, the MCP Fiscal Brasil MCP server has 118 GitHub stars, 177 weekly pypi downloads, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

Ferramentas fiscais brasileiras: CNPJ, NF-e, IBS/CBS, ICMS, Simples Nacional, NCM/CFOP. Sem API key.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "mcp-fiscal-brasil": {
      "command": "uvx",
      "args": [
        "mcp-fiscal-brasil"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-fiscal-brasil": {
      "command": "uvx",
      "args": [
        "mcp-fiscal-brasil"
      ]
    }
  }
}
{
  "servers": {
    "mcp-fiscal-brasil": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-fiscal-brasil"
      ]
    }
  }
}
claude mcp add mcp-fiscal-brasil -- uvx mcp-fiscal-brasil

Recent releases

  • v0.5.12026-06-21
  • v0.5.02026-06-21
  • v0.4.0 - NF-e e simulador da Reforma Tributaria2026-06-20

Alternatives in Developer Tools

120 8 n/a 1.2k yesterday ✓ Official No known advisory stdio 76

As of the latest update, the protect-mcp MCP server has 8 GitHub stars, 1.2k weekly npm downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "protect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "protect-mcp@0.7.2"
      ]
    }
  }
}
{
  "mcpServers": {
    "protect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "protect-mcp@0.7.2"
      ]
    }
  }
}
{
  "servers": {
    "protect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "protect-mcp@0.7.2"
      ]
    }
  }
}
claude mcp add protect-mcp -- npx -y protect-mcp@0.7.2

Recent releases

  • protect-mcp 0.7.22026-06-28
  • protect-mcp 0.7.12026-06-28
121 7 n/a 1.1k yesterday ✓ Official No known advisory stdio 76

As of the latest update, the zoo-mcp MCP server has 7 GitHub stars, 1.1k weekly pypi downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

An MCP server that provides access to the Zoo API for various CAD operations and tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "zoo-mcp": {
      "command": "uvx",
      "args": [
        "zoo_mcp"
      ],
      "env": {
        "ZOO_TOKEN": "<ZOO_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "zoo-mcp": {
      "command": "uvx",
      "args": [
        "zoo_mcp"
      ],
      "env": {
        "ZOO_TOKEN": "<ZOO_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "zoo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zoo_mcp"
      ],
      "env": {
        "ZOO_TOKEN": "<ZOO_TOKEN>"
      }
    }
  }
}
claude mcp add zoo-mcp --env ZOO_TOKEN=<ZOO_TOKEN> -- uvx zoo_mcp

Requirements / API keys

  • ZOO_TOKENrequiredsecret - Your Zoo API key to access the Zoo services. Get one from https://zoo.dev/account/developer

Recent releases

  • v0.16.92026-06-29
  • v0.16.82026-06-24
  • v0.16.72026-06-17

Alternatives in Developer Tools

122 5 n/a 1k today ✓ Official No known advisory stdio 76

As of the latest update, the browser-gateway MCP server has 5 GitHub stars, 1k weekly npm downloads, was last updated today, and is an official, first-party server in the MCP Registry.

AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "browser-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway@0.3.4"
      ],
      "env": {
        "BG_TOKEN": "<BG_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "browser-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway@0.3.4"
      ],
      "env": {
        "BG_TOKEN": "<BG_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "browser-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway@0.3.4"
      ],
      "env": {
        "BG_TOKEN": "<BG_TOKEN>"
      }
    }
  }
}
claude mcp add browser-gateway --env BG_TOKEN=<BG_TOKEN> -- npx -y browser-gateway@0.3.4

Requirements / API keys

  • BG_TOKENoptionalsecret - Authentication token for gateway access (optional, only needed with remote providers)

Recent releases

  • v0.3.52026-06-29
  • v0.3.02026-06-26
  • v0.2.02026-04-11
123 0 n/a 555.3k 5mo ago Community No known advisory stdio 75

As of the latest update, the AWS MCP Server MCP server has 0 GitHub stars, 555.3k weekly pypi downloads, was last updated 5mo ago, and is a community server in the MCP Registry.

A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "aws-mcp": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://aws-mcp.us-east-1.api.aws/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "aws-mcp": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://aws-mcp.us-east-1.api.aws/mcp"
      ]
    }
  }
}
{
  "servers": {
    "aws-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://aws-mcp.us-east-1.api.aws/mcp"
      ]
    }
  }
}
claude mcp add aws-mcp -- uvx mcp-proxy-for-aws https://aws-mcp.us-east-1.api.aws/mcp
124 586 0% - today ✓ Official Not checked stdio 75

As of the latest update, the SonarQube MCP Server MCP server has 586 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Analyze code quality and security with SonarQube Server or Cloud directly in AI assistants.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "sonarqube-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sonarsource/sonarqube-mcp"
      ],
      "env": {
        "SONARQUBE_TOKEN": "<SONARQUBE_TOKEN>",
        "SONARQUBE_ORG": "<SONARQUBE_ORG>",
        "SONARQUBE_URL": "<SONARQUBE_URL>"
      }
    }
  }
}
{
  "mcpServers": {
    "sonarqube-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sonarsource/sonarqube-mcp"
      ],
      "env": {
        "SONARQUBE_TOKEN": "<SONARQUBE_TOKEN>",
        "SONARQUBE_ORG": "<SONARQUBE_ORG>",
        "SONARQUBE_URL": "<SONARQUBE_URL>"
      }
    }
  }
}
{
  "servers": {
    "sonarqube-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sonarsource/sonarqube-mcp"
      ],
      "env": {
        "SONARQUBE_TOKEN": "<SONARQUBE_TOKEN>",
        "SONARQUBE_ORG": "<SONARQUBE_ORG>",
        "SONARQUBE_URL": "<SONARQUBE_URL>"
      }
    }
  }
}
claude mcp add sonarqube-mcp-server --env SONARQUBE_TOKEN=<SONARQUBE_TOKEN> --env SONARQUBE_ORG=<SONARQUBE_ORG> --env SONARQUBE_URL=<SONARQUBE_URL> -- docker run -i --rm docker.io/sonarsource/sonarqube-mcp

Requirements / API keys

  • SONARQUBE_TOKENrequiredsecret - Your SonarQube USER token
  • SONARQUBE_ORGoptionalsecret - Your SonarQube Cloud organization key (if using SonarQube Cloud)
  • SONARQUBE_URLoptionalsecret - Your SonarQube Server URL (if using SonarQube Server)

Recent releases

  • 1.21.0.29752026-06-25
  • 1.20.0.29292026-06-23
  • 1.19.0.27852026-05-28

Alternatives in DevOps & Monitoring

125 284 0% 264 21d ago Community No known advisory stdio 75

As of the latest update, the ClaudeR - RStudio MCP Server MCP server has 284 GitHub stars, 264 weekly pypi downloads, was last updated 21d ago, and is a community server in the MCP Registry.

Connect RStudio to AI assistants for interactive R coding and data analysis.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "clauder": {
      "command": "uvx",
      "args": [
        "clauder-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "clauder": {
      "command": "uvx",
      "args": [
        "clauder-mcp"
      ]
    }
  }
}
{
  "servers": {
    "clauder": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clauder-mcp"
      ]
    }
  }
}
claude mcp add clauder -- uvx clauder-mcp

Recent releases

  • v0.3.12026-03-24
  • v0.2.1 - PyPI Package & Multi-Agent Orchestration2026-02-23

Alternatives in Developer Tools

126 274 0% 609 23d ago Community No known advisory stdio 75

As of the latest update, the ProxmoxMCP-Plus MCP server has 274 GitHub stars, 609 weekly pypi downloads, was last updated 23d ago, and is a community server in the MCP Registry.

Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "command": "uvx",
      "args": [
        "proxmox-mcp-plus"
      ],
      "env": {
        "PROXMOX_HOST": "<PROXMOX_HOST>",
        "PROXMOX_USER": "<PROXMOX_USER>",
        "PROXMOX_TOKEN_NAME": "<PROXMOX_TOKEN_NAME>",
        "PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>"
      }
    }
  }
}
{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "command": "uvx",
      "args": [
        "proxmox-mcp-plus"
      ],
      "env": {
        "PROXMOX_HOST": "<PROXMOX_HOST>",
        "PROXMOX_USER": "<PROXMOX_USER>",
        "PROXMOX_TOKEN_NAME": "<PROXMOX_TOKEN_NAME>",
        "PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>"
      }
    }
  }
}
{
  "servers": {
    "proxmox-mcp-plus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "proxmox-mcp-plus"
      ],
      "env": {
        "PROXMOX_HOST": "<PROXMOX_HOST>",
        "PROXMOX_USER": "<PROXMOX_USER>",
        "PROXMOX_TOKEN_NAME": "<PROXMOX_TOKEN_NAME>",
        "PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>"
      }
    }
  }
}
claude mcp add proxmox-mcp-plus --env PROXMOX_HOST=<PROXMOX_HOST> --env PROXMOX_USER=<PROXMOX_USER> --env PROXMOX_TOKEN_NAME=<PROXMOX_TOKEN_NAME> --env PROXMOX_TOKEN_VALUE=<PROXMOX_TOKEN_VALUE> -- uvx proxmox-mcp-plus

Requirements / API keys

  • PROXMOX_MCP_CONFIGoptional - Optional path to a JSON config file. If set, file config is used before environment variable fallback.
  • PROXMOX_HOSTrequired - Hostname or IP address of the Proxmox VE API endpoint.
  • PROXMOX_USERrequired - Proxmox username with realm, for example root@pam.
  • PROXMOX_TOKEN_NAMErequired - Name of the Proxmox API token.
  • PROXMOX_TOKEN_VALUErequiredsecret - Secret value of the Proxmox API token.
  • PROXMOX_PORToptional - Proxmox API port. Defaults to 8006.
  • PROXMOX_VERIFY_SSLoptional - Set to true to verify TLS certificates, or false for self-signed lab environments.
  • PROXMOX_DEV_MODEoptional - Set to true when using verify_ssl=false in a self-signed lab environment.

Recent releases

  • ProxmoxMCP-Plus v0.5.8 — Windows SSH compatibility fix2026-06-07
  • ProxmoxMCP-Plus v0.5.72026-05-30
  • ProxmoxMCP-Plus v0.5.62026-05-30

Alternatives in Developer Tools

127 273 0% 113 yesterday Community No known advisory stdioStreamable HTTP 75

As of the latest update, the HeyClaude - Claude & AI workflow directory MCP server has 273 GitHub stars, 113 weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "heyclaude": {
      "command": "npx",
      "args": [
        "-y",
        "@heyclaude/mcp@0.4.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "heyclaude": {
      "command": "npx",
      "args": [
        "-y",
        "@heyclaude/mcp@0.4.0"
      ]
    }
  }
}
{
  "servers": {
    "heyclaude": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@heyclaude/mcp@0.4.0"
      ]
    }
  }
}
claude mcp add heyclaude -- npx -y @heyclaude/mcp@0.4.0

Recent releases

  • mcp: v0.6.02026-06-29
  • mcp: v0.5.32026-06-25
  • mcp: v0.5.22026-06-25

Alternatives in Search & Web

128 269 0% 1.4k 4d ago Community No known advisory stdio 75

As of the latest update, the spotifyscraper MCP server has 269 GitHub stars, 1.4k weekly pypi downloads, was last updated 4d ago, and is a community server in the MCP Registry.

Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "spotifyscraper": {
      "command": "uvx",
      "args": [
        "spotifyscraper"
      ],
      "env": {
        "SPOTIFY_SP_DC": "<SPOTIFY_SP_DC>"
      }
    }
  }
}
{
  "mcpServers": {
    "spotifyscraper": {
      "command": "uvx",
      "args": [
        "spotifyscraper"
      ],
      "env": {
        "SPOTIFY_SP_DC": "<SPOTIFY_SP_DC>"
      }
    }
  }
}
{
  "servers": {
    "spotifyscraper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "spotifyscraper"
      ],
      "env": {
        "SPOTIFY_SP_DC": "<SPOTIFY_SP_DC>"
      }
    }
  }
}
claude mcp add spotifyscraper --env SPOTIFY_SP_DC=<SPOTIFY_SP_DC> -- uvx spotifyscraper

Requirements / API keys

  • SPOTIFY_SP_DCoptionalsecret - Optional sp_dc cookie that unlocks authenticated tools (lyrics, transcripts, account).

Recent releases

  • v3.9.22026-06-26
  • v3.9.12026-06-23
  • v3.9.02026-06-23

Alternatives in Developer Tools

129 240 0% - 28d ago Community No known advisory stdio 75

As of the latest update, the mpp32-mcp-server MCP server has 240 GitHub stars, was last updated 28d ago, and is a community server in the MCP Registry.

Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mpp32-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mpp32-mcp-server@1.1.2"
      ],
      "env": {
        "MPP32_AGENT_KEY": "<MPP32_AGENT_KEY>",
        "MPP32_SOLANA_PRIVATE_KEY": "<MPP32_SOLANA_PRIVATE_KEY>",
        "MPP32_PRIVATE_KEY": "<MPP32_PRIVATE_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mpp32-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mpp32-mcp-server@1.1.2"
      ],
      "env": {
        "MPP32_AGENT_KEY": "<MPP32_AGENT_KEY>",
        "MPP32_SOLANA_PRIVATE_KEY": "<MPP32_SOLANA_PRIVATE_KEY>",
        "MPP32_PRIVATE_KEY": "<MPP32_PRIVATE_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mpp32-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mpp32-mcp-server@1.1.2"
      ],
      "env": {
        "MPP32_AGENT_KEY": "<MPP32_AGENT_KEY>",
        "MPP32_SOLANA_PRIVATE_KEY": "<MPP32_SOLANA_PRIVATE_KEY>",
        "MPP32_PRIVATE_KEY": "<MPP32_PRIVATE_KEY>"
      }
    }
  }
}
claude mcp add mpp32-mcp-server --env MPP32_AGENT_KEY=<MPP32_AGENT_KEY> --env MPP32_SOLANA_PRIVATE_KEY=<MPP32_SOLANA_PRIVATE_KEY> --env MPP32_PRIVATE_KEY=<MPP32_PRIVATE_KEY> -- npx -y mpp32-mcp-server@1.1.2

Requirements / API keys

  • MPP32_AGENT_KEYoptionalsecret - Session key from https://mpp32.org/agent-console. Unlocks the full federated catalog and attributes every call to your dashboard. Optional in legacy mode where only native services are reachable.
  • MPP32_SOLANA_PRIVATE_KEYoptionalsecret - Solana private key used to sign x402 USDC payments locally. Only needed when calling paid services that prefer x402. Stays on your machine, never sent to MPP32 servers.
  • MPP32_PRIVATE_KEYoptionalsecret - Ethereum L2 private key used to sign Tempo pathUSD payments locally. Optional fallback for paid services when x402 is not available. Stays on your machine, never sent to MPP32 servers.
  • MPP32_API_URLoptional - Override the API base URL for custom deployments. Defaults to https://mpp32.org.

Recent releases

  • v1.0.0 — Production Release2026-04-05

Alternatives in Finance

130 239 0% 294 10d ago Community No known advisory stdio 75

As of the latest update, the google-surf-mcp MCP server has 239 GitHub stars, 294 weekly npm downloads, was last updated 10d ago, and is a community server in the MCP Registry.

Google search via Playwright with a warm Chrome profile. No API key, no proxies.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "google-surf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-surf-mcp@0.4.6"
      ]
    }
  }
}
{
  "mcpServers": {
    "google-surf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-surf-mcp@0.4.6"
      ]
    }
  }
}
{
  "servers": {
    "google-surf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "google-surf-mcp@0.4.6"
      ]
    }
  }
}
claude mcp add google-surf-mcp -- npx -y google-surf-mcp@0.4.6

Requirements / API keys

  • CHROME_PATHoptional - Absolute path to the Chrome binary. Auto-detected on Windows/macOS/Linux when omitted.
  • SURF_PROFILE_ROOToptional - Directory for the warm Chrome profile. Defaults to ~/.google-surf-mcp.
  • SURF_LOCALEoptional - Browser locale, e.g. en-US.
  • SURF_TZoptional - IANA timezone, e.g. America/New_York. Defaults to system timezone.
  • SURF_HEADLESSoptional - Set to 'false' to run Chrome visibly (demos/debugging). Defaults to true. CAPTCHA recovery always runs visible regardless.
  • SURF_IDLE_CLOSE_MSoptional - Idle ms before closing the sequential ctx and pool. 0 disables idle auto-close. Defaults to 30000.
  • SURF_ALLOW_PRIVATEoptional - Set to 'true' to allow extract on private/loopback addresses (localhost, 10.x, 192.168.x, 169.254.x, etc). Default blocks them as an SSRF guard.

Recent releases

  • v0.6.82026-06-19
  • v0.6.72026-06-19
  • v0.6.62026-06-13

Alternatives in Search & Web

131 223 0% - 6d ago Community No known advisory stdio 75

As of the latest update, the gopeak MCP server has 223 GitHub stars, was last updated 6d ago, and is a community server in the MCP Registry.

GoPeak - The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "gopeak": {
      "command": "npx",
      "args": [
        "-y",
        "gopeak@2.0.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "gopeak": {
      "command": "npx",
      "args": [
        "-y",
        "gopeak@2.0.1"
      ]
    }
  }
}
{
  "servers": {
    "gopeak": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gopeak@2.0.1"
      ]
    }
  }
}
claude mcp add gopeak -- npx -y gopeak@2.0.1

Recent releases

  • v2.3.82026-06-17
  • v2.3.7 - Godot workflow audit baseline2026-05-13
  • v2.3.6 - Editor bridge and packaging fixes2026-04-05

Alternatives in Developer Tools

132 211 0% - 5d ago ✓ Official No known advisory stdio 75

As of the latest update, the ServiceNow MCP Server MCP server has 211 GitHub stars, was last updated 5d ago, and is an official, first-party server in the MCP Registry.

400+ ServiceNow tools across all modules - ITSM, CMDB, HRSD, CSM, SecOps, and more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "servicenow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aartiq/servicenow-mcp@1.0.2"
      ]
    }
  }
}
{
  "mcpServers": {
    "servicenow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aartiq/servicenow-mcp@1.0.2"
      ]
    }
  }
}
{
  "servers": {
    "servicenow-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aartiq/servicenow-mcp@1.0.2"
      ]
    }
  }
}
claude mcp add servicenow-mcp -- npx -y @aartiq/servicenow-mcp@1.0.2

Requirements / API keys

  • SERVICENOW_INSTANCE_URLoptional - Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)
  • SERVICENOW_AUTH_METHODoptional - Authentication method: 'basic' or 'oauth'
  • SERVICENOW_BASIC_USERNAMEoptional - ServiceNow username (for basic auth)
  • SERVICENOW_BASIC_PASSWORDoptional - ServiceNow password (for basic auth)
  • WRITE_ENABLEDoptional - Enable write operations (true/false, default: false)
  • SCRIPTING_ENABLEDoptional - Enable scripting operations (true/false, default: false)
  • CMDB_WRITE_ENABLEDoptional - Enable CMDB write operations (true/false, default: false)
  • NOW_ASSIST_ENABLEDoptional - Enable Now Assist AI features (true/false, default: false)

Alternatives in Developer Tools

133 184 0% - 2d ago ✓ Official Not checked stdio 75

As of the latest update, the mcp-victoriametrics MCP server has 184 GitHub stars, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "mcp-victoriametrics": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriametrics:1.18.0"
      ],
      "env": {
        "VM_INSTANCE_ENTRYPOINT": "<VM_INSTANCE_ENTRYPOINT>",
        "VM_INSTANCE_TYPE": "<VM_INSTANCE_TYPE>",
        "VM_INSTANCE_BEARER_TOKEN": "<VM_INSTANCE_BEARER_TOKEN>",
        "VMC_API_KEY": "<VMC_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-victoriametrics": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriametrics:1.18.0"
      ],
      "env": {
        "VM_INSTANCE_ENTRYPOINT": "<VM_INSTANCE_ENTRYPOINT>",
        "VM_INSTANCE_TYPE": "<VM_INSTANCE_TYPE>",
        "VM_INSTANCE_BEARER_TOKEN": "<VM_INSTANCE_BEARER_TOKEN>",
        "VMC_API_KEY": "<VMC_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-victoriametrics": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriametrics:1.18.0"
      ],
      "env": {
        "VM_INSTANCE_ENTRYPOINT": "<VM_INSTANCE_ENTRYPOINT>",
        "VM_INSTANCE_TYPE": "<VM_INSTANCE_TYPE>",
        "VM_INSTANCE_BEARER_TOKEN": "<VM_INSTANCE_BEARER_TOKEN>",
        "VMC_API_KEY": "<VMC_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-victoriametrics --env VM_INSTANCE_ENTRYPOINT=<VM_INSTANCE_ENTRYPOINT> --env VM_INSTANCE_TYPE=<VM_INSTANCE_TYPE> --env VM_INSTANCE_BEARER_TOKEN=<VM_INSTANCE_BEARER_TOKEN> --env VMC_API_KEY=<VMC_API_KEY> -- docker run -i --rm ghcr.io/victoriametrics-community/mcp-victoriametrics:1.18.0

Requirements / API keys

  • VM_INSTANCE_ENTRYPOINTrequired - URL to VictoriaMetrics instance (it should be root URL of vmsingle or vmselect), for example http://localhost:8428 or https://play.victoriametrics.com
  • VM_INSTANCE_TYPErequired - Type of VictoriaMetrics instance (single / cluster)
  • VM_INSTANCE_BEARER_TOKENrequiredsecret - Authentication token for VictoriaMetrics API
  • VMC_API_KEYoptionalsecret - Optional: API key from VictoriaMetrics Cloud Console (if you have deployment in VictoriaMetrics Cloud)
  • MCP_DISABLED_TOOLSoptional - Comma-separated list of tools to disable
  • MCP_DISABLE_RESOURCESoptional - Disable all resources (documentation tool will continue to work)

Recent releases

  • v1.20.22026-04-15
  • v1.20.12026-03-19
  • v1.20.02026-03-18

Alternatives in Developer Tools

134 184 0% - 2d ago ✓ Official Not checked stdio 75

As of the latest update, the mcp-victoriametrics MCP server has 184 GitHub stars, was last updated 2d ago, and is an official, first-party server in the MCP Registry.

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "mcp-victoriametrics": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1"
      ],
      "env": {
        "VM_INSTANCE_ENTRYPOINT": "<VM_INSTANCE_ENTRYPOINT>",
        "VM_INSTANCE_TYPE": "<VM_INSTANCE_TYPE>",
        "VM_INSTANCE_BEARER_TOKEN": "<VM_INSTANCE_BEARER_TOKEN>",
        "VMC_API_KEY": "<VMC_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-victoriametrics": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1"
      ],
      "env": {
        "VM_INSTANCE_ENTRYPOINT": "<VM_INSTANCE_ENTRYPOINT>",
        "VM_INSTANCE_TYPE": "<VM_INSTANCE_TYPE>",
        "VM_INSTANCE_BEARER_TOKEN": "<VM_INSTANCE_BEARER_TOKEN>",
        "VMC_API_KEY": "<VMC_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-victoriametrics": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1"
      ],
      "env": {
        "VM_INSTANCE_ENTRYPOINT": "<VM_INSTANCE_ENTRYPOINT>",
        "VM_INSTANCE_TYPE": "<VM_INSTANCE_TYPE>",
        "VM_INSTANCE_BEARER_TOKEN": "<VM_INSTANCE_BEARER_TOKEN>",
        "VMC_API_KEY": "<VMC_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-victoriametrics --env VM_INSTANCE_ENTRYPOINT=<VM_INSTANCE_ENTRYPOINT> --env VM_INSTANCE_TYPE=<VM_INSTANCE_TYPE> --env VM_INSTANCE_BEARER_TOKEN=<VM_INSTANCE_BEARER_TOKEN> --env VMC_API_KEY=<VMC_API_KEY> -- docker run -i --rm ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1

Requirements / API keys

  • VM_INSTANCE_ENTRYPOINTrequired - URL to VictoriaMetrics instance (it should be root URL of vmsingle or vmselect), for example http://localhost:8428 or https://play.victoriametrics.com
  • VM_INSTANCE_TYPErequired - Type of VictoriaMetrics instance (single / cluster)
  • VM_INSTANCE_BEARER_TOKENrequiredsecret - Authentication token for VictoriaMetrics API
  • VMC_API_KEYoptionalsecret - Optional: API key from VictoriaMetrics Cloud Console (if you have deployment in VictoriaMetrics Cloud)
  • MCP_DISABLED_TOOLSoptional - Comma-separated list of tools to disable
  • MCP_DISABLE_RESOURCESoptional - Disable all resources (documentation tool will continue to work)
  • MCP_PASSTHROUGH_HEADERSoptional - HTTP header names to forward from incoming MCP requests to VictoriaMetrics (comma-separated list). Overrides VM_INSTANCE_HEADERS on collision.

Recent releases

  • v1.20.22026-04-15
  • v1.20.12026-03-19
  • v1.20.02026-03-18

Alternatives in Developer Tools

135 155 0% 105 9d ago ✓ Official Patched stdio 75

As of the latest update, the mcp MCP server has 155 GitHub stars, 105 weekly npm downloads, was last updated 9d ago, and is an official, first-party server in the MCP Registry.

Real email and SMS for AI agents - send mail, receive verification codes, drive a real inbox.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agenticmail/mcp@0.5.59"
      ],
      "env": {
        "AGENTICMAIL_API_KEY": "<AGENTICMAIL_API_KEY>",
        "AGENTICMAIL_MASTER_KEY": "<AGENTICMAIL_MASTER_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agenticmail/mcp@0.5.59"
      ],
      "env": {
        "AGENTICMAIL_API_KEY": "<AGENTICMAIL_API_KEY>",
        "AGENTICMAIL_MASTER_KEY": "<AGENTICMAIL_MASTER_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agenticmail/mcp@0.5.59"
      ],
      "env": {
        "AGENTICMAIL_API_KEY": "<AGENTICMAIL_API_KEY>",
        "AGENTICMAIL_MASTER_KEY": "<AGENTICMAIL_MASTER_KEY>"
      }
    }
  }
}
claude mcp add mcp --env AGENTICMAIL_API_KEY=<AGENTICMAIL_API_KEY> --env AGENTICMAIL_MASTER_KEY=<AGENTICMAIL_MASTER_KEY> -- npx -y @agenticmail/mcp@0.5.59

Requirements / API keys

  • AGENTICMAIL_API_KEYoptionalsecret - Per-agent API key issued when you create the agent. Scopes every tool call to that agent's mailbox and outbound. Either AGENTICMAIL_API_KEY or AGENTICMAIL_MASTER_KEY must be set.
  • AGENTICMAIL_MASTER_KEYoptionalsecret - Master key for admin operations (creating agents, listing all accounts, deleting agents). Set this when the MCP client needs admin tools; otherwise prefer the per-agent AGENTICMAIL_API_KEY.
  • AGENTICMAIL_API_URLoptional - Base URL of the AgenticMail HTTP API. Defaults to http://127.0.0.1:3100 (the port the local CLI binds). Override when the API runs on a different host or port.

Recent releases

  • @agenticmail/cli v0.9.104 — PM2 launchd autostart self-heal2026-06-05
  • v0.9.103 — stop_agent actually stops the running worker2026-05-30
  • v0.9.102 — broadcast_email: private fan-out to N agents2026-05-30

Known security advisories

  • GHSA-63gr-g7jc-v8rg: @agenticmail/mcp Missing Authentication for Critical Function, high, patched in 0.9.27

Alternatives in Communication

136 109 0% 68 today ✓ Official No known advisory stdioStreamable HTTP 75

As of the latest update, the Sendmux Email Inbox API + Sending MCP server has 109 GitHub stars, 68 weekly pypi downloads, was last updated today, and is an official, first-party server in the MCP Registry.

Email inbox API for AI agents with MCP tools for Mailbox, Management, and Sending APIs.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as pypi. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "sendmux-mcp": {
      "command": "uvx",
      "args": [
        "sendmux-mcp"
      ],
      "env": {
        "SENDMUX_MCP_SURFACES": "mailbox,management,sending",
        "SENDMUX_MAILBOX_API_KEY": "<SENDMUX_MAILBOX_API_KEY>",
        "SENDMUX_MANAGEMENT_API_KEY": "<SENDMUX_MANAGEMENT_API_KEY>",
        "SENDMUX_SENDING_API_KEY": "<SENDMUX_SENDING_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "sendmux-mcp": {
      "command": "uvx",
      "args": [
        "sendmux-mcp"
      ],
      "env": {
        "SENDMUX_MCP_SURFACES": "mailbox,management,sending",
        "SENDMUX_MAILBOX_API_KEY": "<SENDMUX_MAILBOX_API_KEY>",
        "SENDMUX_MANAGEMENT_API_KEY": "<SENDMUX_MANAGEMENT_API_KEY>",
        "SENDMUX_SENDING_API_KEY": "<SENDMUX_SENDING_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "sendmux-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sendmux-mcp"
      ],
      "env": {
        "SENDMUX_MCP_SURFACES": "mailbox,management,sending",
        "SENDMUX_MAILBOX_API_KEY": "<SENDMUX_MAILBOX_API_KEY>",
        "SENDMUX_MANAGEMENT_API_KEY": "<SENDMUX_MANAGEMENT_API_KEY>",
        "SENDMUX_SENDING_API_KEY": "<SENDMUX_SENDING_API_KEY>"
      }
    }
  }
}
claude mcp add sendmux-mcp --env SENDMUX_MCP_SURFACES=mailbox,management,sending --env SENDMUX_MAILBOX_API_KEY=<SENDMUX_MAILBOX_API_KEY> --env SENDMUX_MANAGEMENT_API_KEY=<SENDMUX_MANAGEMENT_API_KEY> --env SENDMUX_SENDING_API_KEY=<SENDMUX_SENDING_API_KEY> -- uvx sendmux-mcp

Requirements / API keys

  • SENDMUX_MCP_SURFACESrequired - Tool surfaces to run locally.
  • SENDMUX_MAILBOX_API_KEYrequiredsecret - Mailbox API key for Mailbox API and Sending API tools.
  • SENDMUX_MANAGEMENT_API_KEYrequiredsecret - Root API key for Management API tools.
  • SENDMUX_SENDING_API_KEYoptionalsecret - Optional Sending API key when it differs from the Mailbox API key.

Recent releases

  • python-sending: v1.0.42026-06-19
  • python-sdk: v1.0.42026-06-19
  • python-mcp: v1.1.52026-06-19

Alternatives in Communication

137 107 0% - 3d ago ✓ Official No known advisory stdio 75

As of the latest update, the SAP HANA CLI MCP server has 107 GitHub stars, was last updated 3d ago, and is an official, first-party server in the MCP Registry.

150+ SAP HANA database tools as MCP tools for AI assistants

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "hana-cli": {
      "command": "npx",
      "args": [
        "-y",
        "hana-cli@4.202605.2"
      ]
    }
  }
}
{
  "mcpServers": {
    "hana-cli": {
      "command": "npx",
      "args": [
        "-y",
        "hana-cli@4.202605.2"
      ]
    }
  }
}
{
  "servers": {
    "hana-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hana-cli@4.202605.2"
      ]
    }
  }
}
claude mcp add hana-cli -- npx -y hana-cli@4.202605.2

Recent releases

  • v4.202605.22026-05-14
  • v4.202605.12026-05-01
  • v4.202604.02026-04-23

Alternatives in Databases

138 56 0% 1.3k today Community No known advisory stdio 75

As of the latest update, the mcp-accessibility-scanner MCP server has 56 GitHub stars, 1.3k weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

MCP server for automated web accessibility scanning with Playwright and Axe-core.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-accessibility-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-accessibility-scanner@1.1.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-accessibility-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-accessibility-scanner@1.1.1"
      ]
    }
  }
}
{
  "servers": {
    "mcp-accessibility-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-accessibility-scanner@1.1.1"
      ]
    }
  }
}
claude mcp add mcp-accessibility-scanner -- npx -y mcp-accessibility-scanner@1.1.1

Recent releases

  • 2.0.182026-06-29
  • 2.0.172026-06-24
  • 2.0.122026-06-09

Alternatives in Search & Web

139 1 n/a 2.7k today Community No known advisory stdio 75

As of the latest update, the q402-mcp MCP server has 1 GitHub stars, 2.7k weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Q402 - gasless payments on 11 EVM chains + CCIP bridge (eth/avax/arbitrum). Sandbox-default.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "q402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@quackai/q402-mcp@0.9.1"
      ],
      "env": {
        "Q402_TRIAL_API_KEY": "<Q402_TRIAL_API_KEY>",
        "Q402_MULTICHAIN_API_KEY": "<Q402_MULTICHAIN_API_KEY>",
        "Q402_PRIVATE_KEY": "<Q402_PRIVATE_KEY>",
        "Q402_AGENTIC_PRIVATE_KEY": "<Q402_AGENTIC_PRIVATE_KEY>",
        "Q402_API_KEY": "<Q402_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "q402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@quackai/q402-mcp@0.9.1"
      ],
      "env": {
        "Q402_TRIAL_API_KEY": "<Q402_TRIAL_API_KEY>",
        "Q402_MULTICHAIN_API_KEY": "<Q402_MULTICHAIN_API_KEY>",
        "Q402_PRIVATE_KEY": "<Q402_PRIVATE_KEY>",
        "Q402_AGENTIC_PRIVATE_KEY": "<Q402_AGENTIC_PRIVATE_KEY>",
        "Q402_API_KEY": "<Q402_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "q402-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@quackai/q402-mcp@0.9.1"
      ],
      "env": {
        "Q402_TRIAL_API_KEY": "<Q402_TRIAL_API_KEY>",
        "Q402_MULTICHAIN_API_KEY": "<Q402_MULTICHAIN_API_KEY>",
        "Q402_PRIVATE_KEY": "<Q402_PRIVATE_KEY>",
        "Q402_AGENTIC_PRIVATE_KEY": "<Q402_AGENTIC_PRIVATE_KEY>",
        "Q402_API_KEY": "<Q402_API_KEY>"
      }
    }
  }
}
claude mcp add q402-mcp --env Q402_TRIAL_API_KEY=<Q402_TRIAL_API_KEY> --env Q402_MULTICHAIN_API_KEY=<Q402_MULTICHAIN_API_KEY> --env Q402_PRIVATE_KEY=<Q402_PRIVATE_KEY> --env Q402_AGENTIC_PRIVATE_KEY=<Q402_AGENTIC_PRIVATE_KEY> --env Q402_API_KEY=<Q402_API_KEY> -- npx -y @quackai/q402-mcp@0.9.1

Requirements / API keys

  • Q402_TRIAL_API_KEYoptionalsecret - Recommended path: skip this UI and run `q402_doctor` after install - it stores secrets in ~/.q402/mcp.env, which the server auto-loads. Fill this field directly ONLY if your MCP client manages secrets for you. Value is a Free Trial API key from https://q402.quackai.ai/event - BNB Chain only, 2,000 sponsored TXs, gas covered by Q402. BNB payments auto-route to this key when set (same rule for q402_pay and q402_batch_pay up to 5 recipients).
  • Q402_MULTICHAIN_API_KEYoptionalsecret - Recommended path: skip this UI and run `q402_doctor` after install - it stores secrets in ~/.q402/mcp.env, which the server auto-loads. Fill this field directly ONLY if your MCP client manages secrets for you. Value is a Paid Multichain API key from https://q402.quackai.ai/payment - full 11-chain support with per-chain Gas Tank. Auto-routed for non-BNB payments and whenever keyScope='multichain' is chosen.
  • Q402_PRIVATE_KEYoptionalsecret - Mode A - real EOA signing. Hex-encoded EVM private key (0x + 64 hex chars) of YOUR MetaMask wallet, used to sign payment authorizations LOCALLY on your machine. After your first payment that wallet shows as 'Smart account' in MetaMask (EIP-7702 delegation, reversible via q402_clear_delegation). Use a fresh wallet, not your main one. Skip this and pick Mode B (Q402_AGENTIC_PRIVATE_KEY) or Mode C (server-managed Agent Wallet) if you'd rather keep your MetaMask untouched. Recommended path: run q402_doctor after install - it stores secrets in ~/.q402/mcp.env, which the server auto-loads.
  • Q402_AGENTIC_PRIVATE_KEYoptionalsecret - Mode B - local Agent Wallet signing. Hex-encoded EVM private key (0x + 64 hex chars) exported from your Agent Wallet at https://q402.quackai.ai/dashboard → Agent tab → Export. Signs LOCALLY just like Mode A, but the signer is your dedicated Agent Wallet - your MetaMask EOA is never touched. Pick this for AI-agent automation when you want a dedicated purse with per-tx + daily caps you set on the dashboard.
  • Q402_ENABLE_REAL_PAYMENTSoptional - Live-mode switch. 0 = sandbox (test mode, no funds move - every q402_pay returns a fake hash). 1 = real on-chain payments. Default 1 since v0.5.11: safe because mode only flips to live when a live API key (q402_live_*) is set AND one of (a) a valid 32-byte private key for local signing modes, OR (b) walletMode="agentic-server" with Q402_MULTICHAIN_API_KEY for the server-managed Agent Wallet path. Without either combination, the server stays in sandbox regardless of this flag.
  • Q402_MAX_AMOUNT_PER_CALLoptional - Per-call USD-equivalent cap for USDC/USDT/RLUSD. Any such q402_pay request with amount above this is rejected before signing. Q (QuackAI) is exempt by design (your own token; recipient allowlist + confirmation still apply). Lower this for a tighter agent blast-radius; raise for treasury-grade transfers.
  • Q402_ALLOWED_RECIPIENTSoptional - Optional comma-separated lowercase EVM addresses. When set, q402_pay rejects any recipient not on this allowlist.
  • Q402_RELAY_BASE_URLoptional - Override for the Q402 relay endpoint. Defaults to https://q402.quackai.ai/api. Set explicitly when running against a self-hosted Q402 deployment or a non-canonical environment.

Recent releases

  • v0.4.2 — Monad README + body copy2026-05-18
  • v0.4.1 — Monad mainnet support2026-05-18
  • v0.4.0 — canonical relay URL2026-05-18

Alternatives in Developer Tools

140 489 0% - 17d ago Community Not checked Streamable HTTP 74

As of the latest update, the docfork-mcp MCP server has 489 GitHub stars, was last updated 17d ago, and is a community server in the MCP Registry.

@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "docfork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@docfork/mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "docfork-mcp": {
      "url": "https://server.smithery.ai/@docfork/mcp/mcp"
    }
  }
}
{
  "servers": {
    "docfork-mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@docfork/mcp/mcp"
    }
  }
}
claude mcp add --transport http docfork-mcp https://server.smithery.ai/@docfork/mcp/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • docfork: v2.2.52026-05-25
  • dgrep: v0.2.22026-05-25
  • sdk: v0.0.12026-05-24

Alternatives in Developer Tools

141 485 0% - 10d ago Community Not checked Streamable HTTP 74

As of the latest update, the TickDB Market Data MCP server has 485 GitHub stars, was last updated 10d ago, and is a community server in the MCP Registry.

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "tickdb-market-data": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.tickdb.ai/"
      ]
    }
  }
}
{
  "mcpServers": {
    "tickdb-market-data": {
      "url": "https://mcp.tickdb.ai/"
    }
  }
}
{
  "servers": {
    "tickdb-market-data": {
      "type": "http",
      "url": "https://mcp.tickdb.ai/"
    }
  }
}
claude mcp add --transport http tickdb-market-data https://mcp.tickdb.ai/

Requirements / API keys

  • X-TickDB-Keyrequiredsecret - Your TickDB API key. Free signup at https://tickdb.ai

Recent releases

  • TickDB MCP v0.1.32026-06-20
  • TickDB MCP v0.1.22026-05-22

Alternatives in Finance

142 362 0% 691 2mo ago Community No known advisory stdio 74

As of the latest update, the Google Maps MCP Server MCP server has 362 GitHub stars, 691 weekly npm downloads, was last updated 2mo ago, and is a community server in the MCP Registry.

18 Google Maps tools for AI agents - geocode, search, directions, weather, and more.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map@0.0.52"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map@0.0.52"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "google-map": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map@0.0.52"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>"
      }
    }
  }
}
claude mcp add google-map --env GOOGLE_MAPS_API_KEY=<GOOGLE_MAPS_API_KEY> -- npx -y @cablate/mcp-google-map@0.0.52

Requirements / API keys

  • GOOGLE_MAPS_API_KEYrequiredsecret - Google Maps API key (get one at https://console.cloud.google.com)
  • GOOGLE_MAPS_ENABLED_TOOLSoptional - Comma-separated tool names to enable. Omit or * for all 18 tools.

Recent releases

  • v0.0.522026-04-21
  • v0.0.512026-04-19
  • v0.0.502026-03-27

Alternatives in Search & Web

143 209 0% 2.2k yesterday Community Patched stdio 74

As of the latest update, the stata-mcp MCP server has 209 GitHub stars, 2.2k weekly pypi downloads, was last updated yesterday, and is a community server in the MCP Registry.

Let LLM help you achieve your regression analysis with Stata

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "stata-mcp": {
      "command": "uvx",
      "args": [
        "stata-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "stata-mcp": {
      "command": "uvx",
      "args": [
        "stata-mcp"
      ]
    }
  }
}
{
  "servers": {
    "stata-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stata-mcp"
      ]
    }
  }
}
claude mcp add stata-mcp -- uvx stata-mcp

Recent releases

  • V1.20.12026-06-19
  • V1.20.02026-06-14
  • V1.19.02026-06-09

Known security advisories

  • GHSA-4p62-hqp5-g644: MCP-for-Stata: Command injection via log_file_name parameter in Stata command wrapper, critical, patched in 1.17.3
  • GHSA-jpcj-7wfg-mqxv: stata-mcp has insufficient validation of user-supplied Stata do-file content that can lead to command execution, high, patched in 1.13.0

Alternatives in Developer Tools

144 207 0% 75 2d ago Community No known advisory stdio 74

As of the latest update, the agent-harnesses MCP server has 207 GitHub stars, 75 weekly pypi downloads, was last updated 2d ago, and is a community server in the MCP Registry.

Agent-harness picks, search, and decision guides over a curated, weekly-rescored list of 110.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "agent-harnesses": {
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "agent-harnesses": {
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
{
  "servers": {
    "agent-harnesses": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
claude mcp add agent-harnesses -- uvx agent-harnesses-mcp

Alternatives in Search & Web

145 204 0% 149 9d ago Community No known advisory stdio 74

As of the latest update, the Codex Control Plane MCP MCP server has 204 GitHub stars, 149 weekly pypi downloads, was last updated 9d ago, and is a community server in the MCP Registry.

Durable MCP control plane for long-running Codex Desktop tasks.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "codex-control-plane-mcp": {
      "command": "uvx",
      "args": [
        "codex-control-plane-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "codex-control-plane-mcp": {
      "command": "uvx",
      "args": [
        "codex-control-plane-mcp"
      ]
    }
  }
}
{
  "servers": {
    "codex-control-plane-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codex-control-plane-mcp"
      ]
    }
  }
}
claude mcp add codex-control-plane-mcp -- uvx codex-control-plane-mcp

Recent releases

  • v0.2.1 - Project id canonicalization for reliable agent task submission2026-06-21
  • v0.2.0 - Worker-first MCP architecture for long-running parallel Codex tasks2026-06-20
  • Codex Control Plane MCP v0.1.42026-06-19

Alternatives in Developer Tools

146 199 0% - 26d ago Community No known advisory stdio 74
147 178 0% - today ✓ Official Not checked SSE 74

As of the latest update, the alpha_vantage_mcp MCP server has 178 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators

Capabilities

Exposes tools, resources, and prompts to MCP clients over SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "alpha_vantage_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.alphavantage.co/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "alpha_vantage_mcp": {
      "url": "https://mcp.alphavantage.co/mcp"
    }
  }
}
{
  "servers": {
    "alpha_vantage_mcp": {
      "type": "sse",
      "url": "https://mcp.alphavantage.co/mcp"
    }
  }
}
claude mcp add --transport sse alpha_vantage_mcp https://mcp.alphavantage.co/mcp

Alternatives in Finance

148 136 0% - yesterday ✓ Official Not checked Streamable HTTP 74
149 17 n/a 2.3k yesterday Community No known advisory stdio 74

As of the latest update, the claudinho MCP server has 17 GitHub stars, 2.3k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Live 2026 World Cup scores, fixtures & standings for your AI agent. No keys. Unofficial fan project.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp@0.8.7"
      ]
    }
  }
}
{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp@0.8.7"
      ]
    }
  }
}
{
  "servers": {
    "claudinho": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp@0.8.7"
      ]
    }
  }
}
claude mcp add claudinho -- npx -y @claudinho/mcp@0.8.7

Requirements / API keys

  • CLAUDINHO_LANGoptional - UI language: en, es, pt, or fr (optional; default en)
  • CLAUDINHO_TZoptional - IANA timezone for kickoff times, e.g. America/Mexico_City (optional; default system)
  • CLAUDINHO_FLAVORoptional - Commentary flair: off, subtle, or full (optional; default full)
  • CLAUDINHO_MARKETSoptional - Set to 'off' to hide read-only prediction-market signals (optional; informational only)

Recent releases

  • v0.8.92026-06-28
  • v0.8.82026-06-28
  • v0.8.72026-06-27

Alternatives in Developer Tools

150 20 n/a 1.7k yesterday Community No known advisory Streamable HTTP 74

As of the latest update, the docdex MCP server has 20 GitHub stars, 1.7k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Fast per-repo documentation indexer and full-text search MCP server for codebases.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Distributed as npm.

Installation

{
  "mcpServers": {
    "docdex": {
      "command": "npx",
      "args": [
        "-y",
        "docdex@0.2.79"
      ]
    }
  }
}
{
  "mcpServers": {
    "docdex": {
      "command": "npx",
      "args": [
        "-y",
        "docdex@0.2.79"
      ]
    }
  }
}
{
  "servers": {
    "docdex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "docdex@0.2.79"
      ]
    }
  }
}
claude mcp add docdex -- npx -y docdex@0.2.79

Recent releases

  • v0.2.792026-06-29
  • v0.2.782026-06-28
  • v0.2.772026-06-16

Alternatives in Search & Web

151 15 n/a 1.5k 5d ago ✓ Official No known advisory stdio 74

As of the latest update, the NowAIKit - ServiceNow MCP Server MCP server has 15 GitHub stars, 1.5k weekly npm downloads, was last updated 5d ago, and is an official, first-party server in the MCP Registry.

ServiceNow MCP server - 450+ tools (ITSM, ITOM, CMDB, scripting) for Claude, ChatGPT & any AI.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "nowaikit": {
      "command": "npx",
      "args": [
        "-y",
        "nowaikit@4.1.6"
      ]
    }
  }
}
{
  "mcpServers": {
    "nowaikit": {
      "command": "npx",
      "args": [
        "-y",
        "nowaikit@4.1.6"
      ]
    }
  }
}
{
  "servers": {
    "nowaikit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nowaikit@4.1.6"
      ]
    }
  }
}
claude mcp add nowaikit -- npx -y nowaikit@4.1.6

Requirements / API keys

  • SERVICENOW_INSTANCE_URLoptional - Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)
  • SERVICENOW_AUTH_METHODoptional - Authentication method: 'basic' or 'oauth'
  • SERVICENOW_BASIC_USERNAMEoptional - ServiceNow username (for basic auth)
  • SERVICENOW_BASIC_PASSWORDoptional - ServiceNow password (for basic auth)
  • WRITE_ENABLEDoptional - Enable write operations (true/false, default: false)
  • SCRIPTING_ENABLEDoptional - Enable scripting operations (true/false, default: false)
  • CMDB_WRITE_ENABLEDoptional - Enable CMDB write operations (true/false, default: false)
  • NOW_ASSIST_ENABLEDoptional - Enable Now Assist AI features (true/false, default: false)

Recent releases

  • v4.0.0 — Multi-Transport, A2A Protocol, Dynamic Schema Discovery2026-04-25
  • v3.0.22026-03-31
  • v3.0.12026-03-31

Alternatives in Developer Tools

152 13 0% 1k yesterday Community No known advisory stdio 74

As of the latest update, the yggdrasil MCP server has 13 GitHub stars, 1k weekly pypi downloads, was last updated yesterday, and is a community server in the MCP Registry.

One shared, durable memory for your AI coding agents - local-first, zero-dependency.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "yggdrasil": {
      "command": "uvx",
      "args": [
        "yggdrasil-memory",
        "mcp"
      ],
      "env": {
        "YGG_ENGINE_TOKEN": "<YGG_ENGINE_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "yggdrasil": {
      "command": "uvx",
      "args": [
        "yggdrasil-memory",
        "mcp"
      ],
      "env": {
        "YGG_ENGINE_TOKEN": "<YGG_ENGINE_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "yggdrasil": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yggdrasil-memory",
        "mcp"
      ],
      "env": {
        "YGG_ENGINE_TOKEN": "<YGG_ENGINE_TOKEN>"
      }
    }
  }
}
claude mcp add yggdrasil --env YGG_ENGINE_TOKEN=<YGG_ENGINE_TOKEN> -- uvx yggdrasil-memory mcp

Requirements / API keys

  • YGG_ENGINE_URLoptional - Base URL of the Yggdrasil engine HTTP API.
  • YGG_ENGINE_TOKENoptionalsecret - Bearer token for authenticating to the Yggdrasil engine (from ~/.yggdrasil/token after `ygg install`).

Recent releases

  • v0.5.42026-06-28
  • v0.5.32026-06-28
  • v0.5.22026-06-28

Alternatives in AI & Memory

153 0 n/a 1.7k yesterday Community No known advisory stdioStreamable HTTP 74

As of the latest update, the Document Integrity Validator MCP server has 0 GitHub stars, 1.7k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

AI reasoning checks any document against known international standards before your agent acts on it.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "document-integrity-validator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "document-integrity-validator-mcp@1.0.20"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "document-integrity-validator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "document-integrity-validator-mcp@1.0.20"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "document-integrity-validator-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "document-integrity-validator-mcp@1.0.20"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}
claude mcp add document-integrity-validator-mcp --env ANTHROPIC_API_KEY=<ANTHROPIC_API_KEY> -- npx -y document-integrity-validator-mcp@1.0.20

Requirements / API keys

  • ANTHROPIC_API_KEYrequiredsecret - Anthropic API key

Alternatives in Developer Tools

154 599 0% - 2mo ago Community Not checked Streamable HTTP 73

As of the latest update, the hustcc-mcp-mermaid MCP server has 599 GitHub stars, was last updated 2mo ago, and is a community server in the MCP Registry.

Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "hustcc-mcp-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@hustcc/mcp-mermaid/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "hustcc-mcp-mermaid": {
      "url": "https://server.smithery.ai/@hustcc/mcp-mermaid/mcp"
    }
  }
}
{
  "servers": {
    "hustcc-mcp-mermaid": {
      "type": "http",
      "url": "https://server.smithery.ai/@hustcc/mcp-mermaid/mcp"
    }
  }
}
claude mcp add --transport http hustcc-mcp-mermaid https://server.smithery.ai/@hustcc/mcp-mermaid/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • 0.4.12026-02-12
  • 0.4.02025-11-18
  • 0.3.02025-10-14
155 438 0% 50 4mo ago ✓ Official No known advisory stdio 73

As of the latest update, the abell MCP server has 438 GitHub stars, 50 weekly npm downloads, was last updated 4mo ago, and is an official, first-party server in the MCP Registry.

AI tools related to Abell. Currently includes MCP of Abell

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "abell": {
      "command": "npx",
      "args": [
        "-y",
        "abell-ai@0.0.9"
      ]
    }
  }
}
{
  "mcpServers": {
    "abell": {
      "command": "npx",
      "args": [
        "-y",
        "abell-ai@0.0.9"
      ]
    }
  }
}
{
  "servers": {
    "abell": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "abell-ai@0.0.9"
      ]
    }
  }
}
claude mcp add abell -- npx -y abell-ai@0.0.9

Recent releases

  • abell-ai-v0.0.8: Abell MCP is here!!! 🌀🚀2025-05-01
  • abell-v1.0.0-beta.5: Remove node dependencies in Abell runtime to allow abell to run on client-side2024-11-06
  • create-abell@0.0.20: Add bun installer and template to create-abell 🌭2023-10-29

Alternatives in Developer Tools

156 381 0% 407 3mo ago ✓ Official No known advisory stdio 73

As of the latest update, the AkTools MCP Server MCP server has 381 GitHub stars, 407 weekly pypi downloads, was last updated 3mo ago, and is an official, first-party server in the MCP Registry.

MCP Server for stock and crypto

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi, oci.

Installation

{
  "mcpServers": {
    "mcp-aktools": {
      "command": "uvx",
      "args": [
        "mcp-aktools"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-aktools": {
      "command": "uvx",
      "args": [
        "mcp-aktools"
      ]
    }
  }
}
{
  "servers": {
    "mcp-aktools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-aktools"
      ]
    }
  }
}
claude mcp add mcp-aktools -- uvx mcp-aktools

Recent releases

  • 0.1.152026-03-26
  • 0.1.142026-01-21
  • 0.1.132025-11-17

Alternatives in Finance

157 344 0% - 2mo ago Community No known advisory stdio 73

As of the latest update, the DeepSeek MCP Server MCP server has 344 GitHub stars, was last updated 2mo ago, and is a community server in the MCP Registry.

Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "deepseek": {
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server@0.3.1"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "deepseek": {
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server@0.3.1"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "deepseek": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server@0.3.1"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
      }
    }
  }
}
claude mcp add deepseek --env DEEPSEEK_API_KEY=<DEEPSEEK_API_KEY> -- npx -y deepseek-mcp-server@0.3.1

Requirements / API keys

  • DEEPSEEK_API_KEYrequiredsecret - DeepSeek API key used for upstream DeepSeek requests

Recent releases

  • v0.5.0 - DeepSeek V4 API update2026-04-24
  • v0.3.1 - Official MCP Registry Publication2026-02-23
  • Version 2 and official release 2025-01-30

Alternatives in Communication

158 315 0% - today Community Not checked stdio 73

As of the latest update, the TokenSave MCP server has 315 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as mcpb, mcpb, mcpb, mcpb.

Installation

{
  "mcpServers": {
    "tokensave": {
      "command": "npx",
      "args": [
        "https://github.com/aovestdipaperino/tokensave/releases/download/v4.0.2/tokensave-v4.0.2-aarch64-macos.mcp.tar.gz"
      ]
    }
  }
}
{
  "mcpServers": {
    "tokensave": {
      "command": "npx",
      "args": [
        "https://github.com/aovestdipaperino/tokensave/releases/download/v4.0.2/tokensave-v4.0.2-aarch64-macos.mcp.tar.gz"
      ]
    }
  }
}
{
  "servers": {
    "tokensave": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "https://github.com/aovestdipaperino/tokensave/releases/download/v4.0.2/tokensave-v4.0.2-aarch64-macos.mcp.tar.gz"
      ]
    }
  }
}
claude mcp add tokensave -- npx https://github.com/aovestdipaperino/tokensave/releases/download/v4.0.2/tokensave-v4.0.2-aarch64-macos.mcp.tar.gz

Recent releases

  • v7.0.22026-06-24
  • v7.0.12026-06-24
  • v7.0.02026-06-23

Alternatives in Productivity

159 169 0% - 10d ago Community No known advisory stdio 73

As of the latest update, the mcp-arr MCP server has 169 GitHub stars, was last updated 10d ago, and is a community server in the MCP Registry.

MCP server for *arr media suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-arr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-arr-server@1.0.0"
      ],
      "env": {
        "SONARR_API_KEY": "<SONARR_API_KEY>",
        "RADARR_API_KEY": "<RADARR_API_KEY>",
        "LIDARR_API_KEY": "<LIDARR_API_KEY>",
        "READARR_API_KEY": "<READARR_API_KEY>",
        "PROWLARR_API_KEY": "<PROWLARR_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "mcp-arr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-arr-server@1.0.0"
      ],
      "env": {
        "SONARR_API_KEY": "<SONARR_API_KEY>",
        "RADARR_API_KEY": "<RADARR_API_KEY>",
        "LIDARR_API_KEY": "<LIDARR_API_KEY>",
        "READARR_API_KEY": "<READARR_API_KEY>",
        "PROWLARR_API_KEY": "<PROWLARR_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "mcp-arr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-arr-server@1.0.0"
      ],
      "env": {
        "SONARR_API_KEY": "<SONARR_API_KEY>",
        "RADARR_API_KEY": "<RADARR_API_KEY>",
        "LIDARR_API_KEY": "<LIDARR_API_KEY>",
        "READARR_API_KEY": "<READARR_API_KEY>",
        "PROWLARR_API_KEY": "<PROWLARR_API_KEY>"
      }
    }
  }
}
claude mcp add mcp-arr --env SONARR_API_KEY=<SONARR_API_KEY> --env RADARR_API_KEY=<RADARR_API_KEY> --env LIDARR_API_KEY=<LIDARR_API_KEY> --env READARR_API_KEY=<READARR_API_KEY> --env PROWLARR_API_KEY=<PROWLARR_API_KEY> -- npx -y mcp-arr-server@1.0.0

Requirements / API keys

  • SONARR_URLoptional - Sonarr server URL
  • SONARR_API_KEYoptionalsecret - Sonarr API key
  • RADARR_URLoptional - Radarr server URL
  • RADARR_API_KEYoptionalsecret - Radarr API key
  • LIDARR_URLoptional - Lidarr server URL
  • LIDARR_API_KEYoptionalsecret - Lidarr API key
  • READARR_URLoptional - Readarr server URL
  • READARR_API_KEYoptionalsecret - Readarr API key

Recent releases

  • v1.6.32026-04-27
  • v1.6.22026-04-22
  • v1.6.12026-04-22

Alternatives in Developer Tools

160 168 0% 705 today Community No known advisory stdio 73

As of the latest update, the Piia Engram MCP server has 168 GitHub stars, 705 weekly pypi downloads, was last updated today, and is a community server in the MCP Registry.

Local-first AI identity for MCP coding tools. Lessons, decisions, and context you control.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "piia-engram": {
      "command": "uvx",
      "args": [
        "piia-engram",
        "--transport",
        "stdio"
      ]
    }
  }
}
{
  "mcpServers": {
    "piia-engram": {
      "command": "uvx",
      "args": [
        "piia-engram",
        "--transport",
        "stdio"
      ]
    }
  }
}
{
  "servers": {
    "piia-engram": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "piia-engram",
        "--transport",
        "stdio"
      ]
    }
  }
}
claude mcp add piia-engram -- uvx piia-engram --transport stdio

Requirements / API keys

  • ENGRAM_MCP_STARTUP_SYNCoptional - Skip optional local startup reconciliation during marketplace/client validation; set to background for local cross-tool sync.
  • ENGRAM_TOOLSoptional - Expose the context-budget friendly default surface; set to all for the full advanced surface.
  • PYTHONIOENCODINGoptional - Force UTF-8 stdio frames on Windows-style consoles.

Recent releases

  • v4.12.0 — Concurrency & Security Hardening2026-06-23
  • v4.11.0 — Self-contained web reader2026-06-22
  • v4.9.1 — Cold-start fix: get_user_context auto-imports your rules2026-06-20

Alternatives in AI & Memory

161 157 0% 185 8d ago Community No known advisory stdio 73

As of the latest update, the charlotte MCP server has 157 GitHub stars, 185 weekly npm downloads, was last updated 8d ago, and is a community server in the MCP Registry.

Renders web pages into structured, agent-readable representations using headless Chromium.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "charlotte": {
      "command": "npx",
      "args": [
        "-y",
        "@ticktockbent/charlotte@0.1.3"
      ]
    }
  }
}
{
  "mcpServers": {
    "charlotte": {
      "command": "npx",
      "args": [
        "-y",
        "@ticktockbent/charlotte@0.1.3"
      ]
    }
  }
}
{
  "servers": {
    "charlotte": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ticktockbent/charlotte@0.1.3"
      ]
    }
  }
}
claude mcp add charlotte -- npx -y @ticktockbent/charlotte@0.1.3

Recent releases

  • v0.6.12026-04-09
  • v0.6.02026-04-03
  • v0.5.12026-04-03

Alternatives in Search & Web

162 149 0% 368 today Community No known advisory stdio 73

As of the latest update, the reMarkable MCP Server MCP server has 149 GitHub stars, 368 weekly pypi downloads, was last updated today, and is a community server in the MCP Registry.

Access your reMarkable tablet - read documents, browse files, extract text and OCR

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": [
        "remarkable-mcp"
      ],
      "env": {
        "REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": [
        "remarkable-mcp"
      ],
      "env": {
        "REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "remarkable": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "remarkable-mcp"
      ],
      "env": {
        "REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
      }
    }
  }
}
claude mcp add remarkable --env REMARKABLE_TOKEN=<REMARKABLE_TOKEN> -- uvx remarkable-mcp

Requirements / API keys

  • REMARKABLE_TOKENrequiredsecret - Authentication token for reMarkable Cloud API. Get one by registering at https://my.remarkable.com/device/browser/connect

Recent releases

  • v1.0.0 — Cross-transport parity, authoring & interactive canvas2026-06-12
  • v0.9.12026-05-18
  • v0.9.02026-05-18

Alternatives in Productivity

163 141 0% - yesterday Community No known advisory stdio 73

As of the latest update, the WebReaper MCP server has 141 GitHub stars, was last updated yesterday, and is a community server in the MCP Registry.

AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as nuget.

Installation

{
  "mcpServers": {
    "webreaper": {
      "command": "dnx",
      "args": [
        "WebReaper.Mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "webreaper": {
      "command": "dnx",
      "args": [
        "WebReaper.Mcp"
      ]
    }
  }
}
{
  "servers": {
    "webreaper": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "WebReaper.Mcp"
      ]
    }
  }
}
claude mcp add webreaper -- dnx WebReaper.Mcp

Recent releases

  • WebReaper 11.3.22026-06-28
  • WebReaper 11.3.12026-06-27
  • WebReaper 11.3.02026-06-06

Alternatives in Search & Web

164 136 0% 327 15d ago Community No known advisory stdio 73

As of the latest update, the Joplin MCP Server MCP server has 136 GitHub stars, 327 weekly pypi downloads, was last updated 15d ago, and is a community server in the MCP Registry.

FastMCP server exposing Joplin notes, notebooks, tags, and imports.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "joplin-mcp": {
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ],
      "env": {
        "JOPLIN_TOKEN": "<JOPLIN_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "joplin-mcp": {
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ],
      "env": {
        "JOPLIN_TOKEN": "<JOPLIN_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "joplin-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ],
      "env": {
        "JOPLIN_TOKEN": "<JOPLIN_TOKEN>"
      }
    }
  }
}
claude mcp add joplin-mcp --env JOPLIN_TOKEN=<JOPLIN_TOKEN> -- uvx joplin-mcp

Requirements / API keys

  • JOPLIN_TOKENrequiredsecret - Web Clipper authentication token from a running Joplin instance
  • JOPLIN_URLoptional - Optional override for the Joplin Web Clipper base URL (default http://localhost:41184)

Recent releases

  • v0.9.02026-06-10
  • v0.8.02026-05-16
  • v0.7.12026-03-01

Alternatives in Developer Tools

165 132 0% - 21d ago ✓ Official Not checked Streamable HTTP 73

As of the latest update, the mcp MCP server has 132 GitHub stars, was last updated 21d ago, and is an official, first-party server in the MCP Registry.

AI-powered design and management for Webflow Sites

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.webflow.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.webflow.com/mcp"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.webflow.com/mcp"
    }
  }
}
claude mcp add --transport http mcp https://mcp.webflow.com/mcp

Recent releases

  • Adding Designer API capabilities for MCP Server2025-09-17
  • Update AI chat request format2025-07-09
  • 0.6.02025-06-02
166 126 0% - 3d ago ✓ Official Not checked Streamable HTTP 73

As of the latest update, the Xquik MCP Server MCP server has 126 GitHub stars, was last updated 3d ago, and is an official, first-party server in the MCP Registry.

X data platform with 100+ REST endpoints, MCP tools, webhooks, SDKs, and confirmed writes.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://xquik.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://xquik.com/mcp"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://xquik.com/mcp"
    }
  }
}
claude mcp add --transport http mcp https://xquik.com/mcp

Requirements / API keys

  • x-api-keyrequiredsecret - Xquik API key from your dashboard account page

Recent releases

  • v2.4.162026-06-05
  • v2.4.152026-05-27
  • v2.4.132026-05-18
167 114 0% - 18d ago ✓ Official Not checked Streamable HTTP 73

As of the latest update, the mcp-server MCP server has 114 GitHub stars, was last updated 18d ago, and is an official, first-party server in the MCP Registry.

Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apple-rag.com"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.apple-rag.com"
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://mcp.apple-rag.com"
    }
  }
}
claude mcp add --transport http mcp-server https://mcp.apple-rag.com

Requirements / API keys

  • Authorizationoptionalsecret - MCP Token for authentication (optional - free tier available without token)

Recent releases

  • v4.21.12026-06-12
  • v4.21.02026-06-11
  • v4.20.02026-05-21

Alternatives in Search & Web

168 6 n/a 1.5k yesterday Community No known advisory stdio 73

As of the latest update, the RPG Maker MV Ultimate MCP MCP server has 6 GitHub stars, 1.5k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "rpgmaker-mv-ultimate": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mv-mcp@5.12.2"
      ],
      "env": {
        "VISION_API_KEY": "<VISION_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "rpgmaker-mv-ultimate": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mv-mcp@5.12.2"
      ],
      "env": {
        "VISION_API_KEY": "<VISION_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "rpgmaker-mv-ultimate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mv-mcp@5.12.2"
      ],
      "env": {
        "VISION_API_KEY": "<VISION_API_KEY>"
      }
    }
  }
}
claude mcp add rpgmaker-mv-ultimate --env VISION_API_KEY=<VISION_API_KEY> -- npx -y rpgmaker-mv-mcp@5.12.2

Requirements / API keys

  • RPGMAKER_PROJECT_PATHoptional - Absolute path to the RPG Maker MV project to edit (the folder with data/ and js/). The server starts without it; needed for real editing, or call set_project_path at runtime.
  • VISION_API_URLoptional - Base URL of an OpenAI-compatible vision endpoint to enable analyze_image mode "ai" (e.g. https://api.openai.com or http://localhost:11434). Unset = vision disabled; every other tool works offline.
  • VISION_API_KEYoptionalsecret - Bearer token for the vision endpoint (only sent when set).
  • VISION_MODELoptional - Vision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.
  • RPGMV_LEGACY_TOOLSoptional - Set to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).

Recent releases

  • v5.12.2 — unified branding2026-06-27
  • v5.12.1 — discoverability metadata2026-06-27
  • v5.12.0 — Project intelligence + in-place event authoring2026-06-27

Alternatives in Developer Tools

169 6 n/a 1.1k yesterday Community No known advisory stdio 73

As of the latest update, the janusmcp MCP server has 6 GitHub stars, 1.1k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Local multi-account MCP broker - one endpoint, every account. Switch identity without reconnecting.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "janusmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bayway/janusmcp@0.1.5"
      ]
    }
  }
}
{
  "mcpServers": {
    "janusmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bayway/janusmcp@0.1.5"
      ]
    }
  }
}
{
  "servers": {
    "janusmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bayway/janusmcp@0.1.5"
      ]
    }
  }
}
claude mcp add janusmcp -- npx -y @bayway/janusmcp@0.1.5

Recent releases

  • v0.1.52026-06-28
  • v0.1.42026-06-28
  • v0.1.32026-06-28

Alternatives in Developer Tools

170 2 n/a 1.5k yesterday Community No known advisory stdio 73

As of the latest update, the SSH LICCO MCP Server MCP server has 2 GitHub stars, 1.5k weekly pypi downloads, was last updated yesterday, and is a community server in the MCP Registry.

SSH Model Context Protocol Server - Enable SSH functionality for AI models

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "ssh-licco": {
      "command": "python",
      "args": [
        "ssh-licco"
      ],
      "env": {
        "SSH_HOST": "<SSH_HOST>",
        "SSH_USER": "<SSH_USER>",
        "SSH_PASSWORD": "<SSH_PASSWORD>"
      }
    }
  }
}
{
  "mcpServers": {
    "ssh-licco": {
      "command": "python",
      "args": [
        "ssh-licco"
      ],
      "env": {
        "SSH_HOST": "<SSH_HOST>",
        "SSH_USER": "<SSH_USER>",
        "SSH_PASSWORD": "<SSH_PASSWORD>"
      }
    }
  }
}
{
  "servers": {
    "ssh-licco": {
      "type": "stdio",
      "command": "python",
      "args": [
        "ssh-licco"
      ],
      "env": {
        "SSH_HOST": "<SSH_HOST>",
        "SSH_USER": "<SSH_USER>",
        "SSH_PASSWORD": "<SSH_PASSWORD>"
      }
    }
  }
}
claude mcp add ssh-licco --env SSH_HOST=<SSH_HOST> --env SSH_USER=<SSH_USER> --env SSH_PASSWORD=<SSH_PASSWORD> -- python ssh-licco

Requirements / API keys

  • SSH_HOSTrequired - SSH server hostname or IP address
  • SSH_USERrequired - SSH username for authentication
  • SSH_PASSWORDoptionalsecret - SSH password for authentication
  • SSH_PORToptional - SSH port number

Recent releases

  • v2.0.22026-06-28
  • v2.0.12026-06-28
  • v2.0.02026-06-28

Alternatives in AI & Memory

171 0 n/a 1.4k yesterday Community No known advisory stdioStreamable HTTP 73

As of the latest update, the Bizfile MCP MCP server has 0 GitHub stars, 1.4k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Company intelligence via UK Companies House and risk screening across 386 risk data sources.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "bizfile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bizfile-mcp@4.10.47"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "bizfile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bizfile-mcp@4.10.47"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "bizfile-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bizfile-mcp@4.10.47"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}
claude mcp add bizfile-mcp --env ANTHROPIC_API_KEY=<ANTHROPIC_API_KEY> -- npx -y bizfile-mcp@4.10.47

Requirements / API keys

  • ANTHROPIC_API_KEYrequiredsecret - Anthropic API key for AI-powered risk scoring

Recent releases

  • v1.3.4 — Free tier, no API key required2026-04-03

Alternatives in Developer Tools

172 0 n/a 1.3k yesterday Community No known advisory stdioStreamable HTTP 73

As of the latest update, the HS Code Classifier MCP server has 0 GitHub stars, 1.3k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Classify products to official HS codes and validate supplier codes before customs submissions

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "hs-code-classifier-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hs-code-classifier-mcp@1.0.26"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "HSPING_API_KEY": "<HSPING_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "hs-code-classifier-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hs-code-classifier-mcp@1.0.26"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "HSPING_API_KEY": "<HSPING_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "hs-code-classifier-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hs-code-classifier-mcp@1.0.26"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "HSPING_API_KEY": "<HSPING_API_KEY>"
      }
    }
  }
}
claude mcp add hs-code-classifier-mcp-server --env ANTHROPIC_API_KEY=<ANTHROPIC_API_KEY> --env HSPING_API_KEY=<HSPING_API_KEY> -- npx -y hs-code-classifier-mcp@1.0.26

Requirements / API keys

  • ANTHROPIC_API_KEYrequiredsecret - Anthropic API key for AI-assisted classification reasoning
  • HSPING_API_KEYrequiredsecret - HSPing API key for official tariff schedule access

Alternatives in Developer Tools

173 0 n/a 1.3k yesterday Community No known advisory stdioStreamable HTTP 73

As of the latest update, the Data Compliance Classifier MCP MCP server has 0 GitHub stars, 1.3k weekly npm downloads, was last updated yesterday, and is a community server in the MCP Registry.

Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as npm. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "data-compliance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "data-compliance-mcp@1.0.25"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "data-compliance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "data-compliance-mcp@1.0.25"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "data-compliance-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "data-compliance-mcp@1.0.25"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>"
      }
    }
  }
}
claude mcp add data-compliance-mcp --env ANTHROPIC_API_KEY=<ANTHROPIC_API_KEY> --env ABUSEIPDB_API_KEY=<ABUSEIPDB_API_KEY> -- npx -y data-compliance-mcp@1.0.25

Requirements / API keys

  • ANTHROPIC_API_KEYrequiredsecret - Anthropic API key for AI classification
  • ABUSEIPDB_API_KEYoptionalsecret - AbuseIPDB API key for threat intelligence (optional)

Alternatives in Developer Tools

174 214 0% - 1mo ago Community No known advisory stdio 72

As of the latest update, the figma-ui-mcp MCP server has 214 GitHub stars, was last updated 1mo ago, and is a community server in the MCP Registry.

Bidirectional Figma MCP - AI draws UI on Figma canvas, reads designs back

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "figma-ui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-ui-mcp@2.5.26"
      ]
    }
  }
}
{
  "mcpServers": {
    "figma-ui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-ui-mcp@2.5.26"
      ]
    }
  }
}
{
  "servers": {
    "figma-ui-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-ui-mcp@2.5.26"
      ]
    }
  }
}
claude mcp add figma-ui-mcp -- npx -y figma-ui-mcp@2.5.26

Recent releases

  • v2.5.262026-05-26
  • v2.5.252026-05-22
  • v2.5.242026-05-19
175 130 0% 189 today Community No known advisory stdio 72

As of the latest update, the build MCP server has 130 GitHub stars, 189 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "build": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "build": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "build": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build@0.8.0"
      ]
    }
  }
}
claude mcp add build -- npx -y @paretools/build@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

176 130 0% - today Community No known advisory stdio 72

As of the latest update, the cargo MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Structured Rust cargo operations (build, test, clippy) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "cargo": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo@0.7.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "cargo": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo@0.7.1"
      ]
    }
  }
}
{
  "servers": {
    "cargo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo@0.7.1"
      ]
    }
  }
}
claude mcp add cargo -- npx -y @paretools/cargo@0.7.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

177 130 0% - today Community No known advisory stdio 72

As of the latest update, the docker MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Structured Docker operations (ps, images, logs, build) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "docker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker@0.8.0"
      ]
    }
  }
}
claude mcp add docker -- npx -y @paretools/docker@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in DevOps & Monitoring

178 130 0% 210 today Community No known advisory stdio 72

As of the latest update, the git MCP server has 130 GitHub stars, 210 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Structured git operations (status, log, diff, branch, show) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "git": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git@0.8.0"
      ]
    }
  }
}
claude mcp add git -- npx -y @paretools/git@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

179 130 0% 117 today Community No known advisory stdio 72

As of the latest update, the github MCP server has 130 GitHub stars, 117 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github@0.7.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github@0.7.1"
      ]
    }
  }
}
{
  "servers": {
    "github": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github@0.7.1"
      ]
    }
  }
}
claude mcp add github -- npx -y @paretools/github@0.7.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

180 130 0% 182 today Community No known advisory stdio 72

As of the latest update, the go MCP server has 130 GitHub stars, 182 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go@0.7.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go@0.7.1"
      ]
    }
  }
}
{
  "servers": {
    "go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go@0.7.1"
      ]
    }
  }
}
claude mcp add go -- npx -y @paretools/go@0.7.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

181 130 0% 43 today Community No known advisory stdio 72

As of the latest update, the http MCP server has 130 GitHub stars, 43 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

MCP server for HTTP requests (curl) with structured, token-efficient output

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http@0.7.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http@0.7.1"
      ]
    }
  }
}
{
  "servers": {
    "http": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http@0.7.1"
      ]
    }
  }
}
claude mcp add http -- npx -y @paretools/http@0.7.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

182 130 0% 153 today Community No known advisory stdio 72

As of the latest update, the lint MCP server has 130 GitHub stars, 153 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

Structured linting output (ESLint, format-check) as typed JSON diagnostics.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "lint": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "lint": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint@0.8.0"
      ]
    }
  }
}
claude mcp add lint -- npx -y @paretools/lint@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

183 130 0% 95 today Community No known advisory stdio 72

As of the latest update, the make MCP server has 130 GitHub stars, 95 weekly npm downloads, was last updated today, and is a community server in the MCP Registry.

MCP server for Make/Just task runners with structured, token-efficient output

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "make": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make@0.7.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "make": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make@0.7.1"
      ]
    }
  }
}
{
  "servers": {
    "make": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make@0.7.1"
      ]
    }
  }
}
claude mcp add make -- npx -y @paretools/make@0.7.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Productivity

184 130 0% - today Community No known advisory stdio 72

As of the latest update, the npm MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Structured npm/pnpm operations (install, audit, outdated, list) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "npm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm@0.8.0"
      ]
    }
  }
}
claude mcp add npm -- npx -y @paretools/npm@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

185 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-build MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Build ג€” Structured build output (tsc, esbuild, vite, webpack) as typed JSON diagnostics.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-build": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-build": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-build": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build@0.8.1"
      ]
    }
  }
}
claude mcp add pare-build -- npx -y @paretools/build@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

186 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-cargo MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Cargo ג€” Structured Rust cargo operations (build, test, clippy, fmt, doc) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-cargo": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-cargo": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-cargo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo@0.8.1"
      ]
    }
  }
}
claude mcp add pare-cargo -- npx -y @paretools/cargo@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

187 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-docker MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-docker": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-docker": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-docker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker@0.8.1"
      ]
    }
  }
}
claude mcp add pare-docker -- npx -y @paretools/docker@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in DevOps & Monitoring

188 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-git MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-git": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git@0.8.1"
      ]
    }
  }
}
claude mcp add pare-git -- npx -y @paretools/git@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

189 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-github MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare GitHub ג€” Structured GitHub operations (PRs, issues, actions) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-github": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-github": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-github": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github@0.8.1"
      ]
    }
  }
}
claude mcp add pare-github -- npx -y @paretools/github@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

190 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-go MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go@0.8.1"
      ]
    }
  }
}
claude mcp add pare-go -- npx -y @paretools/go@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

191 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-http MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare HTTP ג€” Structured HTTP request operations (GET, POST, HEAD) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-http": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http@0.8.1"
      ]
    }
  }
}
claude mcp add pare-http -- npx -y @paretools/http@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

192 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-lint MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Lint ג€” Structured linting and formatting (ESLint, Prettier, Biome, Oxlint) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint@0.8.1"
      ]
    }
  }
}
claude mcp add pare-lint -- npx -y @paretools/lint@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

193 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-make MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Make ג€” Structured Make/Just task runner operations (run, list) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-make": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-make": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-make": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make@0.8.1"
      ]
    }
  }
}
claude mcp add pare-make -- npx -y @paretools/make@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Productivity

194 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-npm MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare npm ג€” Structured npm/pnpm operations (install, audit, outdated, list, run) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-npm": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-npm": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-npm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm@0.8.1"
      ]
    }
  }
}
claude mcp add pare-npm -- npx -y @paretools/npm@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

195 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-python MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Python ג€” Structured Python tool output (ruff, mypy, pip, uv, black, pytest) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-python": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-python": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-python": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python@0.8.1"
      ]
    }
  }
}
claude mcp add pare-python -- npx -y @paretools/python@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

196 130 0% - today Community No known advisory stdio 72
197 130 0% - today Community No known advisory stdio 72

As of the latest update, the pare-test MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "pare-test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test@0.8.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "pare-test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test@0.8.1"
      ]
    }
  }
}
{
  "servers": {
    "pare-test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test@0.8.1"
      ]
    }
  }
}
claude mcp add pare-test -- npx -y @paretools/test@0.8.1

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

198 130 0% - today Community No known advisory stdio 72

As of the latest update, the python MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "python": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "python": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "python": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python@0.8.0"
      ]
    }
  }
}
claude mcp add python -- npx -y @paretools/python@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

199 130 0% 147 today Community No known advisory stdio 72
200 130 0% - today Community No known advisory stdio 72

As of the latest update, the test MCP server has 130 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Auto-detects test framework (pytest, jest, vitest) and returns structured results.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test@0.8.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "test": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test@0.8.0"
      ]
    }
  }
}
{
  "servers": {
    "test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test@0.8.0"
      ]
    }
  }
}
claude mcp add test -- npx -y @paretools/test@0.8.0

Recent releases

  • @paretools/test@0.20.02026-05-28
  • @paretools/swift@0.20.02026-05-28
  • @paretools/shared@0.20.02026-05-28

Alternatives in Developer Tools

201 128 0% 433 22d ago Community No known advisory stdio 72

As of the latest update, the Excalidraw Architect MCP server has 128 GitHub stars, 433 weekly pypi downloads, was last updated 22d ago, and is a community server in the MCP Registry.

Generate beautiful Excalidraw architecture diagrams with auto-layout and component styling

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "excalidraw-architect-mcp": {
      "command": "uvx",
      "args": [
        "excalidraw-architect-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "excalidraw-architect-mcp": {
      "command": "uvx",
      "args": [
        "excalidraw-architect-mcp"
      ]
    }
  }
}
{
  "servers": {
    "excalidraw-architect-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "excalidraw-architect-mcp"
      ]
    }
  }
}
claude mcp add excalidraw-architect-mcp -- uvx excalidraw-architect-mcp

Recent releases

  • knowledge graph Integration2026-06-08
  • v0.3.02026-05-03
  • Python 3.10 Compatibility fix2026-03-09

Alternatives in Developer Tools

202 128 0% - yesterday Community No known advisory stdio 72

As of the latest update, the safari-mcp MCP server has 128 GitHub stars, was last updated yesterday, and is a community server in the MCP Registry.

Native Safari browser automation for AI agents - 96 tools, zero Chrome overhead.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "safari-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "safari-mcp@2.14.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "safari-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "safari-mcp@2.14.0"
      ]
    }
  }
}
{
  "servers": {
    "safari-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "safari-mcp@2.14.0"
      ]
    }
  }
}
claude mcp add safari-mcp -- npx -y safari-mcp@2.14.0

Recent releases

  • v2.14.0 — iOS/WebKit validation tools + reliability hardening2026-06-18
  • v2.13.0 — tab-ownership hardening (three-pass audit)2026-06-14
  • v2.12.0 — correctness + security pass (11 async tools, injection/escaping, tab-safety, save_pdf)2026-06-03

Alternatives in Search & Web

203 103 0% 178 yesterday ✓ Official No known advisory stdio 72

As of the latest update, the ckb MCP server has 103 GitHub stars, 178 weekly npm downloads, was last updated yesterday, and is an official, first-party server in the MCP Registry.

Code intelligence MCP server - 80+ tools for navigation, impact analysis, and architecture

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "ckb": {
      "command": "npx",
      "args": [
        "-y",
        "@tastehub/ckb@8.0.3",
        "mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "ckb": {
      "command": "npx",
      "args": [
        "-y",
        "@tastehub/ckb@8.0.3",
        "mcp"
      ]
    }
  }
}
{
  "servers": {
    "ckb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tastehub/ckb@8.0.3",
        "mcp"
      ]
    }
  }
}
claude mcp add ckb -- npx -y @tastehub/ckb@8.0.3 mcp

Recent releases

  • CKB v9.2.02026-04-25
  • CKB v9.1.02026-04-16
  • CKB v9.0.02026-04-13

Alternatives in Developer Tools

204 7 n/a 1.5k 3mo ago ✓ Official No known advisory stdio 72

As of the latest update, the stackhawk MCP server has 7 GitHub stars, 1.5k weekly pypi downloads, was last updated 3mo ago, and is an official, first-party server in the MCP Registry.

An MCP server that provides interaction with StackHawk's security scanning platform.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "stackhawk": {
      "command": "uvx",
      "args": [
        "stackhawk-mcp"
      ],
      "env": {
        "STACKHAWK_API_KEY": "<STACKHAWK_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "stackhawk": {
      "command": "uvx",
      "args": [
        "stackhawk-mcp"
      ],
      "env": {
        "STACKHAWK_API_KEY": "<STACKHAWK_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "stackhawk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stackhawk-mcp"
      ],
      "env": {
        "STACKHAWK_API_KEY": "<STACKHAWK_API_KEY>"
      }
    }
  }
}
claude mcp add stackhawk --env STACKHAWK_API_KEY=<STACKHAWK_API_KEY> -- uvx stackhawk-mcp

Requirements / API keys

  • STACKHAWK_API_KEYrequiredsecret - StackHawk API key

Recent releases

  • Initial Release v0.1.02025-07-07
205 0 n/a 1k 5d ago Community No known advisory stdio 72

As of the latest update, the patchwork - Codebase Conventions for AI Agents MCP server has 0 GitHub stars, 1k weekly pypi downloads, was last updated 5d ago, and is a community server in the MCP Registry.

Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "patchwork": {
      "command": "uvx",
      "args": [
        "patchwork-conventions"
      ]
    }
  }
}
{
  "mcpServers": {
    "patchwork": {
      "command": "uvx",
      "args": [
        "patchwork-conventions"
      ]
    }
  }
}
{
  "servers": {
    "patchwork": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "patchwork-conventions"
      ]
    }
  }
}
claude mcp add patchwork -- uvx patchwork-conventions

Alternatives in Developer Tools

206 179 0% - 3mo ago Community No known advisory stdio 71

As of the latest update, the context-sync MCP server has 179 GitHub stars, was last updated 3mo ago, and is a community server in the MCP Registry.

Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "context-sync": {
      "command": "npx",
      "args": [
        "-y",
        "@context-sync/server@1.0.1"
      ]
    }
  }
}
{
  "mcpServers": {
    "context-sync": {
      "command": "npx",
      "args": [
        "-y",
        "@context-sync/server@1.0.1"
      ]
    }
  }
}
{
  "servers": {
    "context-sync": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@context-sync/server@1.0.1"
      ]
    }
  }
}
claude mcp add context-sync -- npx -y @context-sync/server@1.0.1

Recent releases

  • Context sync v2.0.02026-01-31
  • v1.0.3 - Notion integration2025-12-10
  • Context Sync v1.0.0 - Universal AI Platform Support2025-11-17

Alternatives in AI & Memory

207 165 0% 52 2mo ago Community No known advisory stdio 71

As of the latest update, the dash-mcp-server MCP server has 165 GitHub stars, 52 weekly pypi downloads, was last updated 2mo ago, and is a community server in the MCP Registry.

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "dash-mcp-server": {
      "command": "uvx",
      "args": [
        "dash-mcp-server"
      ]
    }
  }
}
{
  "mcpServers": {
    "dash-mcp-server": {
      "command": "uvx",
      "args": [
        "dash-mcp-server"
      ]
    }
  }
}
{
  "servers": {
    "dash-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dash-mcp-server"
      ]
    }
  }
}
claude mcp add dash-mcp-server -- uvx dash-mcp-server

Alternatives in Search & Web

208 163 0% - 2mo ago ✓ Official Not checked Streamable HTTP 71

As of the latest update, the Glean Remote MCP Server MCP server has 163 GitHub stars, was last updated 2mo ago, and is an official, first-party server in the MCP Registry.

Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{baseUrl}/mcp/{server-name}"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://{baseUrl}/mcp/{server-name}"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://{baseUrl}/mcp/{server-name}"
    }
  }
}
claude mcp add --transport http mcp https://{baseUrl}/mcp/{server-name}

Recent releases

  • v1.2.12026-04-17
  • v1.2.02026-02-13
  • v1.1.02026-01-19

Alternatives in AI & Memory

209 156 0% - 18d ago ✓ Official Not checked Streamable HTTPSSE 71

As of the latest update, the PayRam Helper MCP Server MCP server has 156 GitHub stars, was last updated 18d ago, and is an official, first-party server in the MCP Registry.

Remote MCP server to integrate and validate self-hosted PayRam deployments.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP / SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "payram-helper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.payram.com/"
      ]
    }
  }
}
{
  "mcpServers": {
    "payram-helper-mcp": {
      "url": "https://mcp.payram.com/"
    }
  }
}
{
  "servers": {
    "payram-helper-mcp": {
      "type": "http",
      "url": "https://mcp.payram.com/"
    }
  }
}
claude mcp add --transport http payram-helper-mcp https://mcp.payram.com/

Alternatives in Developer Tools

210 136 0% - 8d ago Community Patched stdio 71

As of the latest update, the engram MCP server has 136 GitHub stars, was last updated 8d ago, and is a community server in the MCP Registry.

Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "engram": {
      "command": "node",
      "args": [
        "-y",
        "engramx@4.5.0"
      ],
      "env": {
        "ENGRAM_API_TOKEN": "<ENGRAM_API_TOKEN>"
      }
    }
  }
}
{
  "mcpServers": {
    "engram": {
      "command": "node",
      "args": [
        "-y",
        "engramx@4.5.0"
      ],
      "env": {
        "ENGRAM_API_TOKEN": "<ENGRAM_API_TOKEN>"
      }
    }
  }
}
{
  "servers": {
    "engram": {
      "type": "stdio",
      "command": "node",
      "args": [
        "-y",
        "engramx@4.5.0"
      ],
      "env": {
        "ENGRAM_API_TOKEN": "<ENGRAM_API_TOKEN>"
      }
    }
  }
}
claude mcp add engram --env ENGRAM_API_TOKEN=<ENGRAM_API_TOKEN> -- node -y engramx@4.5.0

Requirements / API keys

  • ENGRAM_API_TOKENoptionalsecret - Optional HTTP bearer token. Auto-generated at ~/.engram/http-server.token if unset.
  • ENGRAM_MISTAKE_GUARDoptional - Pre-mortem warnings: '1' = warn, '2' = deny. Unset = off, zero overhead.
  • ENGRAM_ANTHROPIC_MEMORY_PATHoptional - Override path to Claude Code's Auto-Memory MEMORY.md.
  • ENGRAM_MCP_CONFIG_PATHoptional - Override path to ~/.engram/mcp-providers.json (plugin MCP server declarations).
  • ENGRAM_NO_UPDATE_CHECKoptional - Set to '1' to disable passive update notice. Auto-disabled when $CI is set.

Recent releases

  • v4.5.0 "Reach"2026-06-21
  • v4.4.0 "Curve"2026-06-14
  • v4.3.0 "Proof"2026-06-05

Known security advisories

  • GHSA-2r2p-4cgf-hv7h: engram: HTTP server CORS wildcard + auth-off-by-default enables CSRF graph exfiltration and persistent indirect prompt injection, high, patched in 2.0.2

Alternatives in AI & Memory

211 4 n/a 2.1k today Community No known advisory stdio 71

As of the latest update, the nable MCP server has 4 GitHub stars, 2.1k weekly pypi downloads, was last updated today, and is a community server in the MCP Registry.

Local-first FinOps copilot: ask AWS, Azure, GCP and SaaS cost questions in your editor.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "finops-mcp": {
      "command": "uvx",
      "args": [
        "finops-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "finops-mcp": {
      "command": "uvx",
      "args": [
        "finops-mcp"
      ]
    }
  }
}
{
  "servers": {
    "finops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "finops-mcp"
      ]
    }
  }
}
claude mcp add finops-mcp -- uvx finops-mcp
212 2 n/a 1.4k today Community Patched stdio 71

As of the latest update, the oxidize-pdf MCP Server MCP server has 2 GitHub stars, 1.4k weekly pypi downloads, was last updated today, and is a community server in the MCP Registry.

MCP server for PDF generation, parsing, splitting, merging, and manipulation via oxidize-pdf

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "oxidize-pdf-mcp": {
      "command": "uvx",
      "args": [
        "oxidize-pdf",
        "oxidize-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "oxidize-pdf-mcp": {
      "command": "uvx",
      "args": [
        "oxidize-pdf",
        "oxidize-mcp"
      ]
    }
  }
}
{
  "servers": {
    "oxidize-pdf-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "oxidize-pdf",
        "oxidize-mcp"
      ]
    }
  }
}
claude mcp add oxidize-pdf-mcp -- uvx oxidize-pdf oxidize-mcp

Recent releases

  • v0.14.02026-06-29
  • v0.13.02026-06-26
  • v0.12.02026-06-21

Known security advisories

  • GHSA-88q9-cmp2-c2vq: oxidize-pdf: NaN/inf bypass in colour content-stream emission causes PDF rejection (DoS) (CVSS 4.3), medium, patched in 2.6.0

Alternatives in Developer Tools

213 212 0% 541 4mo ago ✓ Official No known advisory stdio 70

As of the latest update, the gemini-mcp MCP server has 212 GitHub stars, 541 weekly npm downloads, was last updated 4mo ago, and is an official, first-party server in the MCP Registry.

Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp@0.7.1"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp@0.7.1"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "gemini-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp@0.7.1"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}
claude mcp add gemini-mcp --env GEMINI_API_KEY=<GEMINI_API_KEY> -- npx -y @rlabs-inc/gemini-mcp@0.7.1

Requirements / API keys

  • GEMINI_API_KEYrequiredsecret - Your Google Gemini API key (get one at https://aistudio.google.com/apikey)
  • GEMINI_OUTPUT_DIRoptional - Directory for generated files (images, videos, audio)

Alternatives in Developer Tools

214 0 n/a 18k 3mo ago ✓ Official No known advisory stdio 70

As of the latest update, the Perplexity API Platform MCP server has 0 GitHub stars, 18k weekly npm downloads, was last updated 3mo ago, and is an official, first-party server in the MCP Registry.

Real-time web search, reasoning, and research through Perplexity's API

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@perplexity-ai/mcp-server@0.9.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@perplexity-ai/mcp-server@0.9.0"
      ]
    }
  }
}
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perplexity-ai/mcp-server@0.9.0"
      ]
    }
  }
}
claude mcp add mcp-server -- npx -y @perplexity-ai/mcp-server@0.9.0

Alternatives in Search & Web

215 150 0% - today Community Not checked Streamable HTTP 70

As of the latest update, the jjlabsio-korea-stock-mcp MCP server has 150 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Search company disclosures and financial statements from the Korean market. Retrieve stock profile…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "jjlabsio-korea-stock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "jjlabsio-korea-stock-mcp": {
      "url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
    }
  }
}
{
  "servers": {
    "jjlabsio-korea-stock-mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
    }
  }
}
claude mcp add --transport http jjlabsio-korea-stock-mcp https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • v1.4.02026-03-22
  • v1.3.02026-03-22
  • v1.2.12026-03-21

Alternatives in Finance

216 142 0% - 5d ago Community No known advisory stdio 70

As of the latest update, the photoshop-mcp MCP server has 142 GitHub stars, was last updated 5d ago, and is a community server in the MCP Registry.

MCP server for Adobe Photoshop automation - control Photoshop from AI assistants

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "photoshop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp@0.1.6"
      ]
    }
  }
}
{
  "mcpServers": {
    "photoshop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp@0.1.6"
      ]
    }
  }
}
{
  "servers": {
    "photoshop-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp@0.1.6"
      ]
    }
  }
}
claude mcp add photoshop-mcp -- npx -y @alisaitteke/photoshop-mcp@0.1.6

Recent releases

  • v1.3.102026-06-24
  • v1.3.92026-06-24
  • v1.3.82026-06-24
217 141 0% - 3mo ago Community No known advisory stdio 70

As of the latest update, the shodan MCP server has 141 GitHub stars, was last updated 3mo ago, and is a community server in the MCP Registry.

MCP server for Shodan API - device search, IP lookup, DNS, and CVE/CPE queries.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan@1.0.22"
      ],
      "env": {
        "SHODAN_API_KEY": "<SHODAN_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan@1.0.22"
      ],
      "env": {
        "SHODAN_API_KEY": "<SHODAN_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "shodan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan@1.0.22"
      ],
      "env": {
        "SHODAN_API_KEY": "<SHODAN_API_KEY>"
      }
    }
  }
}
claude mcp add shodan --env SHODAN_API_KEY=<SHODAN_API_KEY> -- npx -y @burtthecoder/mcp-shodan@1.0.22

Requirements / API keys

  • SHODAN_API_KEYrequiredsecret - Your Shodan API key

Alternatives in Search & Web

218 141 0% - today Community Not checked stdio 70

As of the latest update, the HomeLab Monitor MCP server has 141 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as oci.

Installation

{
  "mcpServers": {
    "homelab-monitor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sikamikaniko123/homelab-monitor:0.14.2",
        "python",
        "/app/mcp_server.py"
      ],
      "env": {
        "HOMELAB_MONITOR_URL": "<HOMELAB_MONITOR_URL>"
      }
    }
  }
}
{
  "mcpServers": {
    "homelab-monitor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sikamikaniko123/homelab-monitor:0.14.2",
        "python",
        "/app/mcp_server.py"
      ],
      "env": {
        "HOMELAB_MONITOR_URL": "<HOMELAB_MONITOR_URL>"
      }
    }
  }
}
{
  "servers": {
    "homelab-monitor": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sikamikaniko123/homelab-monitor:0.14.2",
        "python",
        "/app/mcp_server.py"
      ],
      "env": {
        "HOMELAB_MONITOR_URL": "<HOMELAB_MONITOR_URL>"
      }
    }
  }
}
claude mcp add homelab-monitor --env HOMELAB_MONITOR_URL=<HOMELAB_MONITOR_URL> -- docker run -i --rm docker.io/sikamikaniko123/homelab-monitor:0.14.2 python /app/mcp_server.py

Requirements / API keys

  • HOMELAB_MONITOR_URLrequired - Base URL of the running HomeLab Monitor dashboard (e.g. http://YOUR-HUB:9800)
  • MCP_TRANSPORToptional - Transport mode: stdio (default for this package entry) or http

Recent releases

  • v0.22.1 — patch: hero GPU gauge reflects a full card2026-06-27
  • v0.22.0 — A real status page: public lab health + a page per service2026-06-27
  • v0.21.0 · See your power bill by the hour — and which GPU is burning it2026-06-23

Alternatives in DevOps & Monitoring

219 134 0% - 1mo ago Community No known advisory stdio 70

As of the latest update, the virustotal MCP server has 134 GitHub stars, was last updated 1mo ago, and is a community server in the MCP Registry.

MCP server for querying VirusTotal API with comprehensive security analysis tools.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "virustotal": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-virustotal@1.0.17"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "virustotal": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-virustotal@1.0.17"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "virustotal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-virustotal@1.0.17"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
      }
    }
  }
}
claude mcp add virustotal --env VIRUSTOTAL_API_KEY=<VIRUSTOTAL_API_KEY> -- npx -y @burtthecoder/mcp-virustotal@1.0.17

Requirements / API keys

  • VIRUSTOTAL_API_KEYrequiredsecret - Your VirusTotal API key

Alternatives in Developer Tools

220 24 0% 1k 4mo ago ✓ Official No known advisory stdio 70

As of the latest update, the MCP Server for Binge-watch MCP server has 24 GitHub stars, 1k weekly pypi downloads, was last updated 4mo ago, and is an official, first-party server in the MCP Registry.

MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi, oci.

Installation

{
  "mcpServers": {
    "mcp-vods": {
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-vods": {
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}
{
  "servers": {
    "mcp-vods": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}
claude mcp add mcp-vods -- uvx mcp-vods

Requirements / API keys

  • TRANSPORToptional - Transport protocol to use

Recent releases

  • 0.1.92026-01-29
  • 0.1.82026-01-29
  • 0.1.72026-01-21

Alternatives in Developer Tools

221 0 n/a 1.1k 6d ago Community No known advisory stdio 70

As of the latest update, the JS Reverse MCP MCP server has 0 GitHub stars, 1.1k weekly npm downloads, was last updated 6d ago, and is a community server in the MCP Registry.

MCP server for JavaScript reverse engineering and browser debugging.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "jsreverser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp@3.0.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "jsreverser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp@3.0.0"
      ]
    }
  }
}
{
  "servers": {
    "jsreverser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp@3.0.0"
      ]
    }
  }
}
claude mcp add jsreverser-mcp -- npx -y @yuanhuakk/js-reverse-mcp@3.0.0

Alternatives in Search & Web

222 0 n/a 1.1k 8d ago Community No known advisory stdio 70

As of the latest update, the JS Reverse MCP MCP server has 0 GitHub stars, 1.1k weekly npm downloads, was last updated 8d ago, and is a community server in the MCP Registry.

MCP server for JavaScript reverse engineering and browser debugging.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "js-reverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp@2.5.0"
      ]
    }
  }
}
{
  "mcpServers": {
    "js-reverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp@2.5.0"
      ]
    }
  }
}
{
  "servers": {
    "js-reverse-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp@2.5.0"
      ]
    }
  }
}
claude mcp add js-reverse-mcp -- npx -y @yuanhuakk/js-reverse-mcp@2.5.0

Alternatives in Search & Web

223 0 n/a 555.3k 7mo ago Community No known advisory stdio 69

As of the latest update, the AWS MCP Server MCP server has 0 GitHub stars, 555.3k weekly pypi downloads, was last updated 7mo ago, and is a community server in the MCP Registry.

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "mcp-proxy-for-aws": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://aws-mcp.us-east-1.api.aws/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp-proxy-for-aws": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://aws-mcp.us-east-1.api.aws/mcp"
      ]
    }
  }
}
{
  "servers": {
    "mcp-proxy-for-aws": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws",
        "https://aws-mcp.us-east-1.api.aws/mcp"
      ]
    }
  }
}
claude mcp add mcp-proxy-for-aws -- uvx mcp-proxy-for-aws https://aws-mcp.us-east-1.api.aws/mcp
224 172 0% - 2mo ago ✓ Official Not checked Streamable HTTP 69

As of the latest update, the mcp MCP server has 172 GitHub stars, was last updated 2mo ago, and is an official, first-party server in the MCP Registry.

An MCP server that exposes functionalities to use Zomato's services.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-server.zomato.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp-server.zomato.com/mcp"
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp-server.zomato.com/mcp"
    }
  }
}
claude mcp add --transport http mcp https://mcp-server.zomato.com/mcp
225 130 0% - 25d ago Community Not checked Streamable HTTP 69

As of the latest update, the pinkpixel-dev-web-scout-mcp MCP server has 130 GitHub stars, was last updated 25d ago, and is a community server in the MCP Registry.

Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "pinkpixel-dev-web-scout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "pinkpixel-dev-web-scout-mcp": {
      "url": "https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp"
    }
  }
}
{
  "servers": {
    "pinkpixel-dev-web-scout-mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp"
    }
  }
}
claude mcp add --transport http pinkpixel-dev-web-scout-mcp https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Alternatives in Search & Web

226 124 0% 97 4mo ago ✓ Official No known advisory stdioStreamable HTTP 69

As of the latest update, the mcp MCP server has 124 GitHub stars, 97 weekly pypi downloads, was last updated 4mo ago, and is an official, first-party server in the MCP Registry.

Augments MCP Server - A comprehensive framework documentation provider for Claude Code

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio / Streamable HTTP. Distributed as pypi. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "augments-mcp-server"
      ]
    }
  }
}
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "augments-mcp-server"
      ]
    }
  }
}
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "augments-mcp-server"
      ]
    }
  }
}
claude mcp add mcp -- uvx augments-mcp-server

Recent releases

  • v7.1.0 — Search Relevance Improvements2026-03-13
  • v7.0.0 — Documentation-First Search2026-03-13
  • v6.0.02026-03-12

Alternatives in Developer Tools

227 108 0% - today ✓ Official Not checked Streamable HTTP 69

As of the latest update, the docs-mcp MCP server has 108 GitHub stars, was last updated today, and is an official, first-party server in the MCP Registry.

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tandem.ac/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "docs-mcp": {
      "url": "https://tandem.ac/mcp"
    }
  }
}
{
  "servers": {
    "docs-mcp": {
      "type": "http",
      "url": "https://tandem.ac/mcp"
    }
  }
}
claude mcp add --transport http docs-mcp https://tandem.ac/mcp

Recent releases

  • Tandem v0.6.42026-06-28
  • Tandem v0.6.32026-06-27
  • Tandem v0.6.22026-06-23

Alternatives in Productivity

228 100 0% - 22d ago Community Not checked Streamable HTTP 69

As of the latest update, the oxylabs-oxylabs-mcp MCP server has 100 GitHub stars, was last updated 22d ago, and is a community server in the MCP Registry.

Fetch and process content from specified URLs using the Oxylabs Web Scraper API.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "oxylabs-oxylabs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "oxylabs-oxylabs-mcp": {
      "url": "https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp"
    }
  }
}
{
  "servers": {
    "oxylabs-oxylabs-mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp"
    }
  }
}
claude mcp add --transport http oxylabs-oxylabs-mcp https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • v0.8.12026-04-23
  • v0.7.52025-12-08
  • v0.7.42025-11-18

Alternatives in Search & Web

229 33 n/a 1.1k 4mo ago ✓ Official No known advisory stdio 69

As of the latest update, the ATXP - Agent Payment & Wallet Infrastructure MCP server has 33 GitHub stars, 1.1k weekly npm downloads, was last updated 4mo ago, and is an official, first-party server in the MCP Registry.

Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "atxp": {
      "command": "npx",
      "args": [
        "-y",
        "atxp@1.21.1"
      ],
      "env": {
        "ATXP_CONNECTION": "<ATXP_CONNECTION>"
      }
    }
  }
}
{
  "mcpServers": {
    "atxp": {
      "command": "npx",
      "args": [
        "-y",
        "atxp@1.21.1"
      ],
      "env": {
        "ATXP_CONNECTION": "<ATXP_CONNECTION>"
      }
    }
  }
}
{
  "servers": {
    "atxp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "atxp@1.21.1"
      ],
      "env": {
        "ATXP_CONNECTION": "<ATXP_CONNECTION>"
      }
    }
  }
}
claude mcp add atxp --env ATXP_CONNECTION=<ATXP_CONNECTION> -- npx -y atxp@1.21.1

Requirements / API keys

  • ATXP_CONNECTIONoptionalsecret - ATXP connection string URL (from 'npx atxp agent register' or accounts.atxp.ai)

Recent releases

  • v1.0.0 — Full CLI Parity2026-02-25

Alternatives in Communication

230 0 n/a 2.5k 5d ago Community No known advisory stdio 69

As of the latest update, the Prefect MCP Server MCP server has 0 GitHub stars, 2.5k weekly pypi downloads, was last updated 5d ago, and is a community server in the MCP Registry.

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "prefect-mcp-server": {
      "command": "uvx",
      "args": [
        "prefect-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "prefect-mcp-server": {
      "command": "uvx",
      "args": [
        "prefect-mcp"
      ]
    }
  }
}
{
  "servers": {
    "prefect-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "prefect-mcp"
      ]
    }
  }
}
claude mcp add prefect-mcp-server -- uvx prefect-mcp

Alternatives in Developer Tools

231 175 0% - 2d ago Community Not checked Streamable HTTP 67

As of the latest update, the blatui MCP server has 175 GitHub stars, was last updated 2d ago, and is a community server in the MCP Registry.

shadcn/ui for Laravel Blade - discover, read and install BlatUI components, blocks and charts.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "blatui": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://blatui.remix-it.com/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "blatui": {
      "url": "https://blatui.remix-it.com/mcp"
    }
  }
}
{
  "servers": {
    "blatui": {
      "type": "http",
      "url": "https://blatui.remix-it.com/mcp"
    }
  }
}
claude mcp add --transport http blatui https://blatui.remix-it.com/mcp

Recent releases

  • v1.15.32026-06-28
  • v1.15.22026-06-28
  • v1.15.12026-06-27

Alternatives in Developer Tools

232 161 0% - 5mo ago ✓ Official Not checked Streamable HTTPSSE 66

As of the latest update, the svelte-llm-mcp MCP server has 161 GitHub stars, was last updated 5mo ago, and is an official, first-party server in the MCP Registry.

An MCP server that provides access to Svelte 5 and SvelteKit documentation

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP / SSE. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "svelte-llm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://svelte-llm.stanislav.garden/mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "svelte-llm-mcp": {
      "url": "https://svelte-llm.stanislav.garden/mcp/mcp"
    }
  }
}
{
  "servers": {
    "svelte-llm-mcp": {
      "type": "http",
      "url": "https://svelte-llm.stanislav.garden/mcp/mcp"
    }
  }
}
claude mcp add --transport http svelte-llm-mcp https://svelte-llm.stanislav.garden/mcp/mcp
233 101 0% - today Community Not checked Streamable HTTP 66

As of the latest update, the Analook - Competitor Intelligence MCP server has 101 GitHub stars, was last updated today, and is a community server in the MCP Registry.

Competitor intelligence for AI agents - SEO, traffic, social, Product Hunt, pricing, AI insights.

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "analook": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.analook.com/mcp/"
      ]
    }
  }
}
{
  "mcpServers": {
    "analook": {
      "url": "https://www.analook.com/mcp/"
    }
  }
}
{
  "servers": {
    "analook": {
      "type": "http",
      "url": "https://www.analook.com/mcp/"
    }
  }
}
claude mcp add --transport http analook https://www.analook.com/mcp/

Alternatives in Developer Tools

234 124 0% 97 4mo ago Community No known advisory stdio 65

As of the latest update, the augments-mcp-server MCP server has 124 GitHub stars, 97 weekly pypi downloads, was last updated 4mo ago, and is a community server in the MCP Registry.

Augments MCP Server - A comprehensive framework documentation provider for Claude Code

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "augments-mcp-server": {
      "command": "uvx",
      "args": [
        "augments-mcp-server"
      ]
    }
  }
}
{
  "mcpServers": {
    "augments-mcp-server": {
      "command": "uvx",
      "args": [
        "augments-mcp-server"
      ]
    }
  }
}
{
  "servers": {
    "augments-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "augments-mcp-server"
      ]
    }
  }
}
claude mcp add augments-mcp-server -- uvx augments-mcp-server

Recent releases

  • v7.1.0 — Search Relevance Improvements2026-03-13
  • v7.0.0 — Documentation-First Search2026-03-13
  • v6.0.02026-03-12

Alternatives in Developer Tools

235 156 0% 516 1mo ago Community Open advisory stdio 64

As of the latest update, the wireshark-mcp MCP server has 156 GitHub stars, 516 weekly pypi downloads, was last updated 1mo ago, and is a community server in the MCP Registry.

Professional network analysis with tshark. Security audits, deep-dives, and threat detection.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "wireshark-mcp": {
      "command": "uvx",
      "args": [
        "wireshark-mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "wireshark-mcp": {
      "command": "uvx",
      "args": [
        "wireshark-mcp"
      ]
    }
  }
}
{
  "servers": {
    "wireshark-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wireshark-mcp"
      ]
    }
  }
}
claude mcp add wireshark-mcp -- uvx wireshark-mcp

Recent releases

  • v1.2.02026-05-10
  • v1.1.52026-04-18
  • v1.1.02026-04-18

Known security advisories

  • GHSA-3r68-x3xc-rxpg: wireshark-mcp vulnerable to arbitrary file write via export_objects when WIRESHARK_MCP_ALLOWED_DIRS is not configured (CVSS 6.8), medium, unpatched

Alternatives in Developer Tools

236 196 0% - 4mo ago Community Not checked Streamable HTTP 63

As of the latest update, the zwldarren-akshare-one-mcp MCP server has 196 GitHub stars, was last updated 4mo ago, and is a community server in the MCP Registry.

Provide access to Chinese stock market data including historical prices, real-time data, news, and…

Capabilities

Exposes tools, resources, and prompts to MCP clients over Streamable HTTP. Available as a hosted remote endpoint.

Installation

{
  "mcpServers": {
    "zwldarren-akshare-one-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp"
      ]
    }
  }
}
{
  "mcpServers": {
    "zwldarren-akshare-one-mcp": {
      "url": "https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp"
    }
  }
}
{
  "servers": {
    "zwldarren-akshare-one-mcp": {
      "type": "http",
      "url": "https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp"
    }
  }
}
claude mcp add --transport http zwldarren-akshare-one-mcp https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp

Requirements / API keys

  • Authorizationrequiredsecret - Bearer token for Smithery authentication

Recent releases

  • Release 0.3.92026-03-14
  • Release 0.3.82025-12-12
  • Release 0.3.72025-11-01

Alternatives in Finance

237 153 0% 309 8mo ago ✓ Official No known advisory stdio 60

As of the latest update, the hypertool-mcp MCP server has 153 GitHub stars, 309 weekly npm downloads, was last updated 8mo ago, and is an official, first-party server in the MCP Registry.

Dynamically expose tools from proxied servers based on an Agent Persona

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "hypertool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toolprint/hypertool-mcp@0.0.42"
      ]
    }
  }
}
{
  "mcpServers": {
    "hypertool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toolprint/hypertool-mcp@0.0.42"
      ]
    }
  }
}
{
  "servers": {
    "hypertool-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toolprint/hypertool-mcp@0.0.42"
      ]
    }
  }
}
claude mcp add hypertool-mcp -- npx -y @toolprint/hypertool-mcp@0.0.42

Recent releases

  • Release v0.0.452025-09-30
  • Release v0.0.402025-09-08
  • Release v0.0.392025-08-15
238 0 n/a 1.6k 4mo ago Community No known advisory stdio 60

As of the latest update, the moltbridge MCP server has 0 GitHub stars, 1.6k weekly npm downloads, was last updated 4mo ago, and is a community server in the MCP Registry.

Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "moltbridge": {
      "command": "npx",
      "args": [
        "-y",
        "moltbridge@0.1.5"
      ]
    }
  }
}
{
  "mcpServers": {
    "moltbridge": {
      "command": "npx",
      "args": [
        "-y",
        "moltbridge@0.1.5"
      ]
    }
  }
}
{
  "servers": {
    "moltbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "moltbridge@0.1.5"
      ]
    }
  }
}
claude mcp add moltbridge -- npx -y moltbridge@0.1.5

Requirements / API keys

  • MOLTBRIDGE_AGENT_IDoptional - Your MoltBridge agent ID
  • MOLTBRIDGE_SIGNING_KEYoptional - Your Ed25519 signing key
  • MOLTBRIDGE_BASE_URLoptional - MoltBridge API base URL

Alternatives in Developer Tools

239 276 0% 262 9mo ago Community No known advisory stdio 58

As of the latest update, the video-editing-mcp MCP server has 276 GitHub stars, 262 weekly pypi downloads, was last updated 9mo ago, and is a community server in the MCP Registry.

MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as pypi.

Installation

{
  "mcpServers": {
    "video-editing-mcp": {
      "command": "uvx",
      "args": [
        "video-editor-mcp"
      ],
      "env": {
        "VJ_API_KEY": "<VJ_API_KEY>"
      }
    }
  }
}
{
  "mcpServers": {
    "video-editing-mcp": {
      "command": "uvx",
      "args": [
        "video-editor-mcp"
      ],
      "env": {
        "VJ_API_KEY": "<VJ_API_KEY>"
      }
    }
  }
}
{
  "servers": {
    "video-editing-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "video-editor-mcp"
      ],
      "env": {
        "VJ_API_KEY": "<VJ_API_KEY>"
      }
    }
  }
}
claude mcp add video-editing-mcp --env VJ_API_KEY=<VJ_API_KEY> -- uvx video-editor-mcp

Requirements / API keys

  • VJ_API_KEYrequiredsecret - Video Jungle API Key (found at https://www.video-jungle.com/user/settings)

Alternatives in Search & Web

240 0 n/a 3.2k 7mo ago Community No known advisory stdio 55

As of the latest update, the Bitbucket MCP MCP server has 0 GitHub stars, 3.2k weekly npm downloads, was last updated 7mo ago, and is a community server in the MCP Registry.

Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration

Capabilities

Exposes tools, resources, and prompts to MCP clients over stdio. Distributed as npm.

Installation

{
  "mcpServers": {
    "bitbucket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bitbucket-mcp@5.0.5"
      ]
    }
  }
}
{
  "mcpServers": {
    "bitbucket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bitbucket-mcp@5.0.5"
      ]
    }
  }
}
{
  "servers": {
    "bitbucket-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bitbucket-mcp@5.0.5"
      ]
    }
  }
}
claude mcp add bitbucket-mcp -- npx -y bitbucket-mcp@5.0.5

Alternatives in AI & Memory

Browse

Top MCP Servers by Category

Developer Tools

95 servers · 152.7k stars

Developer-tool MCP servers are the largest and most active category, wiring AI into code, repos, and issue trackers.

These servers connect assistants like Claude and Cursor to GitHub, GitLab, Jira, Linear, and your local toolchain so an AI can read code, open pull requests, and triage issues. It is the most mature MCP category and the one most clients ship support for first.

Databases

6 servers · 8.3k stars

Database MCP servers let an AI query and inspect your data through a controlled interface.

Postgres, MySQL, SQLite, MongoDB, Redis, and managed platforms like Supabase expose schema and read (sometimes write) access over MCP. Useful for natural-language analytics; scope the credentials carefully, since you are handing an AI a database connection.

Search & Web

46 servers · 154k stars

Search and web MCP servers give an AI fresh, real-world context beyond its training cutoff.

Web search, fetch, and browser-automation servers (Playwright, Brave, Tavily, Exa) let assistants look things up, read pages, and drive a browser. They are the backbone of grounded, up-to-date AI answers.

Design

9 servers · 23.6k stars

Design MCP servers connect AI to design tools and image generation.

Figma, asset, and image-generation servers let an AI read design files, generate visuals, or produce screenshots. A smaller but fast-growing category as design tools open up MCP access.

Productivity

15 servers · 98.7k stars

Productivity MCP servers connect AI to notes, docs, files, and project tools.

Notion, Google Drive, filesystem, calendar, and task-manager servers let an AI read and update your working documents and to-dos. Among the most-installed servers because they touch everyday workflows.

DevOps & Monitoring

9 servers · 10.6k stars

DevOps and monitoring MCP servers expose infrastructure and observability data to AI.

Kubernetes, Docker, Terraform, Sentry, Grafana, and incident tools let an assistant inspect deployments, read logs, and surface errors. Powerful for on-call work; read-only scopes are the safe default.

Communication

8 servers · 2.1k stars

Communication MCP servers let AI read and send across chat and email.

Slack, Discord, email, and messaging servers let an assistant summarize threads, draft replies, and post updates. Convenient, but write access to your inbox or channels deserves scrutiny.

Cloud

8 servers · 74.5k stars

Cloud MCP servers expose AWS, Azure, GCP, and edge platforms to AI.

These servers let an assistant query cloud resources, read storage, and manage services. Among the most sensitive in this list - prefer scoped, read-only credentials and audit every write.

AI & Memory

16 servers · 29.4k stars

AI and memory MCP servers give assistants persistent memory and a knowledge base.

Vector stores, knowledge graphs, and note systems (Pinecone, Qdrant, Obsidian) let an AI remember context across sessions and ground answers in your own documents. The foundation of RAG-style workflows over MCP.

Finance

9 servers · 8.8k stars

Finance MCP servers connect AI to payments, accounting, and market data.

Stripe, accounting, and banking servers let an assistant read transactions, draft invoices, and pull financial data. High-stakes by nature - keep write access tightly scoped.

Other

19 servers · 39.7k stars

Servers across every other niche are joining the MCP ecosystem.

From media and IoT to specialized internal tools, servers of every kind are adopting MCP. This catch-all category captures the breadth of the protocol beyond the obvious developer and data tools.

For Claude Code

Best MCP Servers for Claude Code

Every server in this leaderboard works with Claude Code - each row's Installation tab includes a copy-paste claude mcp add command. For coding workflows specifically, the most useful are the developer-tool, database, and browser/search servers below (ranked by our quality score). Filter the leaderboard to Developer Tools to compare them all.

Pricing

Free MCP Servers

Nearly every MCP server in this list is free and open-source - you install the server at no cost, and only pay for any upstream service it connects to (a database host, a SaaS API) using your own account. Use the filter to show only open-source, free-to-install servers.

Get started

How to use these MCP servers

An MCP server runs as a small program (locally over stdio, or remotely over Streamable HTTP) that an MCP client connects to. To add one, open your client config and point it at the server: in Claude Desktop edit claude_desktop_config.json, in Cursor edit ~/.cursor/mcp.json, in VS Code add a .vscode/mcp.json, or run "claude mcp add" in Claude Code. Every row below has copy-paste install snippets for all four clients, plus the API keys it needs. Use the MCP Inspector to test a server before wiring it into your assistant.

Methodology

How we rank, and why you can trust it

  • Data sources: server identity, install methods, and status from the official MCP Registry; stars, releases, license, and last-commit recency from the GitHub REST API; weekly downloads from npm and PyPI; security advisories from the GitHub Advisory Database (GHSA). Refreshed weekly, with a daily snapshot for trend history.
  • Inclusion is automatic and transparent: we track every server in the official MCP Registry that has a description and a working install method (an npm, PyPI, OCI package or a public remote URL), excluding any marked "deleted" and badging any marked "deprecated". On top of that, a server must clear an adoption floor - at least 100 GitHub stars or 1,000 weekly package downloads - so the list stays credible rather than padded with auto-published stubs. We do not hand-pick winners; the ranking is driven by the data.
  • Adoption is a composite proxy, stated plainly: unlike a single canonical install count, MCP has no universal usage metric, so we use GitHub stars plus package downloads as the best free proxies for real adoption - never as exact install figures.
  • The 30-day growth trend is measured from our own weekly star snapshots, so it only appears once enough history has accumulated; until then a server shows no trend rather than a fabricated number.
  • "Official" means first-party: a server published under a namespace owned by the product vendor (a verified reverse-DNS domain, or a GitHub-organization namespace), as opposed to a community or aggregator re-publish. Every registry namespace is ownership-verified at publish time; the badge distinguishes vendor-built servers from community ones, and a short manual list corrects edge cases.
  • Security is assessed by mapping each server's npm/PyPI package to the GitHub Advisory Database. A server with no queryable package (remote-only or container-only) shows "not checked" rather than a false all-clear.
  • Ranking is data-driven only. No server pays to be listed or ranked, and there are no affiliate links influencing order.

The Quality Score formula

The Quality Score (0-100) is a transparent weighted blend: 35% Adoption (GitHub stars and weekly package downloads, log-scaled), 15% Growth (the 30-day star trend), 25% Maintenance (how recently the server was updated and its release cadence), 15% Trust (first-party namespace, an open-source license, and a public repository), and 10% Security (whether it has known, unpatched advisories). Raw popularity feeds Adoption but does not dominate the score.

FAQ

Frequently asked questions

What is an MCP server?

An MCP server is a program that exposes tools, data, and prompts to AI applications through the Model Context Protocol. It acts as a standardized bridge so an assistant like Claude, Cursor, or ChatGPT can read from and act on an external system - a database, a GitHub repo, a Slack workspace - without custom integration code.

What does MCP stand for?

MCP stands for Model Context Protocol, an open standard introduced by Anthropic in November 2024 for connecting AI applications to external tools and data sources.

How does an MCP server work?

An MCP host (the AI app) runs a client that connects to one or more servers over JSON-RPC. Servers expose three primitives - tools (actions the AI can call), resources (data it can read), and prompts (reusable templates). The two transports are stdio for local servers and Streamable HTTP for remote ones.

What are the best MCP servers?

The best MCP servers by our composite data score are listed in the leaderboard above, ranked on adoption, growth, maintenance, and security rather than opinion. Use the filters to narrow by category, transport, or whether a server is official and actively maintained.

Where can I find a list of MCP servers?

This page is a live MCP servers list built from the official MCP Registry, refreshed weekly. The canonical source is the official registry at registry.modelcontextprotocol.io; this leaderboard adds adoption, maintenance, and security data on top so you can compare and rank them.

Are MCP servers free?

Most MCP servers are free and open-source - you install them at no cost. Some connect to paid third-party services (a database host, a SaaS API) that require your own account and API key, but the server software itself is typically free. Each row shows the install method and required keys.

What are the most popular MCP servers?

The most popular MCP servers by GitHub stars and package downloads are shown in the "Most Popular MCP Servers This Month" view above. Popular servers cluster around developer tools (GitHub, filesystem), search and browser automation (Playwright), and databases (Postgres).

What's the difference between an MCP server and an API?

An API is a service-specific interface; every integration is bespoke. An MCP server wraps a system (which may itself sit on an API) in the standard Model Context Protocol, so any MCP-capable AI client can use it the same way. MCP is the universal adapter; an API is the underlying outlet.

MCP vs RAG - what's the difference?

RAG (retrieval-augmented generation) retrieves relevant text and injects it into a prompt. MCP is a connection protocol that lets an AI call live tools and read data sources directly, including taking actions. They are complementary: an MCP server can power retrieval for RAG, but MCP also covers actions that RAG alone does not.

What are the best MCP servers for Claude Code?

Every server in this leaderboard works with Claude Code, and each row includes a copy-paste "claude mcp add" command. For coding specifically, the most useful are the developer-tool, filesystem, database, and browser/search servers - GitHub, filesystem, Postgres, Playwright and similar. Filter the leaderboard to Developer Tools or sort by quality to compare the top picks for Claude Code.

Which AI tools support MCP servers?

Claude (Desktop and Claude Code), Cursor, VS Code (via GitHub Copilot), Windsurf, and a growing list of others support MCP servers. ChatGPT and Google Gemini have also added MCP support. Every server in this list ships install snippets for Claude Desktop, Cursor, VS Code, and Claude Code.

What is the official MCP Registry?

The official MCP Registry (registry.modelcontextprotocol.io) is the canonical, community-maintained index of MCP servers, where publishers register a server under an ownership-verified reverse-DNS namespace. This leaderboard is built from that registry, enriched with GitHub, npm/PyPI, and security data.

How do I install an MCP server in Claude Desktop?

Open Claude Desktop settings, edit claude_desktop_config.json, and add the server under "mcpServers" with its command, args, and any required env vars - then restart Claude Desktop. Every row in the leaderboard above provides the exact JSON to copy for Claude Desktop (and Cursor, VS Code, and Claude Code).

How many MCP servers are there?

The official MCP Registry lists thousands of published servers and grows daily. This leaderboard ranks the 240 that clear our quality gate and adoption floor (a description, a working install method, and at least 100 GitHub stars or 1,000 weekly downloads), as of June 30, 2026.

Who created MCP?

Anthropic created the Model Context Protocol and released it as an open standard in November 2024. It has since been adopted by many AI vendors and an open-source community that maintains the specification and the official registry.

Last updated: . Data from the official MCP Registry, GitHub, npm/PyPI, and the GitHub Advisory Database. This directory ranks servers by real data, not opinion - see the methodology and the machine-readable data.json.