# MCP News - Full Grounding Feed > Factual catalog of Model Context Protocol servers and clients with verified spec-revision support. > Every claim carries sources, a confidence score, and a verification date. See https://mcp-news.com/AGENTS.md for the data model. Entities: 3 (2 servers, 1 clients). Current stable spec revision: 2026-07-28. Most recent verification: 2026-08-04. --- ## Claude Desktop - Type: MCP client - Publisher: Anthropic - Spec status: UNVERIFIED - Summary: Anthropic's desktop client for Claude and the first shipping MCP client: local MCP server support launched with the protocol itself in November 2024, and remote MCP connectors are documented on paid plans. Feature-level support and current spec-revision support are not yet verified against a probe or a revision-specific vendor statement. - URL: https://mcp-news.com/clients/claude-desktop - Markdown: https://mcp-news.com/clients/claude-desktop.md - Confidence: 0.85 | Verified: 2026-08-04 - Sources: - Anthropic announcement (2024-11-25) - launch shipped "local MCP server support in the Claude Desktop apps"; all Claude.ai plans support connecting MCP servers to the Claude Desktop app: https://www.anthropic.com/news/model-context-protocol - Vercel MCP docs - lists "Claude.ai and Claude for desktop" among supported clients, with custom connectors using remote MCP on Pro, Max, Team, and Enterprise plans (corroboration): https://vercel.com/docs/agent-resources/vercel-mcp ## GitHub MCP Server - Type: MCP server - Publisher: GitHub - Authority: First-party - Package: oci:ghcr.io/github/github-mcp-server - Remote endpoint: https://api.githubcopilot.com/mcp/ - Transports: streamable-http, stdio - Auth: oauth - Spec status: CURRENT SPEC (latest verified revision: 2026-07-28) - Summary: GitHub's first-party MCP server: a GitHub-hosted remote endpoint at api.githubcopilot.com/mcp/ (OAuth, or a personal access token) plus a local Docker distribution over stdio. Toolsets cover repositories, issues, pull requests, and code analysis. Supports the stateless 2026-07-28 revision, shipped ahead of the revision's release on the official Go SDK. - URL: https://mcp-news.com/servers/github-mcp-server - Markdown: https://mcp-news.com/servers/github-mcp-server.md - Confidence: 1.00 | Verified: 2026-08-04 - Spec support records: - MCP 2026-07-28: Supported - evidence: https://github.blog/changelog/2026-07-23-github-mcp-server-supports-the-next-mcp-specification/ (checked 2026-08-04) - Sources: - github/github-mcp-server README - "GitHub's official MCP Server"; remote server hosted by GitHub at https://api.githubcopilot.com/mcp/ with OAuth or GitHub PAT authentication; local distribution via the ghcr.io/github/github-mcp-server Docker image over stdio: https://github.com/github/github-mcp-server - GitHub Changelog (2026-07-23) - "The MCP protocol is going stateless on 28th July 2026, and the GitHub MCP Server supports the latest spec ahead of the official release": https://github.blog/changelog/2026-07-23-github-mcp-server-supports-the-next-mcp-specification/ - github-mcp-server v1.7.0 release (2026-07-23) - 2026-07-28 spec changes included via go-sdk 1.7.0-pre.3; v1.8.0 (2026-07-30) upgraded to the stable go-sdk v1.7.0: https://github.com/github/github-mcp-server/releases/tag/v1.7.0 ## Vercel MCP - Type: MCP server - Publisher: Vercel - Authority: First-party - Remote endpoint: https://mcp.vercel.com - Transports: streamable-http - Auth: oauth - Spec status: CURRENT SPEC (latest verified revision: 2026-07-28) - Summary: Vercel's first-party hosted MCP server: docs search, project and deployment management, log analysis, and Web Analytics queries. Serves the stateless 2026-07-28 revision and 2025-era clients from the same endpoint, with OAuth authorization. - URL: https://mcp-news.com/servers/vercel-mcp - Markdown: https://mcp-news.com/servers/vercel-mcp.md - Confidence: 1.00 | Verified: 2026-08-04 - Spec support records: - MCP 2026-07-28: Supported - evidence: https://vercel.com/changelog/vercel-mcp-now-supports-the-2026-07-28-mcp-specification (checked 2026-08-04) - Sources: - Vercel docs - "Vercel MCP is Vercel's official MCP server. It's a remote MCP with OAuth" at https://mcp.vercel.com, implementing the MCP Authorization and Streamable HTTP specifications: https://vercel.com/docs/agent-resources/vercel-mcp - Vercel changelog (2026-07-31) - "Vercel MCP now supports the 2026-07-28 MCP specification"; both protocol versions served from the same endpoint via MCP SDK v2 and mcp-handler 2.x: https://vercel.com/changelog/vercel-mcp-now-supports-the-2026-07-28-mcp-specification --- # News - 2026-08-04 [server_release] MongoDB's mongodb-mcp-server 2.0.0 removes session state and requires explicit connection ids MongoDB published mongodb-mcp-server v2.0.0, removing session state and requiring an explicit connection id on all database operations. The release also adds multi-region and customer-managed-key options to cluster creation and rejects unrecognized tool arguments. The notes name no spec revision. https://mcp-news.com/news/mongodb-mcp-server-2-0-0-removes-session-state - 2026-08-02 [governance] Tadas Antanavicius steps down as a Registry Working Group lead A self-submitted pull request removed Tadas Antanavicius from the Registry Working Group leads list, merged on August 2. The stated reason is freeing time for two adjacent catalog projects, AI Catalog and Server Cards. The same maintainer authored the organization-namespace authorization fix in registry v1.8.0. https://mcp-news.com/news/registry-working-group-lead-steps-down - 2026-08-02 [server_release] MCP Ruby SDK cuts its first stable release, adds 2026-07-28 support, and is promoted to Tier 2 The Ruby SDK reached v1.0.0 on July 24, declaring its public API stable, picked up the 2026-07-28 revision in v1.1.0 on August 1, and was promoted from Tier 3 to Tier 2 in the official SDK listing on August 2. https://mcp-news.com/news/ruby-sdk-reaches-1-0-0-and-tier-2 - 2026-07-31 [adoption] Vercel MCP serves the 2026-07-28 revision in production three days after release Vercel's first-party MCP server at mcp.vercel.com now supports the stateless 2026-07-28 specification, serving newer clients the stateless request model while 2025-era clients keep working from the same endpoint, via MCP SDK v2 and mcp-handler 2.0. https://mcp-news.com/news/vercel-mcp-ships-2026-07-28-support - 2026-07-30 [server_release] Vercel's mcp-handler 2.0.0 adopts 2026-07-28, answers /sse with 410 Gone, and drops its Redis dependency Vercel published mcp-handler 2.0.0, serving the stateless 2026-07-28 protocol natively while keeping a compatibility layer for 2025-era Streamable HTTP clients. The release removes the legacy HTTP+SSE transport outright and turns the Redis dependency and session options into deprecated no-ops. It is a different artifact from the Vercel MCP server. https://mcp-news.com/news/vercel-mcp-handler-2-0-0-removes-http-sse - 2026-07-29 [adoption] MCP server connections for GitHub Copilot code review reach general availability, limited to read-only GitHub moved MCP server connections and agent skills for Copilot code review from public preview to general availability across its paid Copilot tiers. Tool calls made during a review are constrained to read-only, and the GitHub and Playwright MCP servers are enabled by default. https://mcp-news.com/news/copilot-code-review-mcp-general-availability - 2026-07-29 [security] HashiCorp discloses five vulnerabilities across its Terraform and Consul MCP servers, two rated CVSS 10.0 in advisory records HashiCorp published two security bulletins one day apart covering its Terraform MCP Server and Consul MCP Server. In both products the stateless-mode issue is a cross-tenant credential reuse flaw that the GitHub advisory records score CVSS 10.0. HashiCorp's own bulletins state no CVSS scores or severity labels. https://mcp-news.com/news/hashicorp-discloses-mcp-server-vulnerabilities - 2026-07-28 [adoption] Amazon Bedrock AgentCore Gateway adds opt-in support for MCP 2026-07-28 AWS shipped same-day support for the stateless MCP revision in AgentCore Gateway: gateways advertise the protocol versions they speak, clients select a version per request, and existing 2025-era clients keep working unchanged. https://mcp-news.com/news/aws-agentcore-gateway-adds-2026-07-28-support - 2026-07-28 [spec_release] MCP goes stateless: the 2026-07-28 specification is released The Model Context Protocol's 2026-07-28 revision is stable: the protocol core becomes stateless, retiring the initialize handshake and protocol-level sessions, with Multi Round-Trip Requests replacing server-initiated requests and a formal twelve-month deprecation policy. All four Tier 1 SDKs shipped support on release day. https://mcp-news.com/news/mcp-2026-07-28-specification-released - 2026-07-28 [client_release] Anthropic says 2026-07-28 support is rolling out across Claude products, without per-product dates Anthropic published a post on the day of the revision describing the Claude-side capabilities tied to it and stating that support is being rolled out across Claude products. The post names four capabilities and puts the connectors directory above 950 servers, but gives no per-surface availability or completion date. https://mcp-news.com/news/anthropic-rolling-out-2026-07-28-across-claude - 2026-07-28 [adoption] Azure MCP Server migrates to the 2026-07-28 stateless protocol in prerelease, requiring routing headers on every POST Microsoft's Azure MCP Server moved to the 2026-07-28 stateless protocol in a prerelease published the day the revision landed. HTTP clients using the new revision must send the Mcp-Method and Mcp-Name routing headers on every POST, while clients on 2025-11-25 are auto-negotiated for backward compatibility. https://mcp-news.com/news/azure-mcp-server-migrates-to-2026-07-28 - 2026-07-28 [adoption] Cloudflare's Agents SDK and product MCP servers adopt 2026-07-28, and /sse URLs stop serving HTTP+SSE Cloudflare shipped Agents SDK v0.20.0 with support for the new revision on July 27, then stated the next day that its product MCP servers run each request on a fresh stateless server. Legacy /sse URLs continue to resolve as aliases but no longer serve the deprecated HTTP+SSE transport. https://mcp-news.com/news/cloudflare-agents-sdk-and-servers-adopt-2026-07-28 - 2026-07-28 [governance] MCP publishes a feature lifecycle policy with a twelve-month minimum deprecation window Alongside the 2026-07-28 revision, the MCP project published a written policy defining three feature states and a minimum period a feature must remain deprecated before it becomes eligible for removal. A standing registry page lists every deprecated feature with its migration path and earliest removal date, and Tier 1 SDKs are obligated to surface deprecations in-language. https://mcp-news.com/news/mcp-adopts-feature-lifecycle-and-deprecation-policy - 2026-07-28 [adoption] Netlify's MCP server adds 2026-07-28 support and names its compatible clients Netlify published a post stating that its MCP server already supports the 2026-07-28 specification while remaining compatible with earlier revisions. The post gives the connection command and names which clients work at publication: Claude.ai and Claude Managed Agents today, with Claude Code support coming soon. https://mcp-news.com/news/netlify-mcp-server-adds-2026-07-28-support - 2026-07-28 [server_release] MCP Python SDK 2.0.0 renames FastMCP to MCPServer, takes over the mcp PyPI name, and puts 1.x into maintenance mode The Python SDK's v2 stable release took over the mcp distribution name on PyPI and renamed its high-level server class. Removal of the mcp.server.fastmcp module produced immediate downstream breakage, which AWS addressed the same day by pinning its server collection below 2.0.0. https://mcp-news.com/news/python-sdk-2-0-0-renames-fastmcp - 2026-07-28 [adoption] All four Tier 1 MCP SDKs shipped stable 2026-07-28 support within a day of the revision The TypeScript, Python, Go, and C# SDKs each published a stable release carrying support for the 2026-07-28 revision on or within a day of its release date, each implementing the stateless core differently at the configuration layer. The Rust SDK, listed Tier 2, published a stable 3.0.0 the same day. https://mcp-news.com/news/tier-1-sdks-ship-2026-07-28-support - 2026-07-27 [server_release] MCP TypeScript SDK 2.0.0 splits into nine scoped npm packages and fixes a connect failure against modern-only servers The TypeScript SDK republished itself as a family of separately versioned scoped packages, moving schema sources into a shared core and separating client, server, and framework adapters. The same release corrected a wire-shape mismatch that had caused hard connect failures against servers implementing only the 2026-07-28 revision. https://mcp-news.com/news/typescript-sdk-splits-into-nine-scoped-packages - 2026-07-23 [security] AWS API MCP Server advisory reports policy checks silently skipped when policy data fails to load An advisory for the AWS API MCP Server states that if the server's policy enforcement data fails to load during startup, the per-request policy check is skipped for the lifetime of the process, so configured deny and gate rules do not apply. Underlying IAM permissions still apply. Fixed in 1.3.47. https://mcp-news.com/news/aws-api-mcp-server-policy-enforcement-bypass - 2026-07-23 [adoption] GitHub MCP Server shipped 2026-07-28 support five days before the revision was released GitHub published a changelog entry stating its MCP server already supported the stateless revision, five days ahead of the revision's release date, built on a Go SDK pre-release. The entry describes removing sessions, the initialize handshake, and the Redis-backed session store. https://mcp-news.com/news/github-mcp-server-ships-2026-07-28-support-early - 2026-07-21 [adoption] OpenAI deprecates its _meta["openai/visibility"] tool field in favor of _meta.ui.visibility OpenAI's plugin changelog deprecated its vendor-namespaced tool visibility field and directed developers to the shared _meta.ui namespace instead, citing ambiguity in what the private value hides. It is the only July 2026 entry on that changelog. https://mcp-news.com/news/openai-deprecates-vendor-namespaced-visibility - 2026-07-20 [security] GitHub MCP Server advisory reports an unauthenticated denial of service in its completion handler An advisory for github/github-mcp-server states that its CompletionsHandler dereferenced params.Ref without a nil check, so a malformed completion/complete request missing required parameters caused a panic that terminated the process. The advisory rates it High with availability-only impact, fixed in 1.1.0. https://mcp-news.com/news/github-mcp-server-completion-handler-dos - 2026-07-13 [registry] Official MCP Registry v1.8.0 adds crates.io as a package type and restricts organization namespaces to owners The official MCP Registry shipped v1.8.0, its only release in July and its first since mid-May. It adds cargo (crates.io) as a supported package registry type, narrows organization-namespace claims to org owners, and adds CI that auto-closes attempts to publish servers through the repository. The service remains in preview under a v0.1 API freeze. https://mcp-news.com/news/official-mcp-registry-v1-8-0 - 2026-07-10 [governance] Agentic AI Foundation announces MCPA, a Linux Foundation-administered MCP certification The Agentic AI Foundation announced the Model Context Protocol Associate (MCPA), described as the first official certification for MCP. The Linux Foundation training platform carries the exam listing with domain weightings and format, and directs candidates to the 2026-07-28 specification for preparation. At time of writing the exam was not yet open for purchase. https://mcp-news.com/news/mcpa-certification-announced - 2026-07-08 [security] MCP Ruby SDK publishes five advisories covering session ownership and memory exhaustion, all fixed in 0.23.0 The official Ruby SDK published five security advisories on one date, two rated High and three Moderate in the advisory records. All five affect the mcp RubyGems package at 0.22.0 and earlier and are fixed in 0.23.0, which shipped the day before the advisories. https://mcp-news.com/news/mcp-ruby-sdk-publishes-five-advisories - 2026-07-07 [security] MCP Python SDK advisory reports the deprecated WebSocket server transport skipped Host and Origin validation The Python SDK maintainers published an advisory stating that the deprecated websocket_server() transport did not implement the TransportSecuritySettings mechanism used by the SDK's other HTTP-based transports, so a page served from any origin could complete a WebSocket upgrade against an exposed server. The fix is in 1.28.1. https://mcp-news.com/news/python-sdk-websocket-transport-advisory - 2026-07-01 [adoption] Apple ships a Safari MCP server in Safari 27 beta, delivered through safaridriver Apple's WebKit team introduced a Model Context Protocol server that lets an agent drive and inspect Safari for web development and debugging. It ships in Safari 27 beta and Safari Technology Preview 247, is delivered through the existing safaridriver binary, and runs locally with no network calls of its own. https://mcp-news.com/news/apple-ships-safari-mcp-server - 2025-12-09 [governance] Anthropic donates MCP to the Linux Foundation's new Agentic AI Foundation One year after open-sourcing the protocol, Anthropic donated MCP to the Agentic AI Foundation, a directed fund under the Linux Foundation co-founded by Anthropic, Block, and OpenAI, where it joined Block's goose and OpenAI's AGENTS.md as founding projects. Maintainer governance and the SEP process were unchanged. https://mcp-news.com/news/mcp-joins-agentic-ai-foundation - 2025-11-25 [spec_release] MCP 2025-11-25 ships URL elicitation, CIMD, and experimental tasks The protocol's fourth revision, released on MCP's first anniversary, added OpenID Connect discovery, URL mode elicitation, tool calling in sampling, Client ID Metadata Documents as a recommended registration mechanism, experimental tasks for durable requests, and formalized governance with working groups and SDK tiering. https://mcp-news.com/news/mcp-2025-11-25-revision-released - 2025-09-25 [security] First malicious MCP server found in the wild: npm's postmark-mcp backdoored outgoing email Koi Security disclosed that the npm package postmark-mcp, an impersonation of Postmark's legitimate MCP server, added a hidden BCC from version 1.0.16 that silently copied every outgoing email to an attacker-controlled address. The package was removed from npm the day of disclosure; installed copies remained compromised. https://mcp-news.com/news/postmark-mcp-backdoor-disclosed - 2025-09-08 [registry] The official MCP Registry launches in preview The MCP project launched registry.modelcontextprotocol.io as the official open catalog and API for publicly available MCP servers: a single source of truth that public marketplaces and private enterprise sub-registries can build on, with community-driven moderation and no data-durability guarantees while in preview. https://mcp-news.com/news/official-mcp-registry-launches-in-preview - 2025-06-18 [spec_release] MCP 2025-06-18 hardens authorization and adds elicitation The third specification revision classified MCP servers as OAuth resource servers, required RFC 8707 resource indicators against malicious-server token capture, added elicitation and structured tool output, and removed JSON-RPC batching. https://mcp-news.com/news/mcp-2025-06-18-revision-released - 2025-05-19 [adoption] Microsoft announces native MCP support in Windows 11 at Build 2025 At Build 2025, Microsoft introduced an MCP platform for Windows 11: an MCP Registry for Windows as the trusted source for discoverable servers, built-in MCP servers exposing system functionality like the File System and Windows Subsystem for Linux, and App Actions surfaced as MCP servers, starting in a private developer preview. https://mcp-news.com/news/windows-11-adds-native-mcp-support - 2025-04-01 [security] Invariant Labs discloses Tool Poisoning Attacks against MCP agents Security researchers at Invariant Labs disclosed a class of indirect prompt injection they named Tool Poisoning Attacks: hidden instructions in MCP tool descriptions enter an agent's context as trusted content the moment tools are listed, enabling data exfiltration and tool shadowing. The firm later released the mcp-scan detection tool. https://mcp-news.com/news/invariant-labs-discloses-tool-poisoning - 2025-03-26 [spec_release] MCP 2025-03-26 lands: Streamable HTTP and OAuth 2.1 authorization The protocol's second specification revision replaced the original HTTP+SSE transport with Streamable HTTP, added a comprehensive OAuth 2.1 authorization framework, and introduced JSON-RPC batching and tool annotations. https://mcp-news.com/news/mcp-2025-03-26-revision-released - 2025-03-26 [adoption] OpenAI adopts MCP across its products, starting with the Agents SDK OpenAI CEO Sam Altman announced support for the Model Context Protocol across OpenAI products: available in the Agents SDK the same day, with ChatGPT desktop app and Responses API support to follow. The move put both major AI labs behind the same integration standard. https://mcp-news.com/news/openai-adds-mcp-support - 2024-11-25 [industry] Anthropic open-sources the Model Context Protocol Anthropic released MCP as an open standard for connecting AI assistants to the systems where data lives, shipping the specification and SDKs, local MCP server support in the Claude Desktop apps, and an open-source repository of pre-built servers for systems like Google Drive, Slack, GitHub, and Postgres. https://mcp-news.com/news/anthropic-open-sources-mcp --- # The MCP 500 (top 50 of 500, snapshot 2026-08-04) > Adoption Index v1: measured public adoption, not a quality verdict. Full list: https://mcp-news.com/mcp-500.md ยท Methodology: https://mcp-news.com/adoption-index.md 1. io.github.microsoft/playwright-mcp - index 85.84 | npm/wk 6193116 | stars 35805 | measured, not yet verified - https://github.com/microsoft/playwright-mcp 2. Chrome DevTools MCP - index 82.61 | npm/wk 1495940 | stars 48523 | measured, not yet verified - https://github.com/chromedevtools/chrome-devtools-mcp 3. io.github.firebase/firebase-mcp - index 80.80 | npm/wk 2636214 | stars 4450 | measured, not yet verified - https://github.com/firebase/firebase-tools 4. Context7 - index 80.53 | npm/wk 655611 | stars 60253 | measured, not yet verified - https://github.com/upstash/context7 5. GitHub MCP Server - index 77.08 | stars 31960 | in catalog - https://mcp-news.com/servers/github-mcp-server 6. Storybook MCP Addon - index 73.52 | npm/wk 1760031 | stars 265 | measured, not yet verified - https://github.com/storybookjs/mcp 7. io.github.ruvnet/claude-flow - index 72.91 | npm/wk 20610 | stars 67033 | measured, not yet verified - https://github.com/ruvnet/claude-flow 8. Firecrawl MCP Server - index 72.36 | npm/wk 97840 | stars 7129 | measured, not yet verified - https://github.com/firecrawl/firecrawl-mcp-server 9. io.github.GLips/Figma-Context-MCP - index 71.78 | npm/wk 82190 | stars 15582 | measured, not yet verified - https://github.com/glips/figma-context-mcp 10. agent-device - index 71.31 | npm/wk 137626 | stars 3956 | measured, not yet verified - https://github.com/callstackincubator/agent-device 11. io.github.zereight/gitlab-mcp - index 70.58 | npm/wk 116481 | stars 1872 | measured, not yet verified - https://github.com/zereight/gitlab-mcp 12. Supabase - index 70.10 | npm/wk 77577 | stars 2851 | measured, not yet verified - https://github.com/supabase/mcp 13. Desktop Commander - index 69.92 | npm/wk 30618 | stars 9155 | measured, not yet verified - https://github.com/wonderwhy-er/desktopcommandermcp 14. io.github.getsentry/sentry-mcp - index 68.80 | npm/wk 116533 | stars 805 | measured, not yet verified - https://github.com/getsentry/sentry-mcp 15. io.github.mongodb-js/mongodb-mcp-server - index 68.44 | npm/wk 65444 | stars 1091 | measured, not yet verified - https://github.com/mongodb-js/mongodb-mcp-server 16. io.snyk/mcp - index 68.42 | npm/wk 681355 | stars 53 | measured, not yet verified - https://github.com/snyk/studio-mcp 17. Codebase Memory - index 68.40 | npm/wk 6675 | stars 37454 | measured, not yet verified - https://github.com/deusdata/codebase-memory-mcp 18. DBHub - index 68.18 | npm/wk 40285 | stars 3281 | measured, not yet verified - https://github.com/bytebase/dbhub 19. io.github.mobile-next/mobile-mcp - index 67.96 | npm/wk 23781 | stars 5797 | measured, not yet verified - https://github.com/mobile-next/mobile-mcp 20. io.github.team-telnyx/telnyx - index 67.76 | npm/wk 233976 | stars 196 | measured, not yet verified - https://github.com/team-telnyx/telnyx-node 21. io.github.t8y2/dbx - index 66.77 | npm/wk 7211 | stars 13194 | measured, not yet verified - https://github.com/t8y2/dbx 22. screenpipe - index 66.62 | npm/wk 4806 | stars 20737 | measured, not yet verified - https://github.com/screenpipe/screenpipe 23. io.github.SAP/fiori-mcp-server - index 66.47 | npm/wk 110786 | stars 153 | measured, not yet verified - https://github.com/sap/open-ux-tools 24. io.github.tavily-ai/tavily-mcp - index 66.46 | npm/wk 23064 | stars 2294 | measured, not yet verified - https://github.com/tavily-ai/tavily-mcp 25. io.github.artokun/comfyui-mcp - index 65.99 | npm/wk 56161 | stars 490 | measured, not yet verified - https://github.com/artokun/comfyui-mcp 26. io.github.containers/kubernetes-mcp-server - index 65.90 | npm/wk 17141 | stars 1880 | measured, not yet verified - https://github.com/containers/kubernetes-mcp-server 27. io.github.vercel/next-devtools-mcp - index 65.72 | npm/wk 89910 | stars 800 | measured, not yet verified - https://github.com/vercel/next-devtools-mcp 28. SearXNG Search - index 65.64 | npm/wk 28939 | stars 1095 | measured, not yet verified - https://github.com/ihor-sokoliuk/mcp-searxng 29. io.github.asklokesh/loki-mode - index 65.45 | npm/wk 24069 | stars 1028 | measured, not yet verified - https://github.com/asklokesh/loki-mode 30. Azure MCP Server - index 65.01 | npm/wk 112931 | measured, not yet verified - https://github.com/microsoft/mcp 31. io.github.hostinger/hostinger-api-mcp - index 64.81 | npm/wk 66596 | stars 138 | measured, not yet verified - https://github.com/hostinger/api-mcp-server 32. io.github.UI5/mcp-server - index 64.56 | npm/wk 107231 | stars 95 | measured, not yet verified - https://github.com/ui5/mcp-server 33. Semiotic - index 63.80 | npm/wk 10594 | stars 2691 | measured, not yet verified - https://github.com/nteract/semiotic 34. io.github.brightdata/brightdata-mcp - index 63.53 | npm/wk 7540 | stars 2559 | measured, not yet verified - https://github.com/brightdata/brightdata-mcp 35. Power BI Modeling MCP Server - index 63.53 | npm/wk 12270 | stars 1036 | measured, not yet verified - https://github.com/microsoft/powerbi-modeling-mcp 36. io.github.cap-js/mcp-server - index 63.41 | npm/wk 66996 | stars 106 | measured, not yet verified - https://github.com/cap-js/mcp-server 37. io.github.giancarloerra/socraticode - index 63.35 | npm/wk 5564 | stars 3199 | measured, not yet verified - https://github.com/giancarloerra/socraticode 38. ai.smithery/pinkpixel-dev-web-scout-mcp - index 63.16 | stars 131 | measured, not yet verified - https://github.com/pinkpixel-dev/web-scout-mcp 39. Weather MCP Server - index 62.34 | stars 55 | measured, not yet verified - https://github.com/isdaniel/mcp_weather_server 40. Svelte MCP - index 62.26 | npm/wk 22010 | stars 301 | measured, not yet verified - https://github.com/sveltejs/ai-tools 41. io.github.antvis/mcp-server-chart - index 61.46 | npm/wk 9408 | stars 4280 | measured, not yet verified - https://github.com/antvis/mcp-server-chart 42. PDF Reader MCP - index 61.39 | npm/wk 7635 | stars 883 | measured, not yet verified - https://github.com/sylphxai/pdf-reader-mcp 43. io.github.StuMason/coolify - index 61.30 | npm/wk 8963 | stars 540 | measured, not yet verified - https://github.com/stumason/coolify-mcp 44. com.gitkraken/gk-cli - index 60.91 | npm/wk 4325 | stars 442 | measured, not yet verified - https://github.com/gitkraken/gk-cli 45. Airtable - index 60.56 | npm/wk 6303 | stars 455 | measured, not yet verified - https://github.com/domdomegg/airtable-mcp-server 46. io.github.dynatrace-oss/Dynatrace-mcp - index 60.45 | npm/wk 19037 | stars 133 | measured, not yet verified - https://github.com/dynatrace-oss/dynatrace-mcp 47. io.github.Ataraxy-Labs/sem - index 60.41 | npm/wk 3965 | stars 3271 | measured, not yet verified - https://github.com/ataraxy-labs/sem 48. io.github.browserstack/mcp-server - index 60.28 | npm/wk 11382 | stars 147 | measured, not yet verified - https://github.com/browserstack/mcp-server 49. io.github.yifancong/rsdoctor - index 60.27 | npm/wk 4159 | stars 1139 | measured, not yet verified - https://github.com/web-infra-dev/rsdoctor 50. io.github.KnockOutEZ/wigolo - index 60.13 | npm/wk 1597 | stars 4146 | measured, not yet verified - https://github.com/knockoutez/wigolo