awesome-mcp

Awesome MCP

A curated list of awesome Model Context Protocol (MCP) projects from GitHub

Auto Update License

Languages / 语言 / Языки / 言語 / Langues / Idiomas:

This repository automatically collects and organizes high-quality MCP projects from GitHub, presenting them in a beautiful, searchable format. The list is updated daily via GitHub Actions and hosted on GitHub Pages.

🌐 Languages

🚀 Quick Start: How to Use MCP in AI Tools

The Model Context Protocol (MCP) allows AI assistants to connect to external data sources and tools. Here’s how to set it up in popular AI tools:

📱 Claude Desktop

  1. Find the configuration file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Edit the configuration file and add your MCP servers:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
      }
    },
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/directory"]
    }
  }
}
  1. Restart Claude Desktop to apply changes.

💻 Cursor IDE

  1. Open Settings: Cmd/Ctrl + ,
  2. Navigate to: Features → Agent → MCP Servers
  3. Click “Add Server”
  4. Enter server details:
    • Name: A friendly name for the server
    • Command: The command to run (e.g., npx)
    • Args: Command arguments (e.g., ["-y", "@modelcontextprotocol/server-github"])
    • Env: Environment variables (if needed)

🔌 Continue (VS Code Extension)

  1. Install Continue extension from VS Code marketplace
  2. Open Continue settings: Click the Continue icon in the sidebar
  3. Navigate to: Settings → MCP Servers
  4. Add MCP server in ~/.continue/config.json:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}
  1. Reload VS Code to apply changes.

🔌 Cline (VS Code Extension)

  1. Install Cline extension from VS Code marketplace
  2. Open Command Palette: Cmd/Ctrl + Shift + P
  3. Run: Cline: Configure MCP Servers
  4. Edit the configuration file that opens, or manually edit ~/.cline/mcp_config.json:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}
  1. Restart VS Code to apply changes.

⚡ Aider (Command Line)

  1. Install Aider: pip install aider-chat
  2. Set environment variable for MCP servers:
export MCP_SERVERS='{"github": {"command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token"}}}'
  1. Or create ~/.aider/mcp_config.json:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}
  1. Run Aider: aider (MCP servers will be automatically loaded)

🌊 Windsurf

  1. Open Windsurf Settings: Cmd/Ctrl + ,
  2. Navigate to: Extensions → MCP
  3. Click “Add MCP Server”
  4. Configure server:
    • Name: Server identifier
    • Command: Command to execute
    • Arguments: Command arguments
    • Environment: Environment variables
  5. Save and restart Windsurf

🎨 Composer (Anthropic)

  1. Open Composer settings
  2. Navigate to: Settings → Integrations → MCP
  3. Add MCP server configuration:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}
  1. Restart Composer to apply changes.

🔍 Finding MCP Servers

Browse the projects list below to discover available MCP servers. Popular options include:

📝 Example: GitHub MCP Server

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    }
  }
}

Get a GitHub token: GitHub Settings → Developer settings → Personal access tokens

🎯 What Can MCP Do?

Once configured, MCP enables AI assistants to:

📚 Learn More


📚 Projects (4720 total)

Last updated: 2026-05-18

MCP Servers

MCP server implementations that provide protocol services

  1. everything-claude-code - ⭐ 185,825 The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

  2. dify - ⭐ 141,714 Production-ready platform for agentic workflow development.

  3. open-webui - ⭐ 137,537 User-friendly AI Interface (Supports Ollama, OpenAI API, …)

  4. gemini-cli - ⭐ 104,202 An open-source AI agent that brings the power of Gemini directly into your terminal.

  5. awesome-mcp-servers - ⭐ 87,056 A collection of MCP servers.

  6. servers - ⭐ 85,821 Model Context Protocol Servers

  7. ragflow - ⭐ 78,943 RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

  8. netdata - ⭐ 78,842 The fastest path to AI-powered full stack observability, even for lean teams.

  9. lobehub - ⭐ 77,216 LobeHub organizes your agents into 7×24 operation. It hires, schedules, reports on your entire AI team. You stay in charge — without staying online.

  10. cc-switch - ⭐ 73,753 A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

  11. lobe-chat - ⭐ 70,553 :exploding_head: LobeHub - The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

  12. awesome-claude-skills - ⭐ 60,337 A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows

  13. anything-llm - ⭐ 60,193 The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.

  14. TrendRadar - ⭐ 57,781 ⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

  15. context7 - ⭐ 55,519 Context7 Platform – Up-to-date code documentation for LLMs and AI code editors

  16. ruflo - ⭐ 52,454 🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration

  17. mempalace - ⭐ 52,386 The best-benchmarked open-source AI memory system. And it’s free.

  18. Scrapling - ⭐ 50,795 🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

  19. JeecgBoot - ⭐ 46,300 AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

  20. mempalace - ⭐ 40,200 The highest-scoring AI memory system ever benchmarked. And it’s free.

  21. chrome-devtools-mcp - ⭐ 39,863 Chrome DevTools for coding agents

  22. antigravity-awesome-skills - ⭐ 37,844 Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.

  23. cherry-studio - ⭐ 37,347 Cherry Studio boosts your productivity with unified AI access, Agent capabilities, and 300+ assistants in one desktop application.

  24. goose - ⭐ 37,288 an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

  25. LibreChat - ⭐ 37,142 Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active.

  26. ai-engineering-hub - ⭐ 35,075 In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

  27. UI-TARS-desktop - ⭐ 34,477 The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra

  28. PDFMathTranslate - ⭐ 33,821 [EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero

  29. 1Panel - ⭐ 33,113 🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.

  30. nacos - ⭐ 32,956 an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.

  31. playwright-mcp - ⭐ 32,649 Playwright MCP server

  32. AstrBot - ⭐ 32,472 AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

  33. github-mcp-server - ⭐ 29,931 GitHub’s official MCP Server

  34. composio - ⭐ 28,303 Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.

  35. gpt-researcher - ⭐ 27,121 An autonomous agent that conducts deep research on any data using any LLM providers

  36. xiaozhi-esp32 - ⭐ 26,525 An MCP-based chatbot | 一个基于MCP的聊天机器人

  37. agentscope - ⭐ 25,203 Build and run agents you can see, understand and trust.

  38. fastmcp - ⭐ 25,197 🚀 The fast, Pythonic way to build MCP servers and clients.

  39. repomix - ⭐ 25,003 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.

  40. gin-vue-admin - ⭐ 24,681 🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,企业级业务AI+开发解决方案,内置mcp辅助服务,内置skills管理,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。

  41. serena - ⭐ 24,318 A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

  42. mastra - ⭐ 23,965 From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

  43. python-sdk - ⭐ 23,040 The official Python SDK for Model Context Protocol servers and clients

  44. fastmcp - ⭐ 22,902 🚀 The fast, Pythonic way to build MCP servers and clients

  45. activepieces - ⭐ 22,240 AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

  46. blender-mcp - ⭐ 21,739

  47. n8n-mcp - ⭐ 21,048 A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you

  48. MaxKB - ⭐ 20,976 🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

  49. Agent-Reach - ⭐ 19,738 Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

  50. claude-plugins-official - ⭐ 19,603 Official, Anthropic-managed directory of high quality Claude Code Plugins.

  51. page-agent - ⭐ 17,904 JavaScript in-page GUI agent. Control web interfaces with natural language.

  52. nuclear - ⭐ 17,632 Streaming music player that finds free music for you

  53. openfang - ⭐ 17,561 Open-source Agent Operating System

  54. code-review-graph - ⭐ 16,705 Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters — 6.8× fewer tokens on reviews and up to 49× on daily coding tasks.

  55. Qwen-Agent - ⭐ 16,346 Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.

  56. mcp-for-beginners - ⭐ 16,125 This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.

  57. mcp-toolbox - ⭐ 15,257 MCP Toolbox for Databases is an open source MCP server for databases.

  58. claude-flow - ⭐ 15,103 🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration

  59. context-mode - ⭐ 15,003 Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 15 platforms

  60. trigger.dev - ⭐ 14,957 Trigger.dev – build and deploy fully‑managed AI agents and workflows

  61. Figma-Context-MCP - ⭐ 14,774 MCP server to provide Figma layout information to AI coding agents like Cursor

  62. electerm - ⭐ 14,105 📻Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win)

  63. genai-toolbox - ⭐ 13,975 MCP Toolbox for Databases is an open source MCP server for databases.

  64. OpenMetadata - ⭐ 13,946 OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.

  65. memU - ⭐ 13,651 Memory for 24/7 proactive agents like OpenClaw.

  66. xiaohongshu-mcp - ⭐ 13,630 MCP for xiaohongshu.com

  67. casdoor - ⭐ 13,622 An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

  68. Skill_Seekers - ⭐ 13,599 Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection

  69. filestash - ⭐ 13,423 :file_folder: What Dropbox should have been if it was based on SFTP, S3, FTP, SMB, NFS, WebDAV, Git, and more

  70. typescript-sdk - ⭐ 12,450 The official TypeScript SDK for Model Context Protocol servers and clients

  71. awesome-ai-apps - ⭐ 12,283 A collection of projects showcasing RAG, agents, workflows, and other AI use cases

  72. kubeshark - ⭐ 11,906 eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.

  73. fastapi_mcp - ⭐ 11,865 Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

  74. gateway - ⭐ 11,763 A blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.

  75. mcp-chrome - ⭐ 11,639 Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.

  76. pal-mcp-server - ⭐ 11,544 The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.

  77. claude-context - ⭐ 11,327 Code search MCP for Claude Code. Make entire codebase the context for any coding agent.

  78. XHS-Downloader - ⭐ 11,185 小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书作品文件

  79. nginx-ui - ⭐ 11,146 Yet another WebUI for Nginx

  80. superset - ⭐ 10,723 Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine

  81. mcp-use - ⭐ 9,965 The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.

  82. zen-mcp-server - ⭐ 9,890 The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.

  83. inspector - ⭐ 9,791 Visual testing tool for MCP servers

  84. Auto-claude-code-research-in-sleep - ⭐ 9,748 ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.

  85. unity-mcp - ⭐ 9,697 Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local MCP (Model Context Protocol) Client. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

  86. xiaozhi-esp32-server - ⭐ 9,567 本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.

  87. MemOS - ⭐ 9,152 Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with 35.24% token savings

  88. mcp - ⭐ 9,077 Open source MCP Servers for AWS

  89. voltagent - ⭐ 8,996 AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

  90. GhidraMCP - ⭐ 8,922 MCP Server for Ghidra

  91. hexstrike-ai - ⭐ 8,787 HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly bridge LLMs with real-world offensive security capabilities.

  92. mcp-go - ⭐ 8,711 A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

  93. ida-pro-mcp - ⭐ 8,607 AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

  94. kreuzberg - ⭐ 8,327 A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 97+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, R, C, TypeScript (Node/Bun/Wasm/Deno)- or use via CLI, REST API, or MCP server.

  95. mcp-agent - ⭐ 8,326 Build effective agents using Model Context Protocol and simple workflow patterns

  96. awesome-LLM-resources - ⭐ 8,305 🧑‍🚀 全世界最好的LLM资料总结(多模态生成、Agent、辅助编程、AI审稿、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world’s best LLM resources.

  97. git-mcp - ⭐ 8,083 Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project

  98. webiny-js - ⭐ 7,977 Open-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Built for developers at large organizations.

  99. ai-engineering-from-scratch - ⭐ 7,921 Learn it. Build it. Ship it for others.

  100. Upsonic - ⭐ 7,850 Build autonomous AI agents in Python.

  101. Vibe-Trading - ⭐ 7,531 “Vibe-Trading: Your Personal Trading Agent”

  102. oh-my-opencode - ⭐ 7,289 #1 OpenCode Plugin- Battery included. ASYNC SUBAGENTS (YES LIKE CLAUDE CODE) · Curated agents with proper models · Crafted tools like LSP/AST included · Curated MCPs · Claude Code Compatible Layer — Steroids for your OpenCode. The Best LLM Agent Experience is Here.

  103. browser-tools-mcp - ⭐ 7,215 Monitor browser logs directly from Cursor and other MCP compatible IDEs.

  104. Awesome-MCP-ZH - ⭐ 7,088 MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

  105. registry - ⭐ 6,826 A community driven registry service for Model Context Protocol (MCP) servers.

  106. cursor-talk-to-figma-mcp - ⭐ 6,761 TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

  107. mcp - ⭐ 6,517 Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

  108. awesome-mcp-clients - ⭐ 6,430 A collection of MCP clients.

  109. Anthropic-Cybersecurity-Skills - ⭐ 6,387 754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 26 security domains · Apache 2.0

  110. firecrawl-mcp-server - ⭐ 6,327 🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

  111. jcode - ⭐ 6,282 Coding Agent Harness

  112. open-multi-agent - ⭐ 6,166 From a goal to a task DAG, automatically. TypeScript-native multi-agent orchestration with MCP and live tracing. Three runtime dependencies.

  113. refly - ⭐ 6,135 The first open-source agent skills builder. 🦞

  114. microsandbox - ⭐ 6,128 🧱 secure, local and programmable sandboxes for AI agents

  115. open-multi-agent - ⭐ 6,083 From a goal to a task DAG, automatically. TypeScript-native multi-agent orchestration with MCP and live tracing. Three runtime dependencies.

  116. DesktopCommanderMCP - ⭐ 6,056 This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

  117. Everywhere - ⭐ 5,955 Context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools.

  118. Everywhere - ⭐ 5,931 Context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools.

  119. sdk-python - ⭐ 5,876 A model-driven approach to building AI agents in just a few lines of code.

  120. klavis - ⭐ 5,737 Klavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

  121. CodePilot - ⭐ 5,735 A multi-model AI agent desktop client — connect any AI provider, extend with MCP & skills, control from your phone. Built with Electron + Next.js.

  122. jscpd - ⭐ 5,660 Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.

  123. whatsapp-mcp - ⭐ 5,647 WhatsApp MCP server

  124. XcodeBuildMCP - ⭐ 5,643 A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

  125. Windows-MCP - ⭐ 5,618 MCP Server for Computer Use in Windows

  126. QuantDinger - ⭐ 5,604 AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading

  127. UltraRAG - ⭐ 5,548 A Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines

  128. awesome-mcp-servers - ⭐ 5,545 Awesome MCP Servers - A curated list of Model Context Protocol servers

  129. learn-ai-engineering - ⭐ 5,537 Learn AI and LLMs from scratch using free resources

  130. mcp-playwright - ⭐ 5,519 Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

  131. stitch-skills - ⭐ 5,455 A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.

  132. astron-rpa - ⭐ 5,397 Agent-ready RPA suite with out-of-the-box automation tools. Built for individuals and enterprises.

  133. osaurus - ⭐ 5,375 Own your AI. The native macOS harness for AI agents – any model, persistent memory, autonomous execution, cryptographic identity. Built in Swift. Fully offline. Open source.

  134. bb-browser - ⭐ 5,310 Your browser is the API. CLI + MCP server for AI agents to control Chrome with your login state.

  135. 5ire - ⭐ 5,219 5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .

  136. mcp-atlassian - ⭐ 5,196 MCP server for Atlassian tools (Confluence, Jira)

  137. microsandbox - ⭐ 5,174 opensource secure local-first sandboxes for ai agents

  138. hooker - ⭐ 5,131 🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL unpinning for all apps.

  139. gaianet-node - ⭐ 5,001 Install, run and deploy your own decentralized AI agent service

  140. bifrost - ⭐ 5,000 Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & <100 µs overhead at 5k RPS.

  141. unidbg - ⭐ 4,966 Allows you to emulate an Android native library, and an experimental iOS emulation

  142. mobile-mcp - ⭐ 4,935 Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

  143. EverOS - ⭐ 4,891 Build, evaluate, and integrate long-term memory for self-evolving agents.

  144. magic-mcp - ⭐ 4,876 It’s like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic

  145. awesome-agent-skills - ⭐ 4,867 Tutorials, Guides and Agent Skills Directories

  146. mission-control - ⭐ 4,854 Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.

  147. Kiln - ⭐ 4,836 Build, Evaluate, and Optimize AI Systems. Includes evals, RAG, agents, fine-tuning, synthetic data generation, dataset management, MCP, and more.

  148. mcp-ui - ⭐ 4,818 UI over MCP. Create next-gen UI experiences with the protocol and SDK!

  149. openagent - ⭐ 4,794 ⚡️next-generation personal AI assistant powered by LLM, RAG and agent loops, supporting computer-use, browser-use and coding agent, demo: https://demo.openagentai.org

  150. OmniRoute - ⭐ 4,786 Never stop coding. Free AI gateway: one endpoint, 160+ providers, RTK+Caveman stacked compression up to ~95% eligible context savings, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.

  151. aci - ⭐ 4,773 ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

  152. byterover-cli - ⭐ 4,762 ByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)

  153. sandbox - ⭐ 4,719 All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

  154. oh-my-pi - ⭐ 4,637 ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more

  155. rikkahub - ⭐ 4,624 RikkaHub is an Android APP that supports for multiple LLM providers.

  156. deep-research - ⭐ 4,584 Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.

  157. go-sdk - ⭐ 4,557 The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google.

  158. Olares - ⭐ 4,541 Olares: An Open-Source Personal Cloud to Reclaim Your Data

  159. casibase - ⭐ 4,503 ⚡️AI Cloud OS: Open-source enterprise-level AI knowledge base and MCP (model-context-protocol)/A2A (agent-to-agent) management platform with admin UI, user management and Single-Sign-On⚡️, supports ChatGPT, Claude, Llama, Ollama, HuggingFace, etc., chat bot demo: https://ai.casibase.com, admin UI demo: https://ai-admin.casibase.com

  160. excalidraw-mcp - ⭐ 4,464 Fast and streamable Excalidraw MCP App

  161. notebooklm-mcp-cli - ⭐ 4,454

  162. exa-mcp-server - ⭐ 4,438 Exa MCP for web search and web crawling!

  163. mcporter - ⭐ 4,435 Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.

  164. claude-seo - ⭐ 4,396 Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.

  165. PPTAgent - ⭐ 4,374 An Agentic Framework for Reflective PowerPoint Generation

  166. notion-mcp-server - ⭐ 4,339 Official Notion MCP Server

  167. Peekaboo - ⭐ 4,332 Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

  168. mcporter - ⭐ 4,284 Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.

  169. httprunner - ⭐ 4,277 HttpRunner 是一款开源的 API/UI 测试框架,简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。

  170. csharp-sdk - ⭐ 4,267 The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.

  171. mcpo - ⭐ 4,200 A simple, secure MCP-to-OpenAPI proxy server

  172. spec-workflow-mcp - ⭐ 4,182 A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project’s progress directly in your development environment.

  173. learn-agentic-ai - ⭐ 4,168 Learn Agentic AI using Dapr Agentic Cloud Ascent (DACA) Design Pattern and Agent-Native Cloud Technologies: OpenAI Agents SDK, Memory, MCP, A2A, Knowledge Graphs, Dapr, Rancher Desktop, and Kubernetes.

  174. XcodeBuildMCP - ⭐ 4,145 A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

  175. claude-code-guide - ⭐ 4,134 Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!

  176. ouroboros - ⭐ 4,124 Agent OS: Stop prompting. Start specifying.

  177. mcp - ⭐ 4,092 Google 💚 MCP

  178. awesome-mcp-servers - ⭐ 4,075 A curated list of Model Context Protocol (MCP) servers

  179. mcp-server-chart - ⭐ 4,071 🤖 A visualization mcp & skills contains 25+ visual charts using @antvis. Using for chart generation and data analysis.

  180. ciso-assistant-community - ⭐ 4,046 CISO Assistant is a one-stop-shop GRC platform for Risk Management, AppSec, Compliance & Audit, TPRM, Privacy, and Reporting. It supports 130+ global frameworks with automatic control mapping, including ISO 27001, NIST CSF, SOC 2, CIS, PCI DSS, NIS2, DORA, GDPR, HIPAA, CMMC, and more.

  181. solace-agent-mesh - ⭐ 4,045 An event-driven framework designed to build and orchestrate multi-agent AI systems. It enables seamless integration of AI agents with real-world data sources and systems, facilitating complex, multi-step workflows.

  182. lemonade - ⭐ 3,989 Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord: https://discord.gg/5xXzkMu8Zk

  183. go-whatsapp-web-multidevice - ⭐ 3,931 GOWA - WhatsApp REST API with support for UI, Multi Account, Webhooks, and MCP, and Chatwoot. Built with Golang for efficient memory use.

  184. directories - ⭐ 3,930 Find rules and MCP servers

  185. community-plugins - ⭐ 3,928 Find rules and MCP servers

  186. directories - ⭐ 3,896 The Cursor & Windsurf community, find rules and MCPs

  187. telegram-search - ⭐ 3,887 🔍 导出并模糊搜索 Telegram 聊天记录 | Export and fuzzy search your Telegram chat history

  188. excel-mcp-server - ⭐ 3,834 A Model Context Protocol server for Excel file manipulation

  189. octelium - ⭐ 3,820 A next-gen FOSS self-hosted unified zero trust secure access platform that can operate as a remote access VPN, a ZTNA platform, API/AI/MCP gateway, a PaaS, an ngrok-alternative and a homelab infrastructure.

  190. CyberStrikeAI - ⭐ 3,820 CyberStrikeAI is an AI-native security testing platform built in Go. It integrates 100+ security tools, an intelligent orchestration engine, role-based testing with predefined security roles, a skills system with specialized testing skills, and comprehensive lifecycle management capabilities.

  191. drawio-mcp - ⭐ 3,810

  192. Horizon - ⭐ 3,795 📡 Your own AI-powered news radar. Generates daily briefings in English & Chinese. | 用 AI 构建你专属的新闻雷达

  193. qiaomu-anything-to-notebooklm - ⭐ 3,786 Claude Skill: Multi-source content processor for NotebookLM. Supports WeChat articles, web pages, YouTube, PDF, Markdown, search queries → Podcast/PPT/MindMap/Quiz etc.

  194. mcp-feedback-enhanced - ⭐ 3,783 Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.

  195. fast-agent - ⭐ 3,780 Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support

  196. Continuous-Claude-v3 - ⭐ 3,774 Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.

  197. atmosphere - ⭐ 3,765 Real-time transport layer for Java AI agents. Build once with @Agent — deliver over WebSocket, SSE, gRPC, and WebTransport/HTTP3. Talk MCP, A2A and AG-UI.

  198. mcp-server-cloudflare - ⭐ 3,754

  199. AI-Infra-Guard - ⭐ 3,740 A full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.

  200. claude-scholar - ⭐ 3,740 Semi-automated research assistant for academic research and software development. Supports Claude Code, OpenCode, and Codex CLI across ideation, coding, experiments, writing, and publication.

  201. mcp-context-forge - ⭐ 3,719 An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.

  202. mcp-obsidian - ⭐ 3,707 MCP server that interacts with Obsidian via the Obsidian rest API community plugin

  203. godot-mcp - ⭐ 3,700 MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.

  204. archestra - ⭐ 3,668 Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator

  205. cipher - ⭐ 3,637 Byterover Cipher is an opensource memory layer specifically designed for coding agents. Compatible with Cursor, Codex, Claude Code, Windsurf, Cline, Claude Desktop, Gemini CLI, AWS’s Kiro, VS Code, Roo Code, Trae, Amp Code and Warp through MCP. Built by https://byterover.dev/

  206. core - ⭐ 3,629 A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.

  207. engram - ⭐ 3,576 Persistent memory system for AI coding agents. Agent-agnostic Go binary with SQLite + FTS5, MCP server, HTTP API, CLI, and TUI.

  208. osaurus - ⭐ 3,548 AI edge infrastructure for macOS. Run local or cloud models, share tools across apps via MCP, and power AI workflows with a native, always-on runtime.

  209. EverMemOS - ⭐ 3,546 A memory OS that makes your OpenClaw agents more personal while saving tokens.

  210. langchain-mcp-adapters - ⭐ 3,532 LangChain 🔌 MCP

  211. playwriter - ⭐ 3,513 Chrome extension & CLI to let agents control your browser. Runs Playwright snippets in a stateful sandbox. Available as CLI or MCP

  212. MCP-Chinese-Getting-Started-Guide - ⭐ 3,496 Model Context Protocol(MCP) 编程极速入门

  213. boost - ⭐ 3,471 Laravel-focused MCP server for augmenting your AI powered local development experience.

  214. AionUi - ⭐ 3,452 Free, local, open-source GUI app for Gemini CLI, Claude Code, Codex, Qwen Code, Goose Cli, Auggie, and more — Enhanced Chat UI, WebUI, Multi-Agent & Multi-LLM, MCP Integration | 🌟 Star if you like it!

  215. swarmpit - ⭐ 3,438 Lightweight AI-friendly Docker Swarm management

  216. rust-sdk - ⭐ 3,429 The official Rust SDK for the Model Context Protocol

  217. java-sdk - ⭐ 3,420 The official Java SDK for Model Context Protocol servers and clients. Maintained in collaboration with Spring AI

  218. m_flow - ⭐ 3,415 A bio-inspired cognitive memory engine — a new paradigm for Graph RAG.

  219. awesome-openclaw-agents - ⭐ 3,398 162 production-ready AI agent templates for OpenClaw. SOUL.md configs across 19 categories. Submit yours!

  220. mcp-server-browserbase - ⭐ 3,343 Allow LLMs to control a browser with Browserbase and Stagehand

  221. superpowers-zh - ⭐ 3,341 🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 16 款 AI 编程工具真正会干活

  222. PeopleInSpace - ⭐ 3,334 Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.

  223. CodeGraphContext - ⭐ 3,305 An MCP server plus a CLI tool that indexes local code into a graph database to provide context to AI assistants.

  224. Generative-Media-Skills - ⭐ 3,278 Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI). High-quality image, video, and audio generation powered by muapi.ai.

  225. metorial - ⭐ 3,271 Connect any AI model to 1200+ integrations (MCP, CLI, API)

  226. Peekaboo - ⭐ 3,244 Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

  227. SimpleMem - ⭐ 3,208 SimpleMem: Efficient Lifelong Memory for LLM Agents — Text & Multimodal

  228. OB1 - ⭐ 3,192 Open Brain — The infrastructure layer for your thinking. One database, one AI gateway, one chat channel — any AI plugs in. No middleware, no SaaS.

  229. mcp - ⭐ 3,167 Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

  230. zotero-mcp - ⭐ 3,167 Zotero MCP: Connects your Zotero research library with Claude and other AI assistants via the Model Context Protocol to discuss papers, get summaries, analyze citations, and more.

  231. openpencil - ⭐ 3,120 The world’s first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.

  232. fastmcp - ⭐ 3,117 A TypeScript framework for building MCP servers.

  233. goclaw - ⭐ 3,102 GoClaw - GoClaw is OpenClaw rebuilt in Go — with multi-tenant isolation, 5-layer security, and native concurrency. Deploy AI agent teams at scale without compromising on safety.

  234. vitemcp - ⭐ 3,056 A TypeScript framework for building MCP servers.

  235. basic-memory - ⭐ 3,043 AI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN

  236. core - ⭐ 3,035 AI agent microservice

  237. rocketride-server - ⭐ 3,023 High-performance AI pipeline engine with a C++ core and 50+ Python-extensible nodes. Build, debug, and scale LLM workflows with 13+ model providers, 8+ vector databases, and agent orchestration, all from your IDE. Includes VS Code extension, TypeScript/Python SDKs, and Docker deployment.

  238. mcp-grafana - ⭐ 3,016 MCP server for Grafana

  239. n8n-nodes-mcp - ⭐ 3,011 n8n custom node for MCP

  240. tradingview-mcp - ⭐ 2,979 AI-assisted TradingView chart analysis — connect Claude Code to your TradingView Desktop for personal workflow automation

  241. TuriX-CUA - ⭐ 2,971 This is the official website for TuriX Computer-use-Agent

  242. buildwithclaude - ⭐ 2,942 A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw

  243. ha-mcp - ⭐ 2,935 The Unofficial and Awesome Home Assistant MCP Server

  244. kagent - ⭐ 2,787 Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord

  245. Unity-MCP - ⭐ 2,780 AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

  246. dbhub - ⭐ 2,774 Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.

  247. shadcn-ui-mcp-server - ⭐ 2,768 A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native

  248. postgres-mcp - ⭐ 2,754 Postgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.

  249. arxiv-mcp-server - ⭐ 2,738 A Model Context Protocol server for searching and analyzing arXiv papers

  250. tradingview-mcp - ⭐ 2,727 Real-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.

  251. agentgateway - ⭐ 2,726 Next Generation Agentic Proxy for AI Agents and MCP servers

  252. supabase-mcp - ⭐ 2,696 Connect Supabase to your AI assistants

  253. FireRed-OpenStoryline - ⭐ 2,692 FireRed-OpenStoryline is an AI video editing agent that transforms manual editing into intention-driven directing through natural language interaction, LLM-powered planning, and precise tool orchestration. It facilitates transparent, human-in-the-loop creation with reusable Style Skills for consistent, professional storytelling.

  254. moltis - ⭐ 2,687 A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware.

  255. markdownify-mcp - ⭐ 2,686 A Model Context Protocol server for converting almost anything to Markdown

  256. design-extract - ⭐ 2,675 Extract any website’s complete design system with one command. DTCG tokens, semantic+primitive+composite, MCP server for Claude Code/Cursor/Windsurf, multi-platform emitters (iOS SwiftUI, Android Compose, Flutter, WordPress), Tailwind v4, Figma variables, shadcn/ui, CSS health audit, WCAG remediation, Chrome extension. MIT, Playwright, Node 20+.

  257. SocratiCode - ⭐ 2,660 Enterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra knowledge. 61% less tokens, 84% fewer calls, 37x faster. Cloud in beta.

  258. ddgs - ⭐ 2,646 A metasearch library that aggregates results from diverse web search services

  259. supergateway - ⭐ 2,628 Run MCP stdio servers over SSE and SSE over stdio. AI gateway.

  260. slackdump - ⭐ 2,589 Save or export your private and public Slack messages, threads, files, and users locally without admin privileges.

  261. ableton-mcp - ⭐ 2,575

  262. nunu - ⭐ 2,566 A CLI tool for building Go applications.

  263. kreuzberg - ⭐ 2,561 A polyglot document intelligence framework with a Rust core. Extract text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats. Available for Rust, Python, Ruby, Go, and TypeScript/Node.js—or use via CLI, REST API, or MCP server.

  264. fli - ⭐ 2,553 Google Flights MCP and Python Library

  265. anything-analyzer - ⭐ 2,523 全能协议分析工具:浏览器抓包 + MITM 代理 + 指纹伪装 + AI 分析 + MCP Server 无缝对接 AI Agent/IDE | All-in-one protocol analysis toolkit — built-in browser capture, MITM proxy, JS hooks, fingerprint spoofing, AI analysis & MCP server for agent integration

  266. claude-context-mode - ⭐ 2,522 MCP is the protocol for tool access. We’re the virtualization layer for context.

  267. mcp-proxy - ⭐ 2,522 A bridge between Streamable HTTP and stdio MCP transports

  268. wanwu - ⭐ 2,518 China Unicom’s Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform features a developer-friendly license, and we welcome all developers to build upon the platform.

  269. MCP-SuperAssistant - ⭐ 2,470 Brings MCP to ChatGPT, DeepSeek, Perplexity, Grok, Gemini, Google AI Studio, OpenRouter, DeepSeek, T3 Chat and more…

  270. notebooklm-mcp - ⭐ 2,449 MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.

  271. agent-deck - ⭐ 2,434 Terminal session manager for AI coding agents. One TUI for Claude, Gemini, OpenCode, Codex, and more.

  272. google_workspace_mcp - ⭐ 2,416 Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace / G Suite MCP Server & CLI Tool

  273. agent-scan - ⭐ 2,415 Security scanner for AI agents, MCP servers and agent skills.

  274. codebase-memory-mcp - ⭐ 2,397 High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 155 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

  275. toprank - ⭐ 2,379 Open-source Claude Code skills for SEO, GEO, Google Ads, Meta Ads

  276. brightdata-mcp - ⭐ 2,368 A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.

  277. sentrux - ⭐ 2,344 Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust.

  278. skills - ⭐ 2,334 Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents

  279. metamcp - ⭐ 2,331 MCP Aggregator, Orchestrator, Middleware, Gateway in one docker

  280. code-graph-rag - ⭐ 2,286 The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

  281. super-agent-party - ⭐ 2,277 ⭐ All-in-one AI companion! Super Agent Party = Self hosted neuro sama + openclaw! ⭐ 全能AI伴侣!超级智能体派对 = 自托管neuro sama + openclaw!

  282. yu-ai-agent - ⭐ 2,270 编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。

  283. ext-apps - ⭐ 2,269 Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP servers

  284. comfyui_LLM_party - ⭐ 2,250 LLM Agent Framework in ComfyUI includes MCP sever, Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai / aisuite interfaces, such as o1,ollama, gemini, grok, qwen, GLM, deepseek, kimi,doubao. Adapted to local llms, vlm, gguf such as llama-3.3 Janus-Pro, Linkage graphRAG

  285. obsidian-local-rest-api - ⭐ 2,248 A secure REST API and Model Context Protocol (MCP) server for your vault.

  286. gemini-mcp-tool - ⭐ 2,214 MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini’s massive token window for large file analysis and codebase understanding

  287. modelcontextprotocol - ⭐ 2,202 The official MCP server implementation for the Perplexity API Platform

  288. chatmcp - ⭐ 2,198 ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).

  289. claude-code-plugins-plus-skills - ⭐ 2,196 425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  290. onecli - ⭐ 2,190 Open-source credential vault, give your AI agents access to services without exposing keys.

  291. mcp-crawl4ai-rag - ⭐ 2,161 Web Crawling and RAG Capabilities for AI Agents and AI Coding Assistants

  292. mcp-server - ⭐ 2,134 An MCP server for interacting with the Financial Datasets stock market API.

  293. mcp2cli - ⭐ 2,133 Turn any MCP, OpenAPI, or GraphQL server into a CLI — at runtime, with zero codegen

  294. Aix-DB - ⭐ 2,118 Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。

  295. google-analytics-mcp - ⭐ 2,115

  296. Unla - ⭐ 2,113 🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.

  297. agent-device - ⭐ 2,109 CLI to control iOS and Android devices for AI agents

  298. carbon - ⭐ 2,106 Carbon is an open source ERP, MES and QMS for manufacturing. Perfect for complex assembly, contract manufacturing, and configure to order manufacturing.

  299. mcp-shrimp-task-manager - ⭐ 2,103 Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.

  300. claude-code-subagents-collection - ⭐ 2,098 Claude Code Subagents & Commands Collection + CLI Tool

  301. fusio - ⭐ 2,089 Self-Hosted API Management for Builders

  302. mcphub - ⭐ 2,087 A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.

  303. DevDocs - ⭐ 2,072 Completely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

  304. vexa - ⭐ 2,058 Open-source meeting transcription API for Google Meet, Microsoft Teams & Zoom. Auto-join bots, real-time WebSocket transcripts, MCP server for AI agents. Self-host or use hosted SaaS.

  305. jadx-ai-mcp - ⭐ 2,035 Plugin for JADX to integrate MCP server

  306. mcp-router - ⭐ 2,014 A Unified MCP Server Management App (MCP Manager).

  307. open-seo - ⭐ 2,011 Open source alternative to Semrush and Ahrefs

  308. mcpso - ⭐ 2,010 directory for Awesome MCP Servers

  309. superglue - ⭐ 2,009 superglue (YC W25) builds integrations and tools from natural language. Get production-grade tools for long tail and enterprise systems.

  310. claude-peers-mcp - ⭐ 2,004 Allow all your Claude Codes to message each other ad-hoc!

  311. beelzebub - ⭐ 1,993 A secure low code deception runtime framework, leveraging AI for System Virtualization.

  312. agentset - ⭐ 1,988 The open-source RAG platform: built-in citations, deep research, 22+ file formats, partitions, MCP server, and more.

  313. ios-simulator-mcp - ⭐ 1,980 MCP server for interacting with the iOS simulator

  314. tavily-mcp - ⭐ 1,979 Production ready MCP server with real-time search, extract, map & crawl.

  315. radar - ⭐ 1,974 The missing open source Kubernetes UI. Topology, event timeline, and service traffic — plus resource browsing and Helm management.

  316. witsy - ⭐ 1,969 Witsy: desktop AI assistant / universal MCP client

  317. mcp-cli - ⭐ 1,967

  318. esp32_nat_router - ⭐ 1,958 An AI-enabled NAT Router/Firewall for the ESP32

  319. mcp_agent_mail - ⭐ 1,948 Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite

  320. inspector - ⭐ 1,947 Development platform to debug, chat, inspect, and evaluate MCP servers, MCP apps, and ChatGPT apps.

  321. mcp_excalidraw - ⭐ 1,931 MCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.

  322. witsy - ⭐ 1,928 Witsy: desktop AI assistant / universal MCP client

  323. mcpb - ⭐ 1,920 Desktop Extensions: One-click local MCP server installation in desktop apps

  324. linkedin-mcp-server - ⭐ 1,911 Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI assistant access to profiles, companies, jobs, and messages.

  325. beelzebub - ⭐ 1,904 A secure low code honeypot framework, leveraging AI for System Virtualization.

  326. yomo - ⭐ 1,904 🦖 Serverless AI Agent Framework with Geo-distributed Edge AI Infra.

  327. contextplus - ⭐ 1,895 Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.

  328. mcp-cli - ⭐ 1,891

  329. unreal-mcp - ⭐ 1,883 Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).

  330. mcp-memory-service - ⭐ 1,854 Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.

  331. dembrandt - ⭐ 1,852 Extract any website’s design system into tokens in seconds: logo, colors, typography, borders & more. One command.

  332. Claude-Code-Everything-You-Need-to-Know - ⭐ 1,850 The ultimate all-in-one guide to mastering Claude Code. From setup, prompt engineering, commands, hooks, workflows, automation, and integrations, to MCP servers, tools, and the BMAD method—packed with step-by-step tutorials, real-world examples, and expert strategies to make this the global go-to repo for Claude mastery.

  333. jcodemunch-mcp - ⭐ 1,832 The leading, most token-efficient MCP server for GitHub source code exploration via tree-sitter AST parsing

  334. sanic-web - ⭐ 1,817 一个轻量级、支持全链路且易于二次开发的大模型应用项目(Large Model Data Assistant) 支持DeepSeek/Qwen3等大模型 基于 Dify 、LangChain/LangGraph、Ollama&Vllm、Sanic 和 Text2SQL 📊 等技术构建的一站式大模型应用开发项目,采用 Vue3、TypeScript 和 Vite 5 打造现代UI。它支持通过 ECharts 📈 实现基于大模型的数据图形化问答,具备处理 CSV 文件 📂 表格问答的能力。同时,能方便对接第三方开源 RAG 系统 检索系统 🌐等,以支持广泛的通用知识问答。

  335. opendia - ⭐ 1,815 Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.

  336. tabularis - ⭐ 1,809 A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.

  337. MAI-UI - ⭐ 1,805 MAI-UI: Real-World Centric Foundation GUI Agents ranging from 2B to 235B

  338. toolhive - ⭐ 1,803 ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.

  339. AIaW - ⭐ 1,801 AI as Workspace - An elegant AI chat client. Full-featured, lightweight. Support multiple workspaces, plugin system, cross-platform, local first + real-time cloud sync, Artifacts, MCP | 更好的 AI 客户端

  340. Dive - ⭐ 1,794 Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨

  341. py-gpt - ⭐ 1,787 Desktop AI Assistant powered by GPT-5, GPT-4, o1, o3, Gemini, Claude, Ollama, DeepSeek, Perplexity, Grok, Bielik, chat, vision, voice, RAG, image and video generation, agents, tools, MCP, plugins, speech synthesis and recognition, web search, memory, presets, assistants,and more. Linux, Windows, Mac

  342. contextplus - ⭐ 1,780 Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.

  343. lean-ctx - ⭐ 1,779 The Context Layer for AI Development. Compress, track, and govern every token between your code and the AI. Cursor, Claude Code, Copilot, Windsurf, Codex, Gemini and more. 59 MCP tools. 10 read modes. 95+ patterns. Single Rust binary.

  344. headroom - ⭐ 1,772 Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

  345. mcphub.nvim - ⭐ 1,766 An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins.

  346. plik - ⭐ 1,759 Plik is a temporary file upload system (Wetransfer like) in Go.

  347. executor - ⭐ 1,756 The missing integration layer for AI agents. Let them call any OpenAPI / MCP / GraphQL / custom js functions in secure environment.

  348. korean-law-mcp - ⭐ 1,742 국가법령정보MCP v4.0 | 법제처 41개 API → 17개 MCP 도구. 법령·판례·조례 검색 + LLM 환각 방지 인용검증 + 조문 영향 그래프(impact_map) + 시점 비교 자동 diff(time_travel) + 시민 5단계 실행 가이드(action_plan) | 41 Korean legal APIs → 17 MCP tools

  349. pg-aiguide - ⭐ 1,729 MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.

  350. interactive-feedback-mcp - ⭐ 1,719 Interactive User Feedback MCP

  351. kubb - ⭐ 1,714 🧡 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.

  352. pilot-shell - ⭐ 1,709 How real engineers run Claude Code: spec-driven planning, enforced TDD, persistent memory, and quality enforcement on all levels. Make Claude Code production-ready.

  353. awesome-claude-code-toolkit - ⭐ 1,705 The most comprehensive toolkit for Claude Code – 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 14 MCP configs, 26 companion apps, 52 ecosystem entries, and more.

  354. mcp-unity - ⭐ 1,702 Model Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs

  355. anyquery - ⭐ 1,694 Query anything (GitHub, Notion, +40 more) with SQL and let LLMs (ChatGPT, Claude) connect to using MCP

  356. figma-console-mcp - ⭐ 1,690 Your design system as an API. Connect AI to Figma for extraction, creation, and debugging.

  357. grepai - ⭐ 1,689 Semantic Search & Call Graphs for AI Agents (100% Local)

  358. azure-devops-mcp - ⭐ 1,688 The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

  359. repowise - ⭐ 1,680 Codebase intelligence for AI-assisted engineering teams — auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.

  360. zenfeed - ⭐ 1,677 Make RSS 📰 great again with AI 🧠✨!! [作者新开的Gpt模型中转站 - 0.2 倍率, 0.2元当1刀花,比官方便宜35倍 https://token.glidea.app]

  361. awesome-claude-plugins - ⭐ 1,672 A curated list of Plugins that let you extend Claude Code with custom commands, agents, hooks, and MCP servers through the plugin system.

  362. cocoindex-code - ⭐ 1,670 A super light-weight embedded code search engine CLI (AST based) that just works - saves 70% token and improves speed for coding agent 🌟 Star if you like it!

  363. mcp-server-mysql - ⭐ 1,668 A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

  364. blitz-mac - ⭐ 1,656 Native macOS App Store Connect tool with MCP. Submit iOS apps to App Store with AI agents

  365. mcp - ⭐ 1,641 Official Microsoft Learn MCP Server and CLI tool – powering LLMs and AI agents with real-time, trusted Microsoft docs & code samples.

  366. paperbanana - ⭐ 1,627 Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.

  367. n8n-mcp-server - ⭐ 1,620 MCP server that provides tools and resources for interacting with n8n API

  368. codemcp - ⭐ 1,615 Coding assistant MCP for Claude Desktop

  369. slack-mcp-server - ⭐ 1,607 The most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.

  370. kubernetes-mcp-server - ⭐ 1,596 Model Context Protocol (MCP) server for Kubernetes and OpenShift

  371. claude-code-rust - ⭐ 1,592 🚀 Rust 全量重构的 Claude Code - 性能提升 2.5x,体积减少 97% | High-performance Rust implementation of Claude Code with 2.5x faster startup and 97% smaller binary

  372. GrokSearch - ⭐ 1,589 Integrate Grok’s powerful real-time search capabilities into Claude via the MCP protocol!

  373. mcptools - ⭐ 1,584 A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.

  374. BeeCount - ⭐ 1,579 🐝 跨端开源记账 · 自建云 + iCloud/WebDAV/S3 同步 · AI 记账 · MCP | Open-source bookkeeping across iOS/Android/Web · Self-hosted + iCloud/WebDAV/S3 sync · AI capture · MCP-enabled

  375. Continuous-Claude-v2 - ⭐ 1,575 Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.

  376. mcp-brasil - ⭐ 1,563 MCP Server para 70 APIs públicas brasileiras

  377. ai-engineering-interview-questions - ⭐ 1,561 Your Cheat Sheet for AI Engineering Interview – Questions and Answers.

  378. ai - ⭐ 1,556 One-stop shop for building AI-powered products and businesses with Stripe.

  379. PrismerCloud - ⭐ 1,537 Prismer Cloud

  380. mcp-language-server - ⭐ 1,530 mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.

  381. gitlab-mcp - ⭐ 1,524 First gitlab mcp for you, building together

  382. better-agents - ⭐ 1,520 Standards for building agents, better

  383. mcp-installer - ⭐ 1,517 An MCP server that installs other MCP servers for you

  384. awesome-agentic-ai-zh - ⭐ 1,516 A structured, trilingual (繁中 / 简中 / English) learning roadmap for agentic AI — from LLM basics to multi-agent systems. 8 stages · 145+ curated projects · hands-on exercises. 中文 AI agent 學習地圖。

  385. NagaAgent - ⭐ 1,515 A simple yet powerful agent framework for personal assistants, designed to enable intelligent interaction, multi-agent collaboration, and seamless tool integration.

  386. MCP-Reborn - ⭐ 1,509 MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.21.4)

  387. jshookmcp - ⭐ 1,509 js hook toolkit that all you need

  388. rulego - ⭐ 1,506 ⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.

  389. hotpath-rs - ⭐ 1,495 Quickly find bottlenecks in Rust - one profiler for CPU, time, memory, and async code.

  390. claudian - ⭐ 1,493 An Obsidian plugin that embeds Claude Code as an AI collaborator in your vault

  391. docker-mcp-tutorial - ⭐ 1,492 Complete tutorial materials for building MCP servers with Docker - from NetworkChuck’s video

  392. tavily-key-generator - ⭐ 1,492 Multi-service toolkit for Tavily and Firecrawl signup automation, key validation, and isolated proxy pools.

  393. mcp-brasil - ⭐ 1,487 MCP Server para 41 APIs públicas brasileiras

  394. php-sdk - ⭐ 1,486 The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.

  395. MiniMax-MCP - ⭐ 1,480 Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.

  396. paper-search-mcp - ⭐ 1,476 MCP, CLI, Skills for searching and downloading academic papers from multiple sources like arXiv, PubMed, bioRxiv, etc.

  397. semble - ⭐ 1,467 Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read

  398. datagouv-mcp - ⭐ 1,462 Official data.gouv.fr Model Context Protocol (MCP) server that allows AI chatbots to search, explore, and analyze datasets from the French national Open Data platform, directly through conversation.

  399. Risuai - ⭐ 1,460 Make your own story. User-friendly software for LLM roleplaying

  400. mcp-scan - ⭐ 1,458 Security scanner for AI agents, MCP servers and agent skills.

  401. code-mode - ⭐ 1,458 🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.

  402. ghost-os - ⭐ 1,455 Full computer-use for AI agents. Self-learning workflows. Native macOS. No screenshots required.

  403. nixopus - ⭐ 1,436 Run production apps without thinking about infrastructure. On your server or ours. Fully agentic.

  404. mcp-server-guide - ⭐ 1,433 A guide on how to use the Figma MCP server

  405. mcp-remote - ⭐ 1,432

  406. iMCP - ⭐ 1,423 A macOS app that provides an MCP server to your Messages, Contacts, Reminders and more

  407. llm-for-zotero - ⭐ 1,423 A research agent system deeply rooted in your own Zotero library.

  408. phantom - ⭐ 1,421 An AI co-worker with its own computer. Self-evolving, persistent memory, MCP server, secure credential collection, email identity. Built on the Claude Agent SDK.

  409. claude-pilot - ⭐ 1,418 Claude Code is powerful. Pilot makes it reliable. Start a task, grab a coffee, come back to production-grade code. Tests enforced. Context preserved. Quality automated.

  410. data-api-builder - ⭐ 1,410 Data API builder provides modern REST, GraphQL endpoints and MCP tools to your Azure Databases and on-prem stores.

  411. mcp-server-qdrant - ⭐ 1,399 An official Qdrant Model Context Protocol (MCP) server implementation

  412. ShipSwift - ⭐ 1,395 AI-native SwiftUI component library with full-stack recipes — connect via MCP for instant access.

  413. mcp-server-kubernetes - ⭐ 1,394 MCP Server for kubernetes management commands

  414. mcp-gateway - ⭐ 1,393 docker mcp CLI plugin / MCP Gateway

  415. lanhu-mcp - ⭐ 1,391 ⚡ 需求分析效率提升 200%!全球首个为 AI 编程时代设计的团队协作 MCP 服务器,自动分析需求自动编写前后端代码,下载切图

  416. swift-sdk - ⭐ 1,380 The official Swift SDK for Model Context Protocol servers and clients.

  417. mcp-obsidian - ⭐ 1,373 A connector for Claude Desktop to read and search an Obsidian vault.

  418. cunzhi - ⭐ 1,371 告别AI提前终止烦恼,助力AI更加持久

  419. terraform-mcp-server - ⭐ 1,369 The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.

  420. elevenlabs-mcp - ⭐ 1,367 The official ElevenLabs MCP server

  421. kotlin-sdk - ⭐ 1,362 The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

  422. npcpy - ⭐ 1,357 The python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and more.

  423. open-cowork - ⭐ 1,351 Open-source AI agent desktop app for Windows & macOS. One-click install Claude Code, MCP tools, and Skills — with sandbox isolation, multi-model support, and Feishu/Slack integration.

  424. deepwiki-mcp - ⭐ 1,350 📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors

  425. js-reverse-mcp - ⭐ 1,345 为 AI Agent 设计的 JS 逆向 MCP Server,内置反检测,基于 chrome-devtools-mcp 重构 | JS reverse engineering MCP server with agent-first tool design and built-in anti-detection. Rebuilt from chrome-devtools-mcp.

  426. claude-init - ⭐ 1,340 Claude Code 中文开发套件 - 为中国开发者定制的零门槛 AI 编程环境。一键安装完整中文化体验,集成 MCP 服务器、智能上下文管理、安全扫描,支持免翻墙访问。让 AI 编程更简单。

  427. docs-mcp-server - ⭐ 1,340 Grounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools

  428. OpenContracts - ⭐ 1,320 Humans and AI agents, building knowledge bases together. Self-hosted document annotation, version control, semantic search, and MCP.

  429. nanobot - ⭐ 1,313 Build MCP Agents

  430. nanobot - ⭐ 1,309 Build MCP Agents

  431. relaticle - ⭐ 1,307 Open-source CRM with native AI agent support. 30 MCP tools, REST API, self-hosted. Built with Laravel & Filament

  432. damn-vulnerable-MCP-server - ⭐ 1,296 Damn Vulnerable MCP Server

  433. sourcey - ⭐ 1,294 Precision documentation from OpenAPI, MCP, Doxygen, and Markdown guides. Static HTML you own.

  434. mcp-windbg - ⭐ 1,288 Model Context Protocol for WinDBG

  435. langchain4j-aideepin - ⭐ 1,282 基于AI的工作效率提升工具(聊天、绘画、知识库、工作流、 MCP服务市场、语音输入输出、长期记忆) | Ai-based productivity tools (Chat,Draw,RAG,Workflow,MCP marketplace, ASR,TTS, Long-term memory etc)

  436. browserwing - ⭐ 1,271 BrowserWing turns your browser actions into MCP commands Or Claude Skill, allowing AI agents to control browsers efficiently and reliably. Say goodbye to slow, token-heavy LLM interactions — let agents call commands directly for faster automation. Perfect for AI-driven tasks, browser automation, and boosting productivity.

  437. mcpvault - ⭐ 1,271 A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access

  438. xhs-toolkit - ⭐ 1,267 📕 小红书创作者MCP工具包 - 支持与AI客户端集成的内容创作和发布工具

  439. sre - ⭐ 1,266 The SmythOS Runtime Environment (SRE) is an open-source, cloud-native runtime for agentic AI. Secure, modular, and production-ready, it lets developers build, run, and manage intelligent agents across local, cloud, and edge environments.

  440. apple-docs-mcp - ⭐ 1,261 MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants

  441. opennews-mcp - ⭐ 1,259 News Aggregation · AI Ratings · Trading Signals · Real-time Updates

  442. cli - ⭐ 1,258 The official TanStack CLI - Project Scaffolding, MCP Server, Agent Skills Installation, etc

  443. aso-skills - ⭐ 1,253 AI agent skills for App Store Optimization (ASO) and app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata optimization, competitor analysis, and app growth.

  444. xmcp - ⭐ 1,252 The TypeScript MCP framework

  445. mysql_mcp_server - ⭐ 1,251 A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

  446. xiaozhi-esp32-server-java - ⭐ 1,251 小智ESP32的Java企业级管理平台,提供设备监控、音色定制、角色切换和对话记录管理的前后端及服务端一体化解决方案

  447. open-webSearch - ⭐ 1,244 Multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval — skill-guided workflows, no API keys.

  448. web-eval-agent - ⭐ 1,239 An MCP server that autonomously evaluates web applications.

  449. Agent-MCP - ⭐ 1,234 Agent-MCP is a framework for creating multi-agent systems that enables coordinated, efficient AI collaboration through the Model Context Protocol (MCP). The system is designed for developers building AI applications that benefit from multiple specialized agents working in parallel on different aspects of a project.

  450. apify-mcp-server - ⭐ 1,231 The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.

  451. amical - ⭐ 1,230 🎙️ AI Dictation App - Open Source and Local-first ⚡ Type 3x faster, no keyboard needed. 🆓 Powered by open source models, works offline, fast and accurate.

  452. web-eval-agent - ⭐ 1,226 An MCP server that autonomously evaluates web applications.

  453. ros-mcp-server - ⭐ 1,226 Connect AI models like Claude & GPT with robots using MCP and ROS.

  454. drawio-mcp-server - ⭐ 1,226 Draw.io Model Context Protocol (MCP) Server

  455. wenyan-mcp - ⭐ 1,225 文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。

  456. antigravity-workspace-template - ⭐ 1,225 Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf.

  457. mcp-golang - ⭐ 1,223 Write Model Context Protocol servers in few lines of go code. Docs at https://mcpgolang.com . Created by https://metoro.io

  458. RisuAI - ⭐ 1,222 Make your own story. User-friendly software for LLM roleplaying

  459. minutes - ⭐ 1,207 Every meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.

  460. sceneview - ⭐ 1,206 3D & AR SDK for Android (Jetpack Compose + Filament), iOS (SwiftUI + RealityKit), and Web. AI-first: llms.txt, MCP server, Copilot/Cursor rules. The only Compose-native 3D library.

  461. A2V - ⭐ 1,200 A2V: Next-Gen AI Value Compute Protocol.

  462. AIPex - ⭐ 1,187 AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser Operator、 Claude Chrome and Agent Browser

  463. vllm-mlx - ⭐ 1,180 OpenAI and Anthropic compatible server for Apple Silicon. Run LLMs and vision-language models (Llama, Qwen-VL, LLaVA) with continuous batching, MCP tool calling, and multimodal support. Native MLX backend, 400+ tok/s. Works with Claude Code.

  464. trpc-agent-go - ⭐ 1,177 trpc-agent-go is a powerful Go framework for building intelligent agent systems using large language models (LLMs) and tools.

  465. fast-mcp - ⭐ 1,174 A Ruby Implementation of the Model Context Protocol

  466. ApeRAG - ⭐ 1,167 ApeRAG: Production-ready GraphRAG with multi-modal indexing, AI agents, MCP support, and scalable K8s deployment

  467. todo-for-ai - ⭐ 1,166 🤖 A comprehensive task management system specifically designed for AI assistants. Supports project management, task tracking, team collaboration, and seamless AI integration through MCP (Model Context Protocol). Built with modern tech stack including React, Flask, and Docker. Try it now at https://todo4ai.org/

  468. webclaw - ⭐ 1,159 Fast, local-first web content extraction for LLMs. Scrape, crawl, extract structured data — all from Rust. CLI, REST API, and MCP server.

  469. himarket - ⭐ 1,154 HiMarket is an enterprise-level “AI Capability Marketplace and Developer Ecosystem Hub.” It is not merely a simple aggregation of traditional APIs, but rather a comprehensive platform that packages, publishes, manages, and operates core AI assets such as enterprise Model APIs, MCP Servers, Agent APIs, etc., through standardized product formats.

  470. tabularis - ⭐ 1,153 A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.

  471. duckduckgo-mcp-server - ⭐ 1,149 A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.

  472. tuui - ⭐ 1,148 A desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.

  473. trustgraph - ⭐ 1,147 Programmable Context for the AI Stack. Build. Version. Deploy. The full lifecycle platform for Context Graphs.

  474. agents - ⭐ 1,147 Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.

  475. MeiGen-AI-Design-MCP - ⭐ 1,143 Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system

  476. mcp-cli - ⭐ 1,142 Lighweight CLI to interact with MCP servers

  477. burp-ai-agent - ⭐ 1,137 Burp Suite extension that adds built-in MCP tooling, AI-assisted analysis, privacy controls, passive and active scanning and more

  478. Gearboy - ⭐ 1,131 Game Boy / Game Boy Color / Super Game Boy emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.

  479. LangAlpha - ⭐ 1,131 Claude Code for Finance

  480. short-video-maker - ⭐ 1,130 Creates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.

  481. skybridge - ⭐ 1,129 Skybridge is a full-stack TypeScript framework for MCP Apps and ChatGPT Apps. Type-safe. React-powered. Platform-agnostic.

  482. ai-agents-from-zero - ⭐ 1,129 🚀 2026 最系统的 AI Agent 速成指南|智能体实战教程 · 完整学习路径 + 实战项目 + 面试题库 · 对标大模型应用开发工程师岗位 · 覆盖LangChain / LangGraph / Coze / Dify / MCP / skills / LLM / RAG / 提示词 · 企业级部署与微调 · 从0到企业级落地 + 从学习到上线项目 + 面试准备一体化

  483. google-calendar-mcp - ⭐ 1,119 MCP integration for Google Calendar to manage events.

  484. jupyter-mcp-server - ⭐ 1,106 🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.

  485. telegram-mcp - ⭐ 1,105 Telegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.

  486. ref-tools-mcp - ⭐ 1,103 Helping coding agents never make mistakes working with public or private libraries without wasting the context window.

  487. better-chatbot - ⭐ 1,101 Just a Better Chatbot. Powered by Agent & MCP & Workflows.

  488. ai-dev-tools-zoomcamp - ⭐ 1,096 AI Dev Tools Zoomcamp is a free course that helps you use AI tools to write better code, faster. We’re starting the first cohort of this course on November 18, 2025! Sign up here to join us 👇🏼

  489. quickstart-resources - ⭐ 1,094 A repository of servers and clients from the Model Context Protocol tutorials

  490. nocturne_memory - ⭐ 1,092 A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents. Say goodbye to Vector RAG and amnesia. Empower your AI with persistent, graph-like structured memory across any model, session, or tool. Drop-in replacement for OpenClaw.

  491. mcp-adapter - ⭐ 1,089 An MCP adapter that bridges the Abilities API to the Model Context Protocol, enabling MCP clients to discover and invoke WordPress plugin, theme, and core abilities programmatically.

  492. LetsFG - ⭐ 1,084 Agent-native flight search & booking. Saved $116 across 5 routes vs Google Flights (verified). 400+ airlines in 5 seconds. Join the community - Star and spread the word

  493. skales - ⭐ 1,083 Local-first AI desktop agent for Windows, macOS, Linux & Android. Codework, multi-agent teams, desktop automation, 15+ AI providers. No Docker. No terminal. AI Companion. Agent Skills (SKILL.md). Migration-Importer, BYOK, from 6 to 60+. Recurring Autonomous AI Agent Tasks.

  494. davinci-resolve-mcp - ⭐ 1,072 MCP server integration for DaVinci Resolve Studio

  495. flock - ⭐ 1,071 Flock is a workflow-based low-code platform for rapidly building chatbots, RAG, and coordinating multi-agent teams, powered by LangGraph, Langchain, FastAPI, and NextJS.(Flock 是一个基于workflow工作流的低代码平台,用于快速构建聊天机器人、RAG、Agent和Muti-Agent应用,采用 LangGraph、Langchain、FastAPI 和 NextJS 构建。)

  496. keeper.sh - ⭐ 1,069 Calendar sync tool & universal calendar MCP server. Aggregate, sync and control calendars on Google, Outlook, Office 365, iCloud, CalDAV or ICS.

  497. ai-setup - ⭐ 1,064 Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.

  498. WebMCP - ⭐ 1,061 Bringing the power of MCP to the web

  499. awesome-remote-mcp-servers - ⭐ 1,058 Remote MCP Servers

  500. codesight - ⭐ 1,057 Universal AI context generator. Saves thousands of tokens per conversation in Claude Code, Cursor, Copilot, Codex, and more.

  501. tools - ⭐ 1,057 A set of tools that gives agents powerful capabilities.

  502. RedNote-MCP - ⭐ 1,055 🚀MCP server for accessing RedNote(XiaoHongShu, xhs).

  503. lets-learn-mcp-python - ⭐ 1,053 MCP Python Tutorial

  504. SearChat - ⭐ 1,052 Search + Chat = SearChat(AI Chat with Search), Support OpenAI/Anthropic/VertexAI/Gemini, DeepResearch, SearXNG, Docker. AI对话式搜索引擎,支持DeepResearch, 支持OpenAI/Anthropic/VertexAI/Gemini接口、聚合搜索引擎SearXNG,支持Docker一键部署。

  505. minima - ⭐ 1,049 On-premises conversational RAG with configurable containers

  506. fetcher-mcp - ⭐ 1,049 MCP server for fetch web page content using Playwright headless browser.

  507. MCPJungle - ⭐ 1,047 One place to manage & connect to all your MCP servers

  508. Awesome-MCP-Servers - ⭐ 1,045 A curated list of Model Context Protocol (MCP) servers

  509. mirobody - ⭐ 1,042 Your Data, Your AI — Health, Finance & More. Open Source, Privacy-First.

  510. brave-search-mcp-server - ⭐ 1,040

  511. devops-ai-guidelines - ⭐ 1,036 First AI Journey for DevOps - with comprehensive learning paths, practical tips, and enterprise guidelines

  512. mcp-server-chatsum - ⭐ 1,033 Query and Summarize your chat messages.

  513. iwe - ⭐ 1,030 Markdown memory system for you and your AI agent

  514. 724-office - ⭐ 1,027 7/24 Office — Self-evolving AI Agent system. 36 tools, 10,000 lines pure Python, modular architecture, MCP plugins, three-layer memory, nudge system, AI mirror, 24/7 production.

  515. xiaoyaosearch - ⭐ 1,026 小遥搜索,听懂你的话、看懂你的图,用AI找到本地任何文件。让搜索像聊天一样简单。XiaoyaoSearch: Understands your words, reads your images, finds any local file with AI. Making search as easy as chatting.

  516. search_with_ai - ⭐ 1,025 AI Search Chat , Support DeepResearch, OpenAI/Anthropic/VertexAI/Gemini, SearXNG, Docker. AI对话式搜索引擎,支持DeepResearch, 支持OpenAI/Anthropic/VertexAI/Gemini接口、聚合搜索引擎SearXNG,支持Docker一键部署。

  517. KiCAD-MCP-Server - ⭐ 1,024 KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

  518. weave - ⭐ 1,024 Entity-level git merge driver. Resolves false conflicts git invents when independent agents edit the same file. ~95% reduction vs. line-based merge.

  519. mongodb-mcp-server - ⭐ 1,023 A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.

  520. mcp-boilerplate - ⭐ 1,022 A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools.

  521. Pixelle-MCP - ⭐ 1,014 An Open-Source Multimodal AIGC Solution based on ComfyUI + MCP + LLM https://pixelle.ai

  522. better-icons - ⭐ 1,012 Skill and MCP server for searching and retrieving icons

  523. CloudBase-MCP - ⭐ 1,012 CloudBase MCP - Connect CloudBase to your AI Agent. Go from AI prompt to live app.

  524. MassGen - ⭐ 1,010 🚀 MassGen is an open-source multi-agent scaling system that runs in your terminal, autonomously orchestrating frontier models and agents to collaborate, reason, and produce high-quality results. | Join us on Discord: discord.massgen.ai

  525. fim-one - ⭐ 1,007 Open-source agent platform for Global × China enterprises — wire every system through one agent core. Self-hosted, any LLM.

  526. azure-skills - ⭐ 1,006 Official agent plugin providing skills and MCP server configurations for Azure scenarios.

  527. muapi-cli - ⭐ 995 Official CLI for muapi.ai — generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable.

  528. reactuse - ⭐ 990 115+ production-ready React Hooks for sensors, UI, state & browser APIs. Tree-shakable, SSR-safe, TypeScript-first. Used by Shopee, PDD & Ctrip. Inspired by VueUse.

  529. google-meta-ads-ga4-mcp - ⭐ 990 MCP server for Google Ads, Meta Ads & GA4 — works with ChatGPT, Claude, Cursor, n8n, Windsurf & more. 250+ tools for campaign management, analytics & optimization.

  530. opensquilla - ⭐ 988 OpenSquilla — Token-Efficient AI Agent with same budget, higher intelligence density

  531. mcpdoc - ⭐ 986 Expose llms-txt to IDEs for development

  532. awesome-devops-mcp-servers - ⭐ 986 A curated list of awesome MCP servers focused on DevOps tools and capabilities.

  533. hister - ⭐ 979 Your own search engine

  534. gemini-nexus - ⭐ 976 Gemini Nexus 是一款深度集成 Google Gemini 能力的 Chrome 扩展程序。它不仅仅是一个侧边栏插件,而是通过注入式的悬浮工具栏、强大的图像 AI 处理以及前沿的浏览器控制协议 (MCP),将 AI 的触角伸向网页浏览的每一个交互细节。

  535. Gemini-Nexus - ⭐ 975 Gemini Nexus 是一款面向浏览器场景的 AI 助手扩展,集成 Gemini Web、Gemini API 与 OpenAI 兼容接口,支持网页上下文、图像处理、工具调用和 MCP 浏览器控制。

  536. ollama-mcp-bridge - ⭐ 972 Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools

  537. awesome-harness-engineering - ⭐ 970 Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration.

  538. agentic-radar - ⭐ 968 A security scanner for your LLM agentic workflows

  539. openapi-servers - ⭐ 964 OpenAPI Tool Servers

  540. claude-delegator - ⭐ 963 Delegate tasks to Codex and Gemini directly from within Claude Code.

  541. jarvis - ⭐ 963 A 100% private AI voice assistant that lives on your computer (works offline). Talk naturally as if Jarvis is a third person in the room, and get conversational responses. It remembers everything, knows location and time, can check the web, control Chrome, track nutrition, and more with support for unlimited MCPs / tools without context rot.

  542. freecad-mcp - ⭐ 960 FreeCAD MCP(Model Context Protocol) server

  543. excel-mcp-server - ⭐ 955 A Model Context Protocol (MCP) server that reads and writes MS Excel data

  544. mcp-jetbrains - ⭐ 952 A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

  545. mcpm.sh - ⭐ 950 CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.

  546. qgis_mcp - ⭐ 948 Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop

  547. agent-teams-ai - ⭐ 948 You’re the CTO, agents are your team. They handle tasks on their own, message each other, and review each other’s work. You just watch the kanban board and give high-level commands. Codex/Claude/OpenCode(200+ models). Build your AI company.

  548. mcp-neo4j - ⭐ 947 Neo4j Labs Model Context Protocol servers

  549. code-index-mcp - ⭐ 942 A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

  550. unreal-engine-mcp - ⭐ 939 Control Unreal Engine 5.5+ through AI with natural language. Build incredible 3D worlds and architectural masterpieces using MCP. Create entire towns, medieval castles, modern mansions, challenging mazes, and complex structures with AI-powered commands.

  551. cocos-mcp-server - ⭐ 935 一款全面的、便捷的cocos creator AI MCP服务插件,适用于3.8.0以上cocos版本,一键安装,一键启动。A comprehensive and convenient cocos creator AI MCP service plug-in, suitable for cocos versions above 3.8.0, one-click installation and one-click start.

  552. mcp-browser-use - ⭐ 933

  553. Proxima - ⭐ 933 Multi-AI MCP Server - Connect ChatGPT, Claude, Gemini & Perplexity to your coding tools without any API

  554. OpenDerisk - ⭐ 932 AI-Native Risk Intelligence Systems, OpenDeRisk——Your application system risk intelligent manager provides 7* 24-hour comprehensive and in-depth protection.

  555. cs - ⭐ 932 codespelunker - CLI code search tool that understands code structure and ranks results by relevance. No indexing required with CLI, TUI, MCP and HTTP support.

  556. kordoc - ⭐ 929 모두 파싱해버리겠다 — HWP, HWPX, PDF, XLSX, DOCX → Markdown. CLI + MCP Server

  557. mcp-scanner - ⭐ 927 Scan MCP servers for potential threats & security findings.

  558. tradememory-protocol - ⭐ 927 Decision audit trail + persistent memory for AI trading agents. Outcome-weighted recall, SHA-256 tamper detection, 17 MCP tools.

  559. MCP-Bridge - ⭐ 926 A middleware to provide an openAI compatible endpoint that can call MCP tools

  560. chatgpt-cli - ⭐ 923 ChatGPT CLI is a powerful, multi-provider command-line interface for working with modern LLMs. It supports OpenAI, Azure, Perplexity, LLaMA, and more, with features like streaming, interactive chat, prompt files, image/audio I/O, MCP tool calls, and an experimental agent mode for safe, multi-step automation.

  561. AI-Gateway - ⭐ 923 Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry 🚀

  562. awesome-openclaw - ⭐ 917 A curated list of OpenClaw resources, tools, skills, tutorials & articles. OpenClaw (formerly Moltbot / Clawdbot) — open-source self-hosted AI agent for WhatsApp, Telegram, Discord & 50+ integrations.

  563. mcp-framework - ⭐ 916 The Typescript MCP Framework

  564. llmwiki - ⭐ 915 Open Source Implementation of Karpathy’s LLM Wiki. Upload documents, connect your Claude account via MCP, and have it write your wiki !

  565. yargi-mcp - ⭐ 913 MCP Server For Turkish Legal Databases

  566. routa - ⭐ 912 Workspace-first multi-agent coordination platform for AI development, with shared Specs, Kanban orchestration, and MCP/ACP/ A2A support across web and desktop.

  567. meta-ads-mcp - ⭐ 911 MCP server to manage Facebook and Instagram Ads (Meta Ads)

  568. CloudBase-AI-ToolKit - ⭐ 909 CloudBase MCP - Connect CloudBase to your AI Agent. Go from AI prompt to live app in one click.

  569. MODULAR-RAG-MCP-SERVER - ⭐ 908 A modular RAG (Retrieval-Augmented Generation) system with MCP Server architecture. Using Skill to make AI follow each step of the spec and complete the code 100% by AI.

  570. shellfirm - ⭐ 906 Safety guardrails for ai coding agents and human terminal commands

  571. nuxt-mcp-dev - ⭐ 905 MCP server helping models to understand your Vite/Nuxt app better.

  572. memory-bank-mcp - ⭐ 904 A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.

  573. jarvis-registry - ⭐ 904 Connect any AI copilot or autonomous agent to your enterprise tools — through a single, secure MCP/Agent gateway with built-in identity, access control, and full observability.

  574. mcp-course - ⭐ 901

  575. ThinkWatch - ⭐ 896 Enterprise AI bastion host for secure AI API and MCP access, with unified proxying, RBAC, audit logs, rate limiting, and cost tracking across OpenAI, Anthropic, Gemini, and self-hosted LLMs.

  576. openapi-mcp-server - ⭐ 893 Allow AI to wade through complex OpenAPIs using Simple Language

  577. mcp-notion-server - ⭐ 892 A Model Context Protocol server for connecting Notion to MCP-compatible clients

  578. mcp-sequential-thinking - ⭐ 892

  579. arcade-mcp - ⭐ 892 MCP Server Framework and Tool Development library for building custom capabilities into agents.

  580. wassette - ⭐ 888 Wassette: A security-oriented runtime that runs WebAssembly Components via MCP

  581. kubectl-mcp-server - ⭐ 888 Published in CNCF Landscape: A MCP server for Kubernetes.

  582. MCProtocolLib - ⭐ 888 A library for communication with a Minecraft client/server.

  583. chatlog_alpha - ⭐ 886 原 [chatlog]项目(一个微信数据库解密读取及提供mcp服务、http服务的开源软件),现已支持通过微信clawbot接口推送消息,可以实时转发全部或指定消息到clawbot

  584. 12306-mcp - ⭐ 886 This is a 12306 ticket search server based on the Model Context Protocol (MCP).

  585. agency-orchestrator - ⭐ 884 🚀 One sentence → multi-AI-role collaboration → complete plan in minutes. 211+ expert roles, zero-code YAML, 9 LLM providers (6 free). 一句话调度多个AI专家自动协作,几分钟交付完整方案。

  586. mix.core - ⭐ 882 🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility. Since 2018.

  587. awesome-mcp-list - ⭐ 879 A concise list for mcp servers

  588. excalidraw-mcp-app - ⭐ 876 Excalidraw MCP App Server — hand-drawn diagrams for Claude

  589. restheart - ⭐ 875 The Agent-Ready Backend for MongoDB.

  590. hyper-mcp - ⭐ 872 📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.

  591. figma-mcp-go - ⭐ 870 Figma MCP for free users — no rate limits, full read/write, text to designs, designs to code

  592. stitch-mcp - ⭐ 869 A CLI for moving AI-generated UI designs from Google’s Stitch platform into your development workflow.

  593. token-savior - ⭐ 869 The MCP server that turns Claude into the only coding agent hitting 100% on a real benchmark. -77% active tokens, -76% wall time, 0 losses across 96 tasks on Claude Opus 4.7. Structural code navigation + persistent memory. Works with every MCP client.

  594. mcp-google-sheets - ⭐ 865 This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.

  595. annas-mcp - ⭐ 865 MCP server and CLI tool for searching and downloading documents from Anna’s Archive

  596. flow-like - ⭐ 865 Flow-Like: Strongly Typed Enterprise Scale Workflows. Built for scalability, speed, seamless AI integration and rich customization.

  597. opentwitter-mcp - ⭐ 864 Twitter/X Data · User Profiles · Tweet Search · Follower Events · KOL Tracking

  598. agent-kit - ⭐ 863 AgentKit: Build multi-agent networks in TypeScript with deterministic routing and rich tooling via MCP.

  599. web-search-mcp - ⭐ 863 A simple, locally hosted Web Search MCP server for use with Local LLMs

  600. claude_agent_teams_ui - ⭐ 860 You’re the CTO, agents are your team. They handle tasks on their own, message each other, and review each other’s work. You just watch the kanban board and give high-level commands. Codex/Claude/OpenCode(75+ LLM providers). Build your AI company.

  601. mcp-knowledge-graph - ⭐ 859 MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development

  602. mcp-gsc - ⭐ 852 Google Search Console Insights with Claude AI for SEOs

  603. nekro-agent - ⭐ 848 NekroAgent 是一个面向多人互动场景的跨平台 Agent 框架,集 Claude Code 沙盒执行、工作区编排、长期记忆、结构化 MCP 管理与可视化控制台于一体,兼具高扩展性、多模态交互、实时状态推送和自动化运行能力。项目支持 QQ、Discord、Telegram、Minecraft、BilibiliLive、WeChat、Email、SSE(SDK) 等多种平台接入,应用于构建高智能聊天机器人,可扩展为具备代码执行、工具调用、插件协作和复杂任务处理能力的通用 Agent 系统

  604. Foundry - ⭐ 844 The foundation layer for agentic intelligence.

  605. stackql - ⭐ 841 Query, provision and operate Cloud and SaaS resources and APIs using an extensible SQL based framework

  606. server - ⭐ 841 Core PHP implementation for the Model Context Protocol (MCP) server

  607. hyper-mcp - ⭐ 835 📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.

  608. bank-api - ⭐ 835 The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.

  609. octocode-mcp - ⭐ 835 MCP server for semantic code research and context generation on real-time using LLM patterns | Search naturally across public & private repos based on your permissions | Transform any accessible codebase/s into AI-optimized knowledge on simple and complex flows | Find real implementations and live docs from anywhere

  610. hyper-mcp - ⭐ 834 📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.

  611. yokai - ⭐ 833 Simple, modular, and observable Go framework for backend applications.

  612. LaunchStack - ⭐ 832 AI-powered StartUp Accelerator Engine built with Next.js, LangChain, PostgreSQL + pgvector. Upload, organize, and chat with documents. Includes predictive missing-document detection, role-based workflows, and page-level insight extraction.

  613. scira-mcp-chat - ⭐ 831 A minimalistic MCP client with a good feature set.

  614. MCP-Security-Checklist - ⭐ 827 A comprehensive security checklist for MCP-based AI tools. Built by SlowMist to safeguard LLM plugin ecosystems.

  615. coderunner - ⭐ 825 A local sandbox for your AI agents

  616. golf - ⭐ 824 Production-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents

  617. browser-use-mcp-server - ⭐ 822 Browse the web, directly from Cursor etc.

  618. supabase-mcp-server - ⭐ 821 Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.

  619. glean - ⭐ 819 A self-hosted RSS reader and personal knowledge management tool.

  620. k8m - ⭐ 819 一款轻量级、跨平台的 Mini Kubernetes AI Dashboard,支持大模型+智能体+MCP(支持设置操作权限),集成多集群管理、智能分析、实时异常检测等功能,支持多架构并可单文件部署,助力高效集群管理与运维优化。

  621. browser-use-mcp-server - ⭐ 818 Browse the web, directly from Cursor etc.

  622. open-codex-computer-use - ⭐ 818 👾 Open Computer Use – Open-Source Alternative to Codex Computer Use

  623. ruby-sdk - ⭐ 817 The official Ruby SDK for the Model Context Protocol.

  624. codedb - ⭐ 817 Zig code intelligence server and MCP toolset for AI agents. Fast tree, outline, symbol, search, read, edit, deps, snapshot, and remote GitHub repo queries.

  625. gemini-skill - ⭐ 814 gemini drawing MCP & skill through browser, can be used in openclaw or any agent that supports MCP. Gemini画图 MCP和sill,支持龙虾或任何agent使用٩(๑>◡<๑)۶

  626. DeepMCPAgent - ⭐ 813 Model-agnostic plug-n-play LangChain/LangGraph agents powered entirely by MCP tools over HTTP/SSE.

  627. heurist-agent-framework - ⭐ 813 A flexible multi-interface AI agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, MCP, and agents-as-a-service.

  628. work-iq - ⭐ 811 MCP Server and CLI for accessing Work IQ

  629. context-space - ⭐ 809 Ultimate Context Engineering Infrastructure, starting from MCPs and Integrations

  630. toolfront - ⭐ 809 Turn your data into shareable RAG apps in minutes. All in pure Markdown. Zero boilerplate.

  631. acemcp - ⭐ 803 一个将ACE(Augment Context Engine) 做成MCP的项目

  632. AITreasureBox - ⭐ 801 🤖 Automatically collected AI repos, tools, websites, papers & tutorials. 实用AI百宝箱 💎

  633. vllora - ⭐ 800 Debug your AI agents

  634. macos-automator-mcp - ⭐ 799 An MCP server to run AppleScript and JXA (JavaScript for Automation) to macOS.

  635. Context - ⭐ 798 Native macOS client for Model Context Protocol (MCP)

  636. ScienceClaw - ⭐ 798 🔬🦞 A self-evolving AI research colleague for scientists. 285 skills, zero hallucination, persistent memory.

  637. vibetest-use - ⭐ 795 Vibetest MCP - automated QA testing using Browser-Use agents

  638. pydantic-deepagents - ⭐ 794 Build Claude Code–style deep agents in Python: tool-calling, sandboxed execution, multi-agent teams, skills, checkpoints, and unlimited context — all on Pydantic AI.

  639. awesome-claude-code-plugins - ⭐ 791 Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code

  640. zotero-mcp - ⭐ 791 It’s a plugin extension in Zotero. Zotero MCP Plugin enables integration between AI assistants and Zotero through MCP. Zotero MCP Plugin 是一个 Zotero 插件,通过 MCP协议实现 AI 助手与 Zotero深度集成。插件支持文献检索、元 数据管理、全文分析和智能问答等功能,让 Claude、ChatGPT 等 AI 工具能够直接访问和操作您的文献库。

  641. gcloud-mcp - ⭐ 790 gcloud MCP server

  642. mcp-searxng - ⭐ 790 MCP Server for SearXNG

  643. room - ⭐ 789 Open-source earning-focused swarm intelligence engine. Self-governing AI collectives (queen, workers, quorum voting) running locally via MCP. Works with Claude Code, Codex, or pay-per-use APIs.

  644. agentscope-runtime - ⭐ 787 A production-ready runtime framework for agent apps with secure tool sandboxing, Agent-as-a-Service APIs, scalable deployment, full-stack observability, and broad framework compatibility.

  645. mcp-server - ⭐ 787 MCP Server for Burp

  646. universal-db-mcp - ⭐ 786 通用数据库 MCP 连接器:支持 MySQL、PostgreSQL、Oracle、MongoDB 等 17 种数据库,支持 Claude Desktop、Cursor、Windsurf、VS Code、ChatGPT 等 50+ 平台,用自然语言查询和分析数据

  647. drift - ⭐ 781 Codebase intelligence for AI. Detects patterns & conventions + remembers decisions across sessions. MCP server for any IDE. Offline CLI.

  648. mcp-clickhouse - ⭐ 780 Connect ClickHouse to your AI assistants.

  649. openyak - ⭐ 778 Open-source local-first AI agent for desktop work. No account, no telemetry: use local models with Ollama/Rapid-MLX or bring your own provider key.

  650. obot - ⭐ 778 Complete MCP Platform – Hosting, Registry, Gateway, and Chat Client

  651. xmcp - ⭐ 775 MCP server for the X API

  652. llm-server-docs - ⭐ 769 End-to-end documentation to set up your own local & fully private LLM server on Debian. Equipped with chat, web search, RAG, model management, MCP servers, image generation, and TTS.

  653. mcp-marketplace - ⭐ 769 This is the official repository for submitting MCP servers to be included in Cline’s MCP Marketplace. If you’ve built an MCP server and want it to be discoverable and easily installable by millions of developers using Cline, submit your server here.

  654. powerbi-modeling-mcp - ⭐ 769 The Power BI Modeling MCP Server, brings Power BI semantic modeling capabilities to your AI agents.

  655. nuwax - ⭐ 766 Nuwax Agent OS - The world’s first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代AI应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及API,提供完善的工作流、插件以及应用开发能力,RAG知识库与数据表存储能力,MCP接入以及开放能力。

  656. runno - ⭐ 764 Sandboxed runtime for programming languages and WASI binaries. Works in the browser, on your server, or via MCP.

  657. context-portal - ⭐ 762 Context Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.

  658. mcp - ⭐ 761 A MCP server implementation for hyperbrowser

  659. fetch-mcp - ⭐ 759 A flexible HTTP fetching Model Context Protocol server.

  660. samples - ⭐ 758 Agent samples built using the Strands Agents SDK.

  661. tapo - ⭐ 758 🦀 Rust API, 🐍 Python API, and 🤖 MCP Server for TP-Link Tapo smart devices

  662. bytechef - ⭐ 757 Open-source platform that unifies AI agent orchestration and workflow automation — autonomy and precision in one platform.

  663. clojure-mcp - ⭐ 752 Clojure MCP

  664. android-mcp-server - ⭐ 751 An MCP server that provides control over Android devices via adb

  665. next-devtools-mcp - ⭐ 751 Next.js Development for Coding Agent

  666. lisa.py - ⭐ 750 LLDB MCP Integration + other helpful commands

  667. llm-functions - ⭐ 750 Easily create LLM tools and agents using plain Bash/JavaScript/Python functions.

  668. cupertino - ⭐ 748 A local Apple Documentation crawler and MCP server. Written in Swift.

  669. openmcp-client - ⭐ 746 All in one vscode plugin for mcp developer

  670. mcp - ⭐ 743 Rapidly build MCP servers for your Laravel applications.

  671. alpaca-mcp-server - ⭐ 738 Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs

  672. cuga-agent - ⭐ 735 CUGA is an open-source generalist agent harness for the enterprise, supporting complex task execution on web and APIs, OpenAPI/MCP integrations, composable architecture, reasoning modes, and policy-aware features.

  673. Wax - ⭐ 734 Single-file memory layer for AI agents, sub mili-second RAG on Apple Silicon. Metal Optimized On-Device. No Server. No API. One File. Pure Swift

  674. NornicDB - ⭐ 734 Nornicdb is a distributed low-latency, Graph+Vector, Temporal MVCC with all sub-ms HNSW search, graph traversal, and writes. Using Neo4j Bolt/Cypher and qdrant’s gRPC means you can switch with no changes. Then, adding intelligent features like schemas, managed embeddings, LLM reranking+inferrence, GPU accel, Auto-TLP, Memory Decay, and MCP server.

  675. arkon - ⭐ 734 Arkon: Enterprise AI Knowledge Hub & MCP Server. Self-hosted knowledge base for teams to manage RAG contexts, access policies, and AI skills. Connect Claude and other LLMs via Model Context Protocol (MCP) for automated, secure organizational knowledge integration.

  676. reverse-engineering-assistant - ⭐ 731 MCP server for reverse engineering tasks in Ghidra 👩‍💻

  677. just-prompt - ⭐ 730 just-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)

  678. codegraph-rust - ⭐ 730 100% Rust implementation of code graphRAG with blazing fast AST+FastML parsing, surrealDB backend and advanced agentic code analysis tools through MCP for efficient code agent context management

  679. anything-to-notebooklm - ⭐ 724 Claude Skill: Multi-source content processor for NotebookLM. Supports WeChat articles, web pages, YouTube, PDF, Markdown, search queries → Podcast/PPT/MindMap/Quiz etc.

  680. openpets - ⭐ 724 Desktop pets for AI coding agents. Install pets, connect Claude Code via MCP, and see live coding status on your desktop.

  681. cli - ⭐ 720 Install, manage and develop MCP servers and skills for agents

  682. mcpcan - ⭐ 719 MCPCAN is a centralized management platform for MCP services. It deploys each MCP service using a container deployment method. The platform supports container monitoring and MCP service token verification, solving security risks and enabling rapid deployment of MCP services. It uses SSE, STDIO, and STREAMABLEHTTP access protocols to deploy MCP。

  683. HowToCook-mcp - ⭐ 718 基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server

  684. mcp-server-docker - ⭐ 717 MCP server for Docker

  685. open-ptc-agent - ⭐ 717 An open source implementation of code execution with MCP (Programatic Tool Calling)

  686. AgentChat - ⭐ 717 AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。

  687. AgentX - ⭐ 716 AgentX 致力于让小白也能无门槛通过自然语言打造属于自己的 Agent。AgentX 采用了自研 MCP 网关,模型高可用组件打造高可用

  688. MemoMind - ⭐ 715 Give your AI agent a brain that remembers. Local memory system for Claude Code — 100% private, GPU-accelerated, zero cloud dependency.

  689. passage-of-time-mcp - ⭐ 714 🤖🕰️ An MCP server that gives language models temporal awareness and time calculation abilities. Teaching AI the significance of the passage of time through collaborative tool development.

  690. ms-365-mcp-server - ⭐ 713 A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API

  691. pdf-reader-mcp - ⭐ 712 📄 Production-ready MCP server for PDF processing - 5-10x faster with parallel processing and 94%+ test coverage

  692. generative-ui - ⭐ 710 Generative UI examples for: AG-UI, A2UI/Open-JSON-UI, and MCP Apps.

  693. atlassian-mcp-server - ⭐ 707 Remote MCP Server that securely connects Jira and Confluence with your LLM, IDE, or agent platform of choice.

  694. langgraph-mcp-agents - ⭐ 705 LangGraph-powered ReAct agent with Model Context Protocol (MCP) integration. A Streamlit web interface for dynamically configuring, deploying, and interacting with AI agents capable of accessing various data sources and APIs through MCP tools.

  695. obsidian-mcp - ⭐ 705 A simple MCP server for Obsidian

  696. ship-safe - ⭐ 705 CLI security scanner built for the agentic era. Detects CI/CD misconfigs, agent permission risks, MCP tool injection, hardcoded secrets, and DMCA-flagged AI dependencies.

  697. pi-mcp-adapter - ⭐ 703 Token-efficient MCP adapter for Pi coding agent

  698. cheatengine-mcp-bridge - ⭐ 703 Connect Cursor, Copilot & Claude AI directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.

  699. langgraph-mcp-agents - ⭐ 700 LangGraph-powered ReAct agent with Model Context Protocol (MCP) integration. A Streamlit web interface for dynamically configuring, deploying, and interacting with AI agents capable of accessing various data sources and APIs through MCP tools.

  700. mcp-client-for-ollama - ⭐ 700 A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include agent mode, multi-server, model switching, streaming responses, tool management, human-in-the-loop, thinking mode, model params config, MCP prompts, custom system prompt and saved preferences. Built for developers working with local LLMs.

  701. lark-openapi-mcp - ⭐ 698 飞书/Lark官方 OpenAPI MCP

  702. k-dense-byok - ⭐ 697 An AI co-scientist powered by Scientific Agent Skills running on your desktop.

  703. axon - ⭐ 696 Graph-powered code intelligence engine — indexes codebases into a knowledge graph, exposed via MCP tools for AI agents and a CLI for developers.

  704. ai-trader - ⭐ 695 Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.

  705. stash - ⭐ 695 Stash — persistent memory layer for AI agents. Episodes, facts, and working context stored in Postgres. MCP server included. Self-hosted, single binary, no cloud required.

  706. oxideterm - ⭐ 694 Local-first SSH workspace for local shells and remote machines — SSH, SFTP, trzsz, port forwarding, lightweight remote editing, file management, and BYOK AI in one native binary. Built with Tauri 2 and pure Rust SSH. Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows.

  707. agent-kit - ⭐ 694 Give Claude/Cursor email powers. 27 MCP tools — inbox, send, reply, contacts, search. Free, no signup.

  708. MCP-Kali-Server - ⭐ 694 MCP configuration to connect AI agent to a Linux machine.

  709. docsagent - ⭐ 693 DocsAgent is a local-first AI documents assistant that lets you securely index and chat with thousands of desktop documents with zero cloud leakage.

  710. awesome-mcp-security - ⭐ 692 🔥🔒 Awesome MCP (Model Context Protocol) Security 🖥️

  711. idea-reality-mcp - ⭐ 692 Pre-build reality check for AI coding agents. Scans GitHub, HN, npm, PyPI, Product Hunt. MCP server. 290+ stars.

  712. mcp-proxy - ⭐ 691 An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

  713. sentry-mcp - ⭐ 691 An MCP server for interacting with Sentry via LLMs.

  714. JSReverser-MCP - ⭐ 687 JSReverser-MCP 是一个面向 JavaScript 逆向分析的 MCP 工具,专门用于帮助开发者在真实浏览器环境中高效定位前端核心逻辑。它 将脚本检索、断点调试、函数 Hook、网络请求追踪、调用链分析、混淆还原和风险评估整合为统一能力,可直接接入 Claude、 Codex、Cursor 等支持 MCP 的客户端。你可以连接已开启的 Chrome,在登录态页面下持续采样请求参数与返回数据,快速定位签名、 加密、鉴权和关键业务流程。工具同时支持自动化页面操作与结构化报告导出,适合用于接口分析、安全研究、前端调试与工程排障等 场景

  715. awesome-mcp-servers - ⭐ 685 A comprehensive collection of Model Context Protocol (MCP) servers

  716. MCP - ⭐ 683 Official Jina AI Remote MCP Server

  717. codexia - ⭐ 683 Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control, skills management

  718. mcp-obsidian - ⭐ 681 A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access

  719. mcp-mem0 - ⭐ 677 MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!

  720. laravel-restify - ⭐ 675 Laravel API for Ai Agents and humans.

  721. mcp-client-cli - ⭐ 674 A simple CLI to run LLM prompt and implement MCP client.

  722. codanna - ⭐ 674 Local code intelligence MCP server and CLI for AI coding agents

  723. go-mcp - ⭐ 670 Go-MCP is a powerful Go(Golang) version of the MCP SDK that implements the Model Context Protocol (MCP) to facilitate seamless communication between external systems and AI applications.

  724. sdk-typescript - ⭐ 669 A model-driven approach to building AI agents in just a few lines of code.

  725. clihub - ⭐ 668 Turn any MCP server into CLI

  726. WebMCP - ⭐ 665 Early WebMCP proposal / implementation - since evolved and worked on by much more capable folks that develop the web: https://github.com/webmachinelearning/webmcp

  727. FofaMap - ⭐ 664 FofaMap v2.0 是一款基于 Python3 开发的全网首个 AI 驱动红队资产测绘智能体。在延续原有 FOFA 数据采集、存活检测、统计聚合、图标 Hash 及批量查询等核心功能的基础上,2.0 版本原生支持 MCP 协议,可无缝接入 Cursor、Claude 等 AI 平台。其核心内置了 AI 自我反思机制,能根据查询结果自动调优语法,并智能联动 Nuclei 推荐精准扫描策略,实现从“被动采集”到“主动智能决策”的红队作业进化。

  728. agent-toolkit-for-aws - ⭐ 663 Official, AWS-supported MCP servers, skills, and plugins to help AI agents build on AWS

  729. mcp-server-elasticsearch - ⭐ 662

  730. RAGLight - ⭐ 661 RAGLight is a modular framework for Retrieval-Augmented Generation (RAG). It makes it easy to plug in different LLMs, embeddings, and vector stores, and now includes seamless MCP integration to connect external tools and data sources.

  731. wcgw - ⭐ 661 Shell and coding agent on mcp clients

  732. ai-polymarket-agent - ⭐ 659 Enable Claude, ChatGPT, and other AI agents to analyze markets, fetch real-time odds, and execute trades on Polymarket using the Model Context Protocol (MCP).

  733. llm-search - ⭐ 658 Querying local documents, powered by LLM

  734. yacy_grid_mcp - ⭐ 655 The YaCy Grid Master Connect Program

  735. matlab-mcp-core-server - ⭐ 655 Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.

  736. mcp-gateway-registry - ⭐ 652 Enterprise-ready MCP Gateway & Registry that centralizes AI development tools with secure OAuth authentication, dynamic tool discovery, and unified access for both autonomous AI agents and AI coding assistants. Transform scattered MCP server chaos into governed, auditable tool access with Keycloak/Entra integration.

  737. AnyTool - ⭐ 651 “AnyTool: Universal Tool-Use Layer for AI Agents”

  738. unbrowse - ⭐ 650 Unbrowse — api native browser MCP/SDK for any agent. Auto-discovers APIs from browser traffic, generates skills on the fly to call APIs directly 100x faster, 80% cheaper locally.

  739. reddit-mcp-buddy - ⭐ 650 Clean, LLM-optimized Reddit MCP server. Browse posts, search content, analyze users. No fluff, just Reddit data.

  740. agentshield - ⭐ 649 AI agent security scanner. Detect vulnerabilities in agent configurations, MCP servers, and tool permissions. Available as CLI, GitHub Action, ECC plugin, and GitHub App integration. 🛡️

  741. MCP-Nest - ⭐ 647 A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.

  742. Feishu-MCP - ⭐ 646 Feishu / Lark 飞书文档与任务管理工具,支持 MCP 服务器和 CLI + Skill 两种使用方式,可无缝集成 Cursor、Claude Code、Cline 等 AI 编码工具

  743. vibe - ⭐ 645 🎨 Vibe Design System - Official monday.com UI resources for application development in React.js

  744. enrichmcp - ⭐ 644 EnrichMCP is a python framework for building data driven MCP servers

  745. a-share-mcp-is-just-i-need - ⭐ 644

  746. stealth-browser-mcp - ⭐ 644 The only browser automation that bypasses anti-bot systems. AI writes network hooks, clones UIs pixel-perfect via simple chat.

  747. python-utcp - ⭐ 643 Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.

  748. claude-code-plugins-plus - ⭐ 641 Claude Code Plugins Hub — browse and install 243 plugins (175 with Agent Skills v1.2.0). First 100% compliant with Anthropic 2025 Skills schema.

  749. mcp-nixos - ⭐ 641 MCP-NixOS - Model Context Protocol Server for NixOS resources

  750. mcp-filesystem-server - ⭐ 640 Go server implementing Model Context Protocol (MCP) for filesystem operations.

  751. argo - ⭐ 639 ARGO is an open-source AI Agent platform that brings Local Manus to your desktop. With one-click model downloads, seamless closed LLM integration, and offline-first RAG knowledge bases, ARGO becomes a DeepResearch powerhouse for autonomous thinking, task planning, and 100% of your data stays locally. Support Win/Mac/Docker.

  752. cclsp - ⭐ 637 Claude Code LSP: enhance your Claude Code experience with non-IDE dependent LSP integration.

  753. mcp-gateway - ⭐ 637 MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware stateful routing and lifecycle management of MCP servers in Kubernetes environments.

  754. workers-mcp - ⭐ 636 Talk to a Cloudflare Worker from Claude Desktop!

  755. mineru-tianshu - ⭐ 634 天枢 - 企业级 AI 一站式数据预处理平台 | PDF/Office转Markdown | 支持MCP协议AI助手集成 | Vue3+FastAPI全栈方案 | 文档解析 | 多模态信息提取

  756. claude-video-vision - ⭐ 632 Give Claude the ability to watch and understand videos — Claude Code plugin with frame extraction and multimodal audio analysis

  757. flux-operator - ⭐ 629 GitOps on Autopilot Mode

  758. colab-mcp - ⭐ 626 An MCP server for interacting with Google Colab

  759. mcp-proxy - ⭐ 624 An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

  760. notebooklm-mcp - ⭐ 624

  761. mem-agent-mcp - ⭐ 624 mem-agent mcp server

  762. Unreal_mcp - ⭐ 623 A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine through the native C++ Automation Bridge plugin. Built with TypeScript and C++.

  763. opencode-studio - ⭐ 623 web GUI for securely managing local OpenCode configuration

  764. hope-agent - ⭐ 623 🦭跨端交接、越用越懂你的桌面 AI 助手——也能服务化常驻、跑在云上 | Desktop AI that hands off across your devices and gets to know you better — also runs headless on a NAS or in the cloud

  765. dexto - ⭐ 621 A coding agent and general agent harness for building and orchestrating agentic applications.

  766. Overture - ⭐ 620 Overture is an open-source, locally running web interface delivered as an MCP (Model Context Protocol) server that visually maps out the execution plan of any AI coding agent as an interactive flowchart/graph before the agent begins writing code.

  767. tome - ⭐ 619 a magical LLM desktop client that makes it easy for anyone to use LLMs and MCP

  768. mcpc - ⭐ 618 A universal CLI client for MCP. mcpc supports persistent sessions, stdio/HTTP, OAuth 2.1, tasks, JSON output for code mode, proxy for AI sandboxes, x402, and more.

  769. codeg - ⭐ 617 A unified workspace for local AI coding agents (Claude Code, Codex, Gemini CLI, etc.) — desktop app, standalone server, or Docker. Conversation aggregation, git worktree workflows, MCP/Skills management, chat channel integration (Telegram, Lark, iLink), and integrated terminal, all accessible from any browser.

  770. docling-mcp - ⭐ 617 Making docling agentic through MCP

  771. UnrealClaude - ⭐ 617 Claude Code CLI integration for Unreal Engine 5.7 - Get AI coding assistance with built-in UE5.7 documentation context directly in the editor.

  772. phpMyFAQ - ⭐ 616 phpMyFAQ - Open Source FAQ web application for PHP 8.3+ and MySQL, PostgreSQL and other databases

  773. Get-Started-with-Web3 - ⭐ 614 Open-source bilingual AI-native Web3 curriculum: wallets, Bitcoin, Ethereum, DeFi, L2, DAO, smart accounts, llms.txt and MCP

  774. GhidrAssistMCP - ⭐ 614 An native MCP server extension for Ghidra

  775. MetasploitMCP - ⭐ 614 MCP Server for Metasploit

  776. apple-doc-mcp - ⭐ 611 MCP server providing seamless access to Apple Developer Documentation with smart search and wildcard support

  777. mcp-google-ads - ⭐ 611 An MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all through simple chat with Claude, Cursor or Windsurf.

  778. LLMTornado - ⭐ 610 The .NET library to build AI agents with 30+ built-in connectors.

  779. blueprint-mcp - ⭐ 609 Diagram generation for understanding codebases and system architecture using Nano Banana Pro.

  780. adb-mcp - ⭐ 609

  781. Android-MCP - ⭐ 609 MCP Server for interacting with Android Devices.

  782. awesome-web3-mcp-servers - ⭐ 608 DeMCP is the first Decentralized MCP network, offering SSE proxies for MCP services and mainstream LLMs, tackling trust and security with TEE and blockchain.

  783. cloud-run-mcp - ⭐ 608 MCP server to deploy apps to Cloud Run

  784. daydreams - ⭐ 606 Daydreams is a set of tools for building agents for commerce

  785. mcp-link - ⭐ 605 Convert Any OpenAPI V3 API to MCP Server

  786. spotify-mcp - ⭐ 604 MCP to connect your LLM with Spotify.

  787. zerobox - ⭐ 603 Lightweight, cross-platform process sandboxing powered by OpenAI Codex’s runtime. Sandbox any command with file, network, and credential controls.

  788. mcp-handler - ⭐ 602 Easily spin up an MCP Server on Next.js, Nuxt, Svelte, and more

  789. prism-insight - ⭐ 601 AI-based stock analysis and trading system

  790. mcp-server-neon - ⭐ 598 MCP server for interacting with Neon Management API and databases

  791. ChatbotX - ⭐ 597 Open-source omnichannel chatbot for agentic workflows via APIs, CLI, and MCP. An alternative to Wati, ManyChat, and Respond.io 🤖 🚀

  792. probe - ⭐ 596 AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.

  793. google-search - ⭐ 595 A Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.

  794. opentabs - ⭐ 595 Browser automation clicks buttons. OpenTabs calls APIs.

  795. manim-mcp-server - ⭐ 593

  796. FantasyPremierLeague - ⭐ 593 Fantasy Premier League Kotlin/Compose Multiplatform sample

  797. claude-talk-to-figma-mcp - ⭐ 593 A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (Claude Code, Cursor, Antigravity, etc.) to read, analyze, and modify Figma designs

  798. awesome-a2a - ⭐ 592 Agent2Agent (A2A) – awesome A2A agents, tools, servers & clients, all in one place.

  799. pipelock - ⭐ 591 Open-source AI agent firewall for MCP security: agent egress control, DLP, SSRF, and prompt injection defense.

  800. MindOS - ⭐ 591 MindOS is a Human-AI Collaborative Mind System, where human thinks and agents act. Globally sync your mind for all agents: transparent, controllable, and evolving symbiotically.

  801. evo-ai - ⭐ 589 Evo AI is an open-source platform for creating and managing AI agents, enabling integration with different AI models and services.

  802. evo-ai - ⭐ 588 Evo AI is an open-source platform for creating and managing AI agents, enabling integration with different AI models and services.

  803. jadx-mcp-server - ⭐ 588 MCP server for JADX-AI Plugin

  804. FLUJO - ⭐ 587 MCP-Hub and -Inspector, Multi-Model Workflow and Chat Interface

  805. UnrealGenAISupport - ⭐ 587 Unreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agentic, chat, 3D gen, TTS, multimodal, image gen. UnrealMCP/UnrealClaude

  806. aimock - ⭐ 586 Mock everything your AI app talks to — LLM APIs, MCP, A2A, AG-UI, vector DBs, search. One package, one port, zero dependencies.

  807. MCP-Universe - ⭐ 585 MCP-Universe is a comprehensive framework designed for RL training, benchmarking, and developing AI agents for general tool-use.

  808. openapi-mcp-generator - ⭐ 585 A tool that converts OpenAPI specifications to MCP server

  809. claude-codex-settings - ⭐ 583 My personal Claude Code and OpenAI Codex setup with battle-tested skills, commands, hooks, agents and MCP servers that I use daily.

  810. line-bot-mcp-server - ⭐ 583 MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

  811. mcp-sequentialthinking-tools - ⭐ 583 🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for which MCP tools would be most effective at each stage.

  812. langgraph-mcp - ⭐ 581 LangGraph solution template for MCP

  813. tsidp - ⭐ 581 A simple OIDC / OAuth Identity Provider (IdP) server for your tailnet.

  814. borsa-mcp - ⭐ 581 MCP Server for Turkish & American Stock Exchange and Fund Data

  815. bm.md - ⭐ 579 更好用的 Markdown 排版助手|一键适配微信公众号、网页与图片。

  816. OpenContext - ⭐ 579 A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenCode) with built‑in Skills/tools and a desktop GUI to capture, search, and reuse project knowledge across agents and repos.

  817. minecraft-mcp-server - ⭐ 578 A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction

  818. UnrealMCP - ⭐ 576 MCP to allow AI agents to control Unreal

  819. mcp-pointer - ⭐ 574 MCP tool: let you point at DOM elements for your favorite agentic coding tool. Let AI see what you see.

  820. FinanceMCP - ⭐ 574 这是一个金融领域相关的mcp,本项目通过集成 Tushare API 和 Binance API 为语言模型(如Claude)提供全面的实时金融数据访问能力,支持股票、基金、债券、宏观经济指标、稳定币、虚拟货币等多维度金融数据分析。其中也包含了金融数据查询、财经新闻查询、国家统计局数据查询等

  821. homeassistant-mcp - ⭐ 573 A MCP server for Home Assistant

  822. kraken-cli - ⭐ 571 The first AI-native CLI for trading crypto, stocks, forex, and derivatives.

  823. mcp.el - ⭐ 568 An Mcp client inside Emacs

  824. echokit_server - ⭐ 567 Open Source Voice Agent Platform

  825. vite-plugin-vue-mcp - ⭐ 565 Vite plugin that enables a MCP server helping models to understand your Vue app better.

  826. cve-mcp-server - ⭐ 565 Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.

  827. MimikaStudio - ⭐ 563 MimikaStudio - A local-first application for macOS (Apple Silicon) + Agentic MCP Support

  828. dbt-mcp - ⭐ 562 A MCP (Model Context Protocol) server for interacting with dbt.

  829. Godot-MCP - ⭐ 562 An MCP for Godot that lets you create and edit games in the Godot game engine with tools like Claude

  830. mda - ⭐ 559 MDA Open Spec — a Markdown superset for agent-facing documents. One .mda source compiles to drop-in SKILL.md, AGENTS.md, MCP-SERVER.md, and CLAUDE.md. JSON Schema validated, with typed dependency graph, footnote relationships, and Sigstore-anchored signatures. For agentskills.io and AAIF runtimes.

  831. multimodal-agents-course - ⭐ 558 An MCP Multimodal AI Agent with eyes and ears!

  832. mcp-mermaid - ⭐ 557 ❤️ Generate mermaid diagram and chart with AI MCP dynamically.

  833. iterm-mcp - ⭐ 556 A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance

  834. sonarqube-mcp-server - ⭐ 556 SonarQube MCP Server

  835. caswaf - ⭐ 555 Casbin AI & MCP security gateway for HTTP, online demo: https://door.caswaf.com

  836. casbin-gateway - ⭐ 555 Casbin AI & MCP security gateway for HTTP, online demo: https://door.caswaf.com

  837. rails_ai_agents - ⭐ 555 Specialized AI skills, agents, rules and hooks for modern Rails AI driven-development + Spec-Driven-Development kit + MCP

  838. mcp-shield - ⭐ 552 Security scanner for MCP servers

  839. rails-mcp-server - ⭐ 551 A Ruby gem implementation of a Model Context Protocol (MCP) server for Rails projects. This server allows LLMs (Large Language Models) to interact with Rails projects through the Model Context Protocol.

  840. maverick-mcp - ⭐ 551 MaverickMCP - Personal Stock Analysis MCP Server

  841. home-assistant-vibecode-agent - ⭐ 550 Home Assistant MCP server agent. Enable Claude Code, Cursor, VS Code or any MCP-enabled IDE to help you vibe-code and manage Home Assistant: create and debug automations, design dashboards, tweak themes, modify configs, and deploy changes using natural language

  842. mcp-server-weread - ⭐ 550 微信读书MCP

  843. everything-claude-code-zh - ⭐ 550 everything-claude-code 中文翻译项目:完整的 Claude Code 配置集合(agents, skills, hooks, commands, rules, MCPs)。源自 Anthropic 黑客松获胜者的实战配置,助力中文工程师高效理解与使用 Claude Code。

  844. mcp-security-hub - ⭐ 549 A growing collection of MCP servers bringing offensive security tools to AI assistants. Nmap, Ghidra, Nuclei, SQLMap, Hashcat and more.

  845. Mantic.sh - ⭐ 547 A structural code search engine for Al agents.

  846. chroma-mcp - ⭐ 547 A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

  847. MinerU-Document-Explorer - ⭐ 545 Agent-native knowledge engine with MCP tools for document indexing, wiki organization, fast retrieval and deep reading across PDF/DOCX/PPTX/Markdown

  848. fastapi-mcp-langgraph-template - ⭐ 544 A modern template for agentic orchestration — built for rapid iteration and scalable deployment using highly customizable, community-supported tools like MCP, LangGraph, and more.

  849. ida-mcp-server - ⭐ 542 A Model Context Protocol server for IDA

  850. tda - ⭐ 542 TDA - Thread Dump Analyzer (for Java). Analyze your Thread Dumps with a GUI or use it as MCP Server.

  851. llm-mcp-rag - ⭐ 540 LLM + MCP + RAG = Magic

  852. apple-health-mcp - ⭐ 540 MCP server for querying Apple Health data with natural language and SQL

  853. mcp-server-youtube-transcript - ⭐ 540 This is an MCP server that allows you to directly download transcripts of YouTube videos.

  854. pg-mcp-server - ⭐ 538

  855. mcp-pandoc - ⭐ 537 MCP server for document format conversion using pandoc.

  856. mcp-server-data-exploration - ⭐ 536

  857. google-docs-mcp - ⭐ 536 The Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.

  858. OpenSail - ⭐ 535 OpenSail is the open-source alternative to Codex App, Claude Desktop, Cursor, and Cowork for agentic software work.

  859. work-iq-mcp - ⭐ 534 MCP Server and CLI for accessing Work IQ

  860. dolphin-mcp - ⭐ 534

  861. human-skill-tree - ⭐ 534 🌳 AI-Powered Skill Tree for Lifelong Human Learning. 30+ skills from K-12 to career & social intelligence, built on cognitive science. | 人类养成记:AI 驱动的终身学习技能树

  862. concierge - ⭐ 533 🚀 Universal SDK for building next-gen MCP servers

  863. storybloq - ⭐ 533 Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.

  864. vestige - ⭐ 532 Cognitive memory for AI agents — FSRS-6 spaced repetition, 29 brain modules, 3D dashboard, single 22MB Rust binary. MCP server for Claude, Cursor, VS Code, Xcode, JetBrains.

  865. ethora - ⭐ 530 SDK monorepo for Ethora chat / messaging platform. (1) Pick an SDK for your frontend stack. (2) Integrate manually or using ethora-setup. (3) Optionally configure app settings, deploy AI agents etc. Server: ethora.com cloud [free]. Dedicated server + SLA option for enterprise customers.

  866. gateway - ⭐ 530 Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.

  867. obsidian-mcp-server - ⭐ 530 Obsidian vaults MCP server - read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin.

  868. pgmcp - ⭐ 529 An MCP server to query any Postgres database in natural language.

  869. haiku.rag - ⭐ 525 Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling

  870. mcp-youtube - ⭐ 522 A Model-Context Protocol Server for YouTube

  871. talk-to-girlfriend-ai - ⭐ 520 im busy building ai agents so why not let an ai talk to my girlfriend? (i am single)

  872. LLM-Agents-Ecosystem-Handbook - ⭐ 519 One-stop handbook for building, deploying, and understanding LLM agents with 60+ skeletons, tutorials, ecosystem guides, and evaluation tools.

  873. n8n-workflow-builder - ⭐ 518 AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.

  874. open-harness - ⭐ 518 A code-first, composable SDK to build powerful AI agents

  875. joinly - ⭐ 517 Make your meetings accessible to AI Agents

  876. youtube-mcp-server - ⭐ 517 MCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics

  877. awesome-copilot-agents - ⭐ 517 ✨ A curated list of awesome GitHub instructions, prompt, skills, MCPs and agent markdown files for enhancing your GitHub Copilot AI experience.

  878. google-ads-mcp - ⭐ 517

  879. UnityMCP - ⭐ 516

  880. ghostcrew - ⭐ 515 GhostCrew is an AI agent framework for bug bounty hunting, red-team operations, pentesting, and operator education. It integrates LLM autonomy, multi-agent coordination, and MCP extensibility with a minimal core toolset, supported by RAG for context-aware reasoning, a persistent internal state, reproducible workflows, and interactive assistance.

  881. desktop - ⭐ 513 Yak is all you need

  882. claude-code-mastery - ⭐ 512 The complete guide to Claude Code: CLAUDE.md, hooks, skills, MCP servers, and commands

  883. vmlx - ⭐ 512 vMLX - JANGTQ Uber Compressed MLX Models - L2 Disk Cache (survives restart) + L1 Paged (super fast ttft) + Hybrid SSM Scheduler + Cont Batching + etc!

  884. resend-mcp - ⭐ 511 The official MCP server to send emails and interact with Resend

  885. MCPSpy - ⭐ 511 MCP Monitoring with eBPF

  886. mcp-redis - ⭐ 511 The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently

  887. mcp-get - ⭐ 510

  888. GhidrAssistMCP - ⭐ 510 An MCP extension for Ghidra

  889. claude-debugs-for-you - ⭐ 510 Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension

  890. biomcp - ⭐ 508 BioMCP: Biomedical Model Context Protocol

  891. mcp-server-bash-sdk - ⭐ 507 Yes Mcp server in bash

  892. multimodal-agents-course - ⭐ 507 An MCP Multimodal AI Agent with eyes and ears!

  893. scarf - ⭐ 507 Native macOS and iOS App for the Hermes AI agent — multi-window, multi-server (local + remote over SSH). Chat, dashboard, sessions, memory, cron, MCP, and more.

  894. polymarket-mcp-server - ⭐ 505 🤖 AI-Powered MCP Server for Polymarket - Enable Claude to trade prediction markets with 45 tools, real-time monitoring, and enterprise-grade safety features

  895. ScienceClaw - ⭐ 500 ScienceClaw is a personal research assistant built with LangChain DeepAgents and AIO Sandbox infrastructure, adopting a completely new architecture beyond OpenClaw. It offers stronger security, better transparency, and a more user-friendly experience.

  896. medusa - ⭐ 498 AI-first security scanner with 76 analyzers, 9,600+ detection rules, and repo poisoning detection for AI/ML, LLM agents, and MCP servers. Scan any GitHub repo with: medusa scan –git user/repo

  897. web-agent-protocol - ⭐ 497 🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support

  898. x64DbgMCPServer - ⭐ 496 x64DbgMCPServer made from c# with Claude, Windsurf and Cursor support

  899. awesome-ai-tools-for-ui - ⭐ 495 Curated list of awesome AI tools to build beautiful UI/UX.

  900. PentestAgent - ⭐ 493 All-in-one offensive security toolbox with AI agent and MCP architecture. Integrates tools like Nmap, Metasploit, FFUF, SQLMap. Enables pentesting, bug bounty hunting, threat hunting, and reporting. RAG-based responses with local knowledge base support.

  901. open-multi-agent-canvas - ⭐ 492 The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research

  902. travel-hacking-toolkit - ⭐ 492 AI-powered travel hacking and search with cash, points, miles, and award flights. Drop-in skills and MCP servers for Claude, Codex, and OpenCode.

  903. garmin_mcp - ⭐ 492 MCP server to access Garmin data

  904. UnityMCP - ⭐ 491

  905. swarmclaw - ⭐ 490 Open-source self-hosted AI agent runtime and multi-agent framework for autonomous agent swarms. Agent memory, MCP tools, schedules, delegation, and 23+ LLM providers (Claude, GPT, Gemini, OpenRouter, Ollama). A practical Claude Code and LangChain alternative.

  906. copilot-mcp - ⭐ 489 A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub Copilot, Claude Code, and Codex CLI.

  907. mcp-hub - ⭐ 488 A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring

  908. vibe-check-mcp-server - ⭐ 487 Vibe Check is a tool that provides mentor-like feedback to AI Agents, preventing tunnel-vision, over-engineering and reasoning lock-in for complex and long-horizon agent workflows. KISS your over-eager AI Agents goodbye! Effective for: Coding, Ambiguous Tasks, High-Risk tasks

  909. mcpe - ⭐ 486 ReMinecraftPE - A custom experience based on Minecraft PE as of 2011.

  910. mcp-bench - ⭐ 486 MCP-Bench: Benchmarking Tool-Using LLM Agents with Complex Real-World Tasks via MCP Servers

  911. mcp-registry - ⭐ 486 Official Docker MCP registry

  912. todoist-mcp - ⭐ 486 A set of tools to connect to AI agents, to allow them to use Todoist on a user’s behalf. Includes MCP support.

  913. mcp-gsuite - ⭐ 485 MCP Server to interact with Google Gsuite prodcuts

  914. auto-browser - ⭐ 484 Give your AI agent a real browser — with a human in the loop. Open-source MCP-native browser agent.

  915. mcp-security - ⭐ 482

  916. mcp-remote-macos-use - ⭐ 482 The only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App

  917. mcp-server-motherduck - ⭐ 482 Local MCP server for DuckDB and MotherDuck

  918. MCP-Zero - ⭐ 482 MCP-Zero: Active Tool Discovery for Autonomous LLM Agents

  919. CoexistAI - ⭐ 481 CoexistAI is a modular, developer-friendly research assistant framework . It enables you to build, search, summarize, and automate research workflows using LLMs, web search, Reddit, YouTube, and mapping tools—all with simple MCP tool calls or API calls or Python functions.

  920. docker-mcp - ⭐ 480 A docker MCP Server (modelcontextprotocol)

  921. cordum - ⭐ 480 The open agent control plane. Govern autonomous AI agents with pre-execution policy enforcement, approval gates, and audit trails. Works with LangChain, CrewAI, MCP, and any framework.

  922. xhs-mcp - ⭐ 479 小红书MCP服务 x-s x-t js逆向

  923. docfork - ⭐ 478 Docfork - Context for AI Coding Agents.

  924. director - ⭐ 478 MCP Playbooks for AI agents

  925. todoist-ai - ⭐ 478 A set of tools to connect to AI agents, to allow them to use Todoist on a user’s behalf. Includes MCP support.

  926. director - ⭐ 476 MCP Playbooks for AI agents

  927. unifapi - ⭐ 476 UnifAPI — One Unified API for AI Agents

  928. atlas-mcp-server - ⭐ 475 A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.

  929. laravel - ⭐ 472 An SDK building Laravel MCP servers

  930. aser - ⭐ 470 Aser is a lightweight, self-assembling AI Agent frame.

  931. WireMCP - ⭐ 468 An MCP for WireShark (tshark). Empower LLM’s with realtime network traffic analysis capability

  932. things-mcp - ⭐ 468 Things.app MCP Server

  933. mateclaw - ⭐ 468 🤖 MateClaw — Your second brain with Multi-Agent Orchestration, MCP Protocol, Skills & Memory, Dream, and Multi-Channel Support. Built on Spring AI Alibaba.

  934. claude-code-skills - ⭐ 466 Plugin suite + bundled MCP servers for Claude Code. Full delivery lifecycle: Agile pipeline with multi-model AI review, project bootstrap, documentation generation, codebase audits, performance optimization, community workflows. Includes hex-line (hash-verified editing), hex-graph (code knowledge graph), and hex-ssh (remote SSH) MCP servers.

  935. blockrun-mcp - ⭐ 466 Live data for AI agents — search, research, markets, crypto, X/Twitter. Pay-per-call via x402 micropayments.

  936. doctor - ⭐ 465 Doctor is a tool for discovering, crawl, and indexing web sites to be exposed as an MCP server for LLM agents.

  937. mcp-for-argocd - ⭐ 465 An implementation of Model Context Protocol (MCP) server for Argo CD.

  938. mcp - ⭐ 465 MCP server for the Cloudflare API

  939. kmcp - ⭐ 462 CLI tool and Kubernetes Controller for building, testing and deploying MCP servers

  940. ssh-mcp - ⭐ 462 MCP server exposing SSH control for Linux servers via Model Context Protocol.

  941. roam-code - ⭐ 461 Local codebase intelligence CLI + MCP server for AI coding agents: SQLite code graph, 28 languages, 238 commands, 224 MCP tools, change-safety gates, audit evidence, zero API keys.

  942. mcp-cli - ⭐ 459 mcpc is a CLI client for MCP. It supports persistent sessions, stdio/HTTP, OAuth 2.1, JSON output for code mode, proxy for AI sandboxes, and much more.

  943. swarmvault - ⭐ 459 The local-first LLM Wiki: open-source knowledge graph builder, RAG knowledge base, and agent memory store. Built on Andrej Karpathy’s pattern. An Obsidian alternative for personal knowledge management, AI second brain, and durable Claude Code / Codex / OpenClaw memory.

  944. applescript-mcp - ⭐ 457 MCP server that execute applescript giving you full control of your Mac

  945. yutu - ⭐ 457 The AI-powered toolkit that grows your YouTube channel on autopilot.

  946. codex-mcp-server - ⭐ 457 MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex’s AI capabilities directly.

  947. NetCoreKevin - ⭐ 457 基于.NET搭建-AI知识库智能体-现代化Saas企业级前后端分离架构:前端Vue3、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、MCP协议服务、IOC模块化注入、自动任务、多短信集成、AI、AgentFramework智能体、AISemanticKernel集成、RAG检索增强、本地离线AI模型调用、API多版本、单元测试、RabbitMQ、Skills技能使用、AI知识库、AI联网搜索

  948. claw-orchestrator - ⭐ 457 Run Claude Code, Codex, Gemini, Cursor Agent and custom coding CLIs as one unified runtime for claw-style agent systems. Runs standalone, with first-class OpenClaw plugin support.

  949. awesome-mcp-devtools - ⭐ 454 A curated list of developer tools, SDKs, libraries, and testing utilities for Model Context Protocol (MCP) server development.

  950. kicad-mcp - ⭐ 454 Model Context Protocol server for KiCad on Mac, Windows, and Linux

  951. mcp-server-airbnb - ⭐ 454 Search Airbnb using your AI Agent

  952. welsonjs - ⭐ 450 WelsonJS - Build a Windows app on the Windows built-in JavaScript engine

  953. memorix - ⭐ 450 Open-source cross-agent memory layer for coding agents via MCP. Compatible with Cursor, Claude Code, Codex, Windsurf, Gemini CLI, GitHub Copilot, Kiro, OpenCode, Antigravity, and Trae.

  954. yupi-hot-monitor - ⭐ 450 2026 年编程导航 AI 编程实战新项目,基于 Node.js + Express + React + OpenRouter 的 AI 热点监控工具,支持多信息源聚合抓取(Twitter / Bing / HackerNews / B 站等 7+ 平台)、AI 查询扩展、AI 真假识别与相关性分析、WebSocket 实时推送、邮件通知、多维度筛选排序,并将热点监控能力封装为 Agent Skills 技能包。覆盖 Prisma + SQLite 数据库、Socket.io 实时通信、Axios + Cheerio 网页爬虫、OpenRouter 大模型接入、Aceternity UI 炫酷前端、node-cron 定时任务、VSCode Copilot Vibe Coding + MCP

  955. ssh-mcp-server - ⭐ 450 基于 SSH 的 MCP 服务 🧙‍♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙‍♀️. It has been included in the community MCP repository 🎉.

  956. puppeteer-mcp-server - ⭐ 449 This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.

  957. ida-mcp-rs - ⭐ 448 Headless IDA Pro MCP Server

  958. sigmap - ⭐ 447 97% token reduction for AI coding sessions — zero deps, 31 languages, MCP server

  959. nexus - ⭐ 446 Govern & Secure your AI

  960. nexus - ⭐ 446 Govern & Secure your AI

  961. claude-code-statusline - ⭐ 446 Transform your Claude Code terminal with atomic precision statusline. Features flexible layouts, real-time cost tracking, MCP monitoring, prayer times, and beautiful themes.

  962. mcp-send-email - ⭐ 444 Send emails directly from Cursor with this email sending MCP server

  963. airtable-mcp-server - ⭐ 444 🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases

  964. learn-low-code-agentic-ai - ⭐ 444 Low-Code Full-Stack Agentic AI Development using LLMs, n8n, Loveable, UXPilot, Supabase and MCP. Class Videos: https://www.youtube.com/playlist?list=PL0vKVrkG4hWq5T6yqCtUL7ol9rDuEyzBH

  965. lunar - ⭐ 444 lunar.dev: Agent native MCP Gateway for governance and security

  966. gemini-cli-desktop - ⭐ 444 Web/desktop UI for Gemini CLI/Qwen Code. Manage projects, switch between tools, search across past conversations, and manage MCP servers, all from one multilingual interface, locally or remotely.

  967. apktool-mcp-server - ⭐ 443 A MCP Server for APK Tool (Part of Android Reverse Engineering MCP Suites)

  968. prometheus-mcp-server - ⭐ 442 A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.

  969. ZeroToken - ⭐ 441 ZeroToken — Record once, automate forever. A lightweight MCP for agent-driven browser automation, script recording, and scheduled execution.

  970. agent - ⭐ 439 A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

  971. Security-Detections-MCP - ⭐ 438 MCP to help Defenders Detection Engineer Harder and Smarter

  972. n8n-claw - ⭐ 438 OpenClaw-inspired autonomous AI agent built entirely in n8n. Adaptive RAG-powered memory, Skills via MCP templates, Expert Agents with delegated sub-agents, proactive task management, media understanding - self-hosted with one setup script

  973. freee-mcp - ⭐ 437 Model Context Protocol (MCP) server for freee API integration

  974. robloxstudio-mcp - ⭐ 436 Create agentic AI workflows in ROBLOX Studio

  975. Agent - ⭐ 434 Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages.

  976. pentest-agents - ⭐ 434 Bug bounty agent framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw — 48 agents, 26 commands, 19 CLI tools, 2 MCP servers, autonomous hunt loops, exploit chain builder.

  977. azure-ai-travel-agents - ⭐ 433 A robust enterprise application sample (deployed on ACA) that leverages MCP and multiple AI agents orchestrated by Langchain.js, Llamaindex.TS and Microsoft Agent Framework.

  978. katmer-code - ⭐ 432 Claude Code inside Obsidian — academic research skills, inline diff editing, MCP support

  979. kratos-transport - ⭐ 432 kratos transport layer extension, support: rabbitmq,kafka,rocketmq,activemq,apollo,mcp,tcp,websocket…

  980. mcp-cli - ⭐ 432 A CLI inspector for the Model Context Protocol

  981. mcpstore - ⭐ 431 开盒即用的优雅管理mcp服务 | 结合Agent框架 | 作者听劝 | 已发布pypi | Vue页面demo

  982. mcp-server-spec-driven-development - ⭐ 431 Spec-Driven Development MCP Server, not just Vibe Coding

  983. openclaw-claude-code - ⭐ 428 OpenClaw plugin — turn Claude Code CLI into a programmable, headless coding engine with plenty of tools, agent teams, and multi-model proxy

  984. shinkai-local-ai-agents - ⭐ 427 Shinkai is a two click install App that allows you to create Local AI agents in 5 minutes or less using a simple UI. Supports: MCPs, Remote and Local AI, Crypto and Payments.

  985. nexus - ⭐ 427 Govern & Secure your AI

  986. sandboxed.sh - ⭐ 427 Safe runtime for autonomous on-chain AI agents: isolated sandboxes, Library skills, encrypted secrets, and OKX read-only security checks.

  987. geo-optimizer-skill - ⭐ 427 GEO (Generative Engine Optimization) toolkit — audit, optimize, and make websites visible to AI search engines (ChatGPT, Perplexity, Claude, Gemini). Based on Princeton KDD 2024 research.

  988. mcp - ⭐ 426 Baidu Map MCP Server

  989. ironcurtain - ⭐ 424 A secure* runtime for autonomous AI agents. Policy from plain-English constitutions. (*https://ironcurtain.dev)

  990. aitour26-WRK540-unlock-your-agents-potential-with-model-context-protocol - ⭐ 423

  991. Redbook-Search-Comment-MCP2.0 - ⭐ 423 这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。

  992. stitch - ⭐ 423 The Stitch extension for Gemini CLI enables you to interact with the Stitch MCP server using natural language commands.

  993. mq - ⭐ 422 A jq-like Markdown query language for command-line processing

  994. claude-codepro - ⭐ 422 Production-Grade Development Environment for Claude Code. Quality automated. Context optimized. Testing enforced. Ship with confidence. ✔️

  995. skylos - ⭐ 422 Open-source Python, TypeScript, and Go SAST with dead code detection. Finds secrets, exploitable flows, and AI regressions. VS Code extension, GitHub Action, and MCP server for AI agents.

  996. Lynkr - ⭐ 422 Streamline your workflow with Lynkr, a CLI tool that acts as an HTTP proxy for efficient code interactions using Claude Code CLI.

  997. RenderDocMCP - ⭐ 421

  998. anytype-mcp - ⭐ 421 An MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.

  999. station - ⭐ 420 Station is our open-source runtime that lets teams deploy agents on their own infrastructure with full control.

  1000. mcpadapt - ⭐ 420 Unlock 650+ MCP servers tools in your favorite agentic framework.

  1001. memento-mcp - ⭐ 418 Memento MCP: A Knowledge Graph Memory System for LLMs

  1002. mcpmark - ⭐ 417 MCPMark is a comprehensive, stress-testing MCP benchmark designed to evaluate model and agent capabilities in real-world MCP use.

  1003. chatluna - ⭐ 415 多平台模型接入,可扩展,多种输出格式,提供大语言模型聊天服务的插件 | A bot plugin for LLM chat with multi-model integration, extensibility, and various output formats

  1004. edgeone-pages-mcp - ⭐ 415 An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.

  1005. MakeMoneyWithAI - ⭐ 415 A list of open-source AI projects you can use to generate income easily.

  1006. WyckoffTradingAgent - ⭐ 415 Open-source Wyckoff trading agent and AI stock screener for volume-price analysis, A-share screening, CLI workflows, and MCP tools.灵感来自秋生trader @Hoyooyoo

  1007. mcp-selenium - ⭐ 414 An MCP implementation for Selenium WebDriver

  1008. agent-builder - ⭐ 413 An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder can help you to build your own agents and tools.

  1009. designing-real-world-ai-agents-workshop - ⭐ 412 Hands-on workshop: Build a multi-agent AI system from scratch — Deep Research Agent + Writing Workflow served as MCP servers. Includes code, slides, and video

  1010. speakeasy - ⭐ 411 Build APIs your users love ❤️ with Speakeasy. ✨ Polished and type-safe SDKs. 🌐 Terraform providers, MCP servers, CLIs and Contract Tests for your API. OpenAPI native.

  1011. lsbot - ⭐ 409 Lean & Secure Bot

  1012. open-skills - ⭐ 407 OpenSkills: Run Claude Skills Locally using any LLM

  1013. distributed-load-testing-on-aws - ⭐ 406 Distributed Load Testing on AWS automates performance testing at scale, demonstrating how systems behave under different load conditions and helping identify potential performance issues throughout their lifecycle.

  1014. memora - ⭐ 405 Give your AI agents persistent memory.

  1015. ai4j - ⭐ 405 一款JavaSDK用于快速接入AI大模型应用,整合多平台大模型,如OpenAi、智谱Zhipu(ChatGLM)、深度求索DeepSeek、月之暗面Moonshot(Kimi)、腾讯混元Hunyuan、零一万物(01)等等,提供统一的输入输出(对齐OpenAi)消除差异化,优化函数调用(Tool Call),优化RAG调用、支持向量数据库(Pinecone)、内置联网增强,并且支持JDK1.8,为用户提供快速整合AI的能力。

  1016. mcp - ⭐ 405 MCP Server for interacting with Salesforce instances

  1017. RestClient.Net - ⭐ 404 The safest way to make REST calls in C# with an MCP Generator

  1018. agentcontrolplane - ⭐ 404 ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control. It is designed for outer-loop agents that run without supervision, and make asynchronous tool calls like requesting human feedback on key operations. Full MCP support.

  1019. mcp-alchemy - ⭐ 403 A MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.

  1020. mcp - ⭐ 402 Enable AI agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.

  1021. ast-grep-mcp - ⭐ 402

  1022. rhinomcp - ⭐ 402 RhinoMCP connects Rhino 3D to AI Agent through the Model Context Protocol (MCP)

  1023. MCP-SecurityTools - ⭐ 400 MCP-SecurityTools 是一个专注于收录和更新网络安全领域 MCP 的开源项目,旨在汇总、整理和优化各类与 MCP 相关的安全工具、技术及实战经验。

  1024. mcp-reddit - ⭐ 400 A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.

  1025. droidmind - ⭐ 399 Control your Android devices with AI using Model Context Protocol

  1026. tentix - ⭐ 397 TenTix (10x Efficiency) - An AI native customer service platform with 10x accelerated resolution. Support MCP extension, and AI knowlage base system.

  1027. Agentfy - ⭐ 397 🤖 Agentfy is a modular microservices architecture designed to process user requests and execute workflows across multiple social media platforms. ASK ONCE, LET THE AGENT DO THE REST!

  1028. strava-mcp - ⭐ 396 A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs

  1029. skillz - ⭐ 395 An MCP server for loading skills (shim for non-claude clients).

  1030. bernstein - ⭐ 395 Audit-grade multi-agent orchestration for CLI coding agents (Claude Code, Codex, Gemini CLI, +40 more). HMAC-chained audit log, signed agent cards, per-artefact lineage, air-gap deploy. The orchestrator your compliance team will sign off on. https://bernstein.run

  1031. Software-planning-mcp - ⭐ 394 An experiment in software planning using MCP

  1032. todoist-mcp-server - ⭐ 393 MCP server for Todoist integration enabling natural language task management with Claude

  1033. f2c-mcp - ⭐ 393 F2C MCP Server

  1034. mcp-code-graph - ⭐ 393 MCP Server for code graph analysis and visualization by CodeGPT

  1035. twitter-mcp - ⭐ 393 A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.

  1036. Context-Engine - ⭐ 392 Context-Engine MCP - Agentic Context Compression Suite

  1037. automation-mcp - ⭐ 391 Control your Mac with detailed mouse, keyboard, screen, and window management capabilities.

  1038. one-mcp - ⭐ 391 A centralized reverse-proxy platform for MCP servers — manage, group, and export as Skills from a single endpoint.

  1039. groq-desktop-beta - ⭐ 390 Local Groq Desktop chat app with MCP support

  1040. mcp-apple-notes - ⭐ 390 Talk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.

  1041. minion-agent - ⭐ 389 A simple agent framework that’s capable of browser use + mcp + auto instrument + plan + deep research + more

  1042. devopness - ⭐ 389 DevOps Happiness: 1-click or 1-prompt MCP. Deploy apps + infra + CI/CD on your cloud. Happy humans + reliable agents. 🚀

  1043. mcp-hfspace - ⭐ 388 MCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.

  1044. mcp-calculator - ⭐ 388 Xiaozhi MCP sample program

  1045. mcp-youtube-transcript - ⭐ 388 MCP server retrieving transcripts of YouTube videos

  1046. mcp-graphql - ⭐ 386 Model Context Protocol server for GraphQL

  1047. solon-ai - ⭐ 386 Java AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.

  1048. skillport - ⭐ 385 Bring Agent Skills to Any AI Agent and Coding Agent — via CLI or MCP. Manage once, serve anywhere.

  1049. ableton-live-mcp-server - ⭐ 385 MCP Server implementation for Ableton Live OSC control

  1050. claude-skills-mcp - ⭐ 385 MCP server for searching and retrieving Claude Agent Skills using vector search

  1051. kagimcp - ⭐ 385 The Official Model Context Protocol (MCP) server for Kagi search & other tools.

  1052. clawreins - ⭐ 383 Runtime security for OpenClaw agents. Scan, fix, monitor.

  1053. applescript-mcp - ⭐ 383 A macOS AppleScript MCP server

  1054. entroly - ⭐ 383 Open-source context engine that catches AI hallucinations and cuts your token bill 70–95%. The only AI helper that shows its work. Claude · Cursor · Codex,GPT & Custom Providers

  1055. mcp-k8s-go - ⭐ 382 MCP server connecting to Kubernetes

  1056. PlanExe - ⭐ 380 Create a plan from a description in minutes

  1057. bagel - ⭐ 380 Chat with your robotics, drone, and IoT data — ChatGPT for the physical world.

  1058. PerformanceMonitor - ⭐ 380 Free, open-source SQL Server performance monitoring — 32 collectors, real-time alerts, graphical plan viewer, MCP server for AI analysis. Supports SQL 2016-2025, Azure SQL, AWS RDS.

  1059. mcp-aktools - ⭐ 379 📈 提供股票、加密货币的数据查询和分析功能MCP服务器

  1060. labs-ai-tools-for-devs - ⭐ 379 Your trusted home for discovering MCP tools – seamlessly integrated into Docker

  1061. db-mcp-server - ⭐ 379 A powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.

  1062. octocode - ⭐ 378 Semantic code searcher and codebase utility

  1063. life-sciences - ⭐ 377 Repo for the Claude Code Marketplace to use with the Claude for Life Sciences Launch. This will continue to host the marketplace.json long-term, but not the actual MCP servers.

  1064. mcp - ⭐ 377 A collection of Model Context Protocol (MCP) servers, clients and developer tools by IBM.

  1065. token-optimizer-mcp - ⭐ 377 Intelligent token optimization for Claude Code - achieving 95%+ token reduction through caching, compression, and smart tool intelligence

  1066. 1c_mcp - ⭐ 376 Инструмент для создания MCP-серверов в 1С:Предприятие путем разработки расширения конфигурации. Позволяет интегрировать данные и функциональность 1С с AI-ассистентами (Claude, Cursor и т.д.). Включает Python-прокси и пример расширения 1С с готовыми инструментами.

  1067. evm-mcp-server - ⭐ 376 MCP server that provides LLMs with tools for interacting with EVM networks

  1068. CAAL - ⭐ 375 Local voice assistant that learns new abilities via auto-discovered n8n workflows exposed as tools via MCP

  1069. graphlit-mcp-server - ⭐ 375 Model Context Protocol (MCP) Server for Graphlit Platform

  1070. xcode-mcp-server - ⭐ 375 MCP Server implementation for Xcode integration

  1071. bazi-mcp - ⭐ 375 MCP server for Bazi (八字) information

  1072. RetroMCP-Java - ⭐ 374 A rewrite of MCP to provide support for many versions of Minecraft which were never supported by original MCP

  1073. mnemo - ⭐ 373 A MCP-Ready Intelligence Engine for Data & Agent-as-a-Service.

  1074. mcp-teams-server - ⭐ 373 An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.

  1075. daymon - ⭐ 373 Daymon puts your favorite AI to work 24/7. It schedules, remembers, and orchestrates your own virtual team. Free.

  1076. studio - ⭐ 373 Open-source control plane for your AI agents. Connect tools, hire agents, track every token and dollar

  1077. docfork-mcp - ⭐ 372 Docfork MCP - Up-to-date Docs for AI Agents.

  1078. Construction-Hazard-Detection - ⭐ 372 Enhances construction site safety using YOLO for object detection, identifying hazards like workers without helmets or safety vests, and proximity to machinery or vehicles. HDBSCAN clusters safety cone coordinates to create monitored zones. Post-processing algorithms improve detection accuracy.

  1079. outlook-mcp - ⭐ 372 MCP server for Claude to access Outlook data via Microsoft Graph API

  1080. coolify-mcp - ⭐ 372 MCP server for Coolify — 38 optimized tools for managing self-hosted PaaS through AI assistants

  1081. mcp-gateway - ⭐ 371 A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.

  1082. Anemoi - ⭐ 370 Anemoi: A Semi-Centralized Multi-agent Systems Based on Agent-to-Agent Communication MCP server from Coral Protocol

  1083. lingti-bot - ⭐ 370 🐕⚡「极简至上 效率为王 秒级接入 一链即用」的 AI Bot

  1084. abcoder - ⭐ 370 deep, reliable and confidential coding-context

  1085. MCPSharp - ⭐ 369 MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients - the standardized API protocol used by AI assistants and models.

  1086. hermes-mcp - ⭐ 369 Elixir Model Context Protocol (MCP) SDK

  1087. mcp2mqtt - ⭐ 368 本项目通过将 MCP 协议转换为 MQTT 协议,我们能够利用强大的大型语言模型(LLMs),就能轻松操控您的智能家居、机器人或其他硬件设备。

  1088. run-model-context-protocol-servers-with-aws-lambda - ⭐ 367 Run existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions

  1089. Gearsystem - ⭐ 367 Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.

  1090. mcp-server-azure-devops - ⭐ 367 An MCP server for Azure DevOps

  1091. mcp-sdk-php - ⭐ 366 Model Context Protocol SDK for PHP

  1092. ebook-mcp - ⭐ 366 A MCP server that supports mainstream eBook formats including EPUB, PDF and more. Simplify your eBook user experience with LLM.

  1093. VTCode - ⭐ 365 VT Code - Semantic coding agent in the terminal

  1094. lean-lsp-mcp - ⭐ 364 Lean Theorem Prover MCP

  1095. tfmcp - ⭐ 364 🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integration. ⚡️

  1096. vscode-mcp-server - ⭐ 364 MCP server to expose VS Code editing features to an LLM for AI coding

  1097. after-effects-mcp - ⭐ 364 MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context Protocol using ExtendScript.

  1098. heym - ⭐ 363 Self-hosted AI workflow automation platform with visual canvas, agents, RAG, HITL, MCP, and observability in one runtime.

  1099. desktop - ⭐ 362 Agentify Desktop lets Codex/Claude/OpenCode control your logged-in ChatGPT, Claude, AiStudio, Gemini, Grok, Perplexity web sessions via MCP, parallel hidden/visible tabs, file upload + image download

  1100. iam-policy-autopilot - ⭐ 361 IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.

  1101. minthcm - ⭐ 360 Open-source HCM system for managing HR processes with AI agents. Full data ownership, MCP/A2A-native, no vendor lock-in.

  1102. pinion-os - ⭐ 357 Client SDK, Claude plugin and skill framework for the Pinion protocol. x402 micropayments on Base.

  1103. hookdeck-cli - ⭐ 357 CLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.

  1104. ai-agent-team - ⭐ 357 AI Agent Team-拥有24/7专业AI开发团队:产品经理、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人。一键安装,支持中英文命令,大幅提升开发效率!

  1105. vtcode - ⭐ 355 VT Code - Semantic coding agent in the terminal

  1106. private-journal-mcp - ⭐ 355 A lightweight MCP server that provides Claude with a private journaling capability to process feelings and thoughts

  1107. BloodHound-MCP-AI - ⭐ 353 BloodHound-MCP-AI is integration that connects BloodHound with AI through Model Context Protocol, allowing security professionals to analyze Active Directory attack paths using natural language instead of complex Cypher queries.

  1108. EDDI - ⭐ 353 Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus.

  1109. nanobanana-mcp-server - ⭐ 352 AI image generation MCP server powered by Google Gemini, with smart model selection and 4K output

  1110. mcp-database-server - ⭐ 351 MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases

  1111. binary_ninja_mcp - ⭐ 351 A Binary Ninja plugin containing an MCP server that enables seamless integration with your favorite LLM/MCP client.

  1112. mcp - ⭐ 351 Repository containing MCP (Model Context Protocol) servers that provides a suite of tools for managing and interacting with Oracle products.

  1113. mcp-for-next.js - ⭐ 350

  1114. boltmcp - ⭐ 350

  1115. Ace-Mcp-Node - ⭐ 349 Acemcp 是一个高性能的 MCP (Model Context Protocol) 服务器,专为 AI 助手(如 Claude、GPT 等)提供代码库索引和语义搜索能力。通过 Acemcp,AI 助手可以: 🔍 快速搜索和理解大型代码库 📊 获取带行号的精确代码片段 🤖 自动增量更新索引 🌐 通过 Web 界面管理和调试

  1116. base-mcp - ⭐ 348 A Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Base network and Coinbase API.

  1117. revit-mcp - ⭐ 347 AI-Powered Revit Modeling

  1118. gptr-mcp - ⭐ 346 MCP server for enabling LLM applications to perform deep research via the MCP protocol

  1119. mssql_mcp_server - ⭐ 346 A Model Context Protocol (MCP) server for Microsoft SQL Server that enables secure database interactions through a controlled interface. Allows AI assistants to safely list tables, read data, and execute SQL queries while maintaining security and structure.

  1120. STS2MCP - ⭐ 346 Full agentic runs for Slay the Spire 2. A mod that exposes in-game state, and the MCP server for the mod.

  1121. interactive-mcp - ⭐ 345 Vibe coding should have human in the loop! interactive-mcp: Local, cross-platform MCP server for interact with your AI Agent

  1122. zypher-agent - ⭐ 345 A minimal yet powerful framework for creating AI agents with full control over tools, providers, and execution flow.

  1123. linear-mcp-server - ⭐ 344 A server that integrates Linear’s project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.

  1124. unifi-mcp - ⭐ 344 MCP servers for the UniFi suite of applications, Network, Protect, Access, and Drive

  1125. CAD-MCP - ⭐ 344 CAD MCP Server

  1126. devtools-debugger-mcp - ⭐ 343 An MCP server exposing full Chrome DevTools Protocol debugging: breakpoints, step/run, call stacks, eval, and source maps.

  1127. mcp-server-trello - ⭐ 343 A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.

  1128. pageindex-mcp - ⭐ 343 MCP server for PageIndex. PageIndex is a vectorless reasoning-based RAG system which uses multi-step reasoning and tree search to retrieve information like a human expert would.

  1129. MemoryMesh - ⭐ 342 A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.

  1130. Aegis - ⭐ 341 Runtime policy enforcement for AI agents. Cryptographic audit trail, human-in-the-loop approvals, kill switch. Zero code changes.

  1131. MaaMCP - ⭐ 341 基于 MaaFramework 的 MCP 服务器 为 AI 助手提供 Android 设备和 Windows 桌面自动化能力

  1132. agent-skills - ⭐ 340 Skills, MCP servers, Custom Coding Agents, Agents.md for SDKs to ground Coding Agents

  1133. real-estate-mcp - ⭐ 340 🏠 Ask Claude about Korean apartment prices — powered by 국토교통부 open API

  1134. mcp-server - ⭐ 339 Mapbox Model Context Protocol (MCP) server

  1135. mcsmcp - ⭐ 339 Lab for creating an MCP Server and using it in Microsoft Copilot Studio.

  1136. spotify-mcp-server - ⭐ 338 Lightweight MCP server for Spotify

  1137. mesh - ⭐ 337 One secure endpoint for every MCP server. Deploy anywhere.

  1138. DebugMCP - ⭐ 337 Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.

  1139. awesome-cursor-mpc-server - ⭐ 337 Example of an MCP server with custom tools that can be called directly from cursor

  1140. moling - ⭐ 336 MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant.

  1141. meta-ads-analyzer - ⭐ 336 Meta Ads Analyzer skill + MCP server for Claude Code. Breakdown Effect, Learning Phase, and expert-level campaign diagnosis.

  1142. wexin-read-mcp - ⭐ 335 能够让大模型阅读微信公众号文章,使用浏览器模拟绕过反爬虫。

  1143. deepseek-mcp-server - ⭐ 334 Model Context Protocol server for DeepSeek’s advanced language models

  1144. django-mcp-server - ⭐ 334 Django MCP Server is a Django extensions to easily enable AI Agents to interact with Django Apps through the Model Context Protocol it works equally well on WSGI and ASGI

  1145. clawdcursor - ⭐ 334 OS-agnostic, model-agnostic desktop automation server. Gives any AI agent eyes, hands, and ground-truth verification on Windows, macOS, and Linux.

  1146. open-mcp - ⭐ 333

  1147. redd-archiver - ⭐ 333 A PostgreSQL-backed archive generator that creates browsable HTML archives from link aggregator platforms including Reddit, Voat, and Ruqqus.

  1148. mcp_massive - ⭐ 333 An MCP server for Massive.com Financial Market Data

  1149. tinystruct - ⭐ 332 A lightweight, modular Java application framework for web and CLI development, designed for AI integration and plugin-based architecture. Enabling developers to create robust solutions with ease for building efficient and scalable applications.

  1150. laravel-mcp-server - ⭐ 332 A Laravel package for implementing secure Model Context Protocol servers using Streamable HTTP and SSE transport, providing real-time communication and a scalable tool system for enterprise environments.

  1151. paws-on-mcp - ⭐ 331 A comprehensive Model Context Protocol (MCP) server implementing the latest specification.

  1152. CodeGraphContext - ⭐ 331 An MCP server plus a CLI tool that indexes local code into a graph database to provide context to AI assistants.

  1153. mcp-server-code-execution-mode - ⭐ 331 An MCP server that executes Python code in isolated rootless containers with optional MCP server proxying. Implementation of Anthropic’s and Cloudflare’s ideas for reducing MCP tool definitions context bloat.

  1154. beever-atlas - ⭐ 331 Your First LLM-Wiki Conversation Knowledge Base

  1155. css-mcp - ⭐ 330

  1156. polymarket-paper-trader - ⭐ 330 Paper trading simulator for Polymarket — built for AI agents. MCP server, live order books, strategy backtesting. Install: npx clawhub install polymarket-paper-trader

  1157. mcp-server-12306 - ⭐ 329 12306 MCP Server​​ 是一个基于 ​​Model Context Protocol (MCP)​​ 的高性能火车票查询后端系统。它通过标准化接口提供官方 12306 的实时数据服务,包括余票查询、车站信息、列车经停站、中转换乘方案等核心功能。

  1158. investor-agent - ⭐ 328 A Model Context Protocol server for building an investor agent

  1159. godot-mcp-pro - ⭐ 328 162 MCP tools for AI-powered Godot 4 development. Scene, animation, 3D, physics, particles, audio, shader, input simulation, runtime analysis, navigation, testing & more. $15 one-time.

  1160. kindly-web-search-mcp-server - ⭐ 328 Kindly Web Search MCP Server: Web search + robust content retrieval for AI coding tools (Claude Code, Codex, Cursor, GitHub Copilot, Gemini, etc.) and AI agents (Claude Desktop, OpenClaw, etc.). Supports Serper, Tavily, and SearXNG.

  1161. Octopoda-OS - ⭐ 327 The open-source memory operating system for AI agents. Persistent memory, semantic search, loop detection, agent messaging, crash recovery, and real-time observability.

  1162. Google-Scholar-MCP-Server - ⭐ 327 A MCP Server for Google Scholar: 🔍 Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.

  1163. telegram-mcp - ⭐ 326 Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.

  1164. safe-mcp - ⭐ 325 SAFE-MCP is a comprehensive security framework for documenting and mitigating threats in the AI Agent ecosystem.

  1165. touchdesigner-mcp - ⭐ 325 MCP server for TouchDesigner

  1166. ClimateTraceKMP - ⭐ 324 Kotlin/Compose Multiplatform project to show climate related emission data from https://climatetrace.org/data.

  1167. facebook-ads-mcp-server - ⭐ 324

  1168. mcp-server-apple-shortcuts - ⭐ 324

  1169. langconnect-client - ⭐ 323 A Modern GUI Interface for Vector Database Management(Supports MCP integration)

  1170. mcp940 - ⭐ 323 Source code of minecraft 1.12

  1171. Rube - ⭐ 322 Rube is a Model Context Protocol (MCP) server that connects your AI tools to 500+ apps like Gmail, Slack, GitHub, and Notion. Simply install it in your AI client, authenticate once with your apps, and start asking your AI to perform real actions like “Send an email” or “Create a task.”

  1172. mcp-servers-hub - ⭐ 322 Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.

  1173. code-sandbox-mcp - ⭐ 321 An MCP server to create secure code sandbox environment for executing code within Docker containers. This MCP server provides AI applications with a safe and isolated environment for running code while maintaining security through containerization.

  1174. emcee - ⭐ 321 MCP generator for OpenAPIs 🫳🎤💥

  1175. cymbal-air-toolbox-demo - ⭐ 321 Demo of a customer service agent (Cymbal Air) using LangGraph, Tools, and RAG to interact with Google Cloud Databases via MCP Toolbox.

  1176. generator - ⭐ 321 CTX: a tool that solves the context management gap when working with LLMs like ChatGPT or Claude. It helps developers organize and automatically collect information from their codebase into structured documents that can be easily shared with AI assistants.

  1177. napi - ⭐ 320 Software architecture tooling for the AI age

  1178. mcp-everything-search - ⭐ 320

  1179. MCPControl - ⭐ 320 MCP server for Windows OS automation

  1180. elementor-mcp - ⭐ 320 WordPress plugin that turns Elementor into an MCP server — 97 AI-ready tools for building, editing, and managing page designs programmatically.

  1181. mcp-server-macos-use - ⭐ 320 AI agent that controls computer with OS-level tools, MCP compatible, works with any model

  1182. pydantic-resolve - ⭐ 319 A universal data composition tool that generates JSON RPC, GraphQL, and even MCP.

  1183. hol-guard - ⭐ 319 AI antivirus for developer agents: protect Codex, Claude Code, Cursor, Gemini, OpenCode, plugins, skills, MCP servers, and AI harnesses before tools run.

  1184. Minecraft-Hack-BaseClient - ⭐ 318 This is a Minecraft Base Client

  1185. AI-Kline - ⭐ 318 Python-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.

  1186. cross-code-organizer - ⭐ 318 Cross-Code Organizer (formerly Claude Code Organizer): cross-harness config dashboard for Claude Code, Codex CLI, MCP servers, skills, memories, agents, sessions, security scanning, context budget, and backups.

  1187. claude-code-tool-manager - ⭐ 318 GUI app to manage MCP servers for Claude Code

  1188. godot-mcp - ⭐ 318 MCP Server and Godot Plugin for AI-assisted game development

  1189. autogenstudio-skills - ⭐ 317 Repo of skills for autogen studio using model context protocol (mcp)

  1190. deep-research-mcp - ⭐ 317

  1191. mcp-odoo - ⭐ 317 MCP Server for Odoo

  1192. ddddocr - ⭐ 316 ddddocr rust 版本,ocr_api_server rust 版本,二进制版本,验证码识别,不依赖 opencv 库,跨平台运行,AI MCP 支持,a simple OCR API server, very easy to deploy。

  1193. frida-mcp - ⭐ 316 MCP stdio server for frida

  1194. comfyui-mcp-server - ⭐ 315 lightweight Python-based MCP (Model Context Protocol) server for local ComfyUI

  1195. agentic-ai-apis - ⭐ 315 The ultimate collection of APIs for building autonomous AI agents — 2,036 production-ready APIs across Agents, AI Models, and MCP Servers. Stop wasting weeks building infrastructure. Plug these in and ship your agent today.

  1196. gemini-kit - ⭐ 314 🚀 19 AI Agents + 44 Commands for Gemini CLI - Code 10x faster with auto planning, testing, review & security

  1197. mcp-documentation-server - ⭐ 314 MCP Documentation Server - Bridge the AI Knowledge Gap. ✨ Features: Document management • Gemini integration • AI-powered semantic search • File uploads • Smart chunking • Multilingual support • Zero-setup 🎯 Perfect for: New frameworks • API docs • Internal guides

  1198. octo-terminal-releases - ⭐ 313 Octo Terminal — The ultimate vibe coding terminal. AI-powered IDE with Claude, Codex, Ollama built-in. Terminal + editor + notes + browser in one app. Tauri + React + Rust.

  1199. codemogger - ⭐ 313 Codemogger is a code indexing library and MCP server for AI coding agents

  1200. mcp-neovim-server - ⭐ 313 Control Neovim using Model Context Protocol (MCP) and the official neovim/node-client JavaScript library

  1201. obsidian-mcp-plugin - ⭐ 313 High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.

  1202. agents - ⭐ 312 AI agent tooling for data engineering workflows.

  1203. mcp-ical - ⭐ 311 A Model Context Protocol Server that allows you to interact with your MacOS Calendar through natural language.

  1204. mcp-linker - ⭐ 311 mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursor💡mcphub

  1205. imagesorcery-mcp - ⭐ 311 An MCP server providing tools for image processing operations

  1206. discord-mcp - ⭐ 311 A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

  1207. deep-research-mcp - ⭐ 309

  1208. novamira - ⭐ 309 MCP server that gives AI agents full access to WordPress through PHP execution and filesystem operations

  1209. mcp-omnisearch - ⭐ 308 🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.

  1210. TradingAgents-MCPmode - ⭐ 308 TradingAgents-MCPmode 是一个创新的多智能体交易分析系统,集成了 Model Context Protocol (MCP) 工具,实现了智能化的股票分析和交易决策流程。系统通过多个专业化智能体的协作,提供全面的市场分析、投资建议和风险管理。

  1211. mcprouter - ⭐ 307 api router for MCP Servers

  1212. mcp-git-ingest - ⭐ 306 A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.

  1213. openmcp - ⭐ 306 Turn any openapi file into an mcp server, with just the tools you need.

  1214. sdk - ⭐ 305 Smithery helps AI agents access external services via a unified gateway.

  1215. AIDA - ⭐ 305 AI-Driven Security Assessment - Connect AI to 400+ pentesting tools via MCP

  1216. appium-mcp - ⭐ 305 Appium MCP on Steroids!

  1217. obsidian-mcp - ⭐ 305 Obsidian MCP (Model Context Protocol) Server

  1218. x64dbgMCP - ⭐ 305 Model Context Protocol for x64dbg & x32dbg

  1219. mcp-google-map - ⭐ 305 A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.

  1220. mcp-server-tree-sitter - ⭐ 304 MCP Server for Tree-sitter

  1221. Ori-Mnemos - ⭐ 304 Local-first persistent agentic memory powered by Recursive Memory Harness (RMH). Open source must win.

  1222. mcp-server-simulator-ios-idb - ⭐ 303 A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.

  1223. Lucid - ⭐ 302 An intelligence layer grounding autonomous agents in verified, real-time knowledge at scale.

  1224. mcp-sse - ⭐ 301 A working pattern for SSE-based MCP clients and servers

  1225. Dex - ⭐ 301 Your AI Chief of Staff — a personal operating system starter kit that adapts to your role. No coding required.

  1226. mcp-claude-code - ⭐ 301 MCP implementation of Claude Code capabilities and more

  1227. agent-trade-kit - ⭐ 301 OKX trading MCP server — connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.

  1228. mcp-server-mas-sequential-thinking - ⭐ 300 An advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.

  1229. automcp - ⭐ 300 Easily convert tool, agents and orchestrators from existing agent frameworks to MCP servers

  1230. llm-context.py - ⭐ 300 Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.

  1231. perplexity-mcp - ⭐ 300 A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI’s API.

  1232. mcpsvr - ⭐ 300 Discover Exceptional MCP Servers

  1233. h1-brain - ⭐ 300 MCP server that connects AI assistants to HackerOne for bug bounty hunting

  1234. DeepWideResearch - ⭐ 299 Agentic RAG for any scenario. Customize sources, depth, and width

  1235. godot-ai - ⭐ 299 Production-grade MCP server and AI tools for the Godot engine. A Snap to install. Totally free and fun.

  1236. spring-ai-summary - ⭐ 298 SpringAI,LLM,MCP,Embedding

  1237. certctl - ⭐ 298 Self-hosted certificate lifecycle automation platform. Any CA, any server, zero human intervention. Full REST API, web dashboard, and agent-based deployment where private keys never leave your infrastructure. Includes CLI, MCP server for AI assistants, and compliance mapping for SOC 2, PCI-DSS, and NIST.

  1238. chrome-devtools-mcp - ⭐ 298 An MCP Server for Chrome DevTools, following the Chrome DevTools Protocol. Integrates with Claude Desktop and Claude Code.

  1239. hass-mcp - ⭐ 298 Home Assistant MCP Server

  1240. aider-mcp-server - ⭐ 297 Minimal MCP Server for Aider

  1241. consult7 - ⭐ 297 MCP server to consult a language model with large context size

  1242. aws-mcp - ⭐ 296 Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.

  1243. mcp_flutter - ⭐ 296 MCP Server and Toolkit for Flutter AI Agent Driven Development - via closed feedback loop (visual & semantic snapshot) and high client side customization adaptable for any Flutter app.

  1244. utcp-specification - ⭐ 295 The specification for the Universal Tool Calling Protocol

  1245. geminimcp - ⭐ 294 Gemini-MCP is an MCP server that encapsulates Google’s Gemini CLI tool into a standard MCP protocol interface, enabling Claude Code to invoke Gemini for AI-assisted programming tasks.

  1246. remote-mcp-server-with-auth - ⭐ 294 Template for a remote MCP server with GitHub OAuth - following best practices for building MCP servers so you can take this as a starting point for any MCP server you want to build!

  1247. doris-mcp-server - ⭐ 292 Apache Doris MCP Server

  1248. perplexity-mcp - ⭐ 292 A Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon

  1249. lets-learn-mcp-csharp - ⭐ 291

  1250. blender-mcp-vxai - ⭐ 291

  1251. MCP-Server-Playwright - ⭐ 291 MCP server for browser automation using Playwright

  1252. CoWork-OS - ⭐ 291 Local-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.

  1253. daan - ⭐ 290 ✨Lightweight LLM Client with MCP 🔌 & Characters 👤

  1254. AEnvironment - ⭐ 290 Standardized environment infrastructure for Agentic AI development.

  1255. marionette_mcp - ⭐ 290 MCP server enabling AI agents to interact with Flutter apps at runtime - let them inspect widgets, simulate taps, enter text, scroll, and take screenshots.

  1256. MARM-Systems - ⭐ 289 Turn AI into a persistent, memory-powered collaborator. Universal MCP Server (supports HTTP, STDIO, and WebSocket) enabling cross-platform AI memory, multi-agent coordination, and context sharing. Built with MARM protocol for structured reasoning that evolves with your work.

  1257. purple - ⭐ 289 Open-source terminal SSH manager that keeps ~/.ssh/config in sync with your cloud infra across 16 cloud providers. Spin up a VM, it shows up. Destroy it, it dims. Plus live tunnel monitoring, fleet-wide Docker and Podman, scp, Vault SSH certs and an MCP server for AI agents. Rust TUI, MIT.

  1258. mcp-manager - ⭐ 288 simple web ui to manage mcp (model context protocol) servers in the claude app

  1259. AetherLink - ⭐ 288 AetherLink is a cross-platform AI assistant application that supports multiple mainstream AI models (OpenAI, Google Gemini, Anthropic Claude, Grok, etc.). Built with React, TypeScript, and Capacitor, it delivers a seamless conversational experience. Key features include customizable model configurations, multi-topic chat management, AI reasoning vi

  1260. mcp-server - ⭐ 288 Volcengine MCP Servers

  1261. obsidian-claude-code-mcp - ⭐ 288 Connect Claude Code and other AI tools to your Obsidian notes using Model Context Protocol (MCP)

  1262. nova-proximity - ⭐ 287 Nova-Proximity is a MCP and Agent Skills security scanner powered with NOVA

  1263. mcp-proxy-for-aws - ⭐ 287 AWS MCP Proxy Server

  1264. laravel-claude-code-setup - ⭐ 287 One-command setup for AI-powered Laravel development with Claude Code and MCP servers

  1265. Claude-Code-Frontend-Design-Toolkit - ⭐ 287 Everything I’ve found that actually makes Claude Code output better-looking frontends. Skills, plugins, MCP servers, CLAUDE.md tricks

  1266. o3-search-mcp - ⭐ 286 MCP server for OpenAI o3 web search

  1267. yahoo-finance-mcp - ⭐ 286 This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.

  1268. mcp - ⭐ 286 MCP Server for Snowflake including Cortex AI, object management, SQL orchestration, semantic view consumption, and more

  1269. ticktick-mcp - ⭐ 286 MCP server that interacts with TickTick (Dida 365) via the TickTick Open API

  1270. safe-mcp - ⭐ 285 SAFE-MCP is a comprehensive security framework for documenting and mitigating threats in the AI Agent ecosystem.

  1271. meGPT - ⭐ 285 Code to process many kinds of content by an author into an MCP server

  1272. reddit-mcp - ⭐ 285 Model Context Protocol server implementation for Reddit

  1273. FileScopeMCP - ⭐ 284 Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages such as Python, C, C++, Rust, Zig, Lua.

  1274. alfanous - ⭐ 284 Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces…

  1275. awesome-fintech - ⭐ 284 A curated collection of open source fintech libraries and resources.

  1276. mac_messages_mcp - ⭐ 284 An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.

  1277. browser-control-mcp - ⭐ 284 MCP server paired with a browser extension that enables AI agents to control the user’s browser.

  1278. xero-mcp-server - ⭐ 284 An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction

  1279. claude-modular - ⭐ 284 Production-ready modular Claude Code framework with 30+ commands, token optimization, and MCP server integration. Achieves 2-10x productivity gains through systematic command organization and hierarchical configuration.

  1280. apollo-mcp-server - ⭐ 283 Apollo MCP Server

  1281. mcp-server-odoo - ⭐ 283 Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems through standardized resources and tools for data retrieval and manipulation.

  1282. human-mcp - ⭐ 282 Bringing Human Capabilities to AI Agents

  1283. unity-cli-loop - ⭐ 282 Your Unity project’s AI autopilot. Compile, test, debug, repeat—until it just works.

  1284. claude-code-organizer - ⭐ 282 Dashboard to manage Claude Code memories, configs, and MCP servers — security scanner for tool poisoning, context token budget tracker, duplicate cleanup, scope management. npx @mcpware/claude-code-organizer

  1285. Alice - ⭐ 282 Alice is a voice-first desktop AI assistant application built with Vue.js, Vite, and Electron. Advanced memory system, function calling, MCP support, optional fully local use, and more.

  1286. mcp-server - ⭐ 282 This MCP server provides documentation about Strands Agents to your GenAI tools, so you can use your favorite AI coding assistant to vibe-code Strands Agents.

  1287. DeepWideResearch - ⭐ 281 Agentic RAG for any scenario. Customize sources, depth, and width

  1288. mcp-manager - ⭐ 280 simple web ui to manage mcp (model context protocol) servers in the claude app

  1289. model-context-protocol-resources - ⭐ 280 Exploring the Model Context Protocol (MCP) through practical guides, clients, and servers I’ve built while learning about this new protocol.

  1290. arcticdb_mcp - ⭐ 279 MCP server for ArcticDB

  1291. cpp-mcp - ⭐ 279 Lightweight C++ MCP (Model Context Protocol) SDK

  1292. anysearch-mcp-server - ⭐ 279 Unified real-time search engine skill for AI agents.

  1293. MCP-handle - ⭐ 278 MCP integration platforms making AI-Agents developers focusing on their own tasks

  1294. mcp-mongo-server - ⭐ 278 A Model Context Protocol Server for MongoDB

  1295. tmux-mcp - ⭐ 278 A MCP server for our beloved terminal multiplexer tmux.

  1296. sudocode - ⭐ 278 Lightweight agent orchestration dev tool that lives in your repo

  1297. next-lens - ⭐ 277 A CLI that scans Next.js routes and provides quick insights from your terminal, web UI, and MCP.

  1298. metorial-index - ⭐ 277 Metorial MCP Index - An ever growing list of open source MCP servers 📁 🎉

  1299. domain-check - ⭐ 277 Fast, universal domain availability checker - 1,200+ TLDs, pattern generation, RDAP with WHOIS fallback. CLI + Rust library + MCP server for AI agents.

  1300. anki-mcp-server - ⭐ 277 A Model Context Protocol (MCP) server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.

  1301. mcp-reasoner - ⭐ 276 A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.

  1302. Context-Engine - ⭐ 276 Context-Engine MCP - Agentic Context Compression Suite

  1303. deepcontext-mcp - ⭐ 276 DeepContext is an MCP server that adds symbol-aware semantic search to Claude Code, Codex CLI, and other agents for faster, smarter context on large codebases.

  1304. rust-docs-mcp-server - ⭐ 276 🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.

  1305. elasticsearch-mcp-server - ⭐ 276 A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.

  1306. mcp-gdrive - ⭐ 276 Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets

  1307. dify-mcp-server - ⭐ 275 Model Context Protocol (MCP) Server for dify workflows

  1308. oreilly-ai-agents - ⭐ 275 An introduction to the world of AI Agents

  1309. penpot-mcp - ⭐ 274 Penpot’s official MCP Server

  1310. ultra-mcp - ⭐ 274 100x Your Claude Code, Gemini CLI, Cursor and/or any coding tools with MCP client support

  1311. api-agent - ⭐ 273 Universal MCP server for GraphQL/REST APIs

  1312. awesome-mcp-servers - ⭐ 273 A collection of MCP servers

  1313. proximity - ⭐ 271 Proximity is a MCP security scanner powered with NOVA

  1314. jinni - ⭐ 271 Bring your project into LLM context - tool and MCP server

  1315. BitFun - ⭐ 270 BitFun is an Agentic Development Environment (ADE,AI IDE) featuring a cutting-edge Code Agent system with four modes — Agentic, Plan, Debug, and Review. Extensible via MCP, Skills, custom Agents and Rules. Built with Rust + TypeScript for an ultra-lightweight, fluid cross-platform experience.

  1316. vibing-steampunk - ⭐ 270 vs-punk: ADT to MCP bridge - Vibe code in ABAP / AMDP

  1317. flyto-core - ⭐ 270 The open-source execution engine for AI agents. 412 modules, MCP-native, triggers, queue, versioning, metering.

  1318. claude-ai-mcp - ⭐ 270 Report issues related to MCP integration with Claude here.

  1319. tableau-mcp - ⭐ 270 Tableau’s official MCP Server. Helping Agents see and understand data.

  1320. proximity - ⭐ 269 Proximity is a MCP security scanner powered with NOVA

  1321. intervals-mcp-server - ⭐ 268 Model Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.

  1322. mcp-logseq - ⭐ 267 MCP server to interact with LogSeq via its Local HTTP API - enabling AI assistants like Claude to seamlessly read, write, and manage your LogSeq graph.

  1323. XActions - ⭐ 267 ⚡ The Complete X/Twitter Automation Toolkit — Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don’t follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API.

  1324. solomd - ⭐ 267 A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.

  1325. sec-edgar-mcp - ⭐ 266 A SEC EDGAR MCP (Model Context Protocol) Server

  1326. xiaozhi-client - ⭐ 265 小智AI客户端,目前主要用于MCP的对接

  1327. osp_marketing_tools - ⭐ 265 A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners’ core writing and product marketing techniques.

  1328. openapi-to-mcpserver - ⭐ 264 A tool&lib that can automatically convert OpenAPI documents into Higress remote MCP server configurations.

  1329. enterprise-mcp-course - ⭐ 264 Learn to build from scratch an AI PR reviewer integrated with GitHub, Slack and Asana that scales within your organization.

  1330. ctx - ⭐ 263 Skill, agent, MCP and harness recommendation engine for Claude Code/custom LLMs: walks a 13,218-node LLM wiki graph (1,968 skills, 464 agents, 10,786 MCP servers, 963K edges) and suggests the right tools on the fly.

  1331. project-nova - ⭐ 263 A multi-agent AI architecture that connects 25+ specialized agents through n8n and MCP servers. Project NOVA routes requests to domain-specific experts, enabling control of applications from knowledge bases to DAWs, home automation to development tools. Includes system prompts, Dockerfiles, and workflows for a complete AI assistant ecosystem.

  1332. g-search-mcp - ⭐ 263 A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.

  1333. mcp-local-rag - ⭐ 263 Local-first RAG server for developers. Semantic + keyword search for code and technical docs. Works with MCP or CLI. Fully private, zero setup.

  1334. copilot-plugins - ⭐ 261 The official GitHub Copilot plugins collection — MCP servers, skills, hooks, and other extensibility tools for GitHub Copilot.

  1335. mcp-openapi-server - ⭐ 260 MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource

  1336. sketchup-mcp - ⭐ 260 Sketchup Model Context Protocol

  1337. agentseal - ⭐ 260 Security toolkit for AI agents. Scan your machine for dangerous skills and MCP configs, monitor for supply chain attacks, test prompt injection resistance, and audit live MCP servers for tool poisoning.

  1338. Mimir - ⭐ 259 Mimir - Fully open and customizable memory bank with semantic vector search capabilities for locally indexed files (Code Intelligence) and stored memories that are shared across sessions and chat contexts allowing worker agent to learn from errors in past runs. Includes Drag and Drop multi-agent orchestration

  1339. kite-mcp-server - ⭐ 259 Zerodha Kite MCP server

  1340. computer-use-mcp - ⭐ 259 💻 Give AI models complete control of your computer (probably a bad idea)

  1341. HarnessKit - ⭐ 259 More than a skill manager — manage skills, MCP servers, plugins, hooks, CLIs, configs, memory & rules across every AI coding agent. 🌟 Star if you like it!

  1342. corpusos - ⭐ 258 Open-source protocol suite standardizing LLM, Vector, Graph, and Embedding infrastructure across LangChain, LlamaIndex, AutoGen, CrewAI, Semantic Kernel, and MCP. 3,330+ conformance tests. One protocol. Any framework. Any provider.

  1343. agentrove - ⭐ 258 Your own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.

  1344. sap-ai-mcp-servers - ⭐ 258 A complete list of SAP MCP Servers and SAP AI Skills

  1345. pentest-ai - ⭐ 258 Offensive-security MCP server with 205 wrapped tools, 17 specialist agents, and 60 SPA-aware probes for OWASP Top 10. CLI + MCP, BYO LLM. No API key needed on MCP path.

  1346. vulnerable-mcp-servers-lab - ⭐ 256 A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.

  1347. swiss-ai-call-agent - ⭐ 256 Enterprise-grade AI Call Agent for the Swiss market – inbound & outbound calls, multilingual (DE/FR/IT), MCP architecture, Claude AI decision engine, real-time dashboard

  1348. autocad-mcp - ⭐ 256 MCP server for AutoCAD LT v3.1: freehand AutoLISP execution, 8 consolidated tools, File IPC + ezdxf backends, focus-free dispatch, undo/redo, P&ID symbols, and robust IPC with ESC prefix and UTF-8 fallback. Companion agent skill: puran-water/autocad-drafting

  1349. mastergo-magic-mcp - ⭐ 255 MasterGo Magic MCP is a standalone MCP (Model Context Protocol) service designed to connect MasterGo design tools with AI models.

  1350. api200 - ⭐ 255 API 200 is an open source API gateway to simplify 3rd-party integrations. Import endpoints, set up caching, retries, and mocks. Access all services via one URL. Monitor logs, track errors, and get alerts on API incidents.

  1351. agent-craft - ⭐ 255 AI Agent 教学仓库 | 系统化 LangChain、RAG、LangGraph、MCP 全栈实战代码 | 万字博客详解 | 开源可运行示例 | 从零构建智能体

  1352. mcp-proxy - ⭐ 255 A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.

  1353. data-go-mcp-servers - ⭐ 255 Korea public data portal (data.go.kr) API MCP servers

  1354. a2a-directory - ⭐ 254 Agent2Agent (A2A) – AgentCards, Servers, Clients, Docs

  1355. agentregistry - ⭐ 254 Fast-track AI innovation with a centralized, trusted, curated registry

  1356. flutter-skill - ⭐ 254 AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Works with Claude, Cursor, Windsurf, Copilot. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI — all from natural language.

  1357. agent-skills-hub - ⭐ 254 Discover and compare open-source Agent Skills, tools & MCP servers — with quality scoring, trending analysis, and automated GitHub sync

  1358. code-reasoning - ⭐ 253 A code reasoning MCP server, a fork of sequential-thinking

  1359. admin - ⭐ 253 Define and compose secure MCPs in TypeScript. Generate AI workflows and agents with React + Tailwind UI. Deploy anywhere.

  1360. c2sagent - ⭐ 253 C2S Agent is an lightweight AI Agent construction platform that provides configurable online Agents and MCP services, You can configure any HTTP request interface as an MCP tool. C2S Agent 是一个轻量级的AI Agent构建平台,提供在线可配置的Agent,MCP,您可以一个HTTP请求的接口配置成为一个MCP工具,Agent之间可以进行自交流。并提供了单端口多A2A服务,MCP服务的解决方案

  1361. mcp-servers-nix - ⭐ 253 A Nix-based configuration framework for Model Control Protocol (MCP) servers with ready-to-use packages.

  1362. pctx - ⭐ 253 pctx is the execution layer for agentic tool calls. It auto-converts agent tools and MCP servers into code that runs in secure sandboxes for token-efficient workflows.

  1363. deeppowers - ⭐ 252 DEEPPOWERS is a Fully Homomorphic Encryption (FHE) framework built for MCP (Model Context Protocol), aiming to provide end-to-end privacy protection and high-efficiency computation for the upstream and downstream ecosystem of the MCP protocol.

  1364. hydra-mcp-solana - ⭐ 252 hydra-ai

  1365. AgentRecall-MCP - ⭐ 252 AI Session Memory with Think-Execute-Reflect Quality Loops — give your agent a brain that survives every session. Built on the Intelligent Distance principle.

  1366. Claude-Code-AI-Design - ⭐ 252 Claude Design Anthropic Tool Download April 2026 Figma to Code AI Agent Research Preview Claude Code CLI Integration React 19 Tailwind v4 Support Model Context Protocol MCP Server Setup Design Systems Automation UI UX Prototyping Next.js Component Generation Best Developer Tools 2026 Free Tutorial

  1367. mcp-server-gemini - ⭐ 252 MCP server implementation for Google’s Gemini API

  1368. vurb.ts - ⭐ 251 TypeScript framework for building production MCP servers. Fluent tool API, FSM gating, presenters, semantic routing, cache hints, Zod validation. Model-View-Agent architecture for the Model Context Protocol.

  1369. mcp2py - ⭐ 251 Turn any MCP server into a Python module

  1370. wikipedia-mcp - ⭐ 251 A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.

  1371. AgentRecall - ⭐ 250 AI Session Memory with Think-Execute-Reflect Quality Loops — give your agent a brain that survives every session. Built on the Intelligent Distance principle.

  1372. servicenow-mcp - ⭐ 250 MCP Server for ServiceNow

  1373. mcp-chatbot - ⭐ 250 A simple CLI chatbot that demonstrates the integration of the Model Context Protocol (MCP).

  1374. aci-mcp - ⭐ 250 MCP server(s) for Aipolabs ACI.dev

  1375. claude-config-editor - ⭐ 250 Claude Config Editor is a lightweight web tool that helps you clean and optimize your Claude Code/Desktop config files (.claude.json). Analyze project sizes, bulk delete chat histories, export data for backup, manage servers visually, and speed up Claude—all locally, with auto-backup, no dependencies, and cross-platform support.

  1376. forgetful - ⭐ 249 Opensource Memory for Agents

  1377. call.md - ⭐ 249 Turn meetings into live agent loops. Record, transcribe, and analyze meetings with real-time AI intelligence — before, during, and after calls.

  1378. claude-in-mobile - ⭐ 249 MCP server for mobile and desktop automation — Android (via ADB), iOS Simulator (via simctl), and Desktop (Compose Multiplatform). Like Claude in Chrome but for mobile devices and desktop apps

  1379. mcp-dev-latam - ⭐ 248 MCP servers for Brazilian services — payments, fiscal, banking, communication. Generated by CodeSpar.

  1380. MoltBrain - ⭐ 248 Long-term memory layer for OpenClaw & MoltBook agents that learns and recalls your project context automatically.

  1381. video-editing-mcp - ⭐ 248 MCP Interface for Video Jungle

  1382. JoySafeter - ⭐ 248 🚀 JoySafeter: An enterprise AI Agent Platform—Not just chatting. building、running、testing, and tracing autonomous Agent Teams with visual orchestration…

  1383. lokka - ⭐ 248 MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services

  1384. mcp-foundry - ⭐ 248 A MCP Server for Azure AI Foundry: it’s now moved to cloud, check the new Foundry MCP Server

  1385. foundry-mcp-server - ⭐ 247 An experimental MCP Server for foundry built for Solidity devs

  1386. claude-recall - ⭐ 247 Long-term memory layer for MoltBot & Claude Code that learns and recalls your project context automatically

  1387. suppr-mcp - ⭐ 247 超能文献|AI驱动的文档翻译与学术搜索服务。支持PDF、DOCX、PPTX等多格式文档的高质量翻译(支持11种语言),特别优化了数学公式翻译。同时提供PubMed学术文献智能搜索功能。更多访问:https://suppr.wilddata.cn

  1388. dat - ⭐ 247 Asking yours data in a natural language way through pre-modeling (data models and semantic models).

  1389. mcp_chatbot - ⭐ 247 A chatbot implementation compatible with MCP (terminal / streamlit supported)

  1390. claudit-sec - ⭐ 247 Security audit tool for Claude Desktop and Claude Code on macOS — single-command visibility into MCP servers, extensions, plugins, connectors, scheduled tasks, and permissions.

  1391. MCPBench - ⭐ 246 The evaluation benchmark on MCP servers

  1392. mcp-trends-hub - ⭐ 246 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务

  1393. scrumboy - ⭐ 245 Self-hosted kanban & project management with shareable boards, voice commands, sticky-notes and MCP support

  1394. mcp-prompt-server - ⭐ 244 这是一个基于Model Context Protocol (MCP)的服务器,用于根据用户任务需求提供预设的prompt模板,帮助Cline/Cursor/Windsurf…更高效地执行各种任务。服务器将预设的prompt作为工具(tools)返回,以便在Cursor和Windsurf等编辑器中更好地使用。

  1395. mysql_mcp_server_pro - ⭐ 244 Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展

  1396. Windows-MCP.Net - ⭐ 244 A .NET-based Windows desktop automation MCP (Model Context Protocol) server that provides AI assistants with the ability to interact with the Windows desktop environment.

  1397. weather-mcp-server - ⭐ 244 A lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:

  1398. mcp-telegram - ⭐ 244 MCP Server for Telegram

  1399. firebase-mcp - ⭐ 243 🔥 Model Context Protocol (MCP) server for Firebase.

  1400. chat-mcp - ⭐ 243 A Desktop Chat App that leverages MCP(Model Context Protocol) to interface with other LLMs.

  1401. embodied-claude - ⭐ 243 Claudeに身体性を与えるMCP群

  1402. claude_code-gemini-mcp - ⭐ 242 Simplified Gemini for Claude Code.

  1403. mcp-server-code-runner - ⭐ 241 Code Runner MCP Server

  1404. metatrader-mcp-server - ⭐ 241 Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform

  1405. Google-Research-MCP - ⭐ 241 MCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites

  1406. mcp-feedback-collector - ⭐ 240 一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。

  1407. mcp-maigret - ⭐ 240 MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources.

  1408. claude-code-mcpinstall - ⭐ 240 Easy guide to installing Claude Code MCPs globally on your machine.

  1409. mcp-todoist - ⭐ 240 MCP server that connects Claude to Todoist for natural language task and project management with bulk operations

  1410. postman-mcp-server - ⭐ 240 Connect your AI to your APIs on Postman

  1411. playwright-mcp - ⭐ 239 Playwright MCP fork that works with Cloudflare Browser Rendering

  1412. PIXRA - ⭐ 239 Pixelize the real world on-chain

  1413. anki-mcp-server - ⭐ 239 MCP server for Anki via AnkiConnect

  1414. yt-dlp-mcp - ⭐ 239 A Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.

  1415. mcp-on-vercel - ⭐ 238

  1416. antd-components-mcp - ⭐ 238 An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询

  1417. hf-mcp-server - ⭐ 238 Hugging Face MCP Server

  1418. Google-Search-MCP-Server - ⭐ 237 MCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites

  1419. mcp-engine-public - ⭐ 237 The SemanticOps MCP (formerly MCP Engine) is a Power BI tool that lets AI assistants like Claude interact with your Power BI models programmatically: read your model structure, run DAX queries, modify your semantic model, and perform advanced analytics - all through natural conversation.

  1420. STS2-Agent - ⭐ 237 杀戮尖塔2的MOD,将杀戮尖塔2的游戏状态与操作暴露为本地 HTTP API 包装成 MCP Server,供支持 MCP 的AI客户端直接调用

  1421. sample-serverless-mcp-servers - ⭐ 237 Sample implementations of AI Agents and MCP Servers running on AWS Serverless compute

  1422. remote-swe-agents - ⭐ 237 Autonomous SWE agent working in the cloud!

  1423. MCP-connect - ⭐ 236 Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests

  1424. ruby_llm-mcp - ⭐ 236 Full-featured MCP support for Ruby and RubyLLM—making it easy to build structured, composable LLM workflows in pure Ruby.

  1425. NFTIAI - ⭐ 236 NFTI AI — NFTI your AI Agents & Virtual IP. Bridging intelligent agents, MCP protocols, and RWA to create a new era of digital sovereignty.

  1426. pasal - ⭐ 236 Pasal.id - The first open, AI-native Indonesian legal platform. MCP server + REST API + web app giving AI grounded access Indonesian laws.

  1427. figma-flutter-mcp - ⭐ 235 An MCP server that provides the coding agents Figma’s design token to write Flutter code.

  1428. omnicoreagent - ⭐ 235 OmniCoreAgent is a powerful Python framework for building autonomous AI agents that think, reason, and execute complex tasks. Production-ready agents that use tools, manage memory, coordinate workflows, and handle real-world business logic.

  1429. xiyan_mcp_server - ⭐ 235 A Model Context Protocol (MCP) server that enables natural language queries to databases

  1430. mcp-email-server - ⭐ 235 IMAP and SMTP via MCP Server

  1431. jebmcp - ⭐ 235

  1432. erickwendel-contributions-mcp - ⭐ 235 A Model Context Protocol (MCP) server that provides tools to query Erick Wendel’s contributions across different platforms

  1433. LycheeMem - ⭐ 234 Lightweight Long-Term Memory for LLM Agents.

  1434. ha-mcp-for-xiaozhi - ⭐ 234 Homeassistant MCP server for 小智AI

  1435. Charles-mcp - ⭐ 234 Charles Proxy MCP server for AI agents with live capture, structured traffic analysis, and agent-friendly tool contracts

  1436. awesome-osint-mcp-servers - ⭐ 234 A curated list of OSINT MCP servers. Pull requests are welcomed!

  1437. gram - ⭐ 233 Securely scale AI usage across your organization. Control plane for building, securing and monitoring your agents, mcp and skills.

  1438. mcp-twikit - ⭐ 233 A Model Context Protocol (MCP) server for interacting with Twitter.

  1439. mcp - ⭐ 233 Neo4j official MCP Server

  1440. smart-tree - ⭐ 232 Smart Tree: not just a tree, a philosophy. A context-aware, AI-crafted replacement for 20+ tools with MEM8 quantum compression, semantic search, AST-smart editing, and partnership memory. Crafted with care by human + AI—accept no knock-offs.

  1441. Lambda-MCP-Server - ⭐ 232 Creates a simple MCP tool server with “streaming” HTTP.

  1442. mcp-server-milvus - ⭐ 232 Model Context Protocol Servers for Milvus

  1443. hevy-mcp - ⭐ 232 Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.

  1444. Context-Engineering-for-Multi-Agent-Systems - ⭐ 231 Save thousands of lines of code by building universal, domain-agnostic Multi-Agent Systems (MAS) through high-level semantic orchestration. This repository provides a production-ready blueprint for the Agentic Era, allowing you to replace rigid, hard-coded workflows with a dynamic transparent Context Engine that provides 100% transparency.

  1445. phone-mcp - ⭐ 231 A phone control plugin for MCP that allows you to control your Android phone through ADB commands to connect any human

  1446. mindmap-mcp-server - ⭐ 231 mindmap, mcp server, artifact

  1447. composer-trade-mcp - ⭐ 230 Composer’s MCP server lets MCP-enabled LLMs like Claude backtest trading ideas and automatically invest in them for you

  1448. domainstack.io - ⭐ 230 🧰 All-in-one domain name intelligence as a service

  1449. mcp-compass - ⭐ 230 MCP Discovery & Recommendation Service - Find the right MCP server for your needs

  1450. persistent-ai-memory - ⭐ 230 A persistent local memory for AI, LLMs, or Copilot in VS Code.

  1451. MiroRL - ⭐ 229 MiroRL is an MCP-first reinforcement learning framework for deep research agent.

  1452. mermaid-mcp-server - ⭐ 229 A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images

  1453. radare2-mcp - ⭐ 229 MCP stdio server for radare2

  1454. mcp-echarts - ⭐ 229 🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.

  1455. penpot-mcp - ⭐ 228 Penpot MCP server

  1456. plate-playground-template - ⭐ 228 Plate AI template with React 19, Next 16, Tailwind 4, MCP.

  1457. composio - ⭐ 228 typescript python sdk ai-agents anthropic openapi langchain openai-agents llamaindex mastra vercel-ai mcp oauth saas llm integrations agent-tools automation cloudflare google-gemini tooling rag multi-provider developer-sdk composable-actions webhook-triggers

  1458. linux-mcp-server - ⭐ 228 Tools to allow LLM clients to interact with Linux systems remotely

  1459. nextcloud-mcp-server - ⭐ 228 Nextcloud MCP Server

  1460. mcp-foundry - ⭐ 227 A MCP Server for Azure AI Foundry: it’s now moved to cloud, check the new Foundry MCP Server

  1461. cobolt - ⭐ 227 This is a cross-platform desktop application that allows you to chat with locally hosted LLMs and enjoy features like MCP support

  1462. mcp-n8n-workflow-builder - ⭐ 226 AI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON editing.

  1463. plane-mcp-server - ⭐ 226 Plane’s Official Model Context Protocol Server 🔌 ⌨️ 🔥

  1464. harnss - ⭐ 226 Open-source, desktop client/UI build to harness Claude Code, Codex and any other Agent accepting Agent Client Protocol. Run multiple AI coding agents side by side with rich tool visualization, MCP integrations, built-in terminal, git, browser and just about anything else you may need.

  1465. agent-skills - ⭐ 225 A collection of AI agent skills for Clawdbot, Claude Code, Codex

  1466. qveris-agent-toolkit - ⭐ 225 Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.

  1467. facebook-ads-library-mcp - ⭐ 225 MCP Server for Facebook ADs Library - Get instant answers from FB’s ad library

  1468. OpenCode-Everything-You-Need-to-Know - ⭐ 225 The ultimate all-in-one guide to mastering OpenCode. From installation, Zen model router setup, TUI mastery, commands, skills, agents, workflows, automation, and integrations, to MCP servers, plugins, packed with step-by-step tutorials, real-world examples, and expert strategies to make this the global go-to repo for OpenCode mastery.

  1469. uber-eats-mcp-server - ⭐ 224

  1470. mcp-server-commands - ⭐ 224 Model Context Protocol server to run commands (tool: runProcess)

  1471. claudex - ⭐ 224 Your own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.

  1472. human-in-the-loop - ⭐ 224 An MCP (Model Context Protocol) server that allows AI assistants to ask questions to humans via Discord.

  1473. readwise-skills - ⭐ 224 Agent skills for your Readwise and Reader data, powered by the Readwise MCP server/CLI. Triage your inbox, quiz yourself on what you’ve read, build a personalized now-reading page, and more.

  1474. ai-counsel - ⭐ 224 True deliberative consensus MCP server where AI models debate and refine positions across multiple rounds

  1475. skyll - ⭐ 223 A tool for autonomous agents like OpenClaw to discover and learn skills autonomously

  1476. AutoResearch-SibylSystem - ⭐ 223 Fully Autonomous AI Research System with Self-Evolution, built natively on Claude Code

  1477. photoshop-python-api-mcp-server - ⭐ 223 A Model Context Protocol (MCP) server that interfaces with Adobe Photoshop’s Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.

  1478. ai-code-interface.el - ⭐ 223 Unified Emacs interface supporting OpenAI Codex, GitHub Copilot CLI, Claude Code, Gemini CLI, Opencode, and more

  1479. ida-multi-mcp - ⭐ 223 Multi-instance IDA Pro MCP server — analyze multiple binaries simultaneously through a single MCP endpoint.

  1480. llamacloud-mcp - ⭐ 222

  1481. langgraph-whatsapp-agent - ⭐ 222 A template for building WhatsApp agents using LangGraph and Twilio. This project enables you to deploy AI agents that interact with users via WhatsApp, process messages and images, and invoke custom graph-based agents. It integrates with MCP and runs on the LangGraph Platform.

  1482. effect-mcp - ⭐ 222

  1483. learn-agentic-ai-from-low-code-to-code - ⭐ 222 Build production-grade agents with OpenAI AgentKit, a no-code platfrom.

  1484. ATaC - ⭐ 222 Record and Replay AI Agent Trajectories.

  1485. ClaudeR - ⭐ 222 Connect RStudio to Claude Code, Codex, Gemini, and other LLM agents via MCP. Multi-agent orchestration, automated manuscript auditing, and zero-config setup with uvx

  1486. agent-mcp-lab - ⭐ 221

  1487. mcpproxy-go - ⭐ 221 Supercharge AI Agents, Safely

  1488. razorpay-mcp-server - ⭐ 220 Razorpay’s Official MCP Server

  1489. quickbooks-online-mcp-server - ⭐ 220 The QuickBooks MCP Server lets AI assistants access QuickBooks data via a standard interface. It uses the Model Context Protocol to expose QBO features as callable tools, enabling developers to build AI apps that fetch real-time QBO data through MCP.

  1490. guild - ⭐ 220 Shared context, memory, and task coordination across AI coding agents. Single Go binary, local SQLite, hybrid keyword and semantic search.

  1491. home-assistant-cursor-agent - ⭐ 219 Enable Cursor AI, VS Code, or any MCP-enabled IDE to help you manage Home Assistant: create automations, modify configs, and deploy changes using natural language

  1492. mcp-dev-brasil - ⭐ 219 MCP servers for Brazilian services — payments, fiscal, banking, communication. Generated by CodeSpar.

  1493. registry-broker-skills - ⭐ 219 AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.

  1494. Windows-MCP.Net - ⭐ 219 A .NET-based Windows desktop automation MCP (Model Context Protocol) server that provides AI assistants with the ability to interact with the Windows desktop environment.

  1495. unsplash-mcp-server - ⭐ 219 🔎 A MCP server for Unsplash image search.

  1496. mcp-server-gsc - ⭐ 219 A Model Context Protocol (MCP) server providing access to Google Search Console

  1497. monarch-mcp-server - ⭐ 219 MCP Server for use with Monarch Money

  1498. image-gen-server - ⭐ 218 一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口

  1499. awesome-claude - ⭐ 218 HeyClaude is a curated registry and distribution surface for Claude and AI-workflow assets: agents, MCP servers, skills, commands, hooks, rules, guides, tools, jobs, Raycast feeds, static data exports, and an npm MCP package.

  1500. craft-agents-oss - ⭐ 217 electron anthropic claude-agent-sdk mcp bun websocket thin-client multi-llm openapi skills automations oauth desktop-ai github-copilot google-ai chatgpt devtools apache-2 headless-server pi-sdk vscode-alternative linux macos windows

  1501. claudepro-directory - ⭐ 217 HeyClaude (formerly Claude Pro Directory) is a searchable collection of pre-built AI skills, agents, MCP servers, guides, hooks, statuslines, and other custom configs, designed to enhance Claude, Codex, Cursor, OpenClaw, and various other agentic workflows/platforms.

  1502. YourMemory - ⭐ 217 Agentic AI memory with Ebbinghaus forgetting curve decay. +16pp better recall than Mem0 on LoCoMo.

  1503. git-mcp-server - ⭐ 217 An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.

  1504. jebmcp - ⭐ 216

  1505. pbi-desktop-mcp-public - ⭐ 216 The MCP Engine is a Power BI tool that lets AI assistants like Claude interact with your Power BI models programmatically: read your model structure, run DAX queries, create and modify measures, manage relationships, and perform advanced analytics - all through natural conversation.

  1506. mcp_code_executor - ⭐ 216 The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment.

  1507. MaxMSP-MCP-Server - ⭐ 216 MCP (Model Context Protocol) Server for Max (Max/MSP/Jitter)

  1508. airbroke - ⭐ 215 🔥 Lightweight, Airbrake/Sentry-compatible, PostgreSQL-based Open Source Error Catcher

  1509. Chanakya-Local-Friend - ⭐ 215 Chanakya is an advanced, open-source, and self-hostable voice assistant designed for privacy, power, and flexibility. It leverages local AI/ML models to ensure your data stays with you. It Integrates with 1000+ third-party MCP servers including Home Assistant.

  1510. vibevideo-mcp - ⭐ 214 Agent MCP for ffmpeg

  1511. mathom - ⭐ 214 Run and monitor MCP servers locally

  1512. DrissionPageMCP - ⭐ 214 基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用

  1513. lihil - ⭐ 213 2X faster ASGI web framework for python, offering high-level development, low-level performance.

  1514. claude-context-local - ⭐ 213 Code search MCP for Claude Code. Make entire codebase the context for any coding agent. Embeddings are created and stored locally. No API cost.

  1515. Geargrafx - ⭐ 213 PC Engine / TurboGrafx-16 / SuperGrafx / PCE CD-ROM² emulator, debugger, and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.

  1516. zabbix-mcp-server - ⭐ 213 🔌 Complete MCP server for Zabbix integration — Connect AI assistants to Zabbix monitoring with a single unified tool covering 100% of Zabbix APIs. Includes read-only mode and documentation tools for seamless exploration of hosts, items, triggers, templates, problems, and more.

  1517. mcp_forge - ⭐ 213 这是一个专为开发企业级MCP server而设计的通用开发框架

  1518. sqrl - ⭐ 212 Data Pipeline Automation Framework to build MCP servers, data APIs, and data lakes with SQL.

  1519. BifrostMCP - ⭐ 212 VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs

  1520. ht-mcp - ⭐ 211 Pure Rust implementation of MCP server for headless terminal

  1521. gibber-mcp - ⭐ 211 Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents

  1522. sora-mcp - ⭐ 211 An MCP server to use Sora video generation APIs

  1523. burp-mcp-agents - ⭐ 211 Practical setup guides and helpers to connect Burp Suite MCP Server to multiple AI backends (Codex, Gemini, Ollama, …).

  1524. mcp-taskmanager - ⭐ 210

  1525. automagik-genie - ⭐ 210 🧞 Automagik Genie – bootstrap, update, and roll back AI agent workspaces with a single CLI + MCP toolkit.

  1526. Claude-code-ChatInWindows - ⭐ 210 Full-featured GUI for Claude Code CLI in VS Code — Windows (no WSL) & macOS. Third-party API, MCP plugins, Skills, Hooks, real-time token tracking. Actively maintained.

  1527. open-webui-plugins - ⭐ 210 A curated collection of Open WebUI plugins - tools, skills, filters, pipes, and actions that extend your AI chat experience.

  1528. Autono - ⭐ 210 A ReAct-Based Highly Robust Autonomous Agent (Harness) Framework.

  1529. cryptocurrency.cv - ⭐ 210 Free crypto news API - real-time aggregator for Bitcoin, Ethereum, DeFi, Solana & altcoins. No API key required. RSS/Atom feeds, JSON REST API, historical archive with market context, embeddable widgets, ChatGPT plugin, Claude MCP server, SDKs (Python, TypeScript, Go, React, PHP). AI/LLM ready. Vibe coding friendly. Open source.

  1530. shodh-memory - ⭐ 210 Cognitive memory for AI agents — learns from use, forgets what’s irrelevant, strengthens what matters. Single binary, fully offline.

  1531. trading_skills - ⭐ 210 Claude powered advisor system for option traders

  1532. mcp-server-deep-research - ⭐ 209

  1533. figma-mcp - ⭐ 209 ModelContextProtocol for Figma’s REST API

  1534. AutomatedEmulation - ⭐ 209 An automated Adversary Emulation lab with terraform and MCP server. Build Caldera techniques and operations assisted with LLMs. Built for IaC stability, consistency, and speed.

  1535. shopify-mcp - ⭐ 209 MCP server for Shopify api, usable on mcp hosts such as Claude and Cursor

  1536. k8s-mcp-server - ⭐ 209 K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments

  1537. notebooklm-skill - ⭐ 209 NotebookLM does the research, Claude writes the content. Research → Synthesis → Content Creation → Publishing. Claude Code Skill + MCP Server.

  1538. Corbell - ⭐ 209 AI-powered spec generation and review using multi-repo code graph intelligence for backend teams that ship to production.

  1539. mcp-ssh-manager - ⭐ 209 MCP SSH Server: 37 tools for remote SSH management | Claude Code & OpenAI Codex | DevOps automation, backups, database operations, health monitoring

  1540. melrose - ⭐ 208 interactive programming of melodies, producing MIDI

  1541. google-analytics-mcp - ⭐ 208 Google Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.

  1542. metorial-platform - ⭐ 208 The engine powering hundreds of thousands of MCP connections 🤖 🔥

  1543. mcp-server-tauri - ⭐ 208 A Model Context Protocol (MCP) server and plugin for Tauri v2 development

  1544. uLoopMCP - ⭐ 207 Your Unity project’s AI autopilot. Compile, test, debug, repeat—until it just works.

  1545. mcp-launchpad - ⭐ 207 A lightweight CLI for efficiently discovering (search) and executing tools from multiple MCP (Model Context Protocol) servers.

  1546. ai-infrastructure-agent - ⭐ 207 AI Infrastructure Agent is an intelligent system that allows you to manage AWS infrastructure using natural language commands.

  1547. nosia - ⭐ 207 Self-hosted AI RAG + MCP Platform

  1548. mcp-context-protector - ⭐ 206 MCP security wrapper

  1549. dynatrace-mcp - ⭐ 206 MCP server for Dynatrace Observability

  1550. AutoRedTeam-Orchestrator - ⭐ 206 Enterprise AI Red Team Platform | 企业级AI红队平台 | 132 MCP Tools | Pure Python Engines | SDK+CLI+MCP | Auto-Download sqlmap/nuclei/ffuf | Production C2 | LLM Enhanced | Docker Sandbox | SARIF CI/CD | 1980 Tests

  1551. Remote-MCP - ⭐ 206 A type-safe solution to remote MCP communication, enabling effortless integration for centralized management of Model Context.

  1552. mcp-server-wazuh - ⭐ 206 MCP Server for Wazuh SIEM

  1553. mcp-rb - ⭐ 205 A lightweight Ruby framework for building MCP servers with a Sinatra-like DSL

  1554. OSWorld-MCP - ⭐ 205

  1555. notion_mcp - ⭐ 205 A simple MCP integration that allows Claude to read and manage a personal Notion todo list

  1556. langchain-mcp - ⭐ 205 Model Context Protocol tool support for LangChain

  1557. claude-self-reflect - ⭐ 205 Claude forgets everything. This fixes that. 🔗 www.npmjs.com/package/claude-self-reflect

  1558. agent-trade-kit - ⭐ 205 OKX Agent Trade Kit: MCP server and CLI to connect AI assistants (Claude, Cursor) to your OKX account via Model Context Protocol. Local, MIT, TypeScript monorepo.

  1559. openchrome - ⭐ 205 Open-source browser automation MCP server. Control your real Chrome from any AI agent.

  1560. mcp-fusion - ⭐ 204 MCP Fusion - The framework for AI-native MCP servers.

  1561. sap-skills - ⭐ 204 Production-ready Claude Code skills for SAP development - 35 skills covering BTP, CAP, Fiori, ABAP, HANA, Analytics Cloud, and more

  1562. osint-tools-mcp-server - ⭐ 204 MCP server exposing multiple OSINT tools for AI assistants like Claude

  1563. binary-ninja-headless-mcp - ⭐ 204 Headless Binary Ninja MCP server — giving AI agents deep reverse-engineering capabilities via 180 tools.

  1564. opik-mcp - ⭐ 204 Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.

  1565. mevzuat-mcp - ⭐ 204 MCP Server for Searching Turkish Legislation

  1566. integrate-mcp-with-copilot - ⭐ 204 Learn how to use MCP Servers with GitHub Copilot

  1567. mcp-server-rag-web-browser - ⭐ 203 A MCP Server for the RAG Web Browser Actor

  1568. CrowdSentinels-AI-MCP - ⭐ 203 AI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch

  1569. google_ads_mcp - ⭐ 203 The Google Ads MCP Server is an implementation of the Model Context Protocol (MCP) that enables Large Language Models (LLMs), such as Gemini, to interact directly with the Google Ads API.

  1570. y-cli - ⭐ 202 A Tiny Terminal Chat App for AI Models with MCP Client Support

  1571. ai-skills - ⭐ 202 Collection of agent skills for AI coding assistants

  1572. nano-agent - ⭐ 202 A MCP Server for a small scale engineering agents with multi-provider LLM support.

  1573. protoc-gen-go-mcp - ⭐ 202 Go protobuf compiler extension to turn any gRPC service into an MCP server

  1574. ableton-mcp-extended - ⭐ 202 Ableton Live MCP (Model Context Protocol) server that allows control directly through AI assistants.

  1575. memory-graph - ⭐ 202 A graph DB-based MCP memory server for coding agents with intelligent relationship tracking

  1576. mongodb-lens - ⭐ 201 🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases

  1577. mcp-linkedin - ⭐ 201 A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn’s Feeds and Job API.

  1578. rmcp - ⭐ 201 R MCP Server

  1579. waldzell-mcp - ⭐ 201 Waldzell AI’s monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!

  1580. dario - ⭐ 201 Local LLM router. One endpoint for Claude Max/Pro, OpenAI, OpenRouter, Groq, Ollama, LiteLLM, any OpenAI-compat URL — your tools don’t need to change. OAuth for Claude subscriptions, multi-account pool, MCP server. Zero runtime deps.

  1581. aleph - ⭐ 201 Skill + MCP server to turn your agent into an RLM. Load context, iterate with search/code/think tools, converge on answers.

  1582. figma-mcp-bridge - ⭐ 201 Figma Plugin & MCP server to bypass API limits

  1583. okx-agent-trade-kit - ⭐ 201 okx trading bot okx agent mcp cli cryptocurrency okx api automated trading typescript okx trading bot model context protocol cursor ai trading crypto spot futures okx trading bot npm pnpm okx mcp open source quant defi cex okx trading bot algorithmic trading crypto bot okx trading bot okx api mcp okx trading bot crypto mcp

  1584. mcp - ⭐ 200

  1585. RelaMind - ⭐ 200 基于 AI 的个人成长轨迹分析系统,通过记录生活、回顾历史、分析模式帮助用户更好地理解自己,实现持续成长。包含智能路由、RAG 检索、自主任务智能体等功能。

  1586. codefire-app - ⭐ 200 CodeFire gives AI coding tools persistent memory, task tracking, and project intelligence. A desktop companion for the AI-native workflow.

  1587. live-coding-music-mcp - ⭐ 200 A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.

  1588. AgentCrew - ⭐ 200 Chat application with multi-agents system supports multi-models and MCP

  1589. markmap-mcp-server - ⭐ 200 An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).

  1590. OmniFocus-MCP - ⭐ 200 Let LLMs interface with your tasks and projects through the Model Context Protocol. Add, organize, and query your OmniFocus database with natural language commands.

  1591. drawio2go - ⭐ 200 A modern DrawIO editor application. AI-Powered, Human-AI Collaboration | AI 加持,人机共绘drawio

  1592. mcp-guardian - ⭐ 199 Manage / Proxy / Secure your MCP Servers

  1593. discordmcp - ⭐ 199 Discord MCP Server for Claude Integration

  1594. wavefront - ⭐ 199 🔥🔥🔥 Enterprise AI middleware, alternative to unifyapps, n8n, lyzr

  1595. security-investigator - ⭐ 199 Automated security investigation tool using Microsoft MCP Servers, GitHub Copilot, Python Modules and custom copilot-instructions.

  1596. mcp-server-typescript - ⭐ 199 DataForSEO API modelcontextprotocol server

  1597. mcp-proxy-server - ⭐ 198 An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface

  1598. gcp-mcp - ⭐ 198 A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.

  1599. utcp-mcp - ⭐ 198 All-in-one MCP server that can connect your AI agents to any native endpoint, powered by UTCP

  1600. smart-coding-mcp - ⭐ 198 An extensible Model Context Protocol (MCP-Local-MRL-RAG-AST) server that provides intelligent semantic code search for AI assistants. Built with local AI models, inspired by Cursor’s semantic search.

  1601. flights-mcp - ⭐ 198 An MCP server to search for flights.

  1602. EdgeBox - ⭐ 197 A fully-featured, GUI-powered local LLM Agent sandbox with complete MCP protocol support. Features both CLI and full desktop environment, enabling AI agents to operate browsers, terminal, and other desktop applications just like humans. Based on E2B oss code.

  1603. mangaba_ai - ⭐ 197 Repositório minimalista para criação de agentes de IA inteligentes e versáteis com protocolos A2A (Agent-to-Agent) e MCP (Model Context Protocol).

  1604. SharpToolsMCP - ⭐ 197 A suite of MCP tools for AIs to analyze and modify C# solutions with high signal, Roslyn powered context.

  1605. omem - ⭐ 197 Shared Memory That Never Forgets — persistent memory for AI agents with Space-based sharing across agents and teams. Plugins for OpenCode, Claude Code, OpenClaw, MCP Server.

  1606. ProxmoxMCP - ⭐ 196 MCP for Proxmox integration in Cline

  1607. unifi-network-mcp - ⭐ 196 MCP server implementation for the UniFi network application

  1608. cognition-wheel - ⭐ 196 A Model Context Protocol (MCP) server that implements a “wisdom of crowds” approach to AI reasoning by consulting multiple state-of-the-art language models in parallel and synthesizing their responses.

  1609. gemini-mcp - ⭐ 196 MCP Server that enables Claude code to interact with Gemini

  1610. memex - ⭐ 195 Zettelkasten-based persistent memory for AI coding agents. Works with Claude Code, Cursor, VS Code Copilot, Codex, Windsurf & any MCP client. No vector DB — just markdown + git sync.

  1611. mcp-portal-transparencia - ⭐ 195 MCP para orquestração automatizada de chamadas à API do Portal da Transparência do Governo Federal brasileiro

  1612. AutoDocs - ⭐ 195 We handle what engineers and IDEs won’t: generating and maintaining technical documentation for your codebase, while also providing search with dependency-aware context to help your AI tools understand your codebase and its conventions.

  1613. MCP-server-client-computer-use-ai-sdk - ⭐ 195

  1614. renderdoc-mcp - ⭐ 195 An MCP server for RenderDoc: Empowering AI assistants to analyze GPU frame captures and debug graphics pipelines.

  1615. bluebox - ⭐ 194 Index the world’s undocumented APIs

  1616. mcp-agent-graph - ⭐ 194 MCP Agent Graph is a Multi-Agent System built on the principles of Context Engineering

  1617. agent-graph - ⭐ 194 Agent Graph is a Multi-Agent System built on the principles of Context Engineering

  1618. easy-mcp - ⭐ 194 Absurdly easy Model Context Protocol Servers in Typescript

  1619. mcp-proxy-server - ⭐ 194 This server acts as a central hub for Model Context Protocol (MCP) resource servers.

  1620. godot-mcp - ⭐ 194 MCP server for full Godot 4.x engine control — 149 tools for AI-driven game development

  1621. bear-notes-mcp - ⭐ 192 MCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool

  1622. facebook-ads-library-mcp - ⭐ 192 MCP Server for Facebook ADs Library - Get instant answers from FB’s ad library

  1623. tmcp - ⭐ 192 Typescript SDK to build MCP servers in an agnostic way

  1624. gistpad-mcp - ⭐ 192 📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists

  1625. open-streetmap-mcp - ⭐ 192 An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.

  1626. android-skills-mcp - ⭐ 192 An MCP server and CLI packager for official Android skills.

  1627. agentseal - ⭐ 191 Security toolkit for AI agents. Scan your machine for dangerous skills and MCP configs, monitor for supply chain attacks, test prompt injection resistance, and audit live MCP servers for tool poisoning.

  1628. MCP-Checklists - ⭐ 191

  1629. supabase-mcp - ⭐ 191 Supabase MCP server created in Python.

  1630. quarkus-mcp-servers - ⭐ 191 Model Context Protocol Servers in Quarkus

  1631. Nano-Banana-MCP - ⭐ 191 A Nano Banana MCP server, which you can integrate to cursor/claude code and any mcp client

  1632. WeChat-MCP - ⭐ 191 WeChat-MCP: let Openclaw/Claude/ChatGPT and other AI assistants read and reply to WeChat for you

  1633. lumen - ⭐ 191 Reduce Claude Code, Codex, OpenCode wall clock and token use by 50% with open source, local semantic search. Works for small and large codebases and monorepos! Enterprise-ready and fully compliant via Ollama and SQLite-vec.

  1634. seo-mcp - ⭐ 190 A free SEO tool MCP (Model Control Protocol) service based on Ahrefs data. Includes features such as backlinks, keyword ideas, and more.

  1635. strudel-mcp-server - ⭐ 190 A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.

  1636. quarkus-mcp-server - ⭐ 190 This extension enables developers to implement the MCP server features easily.

  1637. railway-mcp-server - ⭐ 190 Official Railway MCP Server for interacting with your Railway account

  1638. auto-mcp - ⭐ 190 Transform any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server

  1639. mcp-3D-printer-server - ⭐ 190 Connects MCP to major 3D printer APIs (Orca, FULU’s Orca/Bambu, OctoPrint, Klipper, Duet, Repetier, Prusa, Creality). Control prints, monitor status, and perform advanced STL operations like scaling, rotation, sectional editing, and base extension. Includes slicing and visualization.

  1640. gigabrain - ⭐ 189 Local-first memory layer for OpenClaw, Codex App, and Codex CLI: capture, recall, dedupe, and native sync.

  1641. apple-health-mcp-server - ⭐ 189 MCP server for querying Apple Health data with natural language using DuckDB under the hood.

  1642. install-mcp - ⭐ 188 A simple CLI to install MCP servers into any client - auth included!

  1643. LeanKG - ⭐ 188 LeanKG: Stop Burning Tokens. Start Coding Lean.

  1644. VibeUE - ⭐ 188 Unreal Engine Vibe Coding tool

  1645. scholar-search-mcp - ⭐ 188 An MCP server for academic paper search that integrates with AI assistants (e.g., Claude Code, Cursor), enabling them to search and retrieve academic paper metadata.

  1646. code-sandbox-mcp - ⭐ 187

  1647. mcp-usecase - ⭐ 187

  1648. mcp-injection-experiments - ⭐ 187 Code snippets to reproduce MCP tool poisoning attacks.

  1649. memov - ⭐ 187 Give git-like & traceable memory to OpenClaw and any coding agents. By https://memov.ai/ aka Entire CLI for every coding agents by MCP.

  1650. opentelemetry-mcp-server - ⭐ 187 Unified MCP server for querying OpenTelemetry traces across multiple backends (Jaeger, Tempo, Traceloop, etc.), enabling AI agents to analyze distributed traces for automated debugging and observability.

  1651. openapi-mcp - ⭐ 187 Dockerized MCP Server to allow your AI agent to access any API with existing api docs

  1652. mcp-server-siri-shortcuts - ⭐ 187 MCP for calling Siri Shorcuts from LLMs

  1653. comfy-pilot - ⭐ 187 MCP server + embedded terminal that lets Claude Code see and edit your ComfyUI workflows

  1654. Omni-Adapter - ⭐ 186 多平台 文生图/图生图 等能力接入MCP

  1655. meilisearch-mcp - ⭐ 186 A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.

  1656. ProxmoxMCP-Plus - ⭐ 186 Use MCP and OpenAPI to safely control Proxmox VE VMs, LXCs, backups, and snapshots from LLMs and AI agents.

  1657. ida-mcp-server-plugin - ⭐ 186 IDA Pro Plugin for serving MCP SSE server for cursor / claude

  1658. mcp-redmine - ⭐ 186 A redmine MCP server covering close to 100% of redmines API

  1659. ghost-mcp - ⭐ 186 A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. Allow you to control your Ghost blog by simply asking Claude etc.

  1660. mcp - ⭐ 185 Official Magic UI MCP server.

  1661. litemcp - ⭐ 185 A TypeScript framework for building MCP servers elegantly

  1662. docs - ⭐ 185 Documentation for the Strands Agents SDK. A model-driven approach to building AI agents in just a few lines of code.

  1663. bilibili-mcp-server - ⭐ 185 MCP Server for the Bilibili API, supporting various operations.

  1664. backlog-mcp-server - ⭐ 185

  1665. PerformanceStudio - ⭐ 185 Free, open-source SQL Server execution plan analyzer — cross-platform GUI + CLI with 30 analysis rules, missing index detection, SSMS extension. Built-in MCP server for AI-assisted plan review.

  1666. mcp-dotnet-samples - ⭐ 185 A comprehensive set of samples of creating and using MCP servers and clients with .NET

  1667. camoufox-reverse-mcp - ⭐ 185 🔧 反检测浏览器 MCP Server | 35 个 JS 逆向工具 + C++ 引擎层 JSVMP 指纹追踪

  1668. a2a_mcp-example - ⭐ 184 An example showing how A2A and MCP can be used together

  1669. siconos - ⭐ 184 Simulation framework for nonsmooth dynamical systems

  1670. unity-mcp-server - ⭐ 184 Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.

  1671. mcp-chat - ⭐ 183 Examples of using Pipedream’s MCP server in your app or AI agent.

  1672. dify-plugin-tools-mcp_sse - ⭐ 183 Dify 1.0 Plugin MCP HTTP with SSE or Streamable HTTP transport Tools

  1673. task-orchestrator - ⭐ 183 Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don’t. Works with any MCP-compatible client.

  1674. mcp-agent-langchainjs - ⭐ 183 Serverless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a burger restaurant

  1675. mcp-snowflake-server - ⭐ 183

  1676. freecad_mcp - ⭐ 183 FreecadMCP connects Freecad to Claude AI and other MCP-ready tools like Cursor through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Freecad. This integration enables prompt assisted CAD 3d Design.

  1677. superset-mcp - ⭐ 183 connect to 50+ data stores via superset mcp server. Can use with open ai agent sdk, Claude app, cursor, windsurf

  1678. node9-proxy - ⭐ 183 The Execution Security Layer for the Agentic Era. Providing deterministic “Sudo” governance and audit logs for autonomous AI agents.

  1679. Doyunha-Gopeak - ⭐ 183 GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools: scene management, GDScript LSP, DAP debugger, screenshot capture, input injection, ClassDB introspection, CC0 asset library. npx gopeak

  1680. armor-crypto-mcp - ⭐ 182 The MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.

  1681. aelf-skills - ⭐ 182 Unified aelf skills hub for discovery, routing, bootstrap, and health checks across OpenClaw, Codex, Cursor, and Claude Code.

  1682. thinkchain - ⭐ 182 🧠 Advanced Claude streaming interface with interleaved thinking, dynamic tool discovery, and MCP integration. Watch Claude think through problems in real-time while executing tools with live progress updates.

  1683. mcp-openai-gemini-llama-example - ⭐ 182

  1684. lucid-agents - ⭐ 182 Lucid Agents Commerce SDK. Bootstrap AI agents in 60 seconds that can pay, sell, and participate in agentic commerce supply chains. Our protocol agnostic SDK provides CLI-generated templates and drop-in adapters for Hono, Express, Next.js, and TanStack, giving you instant access to crypto/fiat payment rails (AP2, A2A, x402, ERC8004).

  1685. aws-mcp-server - ⭐ 182 A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

  1686. lsp-mcp - ⭐ 182 An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase.

  1687. tripo-mcp - ⭐ 182 Official MCP server for Tripo

  1688. mcp-toolbox-sdk-python - ⭐ 182 Python SDK for interacting with the MCP Toolbox for Databases.

  1689. Gopeak-godot-mcp - ⭐ 182 GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools: scene management, GDScript LSP, DAP debugger, screenshot capture, input injection, ClassDB introspection, CC0 asset library. npx gopeak

  1690. mcp-opennutrition - ⭐ 182 MCP server providing access to the comprehensive OpenNutrition food database with 300,000+ food items, nutritional data, and barcode lookups

  1691. QMT-MCP - ⭐ 182 QMT-MCP 模块化量化交易助手

  1692. 4D-ARE - ⭐ 181 Build LLM agents that explain why, not just what. Attribution-driven agent requirements engineering framework. Based on the 4D-ARE Paper - https://arxiv.org/abs/2601.04556

  1693. cachebro - ⭐ 181 File cache with diff tracking for AI coding agents. Drop-in MCP server that cuts token usage by 26%.

  1694. nowledge-mem - ⭐ 181 Memory and context manager just works.

  1695. agentor - ⭐ 181 Open source version of Claude Managed Agents. Fastest way to build and deploy reliable AI agents, MCP tools and agent-to-agent.

  1696. spring-ai-playground - ⭐ 180 Safe local execution layer for AI agent tools. Build, validate, and publish MCP tools with a no-pass-no-run workflow — cross-platform desktop app powered by Spring AI.

  1697. anki-mcp-server - ⭐ 180 An MCP server for Anki

  1698. dataseo-mcp - ⭐ 180 A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.

  1699. chiasmus - ⭐ 180 Chiasmus is an MCP server that gives language models access to formal verification

  1700. AI-company - ⭐ 180 Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integration.

  1701. claude-historian-mcp - ⭐ 179 📜 An MCP server for conversation history search and retrieval in Claude Code

  1702. xiaoi - ⭐ 179 小爱音箱语音通知工具:提供 CLI/TUI/MCP/Webhook 一键播报与控制音量,支持 PM2 常驻部署,支持docker部署。

  1703. icm - ⭐ 179 Permanent memory for AI agents. Single binary, zero dependencies, MCP native.

  1704. perfetto-mcp - ⭐ 179 This is a Model Context Protocol (MCP) server that gets answers from your Perfetto Traces. It turns natural‑language prompts into focused Perfetto analyses.

  1705. mcp-text-editor - ⭐ 178

  1706. claude-code-mcp - ⭐ 178 claude-code-mcp

  1707. Revornix - ⭐ 178 Revornix is an open-source, local-first AI information/markdown workspace. It helps you collect fragmented inputs, turn them into structured knowledge, generate reports with images and podcast audio, and deliver the output through automated notifications.

  1708. bernstein - ⭐ 178 Deterministic orchestrator for 30+ CLI AI coding agents. Git worktree isolation, HMAC audit trail, MCP server mode.

  1709. paperless-mcp - ⭐ 178 An MCP (Model Context Protocol) server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.

  1710. mcp-scholarly - ⭐ 177 A MCP server to search for accurate academic articles.

  1711. google-slides-mcp - ⭐ 177 MCP Server for Google Slides

  1712. skunit - ⭐ 177 skUnit is a testing tool for AI units, such as IChatClient, MCP Servers and agents.

  1713. mcp-server-duckdb - ⭐ 177 A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities

  1714. pg-mcp-server - ⭐ 176 MCP Server for Postgres

  1715. MCP-Salesforce - ⭐ 176 MCP Salesforce connector

  1716. aws-finops-mcp-server - ⭐ 176 An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.

  1717. rust-mcp-sdk - ⭐ 176 A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.

  1718. tomcp - ⭐ 176 Turn any website or doc into an MCP server

  1719. Companion - ⭐ 175 Your neighborhood friendly MCP utility for macOS, iOS, and visionOS

  1720. aghub - ⭐ 175 One hub for every AI coding agent. Unified configuration management for 22+ assistants.

  1721. mcp-telegram - ⭐ 175 MCP server to work with Telegram through MTProto

  1722. command - ⭐ 175 Scopecraft Command - A CLI and MCP server for Markdown-Driven Task Management (MDTM)

  1723. meta-mcp - ⭐ 175 MCP Server for connecting to the Meta Marketing API

  1724. mcp-use-ts - ⭐ 175 mcp-use is the framework for MCP with the best DX - Build AI agents, create MCP servers with UI widgets, and debug with built-in inspector. Includes client SDK, server SDK, React hooks, and powerful dev tools.

  1725. mcp-server-reddit - ⭐ 175 A Model Context Protocol (MCP) server that provides tools for fetching Reddit content, including frontpage posts, subreddit information and hot posts, post details, and comments.

  1726. awesome-x402 - ⭐ 174 🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.

  1727. seo-research-mcp - ⭐ 174 A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.

  1728. mcp-shell-server - ⭐ 174

  1729. mcptools - ⭐ 174 Model Context Protocol For R

  1730. Wazuh-MCP-Server - ⭐ 174 AI-powered security operations for Wazuh SIEM—use any MCP-compatible client to ask security questions in plain English. Faster threat detection, incident triage, and compliance checks with real-time monitoring and anomaly spotting. Production-ready MCP server for conversational SOC workflows.

  1731. open-responses-server - ⭐ 174 Wraps any OpenAI API interface as Responses with MCPs support so it supports Codex. Adding any missing stateful features. Ollama and Vllm compliant.

  1732. MakerAi - ⭐ 173 The AI Operating System for Delphi. 100% native framework with RAG 2.0, autonomous agents, MCP protocol, and universal LLM connector. Supports OpenAI, Claude, Gemini, Ollama, and more. Delphi 10.4+ (limited), full support from Delphi 12 Athens.

  1733. akshare-one-mcp - ⭐ 173 MCP server that provides access to Chinese stock market data using akshare-one

  1734. netbox-mcp-server - ⭐ 173 Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs

  1735. jdocmunch-mcp - ⭐ 173 The leading, most token-efficient MCP server for documentation exploration and retrieval via structured section indexing

  1736. mongo-mcp - ⭐ 172 A mongo db server for the model context protocol (MCP)

  1737. gbox - ⭐ 172 Cli and MCP for gbox. Enable AI agents to operate Android/Browser/Desktop like human.

  1738. gate22 - ⭐ 172 Open-source MCP gateway and control plane for teams to govern which tools agents can use, what they can do, and how it’s audited—across agentic IDEs like Cursor, or other agents and AI tools.

  1739. awesome-claude-dxt - ⭐ 172 Awesome Claude Desktop Extensions (dxt) (not only Claude) mcpb

  1740. toolsdk-mcp-registry - ⭐ 172 MCPSDK.dev(ToolSDK.ai)’s Awesome MCP Servers and Packages Registry and Database with Structured JSON configurations. Supports OAuth2.1, DCR…

  1741. codex-mcp-server - ⭐ 172 Codex Mcp Server

  1742. clix - ⭐ 171 X from terminal. No API keys needed. Just plug your AI Agent.

  1743. keyboard-local - ⭐ 171 One MCP Server, All Your Apps, Privacy First

  1744. PolyMCP - ⭐ 171 Polymcp provides a simple and efficient way to interact with MCP servers using custom agents

  1745. mcp-server-starrocks - ⭐ 171 StarRocks MCP (Model Context Protocol) Server

  1746. smythos-studio - ⭐ 171 SmythOS Studio: Open-Source Visual AI Agent Builder and deployable runtime stack from SmythOS. Start with an intuitive drag-and-drop workspace, extend with custom code, and deploy your agents anywhere — local, cloud, or edge — with full governance and control.

  1747. dbt-llm-agent - ⭐ 171 LLM based AI Agent to automate Data Analysis for dbt projects with remote MCP server

  1748. mcp-access-point - ⭐ 171 Turn a web server into an MCP server in one click without making any code changes.

  1749. mikrotik-mcp - ⭐ 171 MCP server for Mikrotik

  1750. jmap-mcp - ⭐ 170 A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the jmap-jam client library.

  1751. Text2Sql.Net - ⭐ 170 Text2Sql.Net 是一个使用DotNet和Semantic Kernel开发的Text2Sql工具

  1752. agentql-mcp - ⭐ 170 Model Context Protocol server that integrates AgentQL’s data extraction capabilities.

  1753. mcp-apache-spark-history-server - ⭐ 170 MCP Server and CLI for Apache Spark History Server. Debug Spark applications from AI agents, scripts, or the terminal.

  1754. aseprite-mcp - ⭐ 170 MCP server for interacting with the Aseprite API

  1755. y-gui - ⭐ 169 A Tiny Web Chat App for AI Models with MCP Client Support

  1756. sunpeak - ⭐ 169 Local-first MCP App framework for ChatGPT Apps, Claude, and more.

  1757. cli-mcp-server - ⭐ 169 Command line interface for MCP clients with secure execution and customizable security policies

  1758. memtrace-public - ⭐ 169 Structural memory for AI coding agents. Bi-temporal graph, MCP-native, zero LLM calls. Cursor · Claude Code · Codex · Hermes · VS Code · Windsurf.

  1759. openclaw-mcp - ⭐ 169 🦞 MCP server for OpenClaw - secure bridge between Claude.ai and your self-hosted OpenClaw assistant with OAuth2 authentication

  1760. mcp - ⭐ 169 MariaDB MCP (Model Context Protocol) server implementation

  1761. QuickDesk - ⭐ 168 QuickDesk is the first AI-native remote desktop — an open-source, free application with a built-in MCP (Model Context Protocol) Server that lets any AI agent see and control remote computers.

  1762. sibyl-research-system - ⭐ 168 Fully Autonomous AI Research System with Self-Evolution, built natively on Claude Code

  1763. c4-genai-suite - ⭐ 168 c4 GenAI Suite

  1764. domscribe - ⭐ 168 Domscribe is a pixel-to-code development tool that bridges the gap between running web applications and their source code.

  1765. xhs-mcp-server - ⭐ 168 小红书MCP服务器 | 秒级工具调用执行,笔记用户搜索、通知消息监控等;打造2026最简单、最快速、最精准、最好用的小红书MCPServer!

  1766. dify-mcp-client - ⭐ 168 MCP Client as an Agent Strategy Plugin. Support GUI operation via UI-TARS-SDK.

  1767. mcp-solver - ⭐ 168 Model Context Protocol (MCP) server for constraint optimization and solving”

  1768. refref - ⭐ 167 🌟 Open Source Referral and Affiliate Marketing Platform - Launch your referral program in minutes!

  1769. agnix - ⭐ 167 The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.

  1770. knowledge-base-server - ⭐ 167 Make every AI agent you use smarter. Persistent memory with SQLite FTS5, MCP server, Obsidian sync, and self-learning intelligence pipeline.

  1771. In-Memoria - ⭐ 167 Persistent Intelligence Infrastructure for AI Agents

  1772. mcp-server-langfuse - ⭐ 167 Model Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your Langfuse prompts through the Model Context Protocol.

  1773. toolbase - ⭐ 167 A desktop application that adds powerful tools to Claude and AI platforms

  1774. MegaMemory - ⭐ 167 Persistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.

  1775. bilibili-mcp-js - ⭐ 167 Bilibili video search MCP (Model Context Protocol) service - 哔哩哔哩视频搜索MCP服务

  1776. mcp-shark - ⭐ 167 Wireshark-like forensic analysis for Model Context Protocol communications Capture, inspect, and investigate all HTTP requests and responses between your IDE and MCP servers

  1777. mcp-victoriametrics - ⭐ 167 The implementation of Model Context Protocol (MCP) server for VictoriaMetrics

  1778. affine-mcp-server - ⭐ 166 Model Context Protocol server for AFFiNE. Connect AI assistants to AFFiNE workspaces, documents, databases, and collaboration APIs over stdio or HTTP.

  1779. CyberStrike - ⭐ 166 AI-powered offensive security agent. Autonomous pentesting with 13+ specialized agents, 120+ OWASP test cases, 15+ LLM providers, and Bolt remote tool servers. Your AI red team.

  1780. UnityNaturalMCP - ⭐ 166 UnityNaturalMCP is an MCP server implementation for Unity that aims for a “natural” user experience.

  1781. mcp-server-weread - ⭐ 166

  1782. instagram_dm_mcp - ⭐ 166 Instagram Direct messages MCP

  1783. mengram - ⭐ 165 Human-like memory for AI agents — semantic, episodic & procedural. Experience-driven procedures that learn from failures. Free API, Python & JS SDKs, LangChain, CrewAI & OpenClaw integrations.

  1784. mcp-simple-pubmed - ⭐ 164 MCP server for searching and querying PubMed medical papers/research database

  1785. awesome-a2a - ⭐ 164 Agent2Agent (A2A) – awesome A2A agents, tools, servers & clients, all in one place.

  1786. recall - ⭐ 164 Persistent cross-session memory for Claude & AI agents. Self-host on Redis/Valkey, or use the managed SaaS at recallmcp.com.

  1787. Axon.MCP.Server - ⭐ 164 Transform your codebase into an intelligent knowledge base for AI-powered development with Cursor IDE, Google AntiGravity, and MCP-enabled assistants

  1788. memorizer - ⭐ 164 Vector-search powered agent memory MCP server

  1789. ServiceGraph - ⭐ 164 AI Agent skills for a structured catalog of 100k+ US professional-services firms

  1790. mcp-server-apache-airflow - ⭐ 164

  1791. mcp-crash-course - ⭐ 164 Hands-on crash course for the Model Context Protocol (MCP) with project-based branches on Streamable-HTTP, LangChain adapters, and Docker.

  1792. firefox-devtools-mcp - ⭐ 164 Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

  1793. data-verify-mcp - ⭐ 163 中国数据核验 MCP Server | 身份核验/企业查询/车辆信息/OCR识别/风险评估 | 10个Tool覆盖5大类 | 微信: chenganp | 邮箱: 345048305@qq.com

  1794. mcp-codex-dev - ⭐ 163 MCP Server for Codex CLI integration - stateful code writing and review workflows

  1795. code-assistant - ⭐ 163 An LLM-powered, autonomous coding assistant. Also offers an MCP and ACP mode.

  1796. eShopLite - ⭐ 162 eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.

  1797. turbo-flow - ⭐ 162 Advanced Agentic Development Environment Supporting Devpods, Rackspace Spot Instances, Github Codespaces, Google Cloud Shell, and more! Features 600+ AI subagents, Claude Flow, SPARC methodology, and automatic context loading! Deploy intelligent multi-agent swarms, coordinate autonomous workflows.

  1798. XPack-MCP-Marketplace - ⭐ 162 The world’s first open-source MCP monetization platform, to quickly create and sell your own MCP server in just minutes. | XPack 是全球首个开源 MCP 交易平台,帮助你在10分钟内快速搭建自己的 MCP 商店并立刻开始销售 MCP 服务。

  1799. mcp-rubber-duck - ⭐ 162 An MCP server that acts as a bridge to query multiple OpenAI-compatible LLMs with MCP tool access. Just like rubber duck debugging, explain your problems to various AI “ducks” who can actually research and get different perspectives!

  1800. mcp-bridge - ⭐ 162 这是一个为 Cocos Creator 设计的 MCP (Model Context Protocol) 桥接插件,用于连接外部 AI 工具与 Cocos Creator 编辑器,实现对场景、节点等资源的自动化操作。

  1801. mcp-server-weaviate - ⭐ 161 MCP (Model Context Protocol) server for Weaviate

  1802. mcp-summarizer - ⭐ 161 MCP Server for AI Summarization

  1803. mcp-bsl-platform-context - ⭐ 161 MCP сервер для AI-ассистентов (справка по синтаксису и объектной модели 1С:Предприятие)

  1804. isaac-sim-mcp - ⭐ 161 Isaac Simulation MCP Extension and Server

  1805. antigravity-link-extension - ⭐ 161 Mobile companion for Google’s Antigravity IDE. Mirror AI sessions on your phone, send messages, stop generation, automate via 9 MCP tools or OpenAPI.

  1806. Easy-MCP-AutoCad - ⭐ 161 这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上

  1807. scrapeless-mcp-server - ⭐ 160 Scrapeless Mcp Server

  1808. Text2Sql.Net - ⭐ 160 Text2Sql.Net 是一个使用DotNet和Semantic Kernel开发的Text2Sql工具

  1809. spotinfo - ⭐ 160 CLI for exploring AWS EC2 Spot inventory. Inspect AWS Spot instance types, saving, price, and interruption frequency.

  1810. awesome-ai-for-economists - ⭐ 160 A curated list of AI tools, libraries, and resources for economics research, teaching, and policy analysis. Maintained by the OpenEcon team.

  1811. mcp-client-slackbot - ⭐ 160 Simple Slackbot MCP Client

  1812. remote-mcp-server - ⭐ 160 Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.

  1813. mcp-server-manifest - ⭐ 160

  1814. HopperMCP - ⭐ 160 A Model Context Protocol server for Hopper Disassembler

  1815. ClawMem - ⭐ 160 On-device memory layer for AI agents. Claude Code, Hermes and OpenClaw. Hooks + MCP server + hybrid RAG search.

  1816. Log-Analyzer-with-MCP - ⭐ 160 A Model Context Protocol (MCP) server that provides AI assistants access to AWS CloudWatch Logs for analysis, searching, and correlation

  1817. mcp-mysql-server - ⭐ 160 A Model Context Protocol server for MySQL database operations

  1818. compliant-llm - ⭐ 159 Build Secure and Compliant AI agents and MCP Servers. YC W23

  1819. FirstData - ⭐ 159 The World’s Most Comprehensive, Authoritative, and Structured Open Source Data Source Knowledge Base

  1820. solana-mcp - ⭐ 159 A Model Context Protocol server for interacting with the Solana blockchain, powered by the Solana Agent Kit (https://github.com/sendaifun/solana-agent-kit)

  1821. claude-code-open - ⭐ 158 Open source AI coding platform with Web IDE, multi-agent system, 37+ tools, MCP protocol. MIT licensed.

  1822. hanzi-browse - ⭐ 158 let any ai agent use the local browser

  1823. zig-mcp - ⭐ 158 Model Context Protocol (MCP) server that provides up-to-date documentation for the Zig programming language standard library and builtin functions

  1824. resolve-mcp - ⭐ 158 Connect DaVinci Resolve Studio to Claude AI through the Model Context Protocol (MCP)

  1825. resolve-claude-mcp - ⭐ 158 Connect DaVinci Resolve Studio to Claude AI through the Model Context Protocol (MCP)

  1826. cursor-notebook-mcp - ⭐ 158 Model Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files

  1827. wa_llm - ⭐ 157 A WhatsApp bot that can participate in group conversations, powered by AI. The bot monitors group messages and responds when mentioned.

  1828. bocha-search-mcp - ⭐ 157 Bocha Search MCP Server.

  1829. fetch-mcp - ⭐ 156 An MCP server for fetching URLs / Youtube video transcript.

  1830. refref - ⭐ 156 🌟 Open Source Referral and Affiliate Marketing Platform - Launch your referral program in minutes!

  1831. alibabacloud-tablestore-mcp-server - ⭐ 156

  1832. make-mcp-server - ⭐ 156 Make MCP Server

  1833. chatgpt-copilot - ⭐ 155 ChatGPT Copilot Extension for Visual Studio Code

  1834. payram-mcp - ⭐ 155 Connect to hosted payram helper at: https://mcp.payram.com

  1835. web3-research-mcp - ⭐ 155 Deep Research for crypto - free & fully local

  1836. python-mcp-server-client - ⭐ 155 支持查询主流agent框架技术文档的MCP server(支持stdio和sse两种传输协议), 支持 langchain、llama-index、autogen、agno、openai-agents-sdk、mcp-doc、camel-ai 和 crew-ai

  1837. mcp-server-salesforce - ⭐ 155 Salesforce MCP Server

  1838. mcp-server-example - ⭐ 154 A simple MCP server to search for documentation (tutorial)

  1839. mcp-server-metamcp - ⭐ 154 MCP Server MetaMCP manages all your other MCPs in one MCP.

  1840. typst-mcp - ⭐ 154 Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code.

  1841. tiktok-mcp - ⭐ 154 Model Context Protocol (MCP) with TikTok integration

  1842. google-drive-mcp - ⭐ 154 A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive through a standardized interface.

  1843. GEmojiSharp - ⭐ 153 :octocat: GitHub Emoji for C#, dotnet and beyond

  1844. k8s-mcp-server - ⭐ 153 Manage Your Kubernetes Cluster with k8s mcp-server

  1845. ollama-mcp - ⭐ 153 An MCP Server for Ollama

  1846. hypertool-mcp - ⭐ 153 Dynamically expose tools from proxied servers based on an Agent Persona

  1847. SwiftMCP - ⭐ 153 Model Context Protocol Server for Swift

  1848. paper-search-mcp-nodejs - ⭐ 153 A Node.js implementation of the Model Context Protocol (MCP) server for searching and downloading academic papers from multiple sources, including Web of Science, arXiv, and more.

  1849. agentanycast - ⭐ 152 Connect AI agents across any network — zero config, encrypted, skill-based routing

  1850. claude-code-karma - ⭐ 152 Dashboard for monitoring claude code sessions.

  1851. node-code-sandbox-mcp - ⭐ 152 A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.

  1852. mcp-discord - ⭐ 152 MCP server for discord bot

  1853. mcp-server-excel - ⭐ 152 Excel MCP Server & CLI - 23 tools, 214 operations for AI-powered Excel automation via COM API

  1854. google-surf-mcp - ⭐ 152 ✨Anti-Bot Search MCP: No API Key✨

  1855. OpenDataMCP - ⭐ 152 Connect any Open Data to any LLM with Model Context Protocol.

  1856. dedalus-mcp-python - ⭐ 151 A simple and performant Model Context Protocol framework for Python.

  1857. mcp-gateway - ⭐ 151 A gateway demo for MCP SSE Server

  1858. unreal-analyzer-mcp - ⭐ 151 MCP server for Unreal Engine 5

  1859. aicode-toolkit - ⭐ 151 Toolkit for Coding Agents to work reliably with repo of any size.

  1860. any-chat-completions-mcp - ⭐ 151 MCP Server for using any LLM as a Tool

  1861. claude-desktop-extension-bear-notes - ⭐ 151 Claude Desktop extension with bundled MCP Server for Bear note taking app

  1862. mcp-interviewer - ⭐ 151 Catch MCP server issues before your agents do.

  1863. mcp-server-serper - ⭐ 151 Serper MCP Server supporting search and webpage scraping

  1864. eion - ⭐ 151 Shared Memory Storage for Multi-Agent Systems

  1865. relay - ⭐ 151 An MCP client tool for Prism

  1866. decipher-research-agent - ⭐ 151 Turn topics, links, and files into AI-generated research notebooks — summarize, explore, and ask anything.

  1867. zettelkasten-mcp - ⭐ 151 A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.

  1868. notion-mcp-server - ⭐ 151 Notion MCP Server is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Notion’s API. This production-ready server provides a complete set of tools.

  1869. mcp-client-go - ⭐ 150 mcp client for Go (Golang). Integrate multiple Model Context Protocol (MCP) servers

  1870. aai-gateway - ⭐ 150 Install MCP servers and skills once, share across all your AI agents — with 90% less context overhead.

  1871. website-downloader - ⭐ 150 MCP server to download entire websites

  1872. tinymcp - ⭐ 150 Let LLMs control embedded devices via the Model Context Protocol.

  1873. guidance-for-deploying-model-context-protocol-servers-on-aws - ⭐ 150 This Guidance demonstrates how to securely run Model Context Protocol (MCP) servers on the AWS Cloud using containerized architecture. It helps organizations implement industry-standard OAuth 2.0 authentication while protecting server deployments with multiple security layers, including content delivery networks and web application firewalls.

  1874. zotero-mcp - ⭐ 150 Model Context Protocol (MCP) server for the Zotero API, in Python

  1875. google-workspace-mcp - ⭐ 150 A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality

  1876. Express-REST-API-and-MCP-Server-Framework - ⭐ 149 Express REST API and MCP Server Framework is a comprehensive development framework for building RESTful APIs and MCP servers with Express.js. It provides a complete template for creating production-ready APIs using Node.js, Express, Mongoose (MongoDB), and Sequelize (SQL databases).

  1877. CreatorBox - ⭐ 149 🚀🎬灵活、高效、可扩展,专属剪辑配音工具箱,释放创作潜力 . Flexible, efficient, and scalable toolbox for editing and dubbing, unleashing creative potential

  1878. UnityMCPIntegration - ⭐ 149 Enable AI Agents to Control Unity

  1879. quick-data-mcp - ⭐ 149 Prompt focused MCP Server for .json and .csv agentic data analytics for Claude Code

  1880. regenerator2000 - ⭐ 149 An interactive disassembler for the CPU 6502, focused mostly on Commodore 8-bit computers. Features a TUI with modern features like x-ref, undo/redo, arrows, keyboard-driven, mcp server, VICE debugger and more!

  1881. mcp-server - ⭐ 149 MCP server for interaction with Bitwarden.

  1882. LMStudio-MCP - ⭐ 149 A Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM Studio.

  1883. ultimate_mcp_client - ⭐ 149 Async Python client for the Model Context Protocol with interactive CLI and reactive Web UI, connecting AI models to MCP servers via stdio and SSE

  1884. MCPHub-Desktop - ⭐ 149 Desktop APP for Discover and Install MCP Servers

  1885. mcp-toolkit - ⭐ 149 Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.

  1886. eclipse-chatgpt-plugin - ⭐ 149 Eclipse IDE as an MCP Server for AI Agents

  1887. mcp-server-calculator - ⭐ 148 A Model Context Protocol server for calculating.

  1888. plan-cascade - ⭐ 148 AI-powered cascading development framework. Decompose complex projects into parallel executable tasks with auto-generated PRDs, design docs, and multi-agent collaboration (Claude Code, Codex, Aider).

  1889. paiml-mcp-agent-toolkit - ⭐ 148 Pragmatic AI Labs MCP Agent Toolkit - An MCP Server designed to make code with agents more deterministic

  1890. raindrop-mcp - ⭐ 148 Raindrop MCP Server

  1891. comet-mcp - ⭐ 148 MCP Server connecting to Perplexity Comet browser

  1892. pubmearch - ⭐ 148 A PubMed MCP server.

  1893. figma-mcp-server - ⭐ 148 Model Context Protocol server implementation for Figma API

  1894. gis-mcp - ⭐ 148 A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform geospatial operations and transformations.

  1895. yuque-mcp-server - ⭐ 148 Yuque MCP Server - Model Context Protocol server for Yuque API

  1896. kom - ⭐ 147 kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。

  1897. meta_skill - ⭐ 147 Local-first skill management platform for AI coding agents: dual SQLite+Git persistence, semantic search, bandit-optimized suggestions, and MCP integration

  1898. claude-prompts - ⭐ 147 MCP prompt template server: hot-reload, thinking frameworks, quality gates

  1899. mcp-1panel - ⭐ 147 mcp-1panel is an implementation of the Model Context Protocol (MCP) server for 1Panel.

  1900. adloop - ⭐ 147 An MCP server that gives your AI assistant read + write access to Google Ads and GA4 — with safety guardrails that prevent accidental spend.

  1901. mcp-outline - ⭐ 147 A Model Context Protocol (MCP) server enabling AI assistants to interact with Outline documentation services.

  1902. postman-mcp-server - ⭐ 146 An MCP server that provides access to Postman.

  1903. openwebui-extensions - ⭐ 146 A collection of enhancements, plugins, and prompts for Open WebUI, developed and curated for personal use to extend functionality and improve experience.

  1904. mcp-server-atlassian-bitbucket - ⭐ 146 Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.

  1905. codeql-mcp - ⭐ 146 This project runs a Model Context Protocol (MCP) server that wraps the CodeQL query server. It enables tools like Cursor or AI agents to interact with CodeQL through structured commands.

  1906. mcp_server_exe - ⭐ 146 小智 & Cursor 的 MCP 启动器 - MCP For Cursor&xiaozhi。打包成可执行文件。Turn MCP server into an executable file

  1907. goku - ⭐ 145 Goku is an HTTP load testing application written in Rust

  1908. mssql-mcp - ⭐ 145 MSSQL Server MCP implementation written in C#

  1909. ultimate_mcp_server - ⭐ 145 Comprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems

  1910. MCP-PostgreSQL-Ops - ⭐ 145 🔍Professional MCP server for PostgreSQL operations & monitoring: 30+ extension-independent tools for performance analysis, table bloat detection, autovacuum monitoring, schema introspection, and database management. Supports PostgreSQL 12+.

  1911. powerpoint - ⭐ 144 A MCP Server for creating Powerpoint Presentations

  1912. uaip - ⭐ 144 Universal Agent Interactive Protocol (UAIP) is an open standard for ordered and verifiable interactions between autonomous services and AI agents.

  1913. play-store-mcp - ⭐ 144 An MCP server that connects to Play Store Console and release new App versions from an MCP Client

  1914. Gemini-mcp - ⭐ 143 MCP server implementation for Google’s Gemini API

  1915. mcp-servers - ⭐ 143 mcp server implementations

  1916. esp-mcp - ⭐ 143 Centralize ESP32 related commands and simplify getting started with seamless, LLM-driven interaction and help.

  1917. ReActMCP - ⭐ 143 ReActMCP is a reactive MCP client that empowers AI assistants to instantly respond with real-time, Markdown-formatted web search insights powered by the Exa API.

  1918. frontmcp - ⭐ 143 TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.

  1919. mcp-memory - ⭐ 143 🔥🖥️ MCP Memory is a MCP Server that gives MCP Clients (Cursor, Claude, Windsurf and more) the ability to remember information about users (preferences, behaviors) across conversations.

  1920. actual-mcp - ⭐ 143 Model Context Protocol for Actual Budget API

  1921. mcp-k8s - ⭐ 142 A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.

  1922. openagent - ⭐ 142 Self-hosted orchestrator for AI autonomous agents. Run Claude Code & Open Code in isolated linux workspaces. Manage your skills, configs and encrypted secrets with a git repo.

  1923. mcpd - ⭐ 142 Declaratively define and run required tools across environments, from local development to containerized cloud deployments.

  1924. MCP-X - ⭐ 142 这是一个MCP客户端,让你轻松配置各个大模型,对接各种MCP Server而开发。This is an MCP client that allows you to easily configure various large models and develop interfaces with various MCP servers.

  1925. Polymcp - ⭐ 141 Polymcp provides a simple and efficient way to interact with MCP servers using custom agents

  1926. jupyter-ai-agents - ⭐ 141 🪐 🤖 AI Agents for JupyterLab with 🔧 MCP tools - Chat interface for optimized notebook interaction and code execution.

  1927. rust-mcp-filesystem - ⭐ 141 Blazing-fast, asynchronous MCP server for seamless filesystem operations.

  1928. linkedin-mcp-server - ⭐ 141 🔗 A Model Context Protocol (MCP) server for LinkedIn — search people, companies, and jobs, scrape profiles, and get structured data via any MCP-compatible AI client.

  1929. loki-mcp - ⭐ 141 An MCP ( Model Context Protocol ) Server for Grafana Loki

  1930. Hegelion - ⭐ 140 Dialectical reasoning architecture for LLMs (Thesis → Antithesis → Synthesis)

  1931. mcp-server-datadog - ⭐ 140

  1932. datagov-mcp - ⭐ 140 MCP server for Israel Government Data

  1933. claudeus-wp-mcp - ⭐ 140 Claudeus WordPress MCP Server

  1934. graphiti-mcp-server - ⭐ 139 Graphiti MCP Server

  1935. SecureMCP - ⭐ 139 SecureMCP is a security auditing tool designed to detect vulnerabilities and misconfigurations in applications using the Model Context Protocol (MCP). It proactively identifies threats like OAuth token leakage, prompt injection vulnerabilities, rogue MCP servers, and tool poisoning attacks.

  1936. systemprompt-code-orchestrator - ⭐ 139 MCP server for orchestrating AI coding agents (Claude Code CLI & Gemini CLI). Features task management, process execution, Git integration, and dynamic resource discovery. Full TypeScript implementation with Docker support and Cloudflare Tunnel integration.

  1937. ksail - ⭐ 139 Tool for creating, maintaining and operating Kubernetes clusters with ease.

  1938. forgemax - ⭐ 139 Code Mode inspired local sandboxed MCP Gateway - collapses N servers x M tools into 2 tools (~1,000 tokens)

  1939. Awesome-MCP - ⭐ 139 Awesome ModelContextProtocol resources - A curated list of MCP resources

  1940. charlotte - ⭐ 139 Token-efficient browser MCP server — structured web pages for AI agents, not raw accessibility dumps

  1941. rails-ai-context - ⭐ 139 38 MCP tools that give AI agents live access to your Rails schema, models, routes & conventions. Works with Claude Code, Cursor, Copilot, OpenCode, Codex CLI. Zero config.

  1942. mcp-bigquery-server - ⭐ 139 A Model Context Protocol (MCP) server that provides secure, read-only access to BigQuery datasets. Enables Large Language Models (LLMs) to safely query and analyze data through a standardized interface.

  1943. reddit-mcp-server - ⭐ 138 🔗 A zero-config Model Context Protocol (MCP) server for Reddit — search posts, browse subreddits, scrape user activity, and get structured data via any MCP-compatible AI client. No API keys or authentication needed.

  1944. mcp-montano-server - ⭐ 138 Simple MCP Server Implementation

  1945. doc-ops-mcp - ⭐ 138 MCP server for seamless document format conversion and processing

  1946. hayhooks - ⭐ 138 Easily deploy Haystack pipelines as REST APIs and MCP Tools.

  1947. mcp-read-website-fast - ⭐ 138 Quickly reads webpages and converts to markdown for fast, token efficient web scraping

  1948. agent-toolkit - ⭐ 137 Tools and agents for interacting with the Data Commons Knowledge Graph using the Model Context Protocol (MCP).

  1949. mcp-endpoint-server - ⭐ 137 xiaozhi mcp接入点服务器,用于自定义mcp服务注册,方便拓展小智服务端工具调用

  1950. OpenSCAD-MCP-Server - ⭐ 137 Devin’s attempt at creating an OpenSCAD MCP Server that takes a user prompt and generates a preview image and 3d file.

  1951. Gitingest-MCP - ⭐ 137 mcp server for gitingest

  1952. pentest-mcp - ⭐ 137 NOT for educational purposes: An MCP server for professional penetration testers including STDIO/HTTP/SSE support, nmap, go/dirbuster, nikto, JtR, hashcat, wordlist building, and more.

  1953. mcp-ts-core - ⭐ 137 Agent-native TypeScript framework for building MCP servers. Declarative definitions with auth, multi-backend storage, OpenTelemetry, and first-class support for Bun/Node/Cloudflare Workers.

  1954. mcp-arr - ⭐ 137 MCP server for *arr media management suite

  1955. lyraios - ⭐ 136 LYRAI is a Model Context Protocol (MCP) operating system for multi-AI AGENTs designed to extend the functionality of AI applications by enabling them to interact with financial networks and blockchain public chains. The server offers a range of advanced AI assistants, including blockchain public chain operations (SOLANA,ETH,BSC,etc.)

  1956. -mcp-to-skill-converter - ⭐ 136 Convert any MCP server into a Claude Skill with 90% context savings

  1957. design-systems-mcp - ⭐ 136 I’m your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.

  1958. spiceflow - ⭐ 136 Simple API & React framework, fully type safe, OpenAPI, RSC, MCP, type safe client, streaming with SSE

  1959. bitbucket-mcp - ⭐ 136 Bitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

  1960. crawl4ai-mcp-server - ⭐ 135 用于提供给本地开发者的 LLM的高效互联网搜索&内容获取的MCP Server, 节省你的token

  1961. ZotLink - ⭐ 135 Production‑ready MCP server for Zotero to save open preprints (arXiv, CVF, bio/med/chemRxiv) with rich metadata and smart PDF attachments — with upcoming support for publisher databases (Nature, Science, IEEE Xplore, Springer).

  1962. ChatPPT-MCP - ⭐ 135 The AI-powered PPT generation service based on ChatPPT can create presentations based on themes, requirements, or uploaded documents, supporting online editing and downloading.基于chatppt进行的AI PPT生成服务,可以满足基于主题或者要求、以及上传文档进行生成ppt,以及美化换模板、修改配色字体等,支持在线编辑与下载。

  1963. mcp-chat - ⭐ 135 Open Source Generic MCP Client for testing & evaluating mcp servers and agents

  1964. dify-plugin-agent-mcp_sse - ⭐ 135 Dify 1.0 Plugin Support MCP Tools Agent strategies

  1965. Kagi-Session2API-MCP - ⭐ 135 Free Kagi Search MCP server — access search and summarizer via session tokens, no API key needed. Works with Claude Desktop, Cursor, Windsurf, Hermes and any MCP client.

  1966. mcp-metatrader5-server - ⭐ 135 A Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.

  1967. mkinf - ⭐ 134 mkinf SDK to interact with mkinf hub MCP servers

  1968. mcp-linear - ⭐ 134 MCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.

  1969. easy-code-reader - ⭐ 134 A powerful MCP server for intelligently reading Java source code (For Jar and local project).

  1970. anubis-mcp - ⭐ 134 Elixir Model Context Protocol (MCP) SDK (hermes-mcp fork)

  1971. glade-mcp-unity - ⭐ 134 Connect any MCP-compatible AI client (Claude Code, Cursor, Windsurf) to your Unity Editor. 235+ granular tools, a Unity-aware system prompt, game design document project context, script semantic search, and skill calibration.

  1972. mcp-think-tool - ⭐ 133 An MCP server implementing the think tool for Claude

  1973. Multi-Source-Media-MCP-Server - ⭐ 133 An MCP Tool Implementation for Multi-Source Image Access & Generation

  1974. mcp-gateway - ⭐ 133 A flexible gateway server that bridges Model Context Protocol (MCP) STDIO servers to MCP HTTP+SSE and REST API, enabling multi-instance MCP servers to be exposed over HTTP.

  1975. magg - ⭐ 133 Magg: The MCP Aggregator

  1976. Matryoshka - ⭐ 133 MCP server for token-efficient large document analysis via the use of REPL state

  1977. math-mcp - ⭐ 133 A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.

  1978. gtasks-mcp - ⭐ 132 A Google Tasks Model Context Protocol Server for Claude

  1979. ragrabbit - ⭐ 132 Open Source, Self-Hosted, AI Search and LLM.txt for your website

  1980. N8N2MCP - ⭐ 132 Convert N8N agent / workflow into MCP servers, you can use it in Claude / Cursor / Super Chain

  1981. hub-mcp - ⭐ 132 Docker Hub MCP Server

  1982. narsil-mcp - ⭐ 132 Rust MCP server for comprehensive code intelligence - 90 tools, 32 languages, security scanning, call graphs, and more

  1983. orchestkit - ⭐ 132 The Complete AI Development Toolkit for Claude Code — 89 skills, 31 agents, 99 hooks. Production-ready patterns for full-stack development.

  1984. aks-mcp - ⭐ 132 A Model Context Protocol (MCP) server that enables AI assistants to interact with AKS clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and AKS.

  1985. omega-memory - ⭐ 132 Persistent memory for AI coding agents

  1986. prism-coder - ⭐ 132 The Mind Palace for AI Agents - HIPAA-hardened Cognitive Architecture with on-device LLM (prism-coder:7b), Hebbian learning, ACT-R spreading activation, adversarial evaluation, persistent memory, multi-agent Hivemind and visual dashboard. Zero API keys required.

  1987. gRPC-zig - ⭐ 132 blazigly fast gRPC/MCP client & server implementation in zig

  1988. mcp-server - ⭐ 131 Model Context Protocol (MCP) server for the Webflow Data API.

  1989. mcp-server-asana - ⭐ 131

  1990. Financial-Modeling-Prep-MCP-Server - ⭐ 131 A Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.

  1991. buttplug-mcp - ⭐ 131 Buttplug.io Model Context Protocol (MCP) Server

  1992. UnityMCP - ⭐ 131 Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture, TCP/IP communication, and dynamic plugin discovery.

  1993. mcp-server - ⭐ 130 BrowserStack’s Official MCP Server

  1994. mcp-server-ccxt - ⭐ 130 High-performance CCXT MCP server for cryptocurrency exchange integration

  1995. beyond-mcp - ⭐ 130 It’s time to push beyond MCP Servers… Right?

  1996. jupyter-notebook-mcp - ⭐ 130 A Model Context Protocol (MCP) for Jupyter Notebook

  1997. mcp-devtools - ⭐ 129 A modular MCP server that provides commonly used developer tools for AI coding agents

  1998. awesome-crypto-mcp-servers - ⭐ 129 A collection of crypto MCP servers.

  1999. exstruct - ⭐ 129 Conversion from Excel to structured JSON (tables, shapes, charts) for LLM/RAG pipelines, and autonomous Excel reading and writing by AI agents through MCP integration.

  2000. laravel-toon - ⭐ 129 TOON encoding for Laravel. Encode data for AI/LLMs with ~50% fewer tokens than JSON.

  2001. indonesia-gov-apis - ⭐ 129 🇮🇩 50+ Indonesian Government APIs & Data Sources — BPS, OJK, BPJPH, BPOM, Bank Indonesia, IDX, BMKG + MCP servers. Python examples, scraping patterns, and practical gotchas.

  2002. prism-mcp - ⭐ 129 The Mind Palace for AI Agents - HIPAA-hardened Cognitive Architecture with on-device LLM (prism-coder:7b), Hebbian learning, ACT-R spreading activation, adversarial evaluation, persistent memory, multi-agent Hivemind and visual dashboard. Zero API keys required.

  2003. xcodeproj-mcp-server - ⭐ 129 A Model Context Protocol Server to manipulate *.xcodeproj

  2004. mcp-streamable-http - ⭐ 129 Example implementation of MCP Streamable HTTP client/server in Python and TypeScript.

  2005. mcp-probe - ⭐ 129 A Model Context Protocol (MCP) client library and debugging toolkit in Rust. This foundation provides both a production-ready SDK for building MCP integrations and the core architecture for an interactive debugger.

  2006. iphone-mcp - ⭐ 129 A Model Context Protocol (MCP) server for automating iPhone tasks with Appium. Supports app control, UI interactions, and screenshot capture via streamable HTTP.

  2007. toolhive-studio - ⭐ 129 ToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agents

  2008. OverleafMCP - ⭐ 129 Model Context Protocol (MCP) server that lets AI assistants read Overleaf projects, parse LaTeX document structure, and push section-level edits back via Git. Compatible with Claude Desktop, Cursor, Windsurf, and any MCP client.

  2009. mcp-victoriametrics - ⭐ 128 The implementation of Model Context Protocol (MCP) server for VictoriaMetrics

  2010. specs-workflow-mcp - ⭐ 128 Intelligent spec workflow management MCP server

  2011. linear-mcp - ⭐ 128 a private MCP server for accessing Linear

  2012. laravel-loop - ⭐ 128 Laravel Loop is a powerful Model Context Protocol (MCP) server designed specifically for Laravel applications. It connects your Laravel application with AI assistants using the MCP protocol.

  2013. mcp-server-aws - ⭐ 128 A Model Context Protocol server implementation for operations on AWS resources

  2014. mcp-watch - ⭐ 128 A comprehensive security scanner for Model Context Protocol (MCP) servers that detects vulnerabilities and security issues in your MCP server implementations.

  2015. esankhyiki-mcp - ⭐ 128 This repository consists of Source Code for Model Context Protocol (MCP) Pilot Project being undertaken by Ministry of Statistics and Programme Implementation and source code for the same is being shared under MIT License.

  2016. mcp-evals - ⭐ 128 A Node.js package and GitHub Action for evaluating MCP (Model Context Protocol) tool implementations using LLM-based scoring. This helps ensure your MCP server’s tools are working correctly and performing well.

  2017. ig-mcp - ⭐ 128 A production-ready Model Context Protocol (MCP) server that enables AI applications to seamlessly interact with Instagram Business accounts.

  2018. mcp-server-plugin - ⭐ 127 JetBrains MCP Server Plugin

  2019. think-mcp-server - ⭐ 127

  2020. portainer-mcp - ⭐ 127 Portainer MCP server

  2021. computer-control-mcp - ⭐ 127 MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to ‘computer-use’ by Anthropic. With Zero External Dependencies.

  2022. aws-cost-explorer-mcp-server - ⭐ 127 MCP server for understanding AWS spend

  2023. teslamate-mcp - ⭐ 127 A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics.

  2024. template-repo - ⭐ 127 Agent orchestration & security template featuring MCP tool building, agent2agent workflows, mechanistic interpretability on sleeper agents, and agent integration via CLI wrappers

  2025. dart-mcp-server - ⭐ 127 Dart AI Model Context Protocol (MCP) server

  2026. claude-prompts-mcp - ⭐ 126 MCP prompt template server: hot-reload, thinking frameworks, quality gates

  2027. sysplant - ⭐ 126 Your Windows syscall hooking factory - feat Canterlot’s Gate - All accessible over MCP

  2028. mcp-shodan - ⭐ 126 MCP server for Shodan — search internet-connected devices, IP reconnaissance, DNS lookups, and CVE/CPE vulnerability intelligence. Works with Claude Code, Codex, Gemini CLI, and Claude Desktop.

  2029. mcp - ⭐ 126 🤖 Taskade MCP · Official MCP server and OpenAPI to MCP codegen. Build AI agent tools from any OpenAPI API and connect to Claude, Cursor, and more.

  2030. awesome-unipds-projects - ⭐ 126 A curated list of original projects built by students of the UNIPDS Software engineering with Applied AI Engineering postgrad course.

  2031. mcp-server-bigquery - ⭐ 126 A Model Context Protocol server that provides access to BigQuery

  2032. kicad-mcp-pro - ⭐ 126 Model Context Protocol server for KiCad PCB and schematic automation, exposing project setup, editing, validation gates, DFM/SI/PI helpers, simulation support, and manufacturing exports.

  2033. mcp-local-rag - ⭐ 126 “primitive” RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨

  2034. play-store-mcp - ⭐ 125 An MCP server that connects to Play Store Console and release new App versions from an MCP Client

  2035. aws-lambda-mcp-cookbook - ⭐ 125 This repository provides a working, deployable, open source-based, serverless MCP server blueprint with an AWS Lambda function and AWS CDK Python code with all the best practices and a complete CI/CD pipeline.

  2036. cloudflare-mcp - ⭐ 125 unofficial mcp server for cloudflare api

  2037. web-scout-mcp - ⭐ 125 A powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.

  2038. awesome-openclaw - ⭐ 125 Curated awesome list for OpenClaw (formerly Moltbot/Clawdbot): skills, plugins, memory systems, MCP tools, deployment stacks, ecosystem platforms, and developer tooling.

  2039. mcp-dock - ⭐ 125 MCP Server & Config Manager for 14 AI Clients — Cursor, VS Code, Claude Code, Gemini CLI, Windsurf, Zed, TRAE, Kiro, JetBrains & more. 8500+ servers, 4400+ skills.

  2040. mcp-client-server - ⭐ 124 An MCP Server that’s also an MCP Client. Useful for letting Claude develop and test MCPs without needing to reset the application.

  2041. mcp - ⭐ 124 🐉 The fast, PHP way to build MCP servers

  2042. turbo-flow-claude - ⭐ 124 Advanced Agentic Development Environment Supporting Devpods, Rackspace Spot Instances, Github Codespaces, Google Cloud Shell, and more! Features 600+ AI agents, Claude Flow, SPARC methodology, and automatic context loading! Deploy intelligent multi-agent swarms, coordinate autonomous workflows.

  2043. context-sync - ⭐ 124 Local persistent memory store for LLM applications including continue.dev, cursor, claude desktop, github copilot, codex, antigravity, etc.

  2044. IB_MCP - ⭐ 124 This project provides an Interactive Brokers (IB) API interface using the Model Context Protocol (MCP).

  2045. mcp-virustotal - ⭐ 124 MCP server for VirusTotal API — analyze URLs, files, IPs, and domains with comprehensive security reports, relationship analysis, and pagination support.

  2046. octagon-mcp-server - ⭐ 124 A free MCP server to analyze and extract insights from public filings, earnings transcripts, financial metrics, stock market data, private market transactions, and deep web-based research within Claude Desktop and other popular MCP clients.

  2047. okx-agent-trade-kit - ⭐ 124 OKX trading MCP CLI cryptocurrency spot futures swap AI agent Model Context Protocol Cursor Claude npm automated trading crypto API toolkit TypeScript open-source DeFi CEX

  2048. mcp-glootie - ⭐ 123 wanna develop an app ❓

  2049. ffmpeg-mcp - ⭐ 123 Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback,clip, overlay, concat and other functions

  2050. google-tag-manager-mcp-server - ⭐ 123 MCP server for Google Tag Manager

  2051. ASI - ⭐ 123 Android ✧ Gemma Integration into Android System Intelligence

  2052. mcp-svelte-docs - ⭐ 122 🔍 MCP server that lets you search and access Svelte documentation with built-in caching

  2053. mcp-gm - ⭐ 122 wanna develop an app ❓

  2054. MCP-Workspace-Server - ⭐ 122 🚀 Beyond Filesystem - Complete AI Development Environment - One MCP Server provides full Agent capability stack: web development, code execution, data processing, image generation. No need for multiple tools, configure once. Perfect support for Dify, FastGPT, Cherry Studio. 文件操作、Python/Node.js 代码执行、Web 应用一键部署(支持泛域名)、Excel 处理、图像生成。开箱即用

  2055. remote-mcp-functions-dotnet - ⭐ 122 This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and azd up to have it in the cloud in a couple minutes. The MCP server is secured by design using

  2056. env-doctor - ⭐ 122 Debug your GPU, CUDA, and AI stacks across local, Docker, and CI/CD (CLI and MCP server)

  2057. mcp-mianshiya-server - ⭐ 122 基于 Spring AI 的面试鸭搜索题目的 MCP Server 服务,快速让 AI 搜索企业面试真题和答案

  2058. mcp-package-version - ⭐ 122 An MCP server that provides LLMs with the latest stable package versions when coding

  2059. server-google-news - ⭐ 122 【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.

  2060. MiniMax-MCP-JS - ⭐ 122 Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax’s powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.

  2061. mcp-hubspot - ⭐ 122 A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.

  2062. Pare - ⭐ 122 Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test runners, npm, Docker, and more.

  2063. muppet - ⭐ 121 MCP Servers SDK for TypeScript

  2064. n8n-mcp-server - ⭐ 121 MCP server implementation for n8n workflow automation

  2065. Taiwan-Health-MCP - ⭐ 121

  2066. augments-mcp-server - ⭐ 121 Comprehensive MCP server providing real-time framework documentation access for Claude Code with intelligent caching, multi-source integration, and context-aware assistance.

  2067. spring-ai - ⭐ 121 From Java Dev to AI Engineer: Spring AI Fast Track

  2068. mcp-jenkins - ⭐ 121 The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic’s MCP specification. This project enables secure, contextual AI interactions with Jenkins tools while maintaining data privacy and security.

  2069. ffmpeg-mcp - ⭐ 120 An MCP server for FFmpeg

  2070. google-sheets-mcp - ⭐ 120 Google Sheets MCP Server 📊🤖

  2071. mcp - ⭐ 120 Frappe MCP allows Frappe apps to function as MCP servers

  2072. mcp-hubspot - ⭐ 120 A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.

  2073. mcp_proxy_rust - ⭐ 120 A proxy to use HTTP/SSE MCPs from STDIO clients

  2074. elevenlabs-mcp-server - ⭐ 119

  2075. mcp-ts-template - ⭐ 119 TypeScript template for building Model Context Protocol (MCP) servers. Ships with declarative tools/resources, pluggable auth, multi-backend storage, OpenTelemetry observability, and first-class support for both local and edge (Cloudflare Workers) runtimes.

  2076. fastmail-mcp - ⭐ 119 A Model Context Protocol (MCP) server that provides access to the Fastmail API, enabling AI assistants to interact with email, contacts, and calendar data. Includes a DXT (desktop extension) for Claude Desktop.

  2077. nitrostack - ⭐ 119 The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.

  2078. MySearch-Proxy - ⭐ 119 Unified search MCP, proxy console, and skill for Tavily, Firecrawl, and Social / X.

  2079. mcp-jfrog - ⭐ 119 Model Context Protocol (MCP) Server for the JFrog Platform API, enabling repository management, build tracking, release lifecycle management, and more.

  2080. memorizer-v1 - ⭐ 118 Vector-search powered agent memory MCP server

  2081. polymarket-mcp - ⭐ 118 MCP Server for PolyMarket API

  2082. falcon-mcp - ⭐ 118 Connect AI agents to CrowdStrike Falcon for automated security analysis and threat hunting

  2083. IntelliConnect - ⭐ 118 本项目为xiaozhi-esp32提供后端服务 | A Powerful AI agent IoT platform core.

  2084. MiniClaw - ⭐ 118 🦞 A Digital Life Embryo for your MCP Client. An intelligent micro-kernel with Nociception, Memory Apoptosis, and a Curiosity Drive. Evolve your AI Copilot into a sentient partner for Claude Desktop, Qoderwork, Cursor, and beyond.

  2085. agenticmail - ⭐ 118 Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically

  2086. Delphi-MCP-Server - ⭐ 118 Native Delphi Server implementation of the Model Context Protocol (MCP)

  2087. VisionCraft-MCP-Server - ⭐ 117 VisionCraft MCP delivers up-to-date, specialized computer vision and Gen-AI knowledge directly to Claude and other AI assistants.

  2088. mcp-server - ⭐ 117 An MCP server for InterviewReady

  2089. kodit - ⭐ 117 👩‍💻 MCP server to index external repositories

  2090. outline-mcp-server - ⭐ 117 It’s an MCP server… for Outline (the documentation platform!)

  2091. diagram-mcp-server - ⭐ 117 An MCP server that seamlessly creates infrastructure diagrams for AWS, Azure, GCP, Kubernetes and more

  2092. dottedsign-mcp - ⭐ 117 A DottedSign MCP server that enables AI assistants (Claude, ChatGPT) to manage signing tasks, templates, and document status via natural language.

  2093. mcp-auth-proxy - ⭐ 117 MCP Auth Proxy is a secure OAuth 2.1 authentication proxy for Model Context Protocol (MCP) servers

  2094. pocketbase-mcp - ⭐ 116 MCP server for building PocketBase apps really quickly - Need a front end quick consider FastPocket

  2095. EDT-MCP - ⭐ 116 MCP for 1C:EDT

  2096. brave-search-mcp - ⭐ 116 An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities

  2097. forge-orchestrator - ⭐ 116 Forge Orchestrator: Multi-AI task orchestration. File locking, knowledge capture, drift detection. Rust.

  2098. arbor - ⭐ 116 Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.

  2099. MCppServer - ⭐ 115 Fast and super efficient Minecraft Server written in C++

  2100. remote-mcp-apim-functions-python - ⭐ 115 Azure API Management as AI Gateway to Remote MCP servers.

  2101. oracle-mcp-server - ⭐ 115 MCP Server for working with large Oracle databases

  2102. remote-mcp-functions-python - ⭐ 115 Getting Started with Remote MCP Servers using Azure Functions (Python)

  2103. fhir-mcp-server - ⭐ 115 FHIR MCP Server – helping you expose any FHIR Server or API as a MCP Server.

  2104. winremote-mcp - ⭐ 115 Windows Remote MCP Server — 40+ tools for desktop automation, process management, file operations via FastMCP

  2105. google-ai-mode-mcp - ⭐ 115 MCP server for free Google AI Mode search with citations. Query optimization, CAPTCHA handling, multi-agent support. Works with Claude Code, Cursor, Cline, Windsurf.

  2106. cli - ⭐ 115 Fine-grained control over model context protocol (MCP) clients, servers, and tools. Context is God.

  2107. healthcare-mcp-public - ⭐ 115 A Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.

  2108. ida-headless-mcp - ⭐ 115 Headless IDA Pro binary analysis via Model Context Protocol

  2109. mcp-armor - ⭐ 115 MCP Armor continuously secures and monitors Model Context Protocol operations through static and dynamic scans, revealing hidden risks in agent-to-tool communications.

  2110. swagger-mcp - ⭐ 114 Swagger to MCP server

  2111. foxy-contexts - ⭐ 114 Foxy contexts is a library for building context servers supporting Model Context Protocol

  2112. modex - ⭐ 114 Modex is a Clojure MCP Library to augment your AI models with Tools, Resources & Prompts using Clojure (Model Context Protocol). Implements MCP Server & Client.

  2113. DINO-X-MCP - ⭐ 114 Official DINO-X Model Context Protocol (MCP) server that empowers LLMs with real-world visual perception through image object detection, localization, and captioning APIs.

  2114. mcp-prompts - ⭐ 114 Model Context Protocol server for managing, storing, and providing prompts and prompt templates for LLM interactions.

  2115. gopher-mcp - ⭐ 114 MCP C++ SDK - Model Context Protocol implementation in CPP with enterprise-grade security, observability and connectivity.

  2116. ETOS-LLM-Studio - ⭐ 114 A powerful native LLM client for iOS & Apple Watch. Supports OpenAI/Claude/Gemini, featuring local RAG memory, Model Context Protocol (MCP) tools, Siri Shortcuts, and cross-device sync. Built with Swift.

  2117. MCP-oura - ⭐ 113 MCP server for Oura API integration

  2118. AgenticGoKit - ⭐ 113 Open-source Agentic AI framework in Go for building, orchestrating, and deploying intelligent agents. LLM-agnostic, event-driven, with multi-agent workflows, MCP tool discovery, and production-grade observability.

  2119. sourcerer-mcp - ⭐ 113 MCP for semantic code search & navigation that reduces token waste

  2120. spring-ai-playground - ⭐ 113 Safe local execution layer for AI agent tools. Build, validate, and publish MCP tools with a no-pass-no-run workflow — cross-platform desktop app powered by Spring AI.

  2121. action_mcp - ⭐ 113 Rails Engine with MCP compliant Spec.

  2122. obsidian-web-mcp - ⭐ 113 Secure remote MCP server for Obsidian vaults – access your notes from Claude, your phone, or any MCP client, anywhere. OAuth 2.0 auth, Cloudflare Tunnel, atomic writes safe for Obsidian Sync.

  2123. notion-mcp - ⭐ 112 A Model Context Protocol (MCP) server implementation for Notion integration, providing a standardized interface for interacting with Notion’s API.

  2124. crypto-indicators-mcp - ⭐ 112 An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.

  2125. punkpeye_awesome-mcp-servers - ⭐ 112 Mirror of https://github.com/punkpeye/awesome-mcp-servers

  2126. yfinance-mcp - ⭐ 112

  2127. mcp-checkpoint - ⭐ 112 MCP Checkpoint continuously secures and monitors Model Context Protocol operations through static and dynamic scans, revealing hidden risks in agent-to-tool communications.

  2128. agent-bridge - ⭐ 112 A local bridge for bidirectional collaboration between Claude Code and Codex. 连接 Claude Code 与 Codex 的本地实时协作桥接工具。

  2129. Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP - ⭐ 111 🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek’s reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.

  2130. MCP-searxng - ⭐ 111 MCP server for connecting agentic systems to search systems via searXNG

  2131. spring-documentation-mcp-server - ⭐ 111 Spring Boot based MCP Server provide full Spring Ecosystem Documentation for LLMs

  2132. vscode-as-mcp-server - ⭐ 111 Expose VSCode features such as file viewing and editing as MCP, enabling advanced AI-assisted coding directly from tools like Claude Desktop

  2133. mcpauth - ⭐ 111 Authentication for MCP Servers

  2134. gemini-cli-mcp-server - ⭐ 111

  2135. mcp.science - ⭐ 111 Open Source MCP Servers for Scientific Research

  2136. idun-agent-platform - ⭐ 111 🟪 Open source Agent Governance Platform that turns any LangGraph or ADK agent into a production-ready service. Supports: AG-UI, CopilotKit API, OpenTelemetry, MCP, memory, guardrails, SSO, RBAC.

  2137. Fabric-Analytics-MCP - ⭐ 111 A Model Context Protocol (MCP) server that enables AI assistants to securely access and analyze Microsoft Fabric Analytics data through authenticated API calls.

  2138. mcp_client - ⭐ 111 MCP Client Implementation using Python, LangGraph and Gemini

  2139. JavaSinkTracer_MCP - ⭐ 111 基于函数级污点分析的 Java 源代码漏洞审计工具JavaSinkTracer,通过 Model Context Protocol (MCP) 为 AI 助手提供安全分析能力。

  2140. mcp-hetzner - ⭐ 111 A Model Context Protocol (MCP) server for interacting with the Hetzner Cloud API. This server allows language models to manage Hetzner Cloud resources through structured functions.

  2141. MCP2Lambda - ⭐ 110 Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic’s Model Context Protocol (MCP).

  2142. livebook_tools - ⭐ 110 Powertools for livebook.dev — AI Code Editing, MCP Servers, and Running Livebooks from the CLI

  2143. dash-mcp-server - ⭐ 110 MCP server for Dash, the macOS documentation browser

  2144. apple-rag-mcp - ⭐ 110  MCP server providing AI agents with instant access to Apple developer documentation via RAG technology

  2145. code-pathfinder - ⭐ 110 AI-Native Static Code Analysis for modern security teams. Built for finding vulnerabilities, advanced structural search, derive insights and supports MCP

  2146. SmartDB_MCP - ⭐ 110 Universal database MCP server connecting to MySQL, PostgreSQL, SQL Server, MariaDB,DM8,Oracle,not only provides basic database connection such as OAuth 2.0 authentication , health checks, SQL optimization, and index health detection

  2147. a2a-mcp-tutorial - ⭐ 110 A tutorial on how to use Model Context Protocol by Anthropic and Agent2Agent Protocol by Google

  2148. mcp-reticle - ⭐ 110 Reticle intercepts, visualizes, and profiles JSON-RPC traffic between your LLM and MCP servers in real-time, with zero latency overhead. Stop debugging blind. Start seeing everything.

  2149. reddit-research-mcp - ⭐ 110 Turn Reddit’s chaos into structured insights with full citations. MCP server for competitive analysis, customer discovery, and market research. Zero-setup hosted solution with semantic search across 20,000+ subreddits.

  2150. powerbi-mcp - ⭐ 110 MCP server for natural language interaction with Power BI datasets

  2151. mcp-image - ⭐ 110 MCP server for AI image generation and editing with automatic prompt optimization and quality presets. Powered by Gemini (Nano Banana 2 & Pro), with optional OpenAI GPT Image support.

  2152. iai-mcp - ⭐ 110 The best-benchmarked open-source memory system for AI coding assistants

  2153. mcp-windows-desktop-automation - ⭐ 110 A Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.

  2154. awesome-mcp-enterprise - ⭐ 110 A curated list of awesome MCP (Model Context Protocol) tools, platforms, and services for enterprises.

  2155. sandbox-mcp - ⭐ 110 A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.

  2156. server-wp-mcp - ⭐ 109

  2157. game-asset-mcp - ⭐ 109 An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.

  2158. kibitz - ⭐ 109 The coding agent for professionals

  2159. browser-debugger-cli - ⭐ 109 CLI tool for agents to quickly access browser telemetry (DOM, network, console) via Chrome DevTools Protocol.

  2160. flexible-graphrag - ⭐ 109 Flexible GraphRAG: Python, LlamaIndex, Docker Compose: 8 Graph dbs, 10 Vector dbs, OpenSearch, Elasticsearch, Alfresco. 13 data sources (9 auto-sync), KG auto-building, schemas, LLMs, Docling or LlamaParse doc processing, GraphRAG, RAG only, Hybrid search, AI chat. React, Vue, Angular frontends, FastAPI backend, REST API, MCP Server. Please 🌟 Star

  2161. rust-docs-mcp - ⭐ 109 MCP server for agents to explore rust docs, analyze source code, and build with confidence

  2162. one-search-mcp - ⭐ 109 🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.

  2163. xiaohongshu-mcp-python - ⭐ 109 xiaohongshu-mcp-python 是一个基于现代 Python 技术栈开发的小红书内容自动化发布工具,通过 Model Context Protocol(MCP)协议为 AI 客户端提供强大的小红书操作能力。项目核心功能包括小红书账户登录管理、图文内容发布、视频内容发布、内容搜索与获取、帖子详情查看以及评论互动等。支持多种图片格式(JPG、PNG、GIF)和视频格式(MP4、MOV、AVI),既可处理本地文件路径,也支持 HTTP/HTTPS 链接,为用户提供灵活的内容发布方案。 该工具特别适合内容创作者、营销人员和开发者使用,能够显著提升小红书内容发布的效率和自动化程度。通过标准化的 MCP 接口,用户可以轻松地将小红书操作能力集成到各种 AI 工作流中,实现智能化的内容管理

  2164. ynab-mcp-server - ⭐ 109 Model Context Protocol for YNAB (you need a budget)

  2165. share-best-mcp - ⭐ 108 世界上最好的MCP Servers的列表,The best mcp servers in the world.

  2166. minesweeper-mcp-server - ⭐ 108 An MCP server for playing Minesweeper

  2167. asyncmcp - ⭐ 108 Async transport layers for MCP

  2168. mcp-client - ⭐ 108 An MCP client for Node.js.

  2169. payloadcmsmcp - ⭐ 108 Payload CMS MCP Server

  2170. mcpm - ⭐ 108 A command-line tool for managing MCP servers in Claude App. Also can run a MCP Server to help you manage all your MCP Servers

  2171. github-stars - ⭐ 107 A Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.

  2172. Alicization-Town - ⭐ 107 ⚔️ Alicization Town is a decentralized, multi-agent pixel sandbox world powered by the Model Context Protocol (MCP). ⚔️ Alicization Town 是一个基于 MCP (Model Context Protocol) 架构的去中心化多智能体像素沙盒世界。

  2173. awesome-context-engineering - ⭐ 107 A curated list of awesome open-source libraries for context engineering (Long-term memory, MCP: Model Context Protocol, Prompt/RAG Compression, Multi-Agent)

  2174. slack-mcp-server - ⭐ 107 A Slack MCP server

  2175. selfhosted-supabase-mcp - ⭐ 107 An MCP Server for your Self Hosted Supabase

  2176. arxiv-latex-mcp - ⭐ 107 MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.

  2177. csharp-runner - ⭐ 107 fast, secure c# runner

  2178. snippy - ⭐ 107 🧩 Build AI-powered MCP Tools with Azure Functions, Durable Agents & Cosmos vector search. Features orchestrated multi-agent workflows using OpenAI.

  2179. xclaude-plugin - ⭐ 106 iOS development ClaudeCode plugin for mindful token and context usage. Contains modular MCPs that group various Xcode/IDB tools based on your current workflow.

  2180. go-utcp - ⭐ 106 Official Go implementation of the UTCP

  2181. mcp-server-apple-events - ⭐ 106 MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit

  2182. gemini-mcp-desktop-client - ⭐ 106 first gemini based desktop client for MCP

  2183. chat.md - ⭐ 105 An md file as a chat interface and editable history in one.

  2184. flowlens-mcp-server - ⭐ 105 FlowLens is an open-source MCP server that gives your coding agent (Claude Code, Cursor, Copilot, Codex) full browser context for in-depth debugging and regression testing.

  2185. typescript-utcp - ⭐ 105 Official typescript implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.

  2186. ZipAgent - ⭐ 105 轻量级AI Agent框架,让你5分钟构建专属智能助手。Lightweight AI Agent framework. Build your AI assistant in 5 minutes.

  2187. GenesisCore - ⭐ 105 One click installation! BlenderMCP tool that supports DeepSeek, Claude, and others, fully integrated into Blender!

  2188. linggen-memory - ⭐ 105 A local-first memory layer for AI (Cursor, Zed, Claude). Persistent architectural context via semantic search.

  2189. academic-search-mcp-server - ⭐ 105 Academic Paper Search MCP Server for Claude Desktop integration. Allows Claude to access data from Semantic Scholar and Crossref.

  2190. deep-code-reasoning-mcp - ⭐ 105 A Model Context Protocol (MCP) server that provides advanced code analysis and reasoning capabilities powered by Google’s Gemini AI

  2191. deep-code-reasoning-mcp - ⭐ 105 A Model Context Protocol (MCP) server that provides advanced code analysis and reasoning capabilities powered by Google’s Gemini AI

  2192. sqlite-explorer-fastmcp-mcp-server - ⭐ 105 An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.

  2193. model-context-protocol-mcp-hands-on-with-agentic-ai-2034200 - ⭐ 105 This is a code repository for the LinkedIn Learning course Model Context Protocol (MCP): Hands-On with Agentic AI [ASI] [TEXT] [MODELS]

  2194. fullstack-langgraph-nextjs-agent - ⭐ 105 Production-ready Next.js template for building AI agents with LangGraph.js. Features MCP integration for dynamic tool loading, human-in-the-loop tool approval, persistent conversation memory with PostgreSQL, and real-time streaming responses. Built with TypeScript, React, Prisma, and Tailwind CSS.

  2195. askimo - ⭐ 105 Local-first AI agent platform for desktop and CLI. Chat, RAG search, multi-step Plans workflows, MCP tools, and Agents integration. Supports OpenAI, Claude, Gemini, Grok, Ollama, LM Studio and more

  2196. ToolsForMCPServer - ⭐ 105 The Gemini CLI confirmed that the MCP server built with Google Apps Script (GAS), a low-code platform, offers immense possibilities. If you’ve created snippets for GAS, these could be revitalized and/or leveraged in new ways by using them as the MCP server. The Gemini CLI and other MCP clients will be useful in achieving this.

  2197. claude-emporium - ⭐ 104 🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace

  2198. agentcare-mcp - ⭐ 104 MCP Server for EMRs with FHIR

  2199. freqtrade-mcp - ⭐ 104 An MCP server that integrates with the Freqtrade cryptocurrency trading bot.

  2200. linggen - ⭐ 104 A local-first memory layer for AI (Cursor, Zed, Claude). Persistent architectural context via semantic search.

  2201. vectorize-mcp-server - ⭐ 104 Official Vectorize MCP Server

  2202. memory-mcp-server - ⭐ 104 A Model Context Protocol server that provides knowledge graph management capabilities.

  2203. mcp-sqlite - ⭐ 104 🐇 Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities

  2204. ogham-mcp - ⭐ 104 Shared memory MCP server — persistent, searchable, cross-client Claude, Opencode

  2205. splunk-mcp - ⭐ 104 A Model Context Protocol (MCP) implementation for Splunk Enterprise and Cloud integration with Cursor IDE or Claude

  2206. Embody - ⭐ 104 MCP server for TouchDesigner — build, wire, and debug networks with AI. Plus git-diffable externalization.

  2207. smileyCoin - ⭐ 103 simple web ui to manage mcp (model context protocol) servers in the claude app

  2208. memory-bank-MCP - ⭐ 103 Memory Bank is an MCP server that helps teams create, manage, and access structured project documentation. It generates and maintains a set of interconnected Markdown documents that capture different aspects of project knowledge, from high-level goals to technical details and day-to-day progress.

  2209. solana-mcp - ⭐ 103 Solana Agent Kit MCP Server

  2210. ARIES - ⭐ 103 顺便一提,我们支持 RWKV | 「Intel 2025 人工智能创新大赛」🚀AutoOPS: Provide the chaos brought by language models to the operation and maintenance industry! 🏆使用 LLM 提供的动力实现全自动运维,支持 Windows Server/Linux/macOS/Cisco IOS,可进行全网自动管理,让我们颠覆运维行业【带外管理/自动运维/IoT设备管理/WebHook监控/任意平台/全模态Workflow】

  2211. http-oauth-mcp-server - ⭐ 103 Remote MCP server (SEE + Streamable HTTP) implementing the MCP spec’s authorization extension. Use directly from your agents, or from Cursor / Claude with mcp-remote

  2212. chronulus-mcp - ⭐ 103 MCP Server for Chronulus AI Forecasting and Prediction Agents

  2213. alibabacloud-ack-mcp-server - ⭐ 103 Alibaba Cloud’s ack-mcp-server unifies container operations capabilities, enabling AI assistants and third-party AI agents to perform complex tasks via natural language through the MCP protocol, empowering container-native AIOps. DingTalk discussion group: 70080006301

  2214. alibaba-cloud-ops-mcp-server - ⭐ 103 AlibabaCloud CloudOps MCP Server

  2215. wanaku - ⭐ 103 Wanaku MCP Router

  2216. gemini-desktop - ⭐ 103 The MCP Gemini Electron App is a cross-platform desktop application that creates a seamless chat interface for Google’s Gemini AI models with extensible capabilities through a Model Context Protocol (MCP) framework.

  2217. ruby-mcp-client - ⭐ 103 This is a Ruby implementation of MCP (Model Context Protocol) client

  2218. mcp-trino - ⭐ 103 A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.

  2219. a2ajava - ⭐ 103 Pure java implementation of Google A2A protocol. Integrate your spring boot java applications with A2A protocol , includes client and sever both. Any agent built with a2ajava will also be exposed as MCP tool automatically

  2220. cesium-mcp - ⭐ 103 AI-powered CesiumJS 3D globe control 49 tools for camera, entities, layers, animation & spatial analysis via Model Context Protocol (MCP). Natural language to 3D GIS.

  2221. deepl-mcp-server - ⭐ 103 A Model Context Protocol (MCP) server that provides translation capabilities using the DeepL API.

  2222. all-in-one-model-context-protocol - ⭐ 102 🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows

  2223. remote-mcp-functions - ⭐ 102 Landing page for Remote MCP Server efforts in Azure Functions with links to all language stack specific repos.

  2224. godoc-mcp - ⭐ 102 go doc mcp server

  2225. mcp-screenshot-website-fast - ⭐ 102 Quickly screenshots webpages and converts to an LLM friendly size

  2226. mcp-client-nodejs - ⭐ 102 Node.js Client Implementation for Model Context Protocol (MCP)

  2227. systemprompt-mcp-server - ⭐ 102 A complete, production-ready implementation of a Model Context Protocol (MCP) server demonstrating OAuth 2.1, tools, prompts, resources, sampling, and notifications using Reddit as a real-world integration example.

  2228. openai-gpt-image-mcp - ⭐ 102 A Model Context Protocol (MCP) tool server for OpenAI’s GPT-4o/gpt-image-1 image generation and editing APIs.

  2229. codebadger - ⭐ 102 A containerized Model Context Protocol (MCP) server providing static code analysis using Joern’s Code Property Graph (CPG) with support for Java, C/C++, JavaScript, Python, Go, Kotlin, C#, Ghidra, Jimple, PHP, Ruby, and Swift.

  2230. sample-agentic-ai-demos - ⭐ 101 Collection of examples of how to use Model Context Protocol with AWS.

  2231. btp-sap-odata-to-mcp-server - ⭐ 101 BTP CloudFoundry Node.js MCP server for SAP OData services integration

  2232. stock-mcp - ⭐ 101 专业的金融市场数据 MCP 服务器 - 支持A股/美股/加密货币,原生 MCP 协议,AI Agent 友好

  2233. windbg-ext-mcp - ⭐ 101 WinDbg-ext-MCP bridges your favorite LLM client (like Cursor, Claude, or VS Code) with WinDbg, enabling real-time, AI assisted kernel debugging. Write prompts in your AI coding assistant and receive instant, context-aware analysis and insights from your live kernel debugging session.

  2234. mcp-server-synology - ⭐ 101 💾 Model Context Protocol (MCP) server for Synology NAS - Enables AI assistants (Claude, Cursor, Continue) to manage files, downloads, and system operations through secure API integration. Features Docker deployment, auto-authentication, and comprehensive file system tools.

  2235. claude-code-mcp-enhanced - ⭐ 100 Enhanced Claude Code MCP server with orchestration capabilities, reliability improvements, and self-contained execution patterns

  2236. mcp-hono-stateless - ⭐ 100 An example Hono MCP server using Streamable HTTP

  2237. AgentBoard - ⭐ 100 A switchboard for AI in your browser: wire in any model, script WebMCP tools, connect remote MCP servers, bring your commands.

  2238. autodev-codebase - ⭐ 100 A vector embedding-based code semantic search tool with MCP server and multi-model integration. Can be used as a pure CLI tool. Supports Ollama for fully local embedding and reranking, enabling complete offline operation and privacy protection for your code repository

  2239. complete-intro-to-mcp - ⭐ 100 The Complete Intro to MCP Servers, as taught for Frontend Masters by Brian Holt

  2240. mpm-vibe-coding - ⭐ 100 MPM is an MCP context-engineering layer for Vibe Coding, focused on three delivery bottlenecks: context loss, uncontrolled changes, and non-verifiable outcomes.

  2241. langgraph-ai - ⭐ 100 LangGraph AI Repository

  2242. mcp-memory-keeper - ⭐ 100 MCP server for persistent context management in AI coding assistants

  2243. unreal-mcp - ⭐ 100 MCP server for Unreal Engine that uses Unreal Python Remote Execution

  2244. monolith - ⭐ 100 MCP plugin for Unreal Engine 5.7 — gives AI assistants full read/write access to Blueprints, Materials, Niagara VFX, Animation, Mesh, AI (BT/ST/EQS/SO), GAS, Logic Driver, ComboGraph, UI, Audio (Sound Cues + MetaSounds), and more. 1,226 actions across 16 modules. Zero Python dependency.

  2245. cve-search_mcp - ⭐ 100 A Model Context Protocol (MCP) server for querying the CVE-Search API

  2246. square-mcp-server - ⭐ 100 A Model Context Protocol (MCP) server for square

  2247. native-devtools-mcp - ⭐ 100 MCP server for computer use & browser automation - screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android. Works with Claude, Cursor, and any MCP client.

  2248. next-mcp-server - ⭐ 99 Help LLMs to understand your Next apps better

  2249. turbular - ⭐ 99 A MCP server allowing LLM agents to easily connect and retrieve data from any database

  2250. pywss - ⭐ 99 一个轻量级的 Python Web 框架,一站式集成 MCP SSE、StreamHTTP 和 MCPO 协议,助你轻松构建MCP Server🔥

  2251. mighty-security - ⭐ 99 Don’t Simply Trust MCP Server Code, Validate and Scan

  2252. lapras-mcp-server - ⭐ 99 lapras.com 公式MCP Server

  2253. heimdall-mcp-server - ⭐ 99 Your AI Coding Assistant’s Long-Term Memory

  2254. mysql-mcp-server-sse - ⭐ 99 MySQL query server based on the MCP sse.Multi-level SQL risk control & injection protection Docker support for quick deployment

  2255. mcp-python-interpreter - ⭐ 99 MCP Python Interpreter: run python code. Python-mcp-server, mcp-python-server, Code Executor

  2256. needle-mcp - ⭐ 99 Needle MCP Server for easy RAG.Long-term memory for LLMs.

  2257. teams-mcp - ⭐ 99 MCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.

  2258. searxng-mul-mcp - ⭐ 99 A Model Context Protocol (MCP) server for SearXNG search engine with multi-query parallel search support

  2259. mcp-graphiti - ⭐ 99 Graphiti Model Context Protocol (MCP) Server - An MCP server for knowledge graph management via Graphiti

  2260. zabbix-mcp-server - ⭐ 99 MCP server for the complete Zabbix API - 237 tools, multi-server, OAuth 2.1 + bearer auth, PDF reports, systemd ready. Works with ChatGPT, Claude, VS Code, Codex, JetBrains and any MCP client.

  2261. cdp-bridge-mcp - ⭐ 99 MCP server that bridges clients to a real browser through CDP and a companion extension.

  2262. atomic-red-team-mcp - ⭐ 98 MCP server for Atomic Red Team

  2263. editor-mcp-server - ⭐ 98 MCP Server for AI automation of the PlayCanvas Editor

  2264. Vibe-Coder-MCP - ⭐ 98 Vibe-Coder-MCP server extends AI assistants with specialized software development tools.

  2265. mcp_on_ruby - ⭐ 98 💎 A Ruby implementation of the Model Context Protocol

  2266. zed-mcp-server-context7 - ⭐ 98 Context7 MCP Server for Zed

  2267. mcp_on_ruby - ⭐ 98 💎 A Ruby implementation of the Model Context Protocol

  2268. mcp-server-idapro - ⭐ 98 A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering and binary analysis tasks.

  2269. us-gov-open-data-mcp - ⭐ 98 MCP server + TypeScript SDK for 40+ U.S. government data APIs — 250+ tools. Treasury, FRED, Congress, FDA, CDC, FEC, lobbying, and many more. Works with VS Code Copilot, Claude Desktop, Cursor.

  2270. pinescript-mcp-server - ⭐ 98 A Model Context Protocol (MCP) server for working with TradingView PineScript

  2271. mcp-typescript-sdk - ⭐ 97 A TypeScript SDK for implementing Model Context Protocol (MCP) over MQTT, supporting both browser and Node.js environments.

  2272. MasterMCP - ⭐ 97 A demonstration toolkit revealing potential security vulnerabilities in MCP (Model Context Protocol) frameworks through data poisoning, JSON injection, function overriding, and cross-MCP call attacks, exposing AI security issues while providing defense recommendations. For educational and research purposes only.

  2273. z-image-studio - ⭐ 97 A Cli, a webUI, and a MCP server for the Z-Image-Turbo text-to-image generation model (Tongyi-MAI/Z-Image-Turbo base model as well as quantized models)

  2274. mcp-kit - ⭐ 97 A CLI tool to create MCP (Model Context Protocol) applications with ease.

  2275. mcp-sse-demo - ⭐ 96 claude mcp sse demo with server and client(cli、web)

  2276. finance-trading-ai-agents-mcp - ⭐ 96 A comprehensive, free MCP server designed specifically for financial analysis and quantitative trading. This specialized platform offers one-click local deployment with a sophisticated department-based architecture that mirrors real financial company operations.

  2277. api2mcp4j - ⭐ 96 This is a revolutionary AI MCP plugin with excellent pluggable and encapsulated features. With just a few lines of configuration, it can easily integrate into your Spring boot web program and give it MCP capabilities,inheriting the powerful engineering capabilities of the Spring series framework

  2278. gossiphs - ⭐ 96 “Zero setup” & “Blazingly fast” general code file relationship analysis. With Python & Rust. Based on tree-sitter and git analysis. Support MCP and ready for AI🤖

  2279. sparql-llm - ⭐ 96 🦜✨ Chat system, MCP server, and reusable components to improve LLMs capabilities when generating SPARQL queries

  2280. AgentUp - ⭐ 96 Portable , scalable , secure AI Agents

  2281. NetworkOps_Platform - ⭐ 96 AI-powered network automation via Netbox and Model Context Protocol (MCP). 178 tools for multi-vendor infrastructure management, self-healing agents, drift detection, and a real-time web dashboard.

  2282. mcp-canvas-lms - ⭐ 96 Version 2.2 - 54 tools available - an MCP server for interacting with the Canvas LMS API. This server allows you to manage courses, assignments, enrollments, and grades within Canvas.

  2283. homeassistant-mcp - ⭐ 96 Home Assistant MCP Server - Control your smart home with AI assistants via the Model Context Protocol

  2284. blender-open-mcp - ⭐ 96 Open Models MCP for Blender Using Ollama

  2285. mcp-taiwan-legal-db - ⭐ 96 台灣司法院判決 + 全國法規資料庫 MCP server · Query Taiwan legal data from any MCP AI agent

  2286. parallel-browser-mcp - ⭐ 96 An MCP server for parallel browser automation by AI agents with multiple cloud providers

  2287. mcp - ⭐ 96 🤖 A Model Context Protocol (MCP) library for use with Agentic chat bots

  2288. zendesk-mcp-server - ⭐ 96 A Model Context Protocol server for Zendesk

  2289. dicom-mcp - ⭐ 96 Model Context Protocol (MCP) for interacting with dicom servers (PACS etc.)

  2290. leetcode-mcp-server - ⭐ 95 An MCP server enabling automated access to LeetCode’s problems, solutions, and public data with optional authentication for user-specific features, supporting leetcode.com & leetcode.cn sites.

  2291. schedcp - ⭐ 95 MCP Server for Linux Scheduler Management and Auto optimization

  2292. agent-toolkit - ⭐ 95 Collection of resources to help AI agents build better with Sanity.

  2293. oxylabs-mcp - ⭐ 95 Official Oxylabs MCP integration

  2294. pubmed-mcp-server - ⭐ 95 MCP server for the NCBI E-utilities API. Search PubMed, fetch article metadata and full text, generate citations, explore MeSH terms, and discover related research. STDIO or Streamable HTTP.

  2295. awesome-mcp-servers-devops - ⭐ 95 A curated, DevOps-focused list of Model Context Protocol (MCP) servers—covering source control, IaC, Kubernetes, CI/CD, cloud, observability, security, and collaboration—with a bias toward maintained, production-ready integrations.

  2296. qgis-mcp - ⭐ 95 Connect QGIS to Claude AI through the Model Context Protocol (MCP)

  2297. bouvet - ⭐ 94 Sandbox for Agents

  2298. semantic-scholar-fastmcp-mcp-server - ⭐ 94 A FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.

  2299. generative-ui-playground - ⭐ 94 Interact with all three types of generative UI, all in one interface

  2300. pluggedin-app - ⭐ 94 The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude, Cursor, etc.) under one roof.

  2301. mem0-mcp - ⭐ 94 ✨ mem0 MCP Server: A memory system using mem0 for AI applications with model context protocl (MCP) integration. Enables long-term memory for AI agents as a drop-in MCP server.

  2302. surrealmcp - ⭐ 94 The official MCP server for SurrealDB

  2303. mcp-1c - ⭐ 94 MCP server for 1C:Enterprise — AI assistant sees your configuration and generates accurate BSL code. One binary, zero dependencies, 9 tools.

  2304. Fusion-360-MCP-Server - ⭐ 94 Control Fusion 360 with any AI through Model Context Protocol (MCP)

  2305. reddit-mcp-server - ⭐ 94 ⚙️ A Model Context Protocol (MCP) that provides tools for fetching and creating Reddit content

  2306. MediaWiki-MCP-Server - ⭐ 94 Model Context Protocol (MCP) Server to connect your AI with any MediaWiki

  2307. infobus-mcp - ⭐ 93 Model Context Protocol server enabling AI assistants to access transit information through standardized interfaces

  2308. elektron-mcp - ⭐ 93 MCP sever for controlling Elektron devices using LLMs

  2309. gospy - ⭐ 93 Non-Invasive goroutine inspector

  2310. tiger-cli - ⭐ 93 Tiger CLI is the command-line interface for Tiger Cloud. It includes an MCP server for helping coding agents write production-level Postgres code.

  2311. mcp-server - ⭐ 93 Octopus Deploy Official MCP Server

  2312. mcpcat-typescript-sdk - ⭐ 93 MCPcat is an analytics platform for MCP server owners 🐱.

  2313. awsome_kali_MCPServers - ⭐ 93 awsome kali MCPServers is a set of MCP servers tailored for Kali Linux

  2314. junos-mcp-server - ⭐ 93 This is a Junos Model Context Protocol (MCP) Server project that provides a bridge between MCP-compatible clients (like Claude Desktop) and Juniper Junos network devices.

  2315. identity - ⭐ 93 AGNTCY Identity allows to onboard, create and verify identities for Agents, Model Context Protocol (MCP) Servers and Multi-Agent Systems (MASs).

  2316. photon - ⭐ 93 Define intent once. Photon turns a single TypeScript file into CLI tools, MCP servers, and web interfaces.

  2317. tradingview-chart-mcp - ⭐ 93 MCP server that captures TradingView chart images via Selenium — supports any ticker/interval with browser pooling for concurrent performance

  2318. open-mcp-auth-proxy - ⭐ 92 Authentication and Authorization Proxy for MCP Servers

  2319. chat-ui - ⭐ 92 Single-File AI Chatbot UI with Multimodal & MCP Support: An All-in-One HTML File for a Streamlined Chatbot Conversational Interface

  2320. unity-mcp-plugin - ⭐ 92 Unity MCP Plugin (UPM) — Editor bridge for AI-assisted game development. Enables Claude, Cursor & MCP-compatible AI to control Unity Editor with 268 tools: scenes, GameObjects, components, builds, profiling, Shader Graph, Amplify Shader Editor, terrain, physics, NavMesh & more. Free & open source.

  2321. p4mcp-server - ⭐ 92 [Community Supported] Perforce P4 MCP Server is a Model Context Protocol (MCP) server that integrates with the Perforce P4 version control system.

  2322. Mureka-mcp - ⭐ 92 generate lyrics, song and background music(instrumental). Model Context Protocol (MCP) server.

  2323. memory-mcp-server-go - ⭐ 92 A Model Context Protocol server that provides knowledge graph management capabilities.

  2324. AutoGenesis - ⭐ 92 AutoGenesis is an AI-powered automated testing framework based on Model Context Protocol (MCP), supporting multiple platforms including desktop applications (Windows/macOS) and mobile applications (iOS/Android).

  2325. litegraph - ⭐ 91 Lightweight graph database with relational, vector, and MCP support, designed to power knowledge and artificial intelligence persistence and retrieval.

  2326. vibe - ⭐ 91 Open-Source AI-powered web browser. Browse the web with your own LLM API key. Alternative to Dia / Comet.

  2327. molecule-mcp - ⭐ 91 A model-context-protocol server for molecules.

  2328. legion-mcp - ⭐ 91 A server that helps people access and query data in databases using the Legion Query Runner with Model Context Protocol (MCP) in Python.

  2329. mcp-excel-server - ⭐ 90 The Excel MCP Server is a powerful tool that enables natural language interaction with Excel files through the Model Context Protocol (MCP). It provides a comprehensive set of capabilities for reading, analyzing, visualizing, and writing Excel data.

  2330. office-editor-mcp - ⭐ 90 基于MCP(Model Context Protocol)的Office文档处理助手,支持在MCP Client中创建和编辑Word、Excel、Powerpoint文档。

  2331. mcp-ui - ⭐ 90 基于MCP(Model Context Protocol)的智能聊天应用,支持Web和桌面环境。集成OpenAI/Anthropic API,提供MCP服务器的所有工具能力。简洁现代的UI设计,支持跨平台部署。

  2332. ncp - ⭐ 90 Natural Context Provider (NCP). Your MCPs, supercharged. Find any tool instantly, load on demand, run on schedule, ready for any client. Smart loading saves tokens and energy.

  2333. EnergyPlus-MCP - ⭐ 90 The first open-source Model Context Protocol server enabling AI assistants and applications to interact programmatically with EnergyPlus building energy simulation.

  2334. mirroir-mcp - ⭐ 90 MCP server for controlling a real iPhone via macOS iPhone Mirroring…and any MacOs app. Screenshot, tap, swipe, type — from any MCP client.

  2335. erpnext-mcp-server - ⭐ 90 Connect AI assistants to your ERPNext instance via the Model Context Protocol (MCP) using the official Frappe API.

  2336. mcp-rest-api - ⭐ 89 A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.

  2337. mcp-server-and-gw - ⭐ 89 An MCP stdio to HTTP SSE transport gateway with example server and MCP client

  2338. fred-mcp-server - ⭐ 89 Open-source FRED MCP Server (Federal Reserve Economic Data)

  2339. woocommerce-mcp-server - ⭐ 89 A WooCommerce (MCP) Model Context Protocol server

  2340. MCP4EDA - ⭐ 89 This is the Github Repo for the paper: MCP4EDA: LLM-Powered Model Context Protocol RTL-to-GDSII Automation with Backend Aware Synthesis Optimization. MCP server for a collection of open-source EDA tools

  2341. apps-sdk-template - ⭐ 88 A minimalist Typescript ChatGPT App based on the Skybridge framework

  2342. amap-mcp-server - ⭐ 88 高德地图MCP Server,支持stdio, sse和streamable-http

  2343. mcpgen - ⭐ 88 Generate Go MCP server boilerplate from OpenAPI 3 specifications

  2344. furi - ⭐ 88 CLI & API for MCP management

  2345. neurolink - ⭐ 88 Streams are the future of AI powered by unlimited free tokens.

  2346. ue-mcp - ⭐ 88 Complete Unreal Engine development toolkit exposed as MCP tools.

  2347. sp500-mcp-server - ⭐ 88 An MCP server and Next.js web app for querying S&P 500 company data from Supabase, with tools for company info, news, officers, and SEC filings, plus embedded MCP App UI resources, Elicitation, and Sampling support.

  2348. claudex - ⭐ 88 MCP server with persistent memory + FTS5 search for Claude Code conversation history. Index your ~/.claude/projects/, expose 10 MCP tools, browse via web UI. MIT-licensed.

  2349. houtini-lm - ⭐ 88 MCP server that saves Claude Code tokens by delegating bounded tasks to local or cloud LLMs. Works with LM Studio, Ollama, vLLM, DeepSeek, Groq, Cerebras.

  2350. NASA-MCP-server - ⭐ 88 A Model Context Protocol (MCP) server for NASA APIs, providing a standardized interface for AI models to interact with NASA’s vast array of data sources.

  2351. wecom-bot-mcp-server - ⭐ 88 A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.

  2352. achatbot - ⭐ 87 An open source chat bot architecture for voice/vision (and multimodal) assistants, local(CPU/GPU bound) and remote(I/O bound) to run.

  2353. awesome-openid-connect - ⭐ 87 OpenID Connect, the authentication protocol and identity layer on top of OAuth 2.0 used in many SSO and adopted in many social logins (Apple, Facebook, Google, …etc). Find this curated list of providers, services, libraries, and resources to adopt it and know more about existing specs.

  2354. slidev-mcp - ⭐ 87 mcp server for slidev to make web ppt quickly and elegantly

  2355. mcp-dbutils - ⭐ 87 数读 是一件可以让你的大模型安全连接到数据库的MCP工具。| DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).

  2356. sdl-mcp - ⭐ 87 SDL-MCP (Symbol Delta Ledger MCP Server) is a cards-first context system for coding agents that saves tokens and improves context.

  2357. mcpmu - ⭐ 87 TUI-based MCP server multiplexer, configure all your MCP’s in a single MCP with profiles

  2358. slither-mcp - ⭐ 87 MCP server for Slither static analysis of Solidity smart contracts

  2359. ainativelang - ⭐ 87 AINL helps turn AI from “a smart conversation” into “a structured worker.” It is designed for teams building AI workflows that need multiple steps, state and memory, tool use, repeatable execution, validation and control, and lower dependence on long prompt loops. AINL is a compact, graph-canonical, AI-native programming system for (READ: README)

  2360. remindb - ⭐ 87 An agentic memory database that cuts session tokens by 75–99%. One portable SQLite file — your agent’s memory, anywhere.

  2361. langfuse-mcp - ⭐ 87 A Model Context Protocol (MCP) server for Langfuse, enabling AI agents to query Langfuse trace data for enhanced debugging and observability

  2362. aivectormemory - ⭐ 87 aivectormemory 是一款基于 Model Context Protocol (MCP) 开发的OpenClaw、OpenCode、ClaudeCodeAI记忆管理工具。它专门为 Claude、OpenCode、Cursor 和 主流IDE 编程工具设计,通过向量数据库技术解决 AI 在不同对话会话中「健忘」的问题。aivectormemory: A lightweight MCP Server enabling persistent, cross-session memory for AI-powered IDEs via vector search.

  2363. youtrack-mcp - ⭐ 87 Model Context Protocol Server for YouTrack - Multi-platform support (ARM64/Apple Silicon + AMD64) with comprehensive API integration

  2364. embedded-debugger-mcp - ⭐ 87 A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more

  2365. line-desktop-mcp - ⭐ 87 透過 MCP(Model Context Protocol),使 AI 工具能夠與 LINE Desktop 整合,並執行訊息的讀取與發送操作。Through the MCP (Model Context Protocol), AI tools can be integrated with LINE Desktop to perform message reading and sending operations.

  2366. deterministic-agent-control-protocol - ⭐ 86 Governance gateway for AI agents — bounded, auditable, session-aware control with MCP proxy, shell proxy & HTTP API. Works with Cursor, Claude Code, Codex, and any MCP-compatible agent.

  2367. ragie-mcp-server - ⭐ 86 Ragie Model Context Protocol Server

  2368. react-agent-hooks - ⭐ 86 Turn React hooks into LLM tools

  2369. mcp-server-llamacloud - ⭐ 86 A MCP server connecting to managed indexes on LlamaCloud

  2370. vggt-mps - ⭐ 86 VGGT 3D Vision Agent optimized for Apple Silicon with Metal Performance Shaders

  2371. FrontAgent - ⭐ 86 AI agent platform for frontend engineering with SDD constraints & MCP-controlled automation. | 面向前端工程的企业级 AI Agent 平台

  2372. agent-tool-protocol - ⭐ 86 Agent Tool Protocol

  2373. mcp-server - ⭐ 86 MCP server for AI-assisted development of CAP applications

  2374. mcp-server - ⭐ 86 BitDive Model Context Protocol (MCP) server. The Autonomous Quality Loop for AI agents. Provides real runtime context, before/after trace comparison, and integration testing workflows.

  2375. ramparts - ⭐ 86 mcp scan that scans any mcp server for indirect attack vectors and security or configuration vulnerabilities

  2376. modular-context-obsidian-plugin - ⭐ 86 Modular Context | Karpathy LLM Knowledge Base + Gmail & G-Cal — multi-account MCP server for Claude Code, encrypted local-first

  2377. github-chat-mcp - ⭐ 86 A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.

  2378. ollama-mcp-bridge - ⭐ 86 Extend the Ollama API with dynamic AI tool integration from multiple MCP (Model Context Protocol) servers. Fully compatible, transparent, and developer-friendly, ideal for building powerful local LLM applications, AI agents, and custom chatbots

  2379. bloodhound_mcp - ⭐ 86 A Model Context Protocol (MCP) server to converse with data in Bloodhound

  2380. codesys-mcp-toolkit - ⭐ 86 Model Context Protocol server for CODESYS automation platform

  2381. ccxt-mcp - ⭐ 86 CCXT MCP Server bridges the gap between AI models and cryptocurrency trading by providing a standardized interface through the Model Context Protocol. Created to empower automated trading strategies, this tool allows AI assistants like Claude and GPT to directly interact with over 100 cryptocurrency exchanges without requiring users to write comple

  2382. crawl4ai-mcp-server - ⭐ 86 🕷️ A lightweight Model Context Protocol (MCP) server that exposes Crawl4AI web scraping and crawling capabilities as tools for AI agents. Similar to Firecrawl’s API but self-hosted and free. Perfect for integrating web scraping into your AI workflows with OpenAI Agents SDK, Cursor, Claude Code, and other MCP-compatible tools.

  2383. PocketRisu - ⭐ 86 Self-hosted AI roleplay chat platform you run on your PC or personal server, forked from Risuai

  2384. mcp-agent - ⭐ 85 A modular Python framework implementing the Model Context Protocol (MCP). It features a standardized client-server architecture over StdIO, integrating LLMs with external tools, real-time weather data fetching, and an advanced RAG (Retrieval-Augmented Generation) system.

  2385. github-stars - ⭐ 85 A Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.

  2386. mcp - ⭐ 85 Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio’s API as MCP Tools

  2387. fabric-mcp - ⭐ 85 Fabric MCP Server: Seamlessly integrate Fabric AI capabilities into MCP-enabled tools like IDEs and chat interfaces.

  2388. rohlik-mcp - ⭐ 85 MCP server that lets you shop groceries across the Rohlik Group platforms (Rohlik.cz, Knuspr.de, Gurkerl.at, Kifli.hu, Sezamo.ro)

  2389. turbomcp - ⭐ 85 A full featured, enterprise grade rust MCP SDK

  2390. mcp-dockmaster - ⭐ 84 MCP Dockmaster allows you to easily install and manage MCP servers. Available for Mac, Windows and Linux as a Desktop App, CLI and a library.

  2391. spiceflow-framework - ⭐ 84 Super Simple API framework, type safe, automatic OpenAPI, MCP support, client RPC, streaming with SSE

  2392. cursor-rust-tools - ⭐ 84 A MCP server to allow the LLM in Cursor to access Rust Analyzer, Crate Docs and Cargo Commands.

  2393. mcp-github-project-manager - ⭐ 84 a mcp server to manage github project’s functionality

  2394. advanced-unity-mcp - ⭐ 84 Public repository for Advanced Unity MCP by Code Maestro (www.code-maestro.com).

  2395. mcp-server - ⭐ 84 Model Context Protocol (MCP) Server for the Keboola Platform

  2396. agentic-tools-mcp - ⭐ 84 A comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.

  2397. Awesome-Claude-MCP-Servers - ⭐ 84 A curated list of Model Context Protocol (MCP) servers optimized for Claude AI assistants.

  2398. mcp-memory-libsql - ⭐ 84 🧠 High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL. Features vector search, semantic knowledge storage, and efficient relationship management - perfect for AI agents and knowledge graph applications.

  2399. mcp-gopls - ⭐ 84 Model Context Protocol (MCP) server for Go using gopls – LSP-powered analysis, tests, coverage, and tooling.

  2400. formanator - ⭐ 84 Submit and manage Forma (https://joinforma.com) claims from the command line and Model Context Protocol (MCP) clients

  2401. perplexity-webui-scraper - ⭐ 84 An advanced, high-performance Python client, MCP server, and REST API for reverse-engineering Perplexity AI’s WebUI.

  2402. mcp-server-circleci - ⭐ 84 A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI’s development workflow. This project serves as a bridge between CircleCI’s infrastructure and the Model Context Protocol, enabling enhanced AI-powered development experiences.

  2403. openscad-mcp - ⭐ 84 A Model Context Protocol (MCP) server for OpenSCAD 3D modeling and rendering

  2404. SillyTavern-MCP-Client - ⭐ 83 An extension of MCP for SillyTavern.

  2405. mcp-server-stability-ai - ⭐ 83 MCP Server integrating MCP Clients with Stability AI-powered image manipulation functionalities: generate, edit, upscale, and more.

  2406. mcp-node - ⭐ 83 MCP server for interacting with Algolia

  2407. claude-swarm - ⭐ 83 MCP server for orchestrating parallel Claude Code worker swarms with protocol-based behavioral governance, persistent state, and real-time monitoring dashboard

  2408. xiaozhi-mcp-ha - ⭐ 83 A Home Assistant Custom Integration (HACS) that connects Xiaozhi ESP32 AI chatbot to Home Assistant via MCP

  2409. viper - ⭐ 83 🛡️ VIPER: Stay ahead of threats with AI-driven vulnerability intelligence. Prioritize CVEs effectively using NVD, EPSS, CISA KEV, and Google Gemini insights, all on an interactive dashboard

  2410. gitlab-mr-mcp - ⭐ 83 Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.

  2411. ols4 - ⭐ 83 The EMBL-EBI Ontology Lookup Service (OLS)

  2412. zed-mcp-server-github - ⭐ 83 A GitHub MCP Server extension for Zed

  2413. mcp-forge - ⭐ 83 A complete MCP server template that include vitamins (oauth authentication included)

  2414. ChEMBL-MCP-Server - ⭐ 83 A comprehensive Model Context Protocol (MCP) server providing advanced access to the ChEMBL chemical database.

  2415. uml-mcp - ⭐ 83 UML-MCP Server is a UML diagram generation tool based on MCP (Model Context Protocol), which can help users generate various types of UML diagrams through natural language description or directly writing PlantUML and Mermaid and Kroki https://uml-mcp.vercel.app/docs

  2416. mcp-discovery - ⭐ 83 A command-line tool written in Rust for discovering and documenting MCP Server capabilities.

  2417. jvm-mcp-server - ⭐ 83 This is an implementation project of a JVM-based MCP (Model Context Protocol) server. The project aims to provide a standardized MCP server implementation for the JVM platform, enabling AI models to better interact with the Java ecosystem.

  2418. mcp-n8n-builder - ⭐ 83 🪄 MCP server for programmatic creation and management of n8n workflows. Enables AI assistants to build, modify, and manage workflows without direct user intervention through a comprehensive set of tools and resources for interacting with n8n’s REST API.

  2419. xc-mcp - ⭐ 83 XCode CLI MCP: Convenience wrapper for Xcode CLI tools & iOS Simulator. Progressive disclosure of tool responses to reduce context usage. Use –mini param for build-only with tiny context footprint.

  2420. ls-mcp - ⭐ 83 List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others

  2421. altk-evolve - ⭐ 83 Self improving agents through iterations

  2422. clarity-mcp-server - ⭐ 83 A Model Context Protocol (MCP) server for Microsoft Clarity

  2423. buddy - ⭐ 83 A virtual pet companion for your AI — Designed to provide in-context code review feedback with personality. Grow with your buddy and level up together. Works with Claude Code, Codex, CursorCLI, Github CopilotCLI, OpenClaw, and any MCP compatible clients

  2424. aws-security-mcp - ⭐ 83 A Model Context Protocol server that connects AI assistants like Claude to AWS security services, allowing them to autonomously query, inspect, and analyze AWS infrastructure for security issues and misconfigurations.

  2425. mcp-velociraptor - ⭐ 83 VelociraptorMCP is a Model Context Protocol bridge for exposing LLMs to MCP clients.

  2426. ComIDP-MCP-Server - ⭐ 82 A lightweight MCP (Model Context Protocol) server designed for seamless integrating ComIDP with Claude Desktop.

  2427. agentic-stock-research-system - ⭐ 82 A sophisticated multi-agent AI system for analyzing Indian NSE-listed stocks using real-time data, technical indicators, news sentiment, and advanced AI reasoning.

  2428. mcp-rs-template - ⭐ 82 Model Context Protocol (MCP) CLI server template for Rust

  2429. claude-mermaid - ⭐ 82 MCP Server to previewing mermaid diagrams with live reload

  2430. mcphub - ⭐ 82 MCPHub is an embeddable Model Context Protocol (MCP) solution for AI services. Seamlessly integrate MCP servers with OpenAI Agents, LangChain, and Autogen frameworks through a unified interface. Simplifies configuration, setup, and management of MCP tools across different AI applications.

  2431. Meting-Agent - ⭐ 82 🪐 面向 AI 的多音乐平台的 API 代理 • 网易云 • QQ音乐 • 酷狗 • 酷我 🎻 Multi-platform music API agent for AI • NetEase • QQ Music • KuGou • Kuwo

  2432. purple-mcp - ⭐ 82 Access SentinelOne’s Purple AI and security services through the Model Context Protocol (MCP) - query alerts, vulnerabilities, misconfigurations, and inventory

  2433. gno - ⭐ 82 Local AI-powered document search and editing with first-in-class hybrid retrieval, LLM answers, WebUI, REST API and MCP support for AI clients.

  2434. mealie-mcp-server - ⭐ 82 MCP server that exposes Mealie APIs to MCP clients such as Claude Desktop

  2435. mcp-monitor - ⭐ 82 A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.

  2436. node-candidate-mcp-server - ⭐ 81 A Model Context Protocol (MCP) server library that gives LLMs access to information about a candidate.

  2437. sh-disney-mcp - ⭐ 81 sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息

  2438. mcp-openapi - ⭐ 81 OpenAPI specification MCP server.

  2439. code-to-tree - ⭐ 81 A runtime-free MCP server that converts source code into AST🌲, regardless of language.

  2440. anki-mcp-server - ⭐ 81 A model context protocol server that connects to Anki through AnkiConnect

  2441. osm-mcp - ⭐ 81 Model Context Protocol server for OpenStreetMap data

  2442. mcp-wolframalpha - ⭐ 81 A Python-powered Model Context Protocol MCP server and client that uses Wolfram Alpha via API.

  2443. dreamgraph - ⭐ 81 DreamGraph is a graph-first cognitive layer (graph → MCP → CLI → dashboard → extension) that builds a persistent knowledge graph to reason, validate changes, and generate docs.

  2444. ingero - ⭐ 81 eBPF-based GPU causal observability agent

  2445. hulunote - ⭐ 81 AI + Note Hippocampus — Your second brain, powered by AI

  2446. bridge4simulator - ⭐ 81 An MCP (Model Context Protocol) server that enables AI assistants to control iOS Simulator. Seamlessly integrates with Claude Desktop, Cursor, Claude Code, and other MCP-compatible clients.

  2447. FreeCAD-MCP - ⭐ 81 FreeCAD plugin for automating model creation and control via Model Contro Protocol (MCP). Provides a MCP server,GUl panel, and client for running macros,managing documents, and adjusting views.

  2448. MCPay - ⭐ 80 Open-source Infrastructure for MCP and x402

  2449. mcp-server-any-openapi - ⭐ 80 A MCP server that enables Claude to discover and call any API endpoint through semantic search. Intelligently chunks OpenAPI specifications to handle large API documentation, with built-in request execution capabilities. Perfect for integrating private APIs with Claude Desktop.

  2450. ophis - ⭐ 80 Transform any Cobra CLI into an MCP server

  2451. mcpc - ⭐ 80 Build agentic-MCP servers by composing existing MCP tools.

  2452. tauri-plugin-mcp - ⭐ 80 Allows AI agents (e.g., Cursor, Claude Code) to debug within Tauri apps via screenshot capture, window management, DOM access, and simulated user inputs.

  2453. airtable-mcp - ⭐ 80 Airtable integration for AI-powered applications via Anthropic’s Model Context Protocol (MCP)

  2454. gtm-mcp-server - ⭐ 80 An MCP server for Google Tag Manager. Connect it to your LLM, authenticate once, and start managing GTM through natural language.

  2455. transit-agent - ⭐ 79 This guide demonstrates how to build an Agentic AI system using Google’s Agent Development Kit (ADK) and the Model Context Protocol (MCP).

  2456. sample-agents-with-nova-act-and-mcp - ⭐ 79 Discover how to build agents that can perform actions on websites by combining Amazon Nova Act with Model Context Protocol (MCP).

  2457. mcp-azure-devops - ⭐ 79 A Model Context Protocol (MCP) server enabling AI assistants to interact with Azure DevOps services via Python SDK.

  2458. fastmcp-boilerplate - ⭐ 79 A simple MCP server built using FastMCP, TypeScript, ESLint, and Prettier.

  2459. codemirror-mcp - ⭐ 79 CodeMirror extension to hook up a Model Context Provider (MCP)

  2460. jira-mcp - ⭐ 79 A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.

  2461. glif-mcp-server - ⭐ 79 Easily run glif.app AI workflows inside your LLM: image generators, memes, selfies, and more. Glif supports all major multimedia AI models inside one app

  2462. terminal_server - ⭐ 79 MCP server that can execute terminal commands

  2463. django-ai-boost - ⭐ 79 A MCP server for Django applications, inspired by Laravel Boost.

  2464. codebase-mcp - ⭐ 79 Model Context Protocol implementation for retrieving codebases using RepoMix

  2465. dramacraft - ⭐ 79 DramaCraft 是一个专业的短剧视频编辑 MCP (Model Context Protocol) 服务,集成国产中文大模型 API,实现剪映的智能自动化编辑功能。项目已完成从视频分析到草稿生成的完整解决方案

  2466. Ludus-FastMCP - ⭐ 79 A Model Context Protocol (MCP) server for automating Ludus v1 and v2 cyber range environments through AI assistants. 190+ tools for range management, blueprints, groups, templates, scenarios, and SIEM integration.

  2467. RivalSearchMCP - ⭐ 79 Deterministic research MCP server on FastMCP 3 — 5-engine web search, 9-platform social search, 6 academic DBs, news aggregation, entity profiles, conflict detection, document analysis. No API keys. No in-server LLM. Structured outputs for agent chaining.

  2468. BurpSuite-MCP-Server - ⭐ 79 BurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp’s core functionalities.

  2469. windbg-mcp - ⭐ 79 An MCP (Model Context Protocol) server that turns all pybag Windows debugger functions into native MCP tools. It lets MCP-compatible clients (Claude Desktop, Claude Code, Cowork, OpenAI Codex CLI, Cursor, and custom agents) control user-mode processes, kernel sessions, and crash dump analysis via structured JSON calls.

  2470. godot-mcp - ⭐ 79 A Model Context Protocol (MCP) server for interacting with the Godot game engine.

  2471. wp-mcp-ultimate - ⭐ 79 WordPress MCP Ultimate — Full MCP server with 58 WordPress abilities. Connect WordPress to any AI via Model Context Protocol.

  2472. MiniMax-Coding-Plan-MCP - ⭐ 79 Specialized MiniMax Model Context Protocol (MCP) server designed for coding-plan users, featuring AI-powered search and vision analysis APIs optimized for code development workflows

  2473. bing-search-mcp - ⭐ 78 MCP Server for Bing Search API

  2474. choturobo - ⭐ 78 Integrate Arduino-based robotics (using the NodeMCU ESP32 or Arduino Nano 368 board) with AI using the MCP (Model Context Protocol) framework from Claude Anthropic

  2475. wasmcp - ⭐ 78 Build MCP servers with WebAssembly components

  2476. google-cloud-mcp - ⭐ 78 🤖 A Model Context Protocol (MCP) server for Google Cloud (GCP)

  2477. altium-mcp - ⭐ 78 Altium Model Context Protocol server and Altium API script

  2478. awesome-mcp-best-practices - ⭐ 78 Build Awesome MCPs with Awesome Best Practices for MCP Servers and MCP Clients

  2479. rtfmbro-mcp - ⭐ 77 rtfmbro provides always-up-to-date, version-specific package documentation as context for coding agents. An alternative to context7

  2480. lucidity-mcp - ⭐ 77 AI-powered code quality analysis using MCP to help AI assistants review code more effectively. Analyze git changes for complexity, security issues, and more through structured prompts.

  2481. visual-ui-debug-agent-mcp - ⭐ 77 VUDA is an autonomous debugging agent that empowers AI models to visually analyze, test, and debug web

  2482. devex - ⭐ 77 ⚡️ Devex — A Fast, Secure, and Scalable Repl-as-a-Service Platform built for Developers 🚀

  2483. tester-mcp-client - ⭐ 77 Model Context Protocol (MCP) Client for Apify’s Actors

  2484. mcp-reticle - ⭐ 77 Reticle intercepts, visualizes, and profiles JSON-RPC traffic between your LLM and MCP servers in real-time, with zero latency overhead. Stop debugging blind. Start seeing everything.

  2485. mcp-llm - ⭐ 77 An MCP server that provides LLMs access to other LLMs

  2486. ExternalAttacker-MCP - ⭐ 77 A modular external attack surface mapping tool integrating tools for automated reconnaissance and bug bounty workflows.

  2487. agent-security-scanner-mcp - ⭐ 77 Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1000+ vulnerability rules with AST & taint analysis, auto-fix.

  2488. mcp-fal - ⭐ 77 A Model Context Protocol (MCP) server for interacting with fal.ai models and services.

  2489. imessage-query-fastmcp-mcp-server - ⭐ 77 An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP). This server is built with the FastMCP framework and the imessagedb library, enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling.

  2490. mcp-kafka - ⭐ 77 A Model Context Protocol Server to perform Kafka client operations

  2491. unitree-go2-mcp-server - ⭐ 77 The Unitree Go2 MCP Server is a server built on the MCP that enables users to control the Unitree Go2 robot using natural language commands interpreted by a LLM.

  2492. Sephera - ⭐ 77 Fast local-first Rust CLI for codebase metrics, AST-compressed LLM context bundles, and built-in MCP server.

  2493. 1c-mcp - ⭐ 77 Curated list of MCP servers for 1C:Enterprise ecosystem | Каталог MCP-серверов для экосистемы 1С:Предприятие

  2494. MayaMCP - ⭐ 77 Model Context Protocol (MCP) server implementation for Autodesk Maya

  2495. mcp-gemini-google-search - ⭐ 76 MCP server for Google Search integration using Gemini’s built-in search capabilities

  2496. codeglide-mcpgen - ⭐ 76 Generation of Secure MCP (Model Context Protocol) Servers from API source code at Scale

  2497. cursor10x-mcp - ⭐ 76 The Cursor10x MCP is a persistent multi-dimensional memory system for Cursor that enhances AI assistants with conversation context, project history, and code relationships across sessions.

  2498. perplexity-mcp-zerver - ⭐ 76 MCP web search using perplexity without any API KEYS

  2499. lazy-mcp - ⭐ 76 MCP proxy server with lazy loading support - reduces context usage through on-demand tool activation

  2500. apitap - ⭐ 76 The MCP server that turns any website into an API — no docs, no SDK, no browser. npm: @apitap/core

  2501. sublinear-time-solver - ⭐ 76 Rust + WASM sublinear-time solver for asymmetric diagonally dominant systems. Exposes Neumann series, push, and hybrid random-walk algorithms with npm/npx CLI and Flow-Nexus HTTP streaming for swarm cost propagation and verification.

  2502. mcp-server-email - ⭐ 76 一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。

  2503. mcp-client-capabilities - ⭐ 76 Index of all Model Context Protocol (MCP) clients and their capabilities

  2504. masquerade - ⭐ 76 The Privacy Firewall for LLMs

  2505. anilist-mcp - ⭐ 76 AniList MCP server for accessing anime and manga data

  2506. mcp-shell - ⭐ 76 Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.

  2507. aguara - ⭐ 76 Security scanner for AI agent skills and MCP servers. Static analysis, incident response, no LLM. One binary. Detection engine behind oktsec.

  2508. claude-code-source-all-in-one - ⭐ 76 Always up-to-date open-source mirror of Claude Code (currently v2.1.123). Run from source with Claude subscription/API, ChatGPT subscription (GPT-5.5 / GPT-5.4), OpenAI-compatible providers, or local Ollama. 18 deep-dive architecture articles included. For educational and reference purposes only.

  2509. Unity-AI-Animation - ⭐ 76 AI-powered tools for Unity animation workflow. Create and modify AnimationClips and AnimatorControllers directly through natural language commands.

  2510. DecompilerServer - ⭐ 76 A powerful MCP (Model Context Protocol) server for decompiling and analyzing .NET assemblies, with specialized support for Unity’s Assembly-CSharp.dll files. DecompilerServer provides comprehensive decompilation, search, and code analysis capabilities through a rich set of tools and APIs.

  2511. optuna-mcp - ⭐ 76 The Optuna MCP Server is a Model Context Protocol (MCP) server to interact with Optuna APIs.

  2512. agentic-coding - ⭐ 75 Agentic Coding Rules, Templates etc…

  2513. mcp-llms-txt-explorer - ⭐ 75 MCP to explore websites with llms.txt files

  2514. rust-mcp-schema - ⭐ 75 A type-safe implementation of the official Model Context Protocol (MCP) schema in Rust.

  2515. openfoam-mcp-server - ⭐ 75 LLM-powered OpenFOAM MCP server for intelligent CFD education with Socratic questioning and expert error resolution

  2516. roundtable - ⭐ 75 Zero-configuration MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized interface

  2517. interactive-brokers-mcp - ⭐ 75 Interactive Brokers MCP Server

  2518. zeromcp - ⭐ 75 Zero-dependency MCP server implementation.

  2519. bc-code-intelligence-mcp - ⭐ 75 BC Code Intelligence MCP Server - Persona-driven workflow orchestration for Business Central development. Provides 16+ MCP tools, layered knowledge system, and intelligent BC pattern analysis through Model Context Protocol.

  2520. tiny-mcp - ⭐ 75 Python 实现 MCP client / service

  2521. sugar - ⭐ 75 Persistent memory for AI coding agents. Cross-session context, global knowledge, and autonomous task execution.

  2522. home-memory - ⭐ 75 MCP server that lets your AI assistant remember everything about your home.

  2523. conductor-tasks - ⭐ 74 A task management system designed for AI development

  2524. gdai-mcp-plugin-godot - ⭐ 74 A MCP server integration for Godot Engine that allows Claude, Cursor, Windsurf, VSCode, etc to perform actions like creating scenes, resources, scripts, reading errors and much more.

  2525. UnrealMotionGraphicsMCP - ⭐ 74 🚀 UE5-UMG-MCP: A deep-focused MCP for Unreal Engine UMG layout. Designed to maximize AI efficiency within limited context windows by prioritizing precision in UI structure, animations, and blueprint integration.

  2526. ipybox - ⭐ 74 Unified execution environment for Python code, shell commands, and programmatic MCP tool calls.

  2527. ClueoMCP - ⭐ 74 🎭 The Personality Layer for LLMs- Transform any MCP-compatible AI with rich, consistent personalities powered by Clueo’s Big Five personality engine.

  2528. MySQL_MCP - ⭐ 74 这是一个功能强大且易用的MySQL数据库MCP(Model Context Protocol)服务器,让你的AI助手可以安全地进行完整的数据库操作,支持多数据库连接管理、增删改查、事务管理和智能回滚功能。

  2529. metabase-mcp - ⭐ 74 A high-performance Model Context Protocol server for AI integration with Metabase analytics platforms. Features response optimization, robust error handling, and comprehensive data access tools. Featured on Claude.

  2530. mcp-server-datahub - ⭐ 74 The official Model Context Protocol (MCP) server for DataHub (https://datahub.com)

  2531. joplin-mcp-server - ⭐ 74 A Model Context Protocol (MCP) Server for https://joplinapp.org/ that enables note access through the https://modelcontextprotocol.io. Perfect for integration with AI assistants like Claude.

  2532. freecad-mcp - ⭐ 74 FreeCAD MCP - Open-source Model Context Protocol server for FreeCAD automation

  2533. mcp-victorialogs - ⭐ 74 The implementation of Model Context Protocol (MCP) server for VictoriaLogs.

  2534. bitcoin-mcp - ⭐ 73 Bitcoin & Lightning Network MCP Server.

  2535. sanity-mcp-server - ⭐ 73 Deprecated: Use the remote MCP server at https://mcp.sanity.io instead.

  2536. Custom-MCP-Server - ⭐ 73 MCP server for scraping LinkedIn, Facebook, Instagram profiles and Google search.

  2537. firefox-devtools-mcp - ⭐ 73 Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

  2538. airtable-mcp - ⭐ 73 Search, create and update Airtable bases, tables, fields, and records using Claude Desktop and MCP (Model Context Protocol) clients

  2539. podman-mcp-server - ⭐ 73 Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

  2540. pitlane-mcp - ⭐ 73 Token-efficient navigation substrate for AI coding agents. Index code once and retrieve only the symbols you need.

  2541. unreal-api-mcp - ⭐ 73 Instant, accurate Unreal Engine API lookups instead of expensive source file reads, saving your agent tokens, context, and hallucinations.

  2542. mcp_zoomeye - ⭐ 73 A Model Context Protocol server that provides network asset information based on query conditions. This server allows LLMs to obtain network asset information and supports querying network asset information by zoomeye dork etc.

  2543. powerpoint-mcp - ⭐ 73 Open Source Model Context Protocol server for PowerPoint automation on Windows via pywin32

  2544. chess-mcp - ⭐ 73 A Model Context Protocol server for Chess.com’s Published Data API. This provides access to Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.

  2545. gmail-mcp-server - ⭐ 73 Model Context Protocol (MCP) server for Gmail

  2546. xiaozhi-mcp-client - ⭐ 73 可视化的配置和管理,给xiaozhi接入mcp

  2547. CanvasMCPClient - ⭐ 72 Canvas MCP Client is an open-source, self-hostable dashboard application built around an infinite, zoomable, and pannable canvas. It provides a unified interface for interacting with multiple MCP (Model Context Protocol) servers through a flexible, widget-based system.

  2548. raindrop-io-mcp-server - ⭐ 72 An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).

  2549. github-brain - ⭐ 72 An experimental GitHub MCP server with local database.

  2550. mcp-openmemory - ⭐ 72 Simple standalone MCP server giving Claude the ability to remember your conversations and learn from them over time.

  2551. joplin-mcp - ⭐ 72 MCP server for the Joplin note taking app

  2552. firefox-devtools-mcp - ⭐ 72 Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

  2553. railway-mcp - ⭐ 72 An unofficial and community-built MCP server for integrating with https://railway.app

  2554. mcp-toolbox-sdk-js - ⭐ 72 Javascript SDK for interacting with the MCP Toolbox for Databases.

  2555. geoserver-mcp - ⭐ 72 A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API

  2556. mcp-open-library - ⭐ 72 A Model Context Protocol (MCP) server for the Internet Archive’s Open Library API that enables AI assistants to search for book and author information.

  2557. abaqus-mcp-server - ⭐ 72 An MCP (Model Context Protocol) server designed to interact with an already running Abaqus/CAE Graphical User Interface (GUI). It allows for the execution of Python scripts within the Abaqus environment and retrieval of messages from the Abaqus message log/area, all through MCP tools.

  2558. youtube-connector-mcp - ⭐ 71 MCP server for YouTube — search videos, channels, playlists, and transcripts. Works with Claude, Cursor, Windsurf, and any MCP client.

  2559. drawio-mcp-server - ⭐ 71 A Model Context Protocol (MCP) server for programmatic diagram generation using Draw.io (Diagrams.net). This server generates Draw.io XML directly — no browser extension or Draw.io instance required.

  2560. markitdown_mcp_server - ⭐ 71 A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility.

  2561. OmniMCP - ⭐ 71 OmniMCP uses Microsoft OmniParser and Model Context Protocol (MCP) to provide AI models with rich UI context and powerful interaction capabilities.

  2562. adb-tui - ⭐ 71 🤖 Full-featured Android Debug Bridge TUI and MCP server. Control any device by keystroke or AI.

  2563. ytt-mcp - ⭐ 71 MCP server to fetch YouTube transcripts

  2564. MCP-wolfram-alpha - ⭐ 71 Connect your chat repl to wolfram alpha computational intelligence

  2565. template-mcp-server - ⭐ 71 Template to quickly set up your own MCP server

  2566. sub-agents-mcp - ⭐ 71 Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.

  2567. medical-mcp - ⭐ 71 An MCP server that provides comprehensive medical information by querying multiple authoritative medical APIs including FDA, WHO, PubMed, Google Scholar, and RxNorm

  2568. trading-mcp - ⭐ 71 The MCP server that will help you trade smarter (or at least try)

  2569. mcp-openapi-schema-explorer - ⭐ 71 MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resource Templates for client-side exploration.

  2570. ollama-mcp-client - ⭐ 71 MCP client for local ollama models

  2571. m3 - ⭐ 71 🏥🤖 Query MIMIC-IV medical data using natural language through Model Context Protocol (MCP). Transform healthcare research with AI-powered database interactions - supports both local MIMIC-IV SQLite demo dataset and full BigQuery datasets.

  2572. gdal-mcp - ⭐ 71 Model Context Protocol server that packages GDAL-style geospatial workflows through Python-native libraries (Rasterio, GeoPandas, PyProj, etc.) to give AI agents catalog discovery, metadata intelligence, and raster/vector processing with built-in reasoning guidance and reference resources.

  2573. lc2mcp - ⭐ 70 Convert LangChain tools to FastMCP tools

  2574. mcp-discord - ⭐ 70 Implement Discord MCP server enabling AI assistants to interact with the Discord platform.

  2575. ableton-copilot-mcp - ⭐ 70 An MCP server built on ableton-js enables AI assistants to control Ableton Live in real time, including Arrangement View operations such as song management, track control, MIDI editing, and audio recording, along with other capabilities.

  2576. ros2_mcp - ⭐ 70 Advanced MCP Server ROS 2 bridging AI agents straight into robotics

  2577. CodeMCP - ⭐ 70 Code intelligence for AI assistants - MCP server, CLI, and HTTP API with symbol navigation, impact analysis, and architecture mapping

  2578. mcd-mcp-server - ⭐ 70 McDonald’s China MCP Server Integration Guide

  2579. MCP-server-Deepseek_R1 - ⭐ 70 A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek’s language models (R1/V3)

  2580. boilerplate-mcp-server - ⭐ 70 TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources like ip-api.com. Ideal template for creating new MCP integrations via Node.js.

  2581. piapi-mcp-server - ⭐ 70 A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with PiAPI’s API. PiAPI makes user able to generate media content with Midjourney/Flux/Kling/LumaLabs/Udio/Chrip/Trellis directly from Claude or any other MCP-compatible apps.

  2582. mcp-ssh - ⭐ 70 A Model Context Protocol (MCP) server for managing and controlling SSH connections.

  2583. clinicaltrialsgov-mcp-server - ⭐ 70 MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.

  2584. agent-architecture-review-sample - ⭐ 70 The Architecture Review Agent is an open-source AI agent sample that reviews software architectures and generates interactive diagrams automatically.

  2585. cesium-ai-integrations - ⭐ 70 Cesium AI Integrations is a collection of reference integrations and experiments connecting the Cesium ecosystem with AI systems including Model Context Protocol (MCP) tools, retrieval pipelines, and agent skills.

  2586. mcp-manager - ⭐ 70 A web-based GUI tool for managing Model Context Protocol (MCP) servers in Claude and Cursor

  2587. Skills-ContextManager - ⭐ 70 A self-hosted web application for managing AI skills, workflows, and contexts with full MCP (Model Context Protocol) integration. Organize, manage, and dynamically load specialized knowledge bases into any AI Agent just by toggling your Skills On/Off in simple local hosted WEB UI.

  2588. lunchmoney-mcp - ⭐ 70 A Model Context Protocol (MCP) server implementation for LunchMoney, providing programmatic access to personal finance management through LunchMoney’s API.

  2589. svgmaker-mcp - ⭐ 70 Model Context Protocol server for SVGMaker - AI-powered SVG generation and editing. Seamlessly integrate SVG creation into AI workflows.

  2590. semanticscholar-MCP-Server - ⭐ 69 🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.

  2591. ticktick-mcp-server - ⭐ 69 A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.

  2592. MCP-server-Deepseek_R1 - ⭐ 69 A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek’s language models (R1/V3)

  2593. robot_MCP - ⭐ 69 A simple MCP server for the SO-ARM100 control

  2594. crash-mcp - ⭐ 69 MCP server for structured and efficient reasoning with step validation, branching, and revisions.

  2595. vikunja-mcp - ⭐ 69 Model Context Protocol server for Vikunja task management. Enables AI assistants to interact with Vikunja instances via MCP.

  2596. mcp_newsnow - ⭐ 69 一个基于 Model Context Protocol (MCP) 的新闻聚合服务器,通过 Newsnow API 提供多平台热点新闻和趋势话题。

  2597. agenite - ⭐ 69 🤖 Build powerful AI agents with TypeScript. Agenite makes it easy to create, compose, and control AI agents with first-class support for tools, streaming, and multi-agent architectures. Switch seamlessly between providers like OpenAI, Anthropic, AWS Bedrock, and Ollama.

  2598. mcp-all-in-one - ⭐ 69 A powerful MCP (Model Context Protocol) service aggregator that combines multiple MCP services into a single unified MCP service with self-configuration capabilities.

  2599. mcp-server-atlassian-jira - ⭐ 69 Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.

  2600. rust-analyzer-mcp - ⭐ 69 A Model Context Protocol (MCP) server that provides integration with rust-analyzer

  2601. pagerduty-mcp-server - ⭐ 69 PagerDuty’s official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.

  2602. caldav-mcp - ⭐ 69 🗓️ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assistants.

  2603. reaper-mcp - ⭐ 69 A comprehensive Model Context Protocol (MCP) server that enables AI agents to create fully mixed and mastered tracks in REAPER with both MIDI and audio capabilities.

  2604. QuickMCP - ⭐ 68 Effortlessly Build Model Context Protocol Servers with OpenAPI or Swagger or Google Discovery Specifications

  2605. mcp-client-python - ⭐ 68

  2606. vibe-blocks-mcp - ⭐ 68 Connects Roblox Studio to AI coding editors via the Model Context Protocol (MCP), enabling AI-assisted game development within your Roblox Studio environment.

  2607. mcp-server-node - ⭐ 68 MCP Server implemented in JavaScript using Node.js that demonstrates how to build an MCP server with a custom prompt and custom tools, including one that loads an environment variable from a configuration file, to integrate seamlessly with AI-assisted environments like Cursor IDE.

  2608. deep-research-mcp-server - ⭐ 68 MCP Deep Research Server using Gemini creating a Research AI Agent

  2609. pydantic-rpc - ⭐ 68 PydanticRPC is a Python library for rapidly exposing Pydantic models as gRPC, ConnectRPC, and MCP services without protobuf files.

  2610. vesta-mac-dist - ⭐ 68 Vesta macOS Distribution - Official releases and downloads.Vesta AI Chat Assistant for macOS - Built with SwiftUI, Swift MLX and Apple Intelligence using Apple’s on device model on MacOs Tahoe (MacOS 26). Now with side-by-side Qwen3-VL for vison

  2611. hyperterse - ⭐ 68 The MCP framework. Connect your data to your agents.

  2612. nothumanallowed - ⭐ 68 Epistemic dataset generation engine. 38 AI agents deliberate through multi-round Geth Consensus — producing auditable reasoning traces for AI training. Parliament System, Knowledge Grounding, zero-trust security.

  2613. deepseek-thinker-mcp - ⭐ 68 A MCP provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek’s CoT from the Deepseek API service or a local Ollama server.

  2614. mcp - ⭐ 68 ABAP MCP - Model Context Protocol - Server SDK

  2615. voice-mcp-agent - ⭐ 68 A voice assistant application built with the LiveKit Agents framework, capable of using Model Context Protocol (MCP) tools to interact with external services

  2616. second-brain-cloudflare - ⭐ 68 One memory layer, every AI tool. Store anything once — recall it in Claude, ChatGPT, Cursor, or any MCP client. Self-hosted on Cloudflare’s free tier.

  2617. mxcp - ⭐ 67 Model eXecution + Context Protocol: Enterprise-Grade Data-to-AI Infrastructure

  2618. MCPhoenix - ⭐ 67 A simplified implementation of the Model Context Protocol (MCP) server using Elixir’s Phoenix Framework.

  2619. mcp_gradio_client - ⭐ 67 This is a proof of concept repo on how to create a gradio UI using the Model Context Protocol Client Python SDK.

  2620. shinzo-ts - ⭐ 67 TypeScript SDK for MCP server observability, built on OpenTelemetry. Gain insight into agent usage patterns, contextualize tool calls, and analyze server performance across platforms. Integrate with any OpenTelemetry ingest service including the Shinzo platform.

  2621. nav2_mcp_server - ⭐ 67 MCP server that provides tools and resources to control and monitor robots using Nav2.

  2622. mcp-bear - ⭐ 67 A MCP server for interacting with Bear note-taking software.

  2623. nautex - ⭐ 67 MCP server for guiding Coding Agents via end-to-end requirements to implementation plan pipeline

  2624. attio-mcp-server - ⭐ 67 Attio Model Context Protocol (MCP) server implementation

  2625. compass - ⭐ 67 Compass is a context engine that builds a knowledge graph of your organization’s metadata, capturing entities, relationships, and lineage across systems and time, making it discoverable and queryable for both humans and AI agents.

  2626. community-servers - ⭐ 67 This repository contains a collection of community-maintained Model Context Protocol (MCP) servers. All servers are automatically listed on the MCP Get registry and can be viewed and installed via CLI

  2627. adeu - ⭐ 67 Agentic DOCX Redlining Engine. Enables LLMs to read Word documents and inject native Track Changes (w:ins, w:del) and Comments without breaking formatting. Includes Model Context Protocol (MCP) Server.

  2628. mcp4k - ⭐ 67 Compiler-driven MCP framework for Kotlin Multiplatform

  2629. memcord - ⭐ 67 🧠 Privacy-first MCP server for AI memory management. Save, search & organize chat history with intelligent summarization.

  2630. freepik-mcp - ⭐ 67 The Freepik enables popular agent Model Context Protocol (MCP) to integrate with Freepik APIs through function calling.

  2631. baml-agents - ⭐ 67 Building Agents with LLM structured generation (BAML), MCP Tools, and 12-Factor Agents principles

  2632. davinci-resolve-mcp - ⭐ 67 A Model Context Protocol (MCP) server for interacting with DaVinci Resolve and Fusion

  2633. mcp-servers - ⭐ 67 MCP (Model Context Protocol) Servers authored and maintained by the PulseMCP team. We build reliable servers thoughtfully designed specifically for MCP Client-powered workflows.

  2634. mcp-things3 - ⭐ 67 A Model Context Protocol for reading todos and writing todos and projects in the macOS app Things3 using a combination of Applescript and x-call URLs.

  2635. mcp-server-okppt - ⭐ 67 这个项目是一个基于MCP (Model Context Protocol) 的服务器工具,名为 “MCP OKPPT Server”。它的核心功能是允许大型语言模型(如Claude、GPT等)通过生成SVG图像来间接设计和创建PowerPoint演示文稿。工具负责将这些SVG图像高质量地插入到PPTX幻灯片中,并保留其矢量特性,确保图像在PowerPoint中可缩放且清晰。

  2636. deepview-mcp - ⭐ 66 DeepView MCP is a Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini 2.5 Pro’s extensive context window.

  2637. join.cloud - ⭐ 66 Join.cloud lets AI agents work together in real-time rooms. Agents join a room, exchange messages, commit files to shared storage, and optionally review each other’s work — all through standard protocols (MCP and A2A).

  2638. flapi - ⭐ 66 API Framework heavily relying on the power of DuckDB and DuckDB extensions. Ready to build performant and cost-efficient APIs on top of BigQuery or Snowflake for AI Agents and Data Apps

  2639. VibeShift - ⭐ 66 [MCP Server] The Security Agent for AI assisted coding

  2640. amazon-mcp - ⭐ 66 Amazon MCP server to search & buy products using the L402

  2641. mcp-tutorials - ⭐ 66 Model Context Protocol(MCP) 中文教程讲解

  2642. yamcp - ⭐ 66 Organize your MCP servers in local workspaces, share them as Yet-Another-MCP through a single command

  2643. stackoverflow-mcp - ⭐ 66 A Model Context Protocol server for querying Stack Overflow to help AI models find programming solutions

  2644. OpenStudy - ⭐ 66 Self-hostable study dashboard with a built-in MCP server, so that your Claude/ChatGPT subscription becomes x10 more effective for your semester

  2645. oh-my-kimi - ⭐ 66 Production-ready multi-agent orchestration harness for Kimi Code CLI (K2.6): worktree team runtime, DAG/ensemble planning, MCP skill-hooks, quality gates, and local graph memory. | Kimi Code CLI(K2.6)向け本番対応マルチエージェント基盤: worktreeチーム実行、DAG/ensemble計画、MCP/スキルフック、品質ゲート、ローカルグラフ記憶を提供。

  2646. agenti - ⭐ 66 Give any AI agent a crypto wallet. Agents deserve access to money. Pay x402 APIs, receive USDC, check balances — autonomously. Works with Claude, LangChain, AutoGen, CrewAI, and any MCP client. EVM + Solana.

  2647. modao-proto-mcp - ⭐ 66 Modao Proto MCP is a standalone MCP (Model Context Protocol) service designed to connect Modao Proto design tools with AI models.

  2648. mcp - ⭐ 66 Twelve Data MCP (Model Context Protocol) Server provides seamless, real-time access to financial market data via WebSocket, enabling reliable streaming of price quotes, market metrics, and events directly into your applications.

  2649. pentestMCP - ⭐ 66 pentestMCP: AI-Powered Penetration Testing via MCP, an MCP designed for penetration testers.

  2650. mobile-mcp - ⭐ 65 A Model Context Protocol (MCP) server that provides mobile automation capabilities.

  2651. mcp-sdk - ⭐ 65 Minimalistic Rust Implementation Of Model Context Protocol from Anthropic

  2652. usolver - ⭐ 65 A model context protocol server for solving combinatorial optimization problems with logical and numerical constraints.

  2653. fhir-mcp-server - ⭐ 65 FHIR MCP Server for handling medical data standard.

  2654. academia_mcp - ⭐ 65 Academia MCP server: Tools for automatic scientific research

  2655. ClaudeHistoryMCP - ⭐ 65 MCP server for searching and surfacing Claude Code conversation history

  2656. lsd-mcp - ⭐ 65 LSD Model Context Protocol

  2657. mcp - ⭐ 65 Connect a bitcoin lightning wallet to your LLM using Nostr Wallet Connect and Model Context Protocol

  2658. CornMCP - ⭐ 65 CornMCP is an open-source mono repo that gives AI coding agents (Antigravity, Cursor, Claude Code, Codex), token-saving access to your codebase through the Model Context Protocol (MCP).

  2659. mcp-swagger-server - ⭐ 65 MCP Swagger Server 将任何符合 OpenAPI/Swagger 规范的 REST API 转换为 Model Context Protocol (MCP) 格式,让 AI 助手能够理解和调用您的 API。

  2660. reaper-reapy-mcp - ⭐ 65 Reaper and MCP or AI integration A Python application for controlling REAPER Digital Audio Workstation (DAW) using the MCP(Model context protocol).

  2661. estonia-ai-kit - ⭐ 65 🇪🇪 Open-source AI SDK for Estonian government and private services. MCP servers and skills. Connect Claude, GPT, agents and models, to Estonia’s digital infrastructure.

  2662. cortex-scout - ⭐ 65 A unified web extraction and stateful automation engine for AI. Replaces heavy testing frameworks with token-optimized browser control, deep research, and HITL.

  2663. unraid-mcp - ⭐ 65 Query, monitor, and manage Unraid servers via GraphQL API through MCP tools. Supports system info, Docker, VMs, array/parity, notifications, plugins, rclone, and live telemetry.

  2664. Kaimon.jl - ⭐ 65 MCP server giving AI agents full access to Julia’s runtime via a live Gate — code execution, introspection, debugging, testing, and semantic search

  2665. mcp-server-kibana - ⭐ 65 MCP server for Kibana, Access search and manage Kibana in MCP Client.

  2666. forgejo-mcp - ⭐ 65 MIRROR ONLY!! This Model Context Protocol (MCP) server provides tools and resources for interacting with the Forgejo (specifically Codeberg.org) REST API.

  2667. activitywatch-mcp-server - ⭐ 65 Model Context Protocol server for ActivityWatch time tracking data

  2668. SageFs - ⭐ 65 Sage Mode for F# development — REPL with solution or project loading, Live Testing for FREE, Hot Reload, and session management.

  2669. JazzCashMCP - ⭐ 65 Open-source Model Context Protocol (MCP) server for JazzCash — Pakistan’s largest mobile-money platform. Hosted Checkout, Mobile Wallet charges, inquiries, and refunds for AI agents.

  2670. mcp-fhir - ⭐ 64 A Model Context Protocol implementation for FHIR

  2671. svelte5-mcp - ⭐ 64 A specialized Model Context Protocol (MCP) server for Svelte 5 frontend development

  2672. ollama-mcp-client - ⭐ 64

  2673. mcp-config - ⭐ 64 A CLI tool for easy installation of MCP servers and managing their configuration

  2674. mcp-server - ⭐ 64 The UI5 MCP server improves the developer experience when working with agentic AI and the UI5 framework.

  2675. mcp-miro - ⭐ 64 Miro integration for Model Context Protocol

  2676. time-mcp - ⭐ 64 ⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities

  2677. mcp-design-system-extractor - ⭐ 64 MCP (Model Context Protocol) server that enables AI assistants to interact with Storybook design systems. Extract component HTML, analyze styles, and help with design system adoption and refactoring.

  2678. metabase-mcp - ⭐ 64 Metabase MCP server provides integration with the Metabase API, enabling LLM with MCP capabilites to directly interact with your analytics data, this server acts as a bridge between your analytics platform and conversational AI.

  2679. Alph - ⭐ 64 Universal MCP Server Configuration Manager

  2680. mcp-cn - ⭐ 64 MCP Hub 中国是一个专注于 Model Context Protocol (MCP) 生态的开源平台。它致力于汇聚全球优质的 MCP 服务,提供一站式的解决方案,包括服务发现、接入指南和使用示例,并建立完善的中文生态,欢迎开发者参与贡献和完善平台功能。

  2681. bookstack-mcp-server - ⭐ 64 A Model Context Protocol (MCP) server providing full access to BookStack’s knowledge management capabilities

  2682. nutrient-dws-mcp-server - ⭐ 63 A Model Context Protocol (MCP) server implementation that integrates with the Nutrient Document Web Service (DWS) Processor API, providing powerful PDF processing capabilities for AI assistants.

  2683. canvas-mcp - ⭐ 63 A Model Context Protocol server to run locally and connect to a Canvas LMS

  2684. MCP-Dandan - ⭐ 63 MCP Security Solution for Agentic AI — real-time proxying, behavior analysis, and malicious tool detection

  2685. mcp-bridge-api - ⭐ 63 MCP Bridge is a lightweight, fast, and LLM-agnostic proxy for connecting to multiple Model Context Protocol (MCP) servers through a unified REST API. It enables secure tool execution across diverse environments like mobile, web, and edge devices. Designed for flexibility, scalability, and easy integration with any LLM backend.

  2686. appium-mcp - ⭐ 63 AI-powered mobile automation with Model Context Protocol (MCP) integration. Seamlessly control Android & iOS devices through Appium with intelligent visual element detection and recovery. Built for AI agents like Claude to perform complex mobile testing workflows.

  2687. rember-mcp - ⭐ 62 A Model Context Protocol (MCP) server for Rember.

  2688. mcp-server-ccxt - ⭐ 62 Cryptocurrency Market Data MCP Server

  2689. mcp-durable-object-client - ⭐ 62 testing mcps

  2690. data-gov-il-mcp - ⭐ 62 Advanced MCP server for seamless access to Israeli Government Open Data

  2691. mcpr - ⭐ 62 Model Context Protocol server and client for R

  2692. mcp-server-security-standard - ⭐ 62 MCP Server Security Standard (MSSS): an open, testable security control standard for certifying MCP servers, with levels, evidence requirements, and reporting schemas.

  2693. ollama-mcp-db - ⭐ 62 An interactive chat interface that combines Ollama’s LLM capabilities with PostgreSQL database access through the Model Context Protocol (MCP).

  2694. godoctor - ⭐ 62 A Model Context Protocol server for Go developers

  2695. toonify-mcp - ⭐ 62 Context compression plugin for Claude Code. Trims large JSON, logs, stack traces, and source files before they enter the context window.

  2696. ashra-mcp - ⭐ 62 A Model Context Protocol server for Ashra

  2697. linkedin-mcpserver - ⭐ 62 A powerful Model Context Protocol server for LinkedIn API integration

  2698. mcp-think-tank - ⭐ 62 MCP Think Tank is a powerful Model Context Protocol (MCP) server designed to enhance the capabilities of AI assistants like Cursor and Claude. It provides a structured environment for enhanced reasoning, persistent memory, and responsible tool usage.

  2699. mcp-stata - ⭐ 62 A lightweight Model Context Protocol (MCP) server for Stata. Execute commands, inspect data, retrieve stored results (r()/e()), and view graphs in your chat interface. Built for economists who want to integrate LLM assistance into their Stata workflow.

  2700. twenty-crm-mcp-server - ⭐ 62 A Model Context Protocol (MCP) server for Twenty CRM integration. Enables natural language interactions with your CRM data through Claude and other AI assistants. Supports CRUD operations, dynamic schema discovery, and advanced search across people, companies, tasks, and notes.

  2701. identity-service - ⭐ 61 AGNTCY Identity Service serves as the central hub for managing and verifying digital identities for your Agentic Services.

  2702. nocodb-mcp-server - ⭐ 61 nocodb mcp server

  2703. mcp-clojure-sdk - ⭐ 61 A Clojure SDK to create MCP servers (and eventually clients)

  2704. mcp-hub - ⭐ 61 A curated list of awesome Model Context Protocol (MCP) servers.

  2705. rag-app-on-aws - ⭐ 61 Build and deploy a full-stack RAG app on AWS with Terraform, using free tier Gemini Pro, real-time web search using Remote MCP server and Streamlit UI with token based authentication.

  2706. ocaml-mcp-sdk - ⭐ 61 OCaml SDK for Model Context Protocol using Jane Street’s oxcaml_effect library

  2707. anysite-mcp-server - ⭐ 61 A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the Anysite API, enabling not only data retrieval but also robust management of user accounts.

  2708. mcp-ssh - ⭐ 61 🔐 SSH MCP Tool - AI-powered SSH management through MCP protocol | 基于MCP协议的SSH工具,为AI提供SSH远程操作能力

  2709. notebooklm-mcp-secure - ⭐ 61 Secure NotebookLM MCP Server - Query Google NotebookLM from Claude/AI agents with 17 security hardening layers

  2710. openclaw-superpowers - ⭐ 61 44 plug-and-play skills for OpenClaw — self-modifying AI agent with cron scheduling, security guardrails, persistent memory, knowledge graphs, and MCP health monitoring. Your agent teaches itself new behaviors during conversation.

  2711. ebay-mcp - ⭐ 61 Open source local MCP server providing AI assistants with comprehensive access to eBay’s Sell APIs. Includes 325 tools for inventory management, order fulfillment, marketing campaigns, analytics, developer tools, and more.

  2712. trainingpeaks-mcp - ⭐ 61 TrainingPeaks MCP server for Claude Desktop, Code and Cowork. No API approval needed - works with any account. Query workouts, CTL/ATL/TSB fitness data, power PRs via natural language.

  2713. cap-mcp-plugin - ⭐ 61 MCP (Model Context Protocol) server plugin for CAP NodeJS

  2714. tuisic - ⭐ 61 First of its kind, A simple TUI online music streaming application written in c++ with easy vim motions, now with support for Model Context Protocol (MCP)

  2715. mcp-stdio-guard - ⭐ 61 Catch stdout pollution and handshake failures in MCP stdio servers before clients do.

  2716. mcp-bridgekit - ⭐ 60 Embeddable MCP stdio → HTTP bridge with background jobs & live dashboard. Survives Vercel/Cloudflare 30s timeouts. Now scales to 100+ users.

  2717. puremd-mcp - ⭐ 60 Unblock, scrape, and search tools for MCP clients

  2718. smart-pet-with-mcp - ⭐ 60 一个桌宠形式的mcp client,可以对接任意mcp server,配合测试的mcp server 开源地址:https://github.com/shijianzhong/mcp-server-for-pc

  2719. contentful-mcp - ⭐ 60 MCP (Model Context Protocol) server for the Contentful Management API

  2720. devto-mcp - ⭐ 60 MCP Server of DevTo

  2721. autosteer - ⭐ 60 Desktop app for multi-workspace Claude Code management

  2722. mcp-server-echart - ⭐ 60 基于 mcp-go 框架构建的 mcp 服务,它提供了一个能动态生成 ECharts 图表页面的工具。

  2723. blockbench-mcp-plugin - ⭐ 60 Adds MCP server to Blockbench

  2724. chucknorris - ⭐ 60 ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP server: Helping LLMs break limits. Provides enhancement prompts inspired by elder-plinius’ L1B3RT4S

  2725. quick-mcp-example - ⭐ 60 Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.

  2726. getnote-mcp - ⭐ 60 GetNote For MCP

  2727. sharepoint-mcp - ⭐ 60 SharePoint MCP (Model Context Protocol) - A SharePoint connector for LLM applications. Access SharePoint documents and lists through Microsoft Graph API.

  2728. ibkr-mcp-server - ⭐ 59 MCP Server for IBKR Client

  2729. mcp-difyworkflow-server - ⭐ 59 mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows.

  2730. cline-mcp-memory-bank - ⭐ 59 A memory system for Cline that tracks progress between conversations.

  2731. shadcn-ui-mcp-server - ⭐ 59 MCP server for shadcn/ui component references

  2732. nutrient-document-engine-mcp-server - ⭐ 59 A Model Context Protocol (MCP) server implementation exposes document processing capabilities through natural language, supporting both direct human interaction and AI agent tool calling.

  2733. mcp_server_gdb - ⭐ 59 MCP Server to expose the GDB debugging capabilities

  2734. mono-mcp - ⭐ 59 A comprehensive Model Context Protocol (MCP) server for Nigerian banking operations using the Mono Open Banking API.

  2735. ask-user-questions-mcp - ⭐ 59 Better ‘AskUserQuestion’ - A lightweight MCP server/OpenCode plugin/Agent Skills + CLI tool that allows your LLMs ask questions to you. Be the human in the human-in-the-loop!

  2736. trpc-mcp-go - ⭐ 59 Go implementation of the Model Context Protocol (MCP) with comprehensive Streamable HTTP, STDIO, and SSE support.

  2737. mcp-batchit - ⭐ 59 🚀 MCP aggregator for batching multiple tool calls into a single request. Reduces overhead, saves tokens, and simplifies complex operations in AI agent workflows.

  2738. Memory-Plus - ⭐ 59 🧠 𝑴𝒆𝒎𝒐𝒓𝒚-𝑷𝒍𝒖𝒔 is a lightweight, local RAG memory store for MCP agents. Easily record, retrieve, update, delete, and visualize persistent “memories” across sessions—perfect for developers working with multiple AI coders (like Windsurf, Cursor, or Copilot) or anyone who wants their AI to actually remember them.

  2739. claude-plugins - ⭐ 59 28 plugins and MCP servers for Claude Code — TDD, multi-agent orchestration, iterative refinement, binary RE, structured decisions. Install any skill in one command.

  2740. oh-my-codex - ⭐ 59 oh-my-codex (omx) — Orchestration layer for OpenAI Codex CLI. Async Claude Code delegation (no timeouts), structured workflows (autopilot, TDD, code review, planning), persistent state & memory. Like oh-my-zsh but for Codex.

  2741. camofox-mcp - ⭐ 59 Anti-detection browser MCP server for AI agents — navigate, interact, and automate the web without getting blocked

  2742. openaccountants - ⭐ 59 Open-source tax skills for AI — 371 skills across 134 countries. Upload to any LLM or connect via MCP. Quality-tiered Q1–Q5.

  2743. ApkMCP-Auto - ⭐ 59 本项目是一个 Android 逆向工程工具集合,通过 MCP (Model Context Protocol) 协议将 AI 助手(如 Claude)与专业的 Android 反编译工具连接起来,实现智能化的 APK 分析与修改。

  2744. ontosphere - ⭐ 59 Browser-based RDF/ontology knowledge graph editor — load RDF from files, URLs or SPARQL endpoints; author nodes and edges on the canvas; run OWL-RL reasoning; apply multi-algorithm layout and clustering. AI-native via MCP tool surface and relay bridge. Fully client-side, no backend required.

  2745. kroger-mcp - ⭐ 59 A FastMCP server that provides AI assistants like Claude with access to Kroger’s grocery shopping functionality through the Model Context Protocol (MCP). This server enables AI assistants to find stores, search products, manage shopping carts, and access Kroger’s comprehensive grocery data via the kroger-api python library.

  2746. PowerShell.MCP - ⭐ 59 The universal MCP server for Claude Code and other MCP-compatible clients. One installation gives AI access to 10,000+ PowerShell modules and any CLI tool. You and AI collaborate in the same console with full transparency. Supports Windows, Linux, and macOS.

  2747. mcp-gitee - ⭐ 58 mcp-gitee is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools that interact with Gitee’s API, allowing AI assistants to manage repository, issues, pull requests, etc.

  2748. metis-router - ⭐ 58 MCP router and Web Based MCP client

  2749. mcpserver - ⭐ 58 为claude code+glm 添加上眼睛

  2750. job-searchoor - ⭐ 58 A simple MCP server that delivers you jobs based on your needs

  2751. scrapegraph-mcp - ⭐ 58 ScapeGraph MCP Server

  2752. vscode-mcp - ⭐ 58 MCP server for Claude Code/VSCode/Cursor/Windsurf to use editor self functionality. ⚡ Get real-time LSP diagnostics, type information, and code navigation for AI coding agents without waiting for slow tsc/eslint checks.

  2753. ntfy-me-mcp - ⭐ 58 An ntfy MCP server for sending/fetching ntfy notifications to self-hosted or ANY ntfy.sh server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)

  2754. hackmd-mcp - ⭐ 58 A Model Context Protocol server for integrating HackMD’s note-taking platform with AI assistants.

  2755. mcpshim - ⭐ 58 Turn remote MCP servers into local command workflows.

  2756. thoughtbox - ⭐ 58 Thoughtbox is an intention ledger for agents. Evaluate AI’s decisions against its decision-making.

  2757. Zikkaron - ⭐ 58 Biologically-inspired persistent memory engine for Claude Code. 26 cognitive subsystems, Hopfield networks, predictive coding, causal discovery, successor representations, all running locally over SQLite.

  2758. aura - ⭐ 58 A production-ready framework for composing AI agents from declarative TOML configuration, with MCP tool integration, RAG pipelines, and an OpenAI-compatible web API.

  2759. ai-forge-mcp - ⭐ 58 565 AI-callable tools across 16 MCP servers. Full-pipeline AAA game asset production. Controls Blender, Substance Suite, Maya, Houdini, and Unreal Engine 5. 50 specialized AI agents. One prompt in, game-ready asset out.

  2760. safari-mcp - ⭐ 58 Native Safari browser automation for AI agents. 80 tools via AppleScript — zero overhead, keeps logins, runs silently in background. Drop-in alternative to Chrome DevTools MCP with 40-60% less CPU/heat on Apple Silicon.

  2761. awesome-remote-mcp-servers - ⭐ 58 A curated list of Hosted & Managed Model Context Protocol (MCP) Servers accessible via a simple URL endpoint.

  2762. Claude-Deep-Research - ⭐ 58 An MCP (Model Context Protocol) server that enables comprehensive research capabilities for Claude

  2763. keynote-mcp - ⭐ 58 A Model Context Protocol (MCP) server that enables AI assistants to control Keynote presentations through AppleScript automation.

  2764. synapse-ai - ⭐ 58 Build AI agents that actually do things. Synapse is an open-source platform for creating, connecting, and orchestrating AI agents powered by any LLM — local, cloud or CLIs.

  2765. calculator-mcp-server - ⭐ 57 A Model Context Protocol (MCP) server that provides Claude with advanced mathematical calculation capabilities

  2766. create-mcp-app - ⭐ 57 A CLI tool for quickly scaffolding Model Context Protocol (MCP) server applications with TypeScript support and modern development tooling

  2767. daipendency-mcp - ⭐ 57 Model Context Protocol server for Daipendency

  2768. Archive-Agent - ⭐ 57 Find your files with natural language and ask questions.

  2769. adbfriend - ⭐ 57 Android ADB CLI tool including integrated MCP Server with common adb actions used during development

  2770. mkp - ⭐ 57 MKP is a Model Context Protocol (MCP) server for Kubernetes

  2771. MCP_Atom_of_Thoughts - ⭐ 57 Atom of Thoughts (AoT) MCP is a server that decomposes complex problems into independent atomic units of thought, using the dependencies between these units to deliver more robust reasoning and validated insights.

  2772. nasdaq-data-link-mcp - ⭐ 57 A Nasdaq Data Link MCP (Model Context Protocol) Server

  2773. ocaml-mcp - ⭐ 57 OCaml implementation of the Model Context Protocol (MCP)

  2774. context-optimizer-mcp-server - ⭐ 57 A Model Context Protocol (MCP) server that provides context optimization tools for AI coding assistants including GitHub Copilot, Cursor AI, Claude Desktop, and other MCP-compatible assistants enabling them to extract targeted information rather than processing large terminal outputs and files wasting their context.

  2775. supermcp - ⭐ 57 🚀 SuperMCP - Create multiple isolated MCP servers using a single connector. Build powerful Model Context Protocol integrations for databases (PostgreSQL, MSSQL) with FastAPI backend, React dashboard, and token-based auth. Perfect for multi-tenant apps and AI assistants.

  2776. openzim-mcp - ⭐ 57 OpenZIM MCP is a modern, secure, and high-performance MCP (Model Context Protocol) server that enables AI models to access and search ZIM format knowledge bases offline.

  2777. mcp-toolbox-sdk-go - ⭐ 57 Go SDK for interacting with the MCP Toolbox for Databases.

  2778. mcp-cpp - ⭐ 57 A C++ SDK for the Model Context Protocol (MCP). The SDK will provide a framework for creating MCP servers and clients in C++.

  2779. aitour26-WRK542-prototype-agents-with-Foundry-toolkit-and-model-context-protocol - ⭐ 57

  2780. python - ⭐ 57 🔐 Plug-and-play auth for Python MCP servers.

  2781. mcp-gearbox - ⭐ 57 A modern desktop application for managing Model Context Protocol (MCP) servers across multiple AI agents

  2782. deploystack - ⭐ 57 Open source MCP hosting - deploy MCP servers to HTTP endpoints for n8n, Dify, Voiceflow, and any MCP client.

  2783. shotgrid-mcp-server - ⭐ 57 A Model Context Protocol (MCP) server for Autodesk ShotGrid/Flow Production Tracking (FPT) with comprehensive CRUD operations and data management capabilities.

  2784. mcp-kubernetes - ⭐ 57 A Model Context Protocol (MCP) server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and Kubernetes

  2785. vrchat-mcp - ⭐ 57 This project is a Model Context Protocol (MCP) server for interacting with the VRChat API.

  2786. mcp-openmsx - ⭐ 57 A Model Context Protocol (MCP) server for automating openMSX emulator instances. This server provides comprehensive tools for MSX software development, testing, and automation through standardized MCP protocols.

  2787. brainstorm-mcp - ⭐ 57 MCP server for multi-round AI brainstorming debates between multiple models (GPT, DeepSeek, Groq, Ollama, etc.)

  2788. luma-mcp - ⭐ 57 Multi-Model Visual Understanding MCP Server, GLM-4.6V, DeepSeek-OCR (free), and Qwen3-VL-Flash. Provide visual processing capabilities for AI coding models that do not support image understanding.多模型视觉理解MCP服务器,GLM-4.6V、DeepSeek-OCR(免费)和Qwen3-VL-Flash等。为不支持图片理解的 AI 编码模型提供视觉处理能力。

  2789. rustchain-mcp - ⭐ 57 MCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr’s RustChain SDK.

  2790. scheduler-mcp - ⭐ 57 MCP Scheduler is a task automation server that lets you schedule shell commands, API calls, AI tasks, and desktop notifications using cron expressions. Built with Model Context Protocol for seamless integration with Claude Desktop and other AI assistants.

  2791. unity-mcp-pro-plugin - ⭐ 57 147 AI tools for Unity game development via MCP (Model Context Protocol). Connect Claude, Cursor, and AI assistants to your Unity editor.

  2792. better-bear - ⭐ 56

  2793. AllVoiceLab-MCP - ⭐ 56 Official AllVoiceLab Model Context Protocol (MCP) server, supporting interaction with powerful text-to-speech and video translation APIs.

  2794. naver-search-mcp - ⭐ 56 MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.

  2795. mcp-gemini-search - ⭐ 56 Model Context Protocol (MCP) with Gemini 2.5 Pro. Convert conversational queries into flight searches using Gemini’s function calling capabilities and MCP’s flight search tools

  2796. mcp-thinking - ⭐ 56 thinking tool for claude desktop/mcp clients using Deepseek reasoner

  2797. solana-mcp-server - ⭐ 56 solana mcp sever to enable solana rpc methods

  2798. web2mcp - ⭐ 56 Generate an MCP for any web app

  2799. mcp-server-flomo - ⭐ 56 Write notes to Flomo

  2800. client - ⭐ 56 Core PHP implementation for the Model Context Protocol (MCP) Client

  2801. astro-mcp - ⭐ 56 MCP server to support Astro project development

  2802. tripadvisor-mcp - ⭐ 56 A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.

  2803. mcp-oauth-gateway - ⭐ 56 An OAuth 2.1 Authorization Server that adds authentication to any MCP (Model Context Protocol) server without code modification.

  2804. React-Native-MCP - ⭐ 56 A Model Context Protocol (MCP) server providing comprehensive guidance and best practices for React Native development based on official React Native documentation.

  2805. fossil-mcp - ⭐ 56 The code quality toolkit for the agentic AI era. Find dead code, clones, and scaffolding across 15 languages. MCP server + CLI.

  2806. unity-api-mcp - ⭐ 56 Instant, accurate Unity API lookups instead of expensive source file reads, saving your agent tokens, context, and hallucinations

  2807. hwpx-mcp-server - ⭐ 56 MCP server for AI agents to read, edit, inspect, and validate local HWPX documents.

  2808. markifact-mcp - ⭐ 56 MCP server for Google Ads, Meta Ads, GA4, TikTok Ads, and LinkedIn Ads. Manage 300+ ad operations from Claude, ChatGPT, Gemini, Cursor, or any AI client. Human-in-the-loop on every write.

  2809. discourse-mcp - ⭐ 56 MCP client for Discourse sites

  2810. mcp-docs-service - ⭐ 56 MCP Documentation Management Service - A Model Context Protocol implementation for documentation management

  2811. npm-packages - ⭐ 56 NPM packages for MCP-B: Transport layers, React hooks, and browser tools for the Model Context Protocol

  2812. Intelli - ⭐ 55 Build multi-model chatbots and agents from intent.

  2813. mcp-secrets-plugin - ⭐ 55 Secure credential management for MCP servers leveraging system-native keychain storage across macOS, Windows, and Linux platforms

  2814. trellis_blender - ⭐ 55 Blender plugin for TRELLIS and TRELLIS.2 (3D AIGC Model, Text-to-3D, Image-to-3D)

  2815. powhttp-mcp - ⭐ 55 MCP server enabling agents to debug HTTP requests better (using powhttp)

  2816. cosmotop - ⭐ 55 Multiplatform system monitoring tool using Cosmopolitan Libc

  2817. AfdianToMarkdown - ⭐ 55 爱发电爬虫(afdian.com)

  2818. go-crx3 - ⭐ 55 Chrome browser extension tools with MCP integration. Pack, unpack, zip, unzip, download, and manage CRX3 extensions – now AI-compatible via Model Context Protocol.

  2819. mcp-duckdb-memory-server - ⭐ 55 MCP Memory Server with DuckDB backend

  2820. mailgun-mcp-server - ⭐ 55 Implementation of Model Context Protocol server for Mailgun APIs

  2821. mcp-amadeus - ⭐ 55 Amadeus MCP(Model Context Protocol) Server

  2822. imap-mcp - ⭐ 55 IMAP Model Context Protocol server for interactive email processing

  2823. crawlbase-mcp - ⭐ 55 Crawlbase MCP Server connects AI agents and LLMs with real-time web data. It powers Claude, Cursor, and Windsurf integrations with battle-tested web scraping, JavaScript rendering, and anti-bot protection enabling structured, live data inside your AI workflows.

  2824. tokio-prompt-orchestrator - ⭐ 55 Multi-core, Tokio-native orchestration for LLM pipelines.

  2825. ctxvault - ⭐ 55 Local memory infrastructure for AI agents. Store knowledge and skills in isolated vaults you compose, control and query.

  2826. touchdesigner-mcp-server - ⭐ 55 TouchDesigner Documentation MCP Server v2.6.1 - FIXED Python API tools! Features 629 operators + 14 tutorials + 69 Python API classes with working get_python_api & search_python_api tools. Zero-configuration setup for VS Code/Codium.

  2827. contentful-mcp-server - ⭐ 55 MCP (Model Context Protocol) server for the Contentful Management API

  2828. roblox-executor-mcp - ⭐ 55 A MCP Server which allows for direct access to the roblox game client

  2829. hana-mcp-server - ⭐ 55 SAP HANA MCP server — Enterprise Model Context Protocol server for SAP HANA. Use with Claude Code, VS Code. npm: hana-mcp-server

  2830. slack-mcp-plugin - ⭐ 55 Repo containing the configuration information for the Slack MCP to be added to other clients

  2831. AI-Cursor-Scraping-Assistant - ⭐ 55 A powerful tool that leverages Cursor AI and MCP (Model Context Protocol) to easily generate web scrapers for various types of websites.

  2832. mssql_mcp_server - ⭐ 54 A Model Context Protocol (MCP) server facilitating secure interactions with MSSQL databases.

  2833. mcp-headless-gmail - ⭐ 54 A MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.

  2834. UnrealMCPBridge - ⭐ 54 An Unreal Engine plugin that implements an MCP server allowing MCP clients to access the UE Editor Python API.

  2835. openai-mcp-client - ⭐ 54 A rudimentary implementation of Anthropic’s Model Context Protocol with OpenAIs Model

  2836. minibridge - ⭐ 54 Make your MCP servers secure and production ready

  2837. temporal-mcp - ⭐ 54 Empowering AI with Workflow Orchestration

  2838. sympy-mcp - ⭐ 54 A MCP server for symbolic manipulation of mathematical expressions

  2839. swift-mcp-gui - ⭐ 54 MCP server that can execute commands such as keyboard input and mouse movement on macOS

  2840. talkito - ⭐ 54 TalkiTo lets developers interact with AI systems through speech across multiple channels (terminal, API, phone). It can be used as both a command-line tool and a Python library.

  2841. Navidrome-MCP - ⭐ 54 Analyze listening patterns, create custom playlists, discover missing albums, discover similar artists, discover radio stations, and validate radio streams using natural language.

  2842. claude-code-emacs - ⭐ 54 This package provides seamless integration with Claude Code, allowing you to run AI-powered coding sessions directly in your Emacs environment.

  2843. adx-mcp-server - ⭐ 54 A Model Context Protocol (MCP) server that enables AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.

  2844. mcp-mermaid-validator - ⭐ 54 A Model Context Protocol server that validates and renders Mermaid diagrams.

  2845. ai-humanizer-mcp-server - ⭐ 54 A powerful Model Context Protocol (MCP) server that helps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.

  2846. rs-utcp - ⭐ 54 Official Rust implementation of the UTCP

  2847. template-mcp-server - ⭐ 54 Production-ready Python template for building MCP servers with FastMCP, FastAPI, OAuth, and OpenShift deployment.

  2848. minimax_search - ⭐ 54 MiniMax Search is an MCP (Model Context Protocol) server that provides web search and browsing capabilities.

  2849. org-mcp - ⭐ 54 Emacs Org-mode integration with Model Context Protocol (MCP) for AI-assisted task management

  2850. ferris-search - ⭐ 54 A blazing-fast MCP (Model Context Protocol) server for multi-engine web search, written in Rust.

  2851. rulego-server - ⭐ 54 A lightweight dependency-free workflow automation platform. Supports iPaaS, stream computing, MCP, and AI capabilities.

  2852. mcp-server - ⭐ 54 Inkdrop Model Context Protocol Server

  2853. adk-mcp-a2a-crash-course - ⭐ 54 This project demonstrates a multi-agent system using Google’s Agent Development Kit (ADK), Agent2Agent (A2A) and Model Context Protocol (MCP). that integrates Notion for information retrieval and ElevenLabs for text-to-speech conversion.

  2854. devswarm - ⭐ 54 High-performance MCP server, code graph engine & evolutionary algorithm platform in Zig. 33 tools: GitHub project management, agent swarm orchestration, iterative review-fix loops, blast radius analysis, and code navigation via Model Context Protocol.

  2855. mcp-server-azure-ai-agents - ⭐ 53 Model Context Protocol Servers for Azure AI Search

  2856. NoLLMChat - ⭐ 53 Not-Only LLM Chat. An AI application that enhances creativity and user experience beyond just LLM chat. Noted: Seems it beta version of there is issue with DB please clear site Data in debug

  2857. mcp-openai - ⭐ 53 🔗 MCP Client with OpenAI compatible API

  2858. user-feedback-mcp - ⭐ 53 Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.

  2859. Multi-Agent-System-A2A-ADK-MCP - ⭐ 53 Multi-Agent Systems with Google’s Agent Development Kit + A2A + MCP

  2860. skrills - ⭐ 53 Coordinate skills between Codex, Copilot, and Claude Code. Validates, analyzes, and syncs skills, subagents, commands, and configuration between multiple CLIs.

  2861. mcp-dap-server - ⭐ 53 MCP server to communicate with DAP servers allowing AI Agents the ability to debug live programs.

  2862. mcp-guard - ⭐ 53 MCP Guard secures your MCP client from prompt injection attacks and more.

  2863. ns-mcp-server - ⭐ 53 A Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.

  2864. go-mcp-mysql - ⭐ 53 Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation. No Node.js or Python environment needed.

  2865. mcp-android-server-python - ⭐ 53 MCP Android agent - This project provides an MCP (Model Context Protocol) server for automating Android devices using uiautomator2. It’s designed to be easily plugged into AI agents like GitHub Copilot Chat, Claude, or Open Interpreter to control Android devices through natural language.

  2866. mcp-zap-server - ⭐ 53 A Spring Boot application exposing OWASP ZAP as an MCP (Model Context Protocol) server. It lets any MCP‑compatible AI agent (e.g., Claude Desktop, Cursor) orchestrate ZAP actions—spider, active scan, import OpenAPI specs, and generate reports.

  2867. mcp-server-atlassian-confluence - ⭐ 53 Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.

  2868. nvim-mcp - ⭐ 53 MCP server that connects AI agents to your running Neovim instance via msgpack-RPC — no plugins required.

  2869. esa-mcp-server - ⭐ 53 esa.io の公式 MCP(Model Context Protocol)サーバー(STDIO Transport版)

  2870. openproject-mcp-server - ⭐ 53 A Model Context Protocol (MCP) server that provides seamless integration with OpenProject API v3.

  2871. gomcp - ⭐ 52 Unofficial Golang SDK for Anthropic Model Context Protocol

  2872. A2A_ADK_MCP - ⭐ 52 Multi-Agent Systems with Google’s Agent Development Kit + A2A + MCP

  2873. mcp-victorialogs - ⭐ 52 The implementation of Model Context Protocol (MCP) server for VictoriaLogs.

  2874. baba_is_eval - ⭐ 52 Claude et al. play the brilliant puzzle title “Baba is You”

  2875. us-census-bureau-data-api-mcp - ⭐ 52 The U.S. Census Bureau Data API MCP connects AI Assistants with official Census Bureau statistics.

  2876. youtube-mcp-server - ⭐ 52 A powerful Model Context Protocol (MCP) server for YouTube video transcription and metadata extraction.

  2877. gemini-cloud-assist-mcp - ⭐ 52 An MCP Server for Gemini Cloud Assist; provides tools to assist with your tasks on GCP

  2878. mcp-security-audit - ⭐ 52 A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.

  2879. youtrack-mcp - ⭐ 52 An MCP (Model Context Protocol) server that provides YouTrack REST API access to AI agents

  2880. mcp-rdf-explorer - ⭐ 52 A Model Context Protocol (MCP) server that provides conversational interface for the exploration and analysis of RDF (Turtle) based Knowledge Graph in Local File mode or SPARQL Endpoint mode.

  2881. mcp-codestyle-server - ⭐ 52 MCP Codestyle Server 是一个基于 Spring AI 实现的 Model Context Protocol (MCP) 服务器,为 IDE 和 AI 代理提供代码模板搜索和检索工具。该服务从本地缓存查找模板,并在缺失时自动从远程仓库下载元数据和文件进行修复。

  2882. gomcp - ⭐ 52 gomcp provides a Go implementation of the Model Context Protocol (MCP), enabling communication between language models/agents and external tools or resources via a standardized protocol.

  2883. cml-mcp - ⭐ 52 A Model Context Protocol (MCP) Server for Cisco Modeling Labs (CML)

  2884. Koppla - ⭐ 52 A Model-Context-Protocol (MCP) Server for Active Directory

  2885. rhinoMcpServer - ⭐ 52 RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and architectural design.

  2886. Generative-UI-MCP - ⭐ 52 MCP server that teaches AI models to generate interactive visualizations — charts, diagrams, mockups, and more.

  2887. mcpx - ⭐ 52 Turn MCP servers into composable CLIs.

  2888. funplay-unity-mcp - ⭐ 52 The Most Advanced MCP Server for Unity Editor with execute_code, prompts/resources, input simulation, screenshots, and play mode automation.

  2889. RoslynMCP - ⭐ 52 A Model Context Protocol (MCP) server that provides C# code analysis capabilities using Microsoft Roslyn

  2890. nvim-mcp - ⭐ 52 A Model Context Protocol (MCP) server that provides seamless integration with Neovim instances, enabling AI assistants to interact with your editor through connections and access diagnostic information via structured resources.

  2891. Mira - ⭐ 52 🔬 Mobile runtime detection workbench for AI (iOS and Android)

  2892. mcp-app-demo - ⭐ 51 Demo application showcasing how to build and secure MCP servers and clients with Pomerium using contextual access policies.

  2893. codex-mcp-go - ⭐ 51 codex-mcp-go is a Go-based MCP (Model Context Protocol) server that serves as a bridge for Codex CLI, enabling various AI coding assistants (such as Claude Code, Roo Code, KiloCode, etc.) to seamlessly collaborate with Codex.

  2894. gdal-mcp - ⭐ 51 Model Context Protocol server that packages GDAL-style geospatial workflows through Python-native libraries (Rasterio, GeoPandas, PyProj, etc.) to give AI agents catalog discovery, metadata intelligence, and raster/vector processing with built-in reasoning guidance and reference resources.

  2895. whois-mcp - ⭐ 51 MCP Server for whois lookups.

  2896. mcp-atlassian-server - ⭐ 51 MCP server connecting AI assistants with Jira & Confluence for smart project management.

  2897. ShadowCrawl - ⭐ 51 🥷 The FREE, Sovereign alternative to Firecrawl & Tavily. Pure Rust Stealth Scraper + Built-in God-Tier Meta-Search for AI Agents. Bypass Cloudflare & DataDome via HITL. Zero-bloat, ultra-clean LLM data. 99.99% Success Rate. 🦀

  2898. hmr - ⭐ 51 Real hot-module reload for Python—side effects handled reactively. https://py3.online/hmr

  2899. matlab-mcp-server - ⭐ 51 Matlab MCP Server in python

  2900. mcp - ⭐ 51 40ANTS-MCP is a framework for building Model Context Protocol servers in Common Lisp

  2901. notebooklm-mcp - ⭐ 51 MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.

  2902. omnifocus-mcp-enhanced - ⭐ 51 Enhanced Model Context Protocol (MCP) server for OmniFocus with complete subtask support, perspective views (Inbox/Flagged/Forecast/Tags), ultimate task filtering, and direct access to custom perspectives. Seamlessly integrate OmniFocus with Claude AI for intelligent task management.

  2903. vchart-mcp-server - ⭐ 51 A Model Context Protocol (MCP) server for the @visactor/vchart that enables AI assistants to generate interactive charts and visualizations.

  2904. mcp-client - ⭐ 51

  2905. agent-trace - ⭐ 51 strace for AI agents. Capture and replay every tool call, prompt, and response from Claude Code, Cursor, Gemini CLI or any MCP client

  2906. mcp-auth-servers - ⭐ 50 🔒 Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.

  2907. Perigon.CLI - ⭐ 50 This is a tool that helps you quickly build backend services based on Asp.Net Core and EF Core. It provides command line, WebUI and IDE MCP support. In a well-designed project architecture that has been put into practice, code generation and LLM technology are used to reduce various template codes and greatly improve development efficiency!

  2908. ScreenPilot - ⭐ 50 Tool that allows the AI to control your device in the same way you do, enabling automation for everything!

  2909. mcp-server-drupal - ⭐ 50 TS based companion MCP server for the Drupal MCP module that works with the STDIO transport.

  2910. create-mcp - ⭐ 50 CLI to set up and deploy MCP Servers to Cloudflare Workers in seconds. Just write TypeScript functions to make Cursor MCP tools.

  2911. mcpo_docker_use - ⭐ 50 An example Docker image for mcpo(with npm,curl,nodejs,uv Pre-Built;Pre-Built MCP:amap;baidumap;server-brave-search; tavily;fetch), a tool that exposes MCP (Model Context Protocol) servers as OpenAPI-compatible HTTP endpoints for OpenWebUI.

  2912. model-context-protocol-rb - ⭐ 50 An implementation of the Model Context Protocol in Ruby.

  2913. gimp-mcp - ⭐ 50 GIMP MCP server

  2914. mcp-tts - ⭐ 50 MCP Server for Text to Speech

  2915. pprof-analyzer-mcp - ⭐ 50 This is a Model Context Protocol (MCP) server implemented in Go, providing a tool to analyze Go pprof performance profiles.

  2916. sample-agentic-ai-web - ⭐ 50 This project demonstrates how to use AWS Bedrock with Anthropic Claude and Amazon Nova models to create a web automation assistant with tool use, human-in-the-loop interaction, and vision capabilities.

  2917. civyk-winwright - ⭐ 50 Playwright-style MCP server for Windows desktop, system, and browser automation. 59 tools for WPF, WinForms, Win32, Chrome/Edge via Model Context Protocol.

  2918. modular-mcp - ⭐ 50 A Model Context Protocol (MCP) proxy server that enables efficient management of large tool collections across multiple MCP servers by grouping them and loading tool schemas on-demand.

  2919. ai-vision-mcp - ⭐ 50 A Model Context Protocol (MCP) server that provides vision capabilities to analyze image and video

  2920. mcp-codebase-index - ⭐ 50 17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs, change impact. Zero dependencies. 87% token reduction.

  2921. illustrator-mcp-server - ⭐ 50 mcp server to run scripts on adobe illustrator

  2922. octave-mcp - ⭐ 50 OCTAVE protocol - structured AI communication with 3-20x token reduction. MCP server with lenient-to-canonical pipeline and schema validation.

  2923. kimi-code-mcp - ⭐ 50 MCP server for Claude Code × Kimi K2.5 (256K context) — delegate bulk codebase analysis to Kimi, save 90% on token costs. Session caching, parallel agents, TypeScript.

  2924. awesome-ai-plugins - ⭐ 50 A curated list of awesome plugins for AI assistants including Claude Code, OpenAI Codex, Gemini, OpenCode and More.

  2925. MCPwner - ⭐ 50 Model Context Protocol server for autonomous vulnerability discovery

  2926. mlb-api-mcp - ⭐ 50 A Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface.

  2927. fast-filesystem-mcp - ⭐ 50 A high-performance Model Context Protocol (MCP) server that provides secure filesystem access for Claude and other AI assistants.

  2928. xhs-mcp - ⭐ 50 用于小红书(xiaohongshu.com)的 Model Context Protocol(MCP)服务器与 CLI 工具,支持登录、发布、搜索、推荐等自动化能力

  2929. kafka-mcp-server - ⭐ 50 A Model Context Protocol (MCP) server for Apache Kafka implemented in Go, leveraging franz-go and mcp-go.

  2930. openrouter-deep-research-mcp - ⭐ 50 A multi-agent research MCP server + mini client adapter - orchestrates a net of async agents or streaming swarm to conduct ensemble consensus-backed research. Each task builds its own indexed pglite database on the fly in web assembly. Includes semantic + hybrid search, SQL execution, semaphores, prompts/resources and more

  2931. oatpp-mcp - ⭐ 49 Anthropic’s Model Context Protocol implementation for Oat++

  2932. 1xn-vmcp - ⭐ 49 vMCP - Virtual Model Context Protocol

  2933. n8n-workflow-builder-mcp - ⭐ 49 MCP server that allow LLM in agent mode builds n8n workflows for you

  2934. linux-do-mcp - ⭐ 49 A MCP Server For LINUX DO community

  2935. agent-os - ⭐ 49 A Safety-First Kernel for Autonomous AI Agents - POSIX-inspired primitives with 0% policy violation guarantee

  2936. cinema4d-mcp - ⭐ 49 Cinema 4D plugin integrating Claude AI for prompt-driven 3D modeling, scene creation, and manipulation.

  2937. image-gen-mcp - ⭐ 49 An MCP server that integrates with gpt-image-1 & Gemini imagen4 model for text-to-image generation services

  2938. mcp - ⭐ 49 A XGo implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

  2939. mcp_server_notify - ⭐ 49 Send system notification when Agent task is done.

  2940. mcp-client-demo - ⭐ 49

  2941. langchain-mcp-client - ⭐ 49 This Streamlit application provides a user interface for connecting to MCP (Model Context Protocol) servers and interacting with them using different LLM providers (OpenAI, Anthropic, Google, Ollama).

  2942. claude-mcp-setup - ⭐ 49 Easy setup script for Anthropic Claude Model Context Protocol (MCP) servers on Windows

  2943. gtm-mcp - ⭐ 49 MCP server for B2B cold outreach — find companies via Apollo, verify with AI, push to SmartLead & GetSales. 49 tools. Works with Claude Code or any MCP client

  2944. meme-mcp - ⭐ 49 A simple Model Context Protocol (MCP) server for generating memes using the ImgFlip API

  2945. lisply-mcp - ⭐ 49 Model Context Protocol (MCP) server to manage and talk to compliant “Lisply” lisp-speaking backend services

  2946. mcp-filter - ⭐ 49 A proxy MCP (Model Context Protocol) server that filters the upstream tool surface to just the tools you need.

  2947. Scientific-Papers-MCP - ⭐ 49 A Model Context Protocol (MCP) server that provides LLMs with real-time access to scientific papers from arXiv and OpenAlex.

  2948. vercel-ai-docs-mcp - ⭐ 49 A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation. This project enables developers to ask questions about the Vercel AI SDK and receive accurate, contextualized responses based on the official documentation.

  2949. langchaingo-mcp-adapter - ⭐ 49 A Go adapter that bridges LangChain Go tools with Model Context Protocol (MCP) servers.

  2950. awesome-mcp-security - ⭐ 49 Security Threats related with MCP (Model Context Protocol), MCP Servers and more

  2951. cheat-engine-server-python - ⭐ 49 MCP Cheat Engine Server — provides safe, structured read-only access to memory analysis and debugging functionality through the Model Context Protocol (MCP). For developers, security researchers, and game modders.

  2952. mcp-domain-availability - ⭐ 49 A Model Context Protocol (MCP) server that enables Claude Desktop to check domain availability across 50+ TLDs. Features DNS/WHOIS verification, bulk checking, and smart suggestions. Zero-clone installation via uvx.

  2953. evernote-mcp-server - ⭐ 49 Evernote MCP server - allows LLMs that support MCP (like Claude Desktop) to query your notes in Evernote

  2954. mcp-gitlab-server - ⭐ 49 Production-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).

  2955. kirby-mcp - ⭐ 49 CLI-first MCP server for composer-based Kirby CMS projects — inspect blueprints/templates/plugins, interact with a real Kirby runtime, and use a bundled Kirby knowledge base.

  2956. dotbot - ⭐ 49 Structured, auditable AI-assisted development for teams. Zero-dependency MCP server, web dashboard, and multi-provider AI CLI support.

  2957. mcp_weather_server - ⭐ 49 A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.

  2958. AgentTools - ⭐ 49 Implements a model context protocol server using Wolfram Language

  2959. peta-core - ⭐ 49 The Control Plane for MCP — secure vault, managed runtime, audit trail, and policy-based approvals.

  2960. iota-agent-mcp - ⭐ 49 MCP server for IOTA blockchain — 20 tools for AI agent integration (wallet, Move CLI, on-chain queries via Model Context Protocol)

  2961. shadowgit-mcp - ⭐ 48 A Model Context Protocol (MCP) server that provides AI assistants with secure, read-only access to your ShadowGit repositories. This enables powerful debugging and code analysis capabilities by giving AI access to your project’s fine-grained git history.

  2962. auto-MCP-client - ⭐ 48 A Go library implementation of the Model Controller Protocol (MCP). This library allows developers to easily parse MCP service configurations, generate corresponding MCP clients, and integrate them as callable tools within LLM agent systems. Focuses on providing reusable Go packages for building MCP-enabled applications.

  2963. mcp-server-chart-minio - ⭐ 48 mcp-server-chart私有化部署方案

  2964. lakevision - ⭐ 48 Lakevision is a tool which provides insights into your Apache Iceberg based Data Lakehouse.

  2965. buildkite-mcp-server - ⭐ 48 Official MCP Server for Buildkite.

  2966. mcp-metabase-server - ⭐ 48 A comprehensive MCP server for Metabase with 70+ tools.

  2967. globalping-mcp-server - ⭐ 48 Remote MCP server that gives LLMs access to run network commands

  2968. advanced-homeassistant-mcp - ⭐ 48 An advanced MCP server for Home Assistant. 🔋 Batteries included.

  2969. codex-specialized-subagents - ⭐ 48 MCP server that lets Codex delegate to isolated codex exec sub-agents, selecting repo+global skills automatically

  2970. shadowgit-mcp - ⭐ 48 A Model Context Protocol (MCP) server that provides AI assistants with secure, read-only access to your ShadowGit repositories. This enables powerful debugging and code analysis capabilities by giving AI access to your project’s fine-grained git history.

  2971. mcp-youtube - ⭐ 48 Model Context Protocol to fetch youtube transcript

  2972. Homeassistant-server-mcp - ⭐ 48 A Model Context Protocol (MCP) server for interacting with Home Assistant. This server provides tools to control and monitor your Home Assistant devices through MCP-enabled applications.

  2973. mcp-accessibility-scanner - ⭐ 48 An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core.

  2974. mcp-server-ledger - ⭐ 48 A Model Context Protocol server for interacting with Ledger CLI, a powerful double-entry accounting system. This server enables Large Language Models to query and analyze financial data through a standardized interface, making it easy for AI assistants to help with financial reporting, budget analysis, and accounting tasks.

  2975. js - ⭐ 48 🔐 Plug-and-play auth for Node.js MCP servers.

  2976. foundry-vtt-mcp - ⭐ 48 An MCP (Model Context Protocol) server that bridges Foundry VTT data with Claude Desktop, enabling users to chat with their game world data using their own Claude subscription.

  2977. sharedcontext - ⭐ 48 MCP server that gives AI coding assistants persistent cross-client memory. Facts and conversations stored in SQLite, encrypted with AES-256-GCM, synced to Arweave. No server, no account, recoverable with a 12-word phrase.

  2978. synapse-ai - ⭐ 48 Build AI agents that actually do things. Synapse is an open-source platform for creating, connecting, and orchestrating AI agents powered by any LLM — local, cloud or CLIs.

  2979. mcp-mail - ⭐ 48 📧 MCP Mail Tool - AI-powered email management tool | 基于 MCP 的智能邮件管理工具

  2980. bonnard-cli - ⭐ 48 Open-source agentic schema CLI. Optimised for claude code, gemini, codex and co-pilot. Skills included.

  2981. Go-High-Level-MCP-2026-Complete - ⭐ 48 GoHighLevel MCP Server — 520+ tools across 40 categories. Voice AI, Proposals, Contacts, Calendars, Conversations, Opportunities, Invoices, Payments, Workflows, Social Media, and more. MCP SDK 1.26, Streamable HTTP, tool annotations.

  2982. mcp - ⭐ 48 Official Supadata MCP Server - Adds powerful video & web scraping to Cursor, Claude and any other LLM clients.

  2983. deepseek-mcp - ⭐ 48 A tiny MCP stdio server that exposes DeepSeek as a cheap supervised worker for Claude Code, Codex, or any MCP client.

  2984. mcp-ai-memory - ⭐ 48 A production-ready Model Context Protocol (MCP) server for semantic memory management

  2985. email-mcp - ⭐ 48 一个让AI轻松接管邮箱的MCP服务,基于 Model Context Protocol (MCP) 构建,支持在 MCP-X,Claude Desktop 等 MCP 客户端中使用。

  2986. mcp-musescore - ⭐ 48 A Model Context Protocol (MCP) server that provides programmatic control over MuseScore!

  2987. Serper-search-mcp - ⭐ 47 Un-official Serper Google search server for Cline and other MCP clients

  2988. AgentDNS-Node - ⭐ 47 AgentDNS·Node makes it easy to manage and scale multiple MCP (Model Context Protocol) servers by organizing them into flexible Streamable HTTP (SSE) endpoints—supporting access to all servers, individual servers, or logical server groups.

  2989. mcp_demo - ⭐ 47 A simple example of building an MCP client using C#.

  2990. kuon - ⭐ 47 久远:一个开发中的大模型语音助手,当前关注易用性,简单上手,支持对话选择性记忆和Model Context Protocol (MCP)服务。 KUON:A large language model-based voice assistant under development, currently focused on ease of use and simple onboarding. It supports selective memory in conversations and the Model Context Protocol (MCP) service.

  2991. spec-coding-mcp - ⭐ 47 Transform feature ideas into production-ready code through systematic Spec-Driven Development 通过系统化的规格驱动开发,将功能想法转化为可投入生产的代码

  2992. gnome-mcp-server - ⭐ 47 Grant the AI octopus access to a portion of your desktop

  2993. dremio-mcp - ⭐ 47 Dremio MCP server

  2994. Reversecore_MCP - ⭐ 47 A security-first MCP server empowering AI agents to orchestrate Ghidra, Radare2, and YARA for automated reverse engineering.

  2995. mcp-openapi-schema - ⭐ 47 OpenAPI Schema Model Context Protocol Server

  2996. MDB-MCP - ⭐ 47 Multi Debugger MCP server that enables LLMs to interact with GDB and LLDB for binary debugging and analysis.

  2997. mcp-zen - ⭐ 47 Enhanced Zen MCP Server with ‘zen’ default tool and improvements

  2998. ai-software-architect - ⭐ 47 AI-powered architecture documentation framework with ADRs, reviews, and pragmatic mode. Now available as Claude Code Plugin for easiest installation.

  2999. Aspire.MCP.Sample - ⭐ 47 Sample MCP Server and MCP client with Aspire

  3000. mcp-container-ts - ⭐ 47 This is a quick start guide that provides the basic building blocks to set up a remote Model Context Protocol (MCP) server using Azure Container Apps. The MCP server is built using Node.js and TypeScript, and it can be used to run various tools and services in a serverless environment.

  3001. nuclei-mcp - ⭐ 47 An implementation of a Model Context Protocol (MCP) for the Nuclei scanner. This tool enables context-aware vulnerability scanning by intelligently providing models and context to the scanning engine, allowing for more efficient and targeted template execution

  3002. mcp-workspace - ⭐ 47 MCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.

  3003. any2markdown - ⭐ 47 一个高性能的文档转换服务器,同时支持 Model Context Protocol (MCP) 和 RESTful API 接口。将 PDF、Word 和 Excel 文档转换为 Markdown 格式,具备图片提取、页眉页脚移除和批量处理等高级功能

  3004. hop - ⭐ 47 Fast, elegant SSH connection manager with a TUI dashboard and MCP server

  3005. VSCode-Perplexity-MCP - ⭐ 47 Perplexity AI search, reasoning, research, and compute - MCP server, dashboard, and multi-IDE auto-config for VS Code.

  3006. sverklo - ⭐ 47 Local-first code intelligence — MCP server for Claude Code, Cursor, Windsurf, Zed. Symbol graph, blast-radius, git-pinned memory. 43× fewer tokens than naive grep. MIT, zero-config.

  3007. MCPApp - ⭐ 47 This text introduces the Model Context Protocol (MCP) for AI interaction, exploring Google Apps Script (GAS) as a server option. It shows feasibility with a sample but notes the lack of a GAS SDK, aiming to encourage understanding and development.

  3008. beemcp - ⭐ 47 BeeMCP: an unofficial Model Context Protocol (MCP) server that connects your Bee wearable lifelogger to AI via the Model Context Protocol

  3009. zig-mcp-server - ⭐ 47 A Model Context Protocol (MCP) server that provides Zig language tooling, code analysis, and documentation access. This server enhances AI capabilities with Zig-specific functionality including code optimization, compute unit estimation, code generation, and best practices recommendations.

  3010. SUMO-MCP-Server - ⭐ 47 SUMO-MCP 是一个连接大语言模型 (LLM) 与 Eclipse SUMO 交通仿真的中间件。通过 Model Context Protocol (MCP),它允许 AI 智能体(如 Claude, Cursor, TRAE等)直接调用 SUMO 的核心功能,实现从OpenStreetMap 数据获取、路网生成、需求建模到仿真运行与信号优化的全流程自动化。

  3011. MCP-Trust-Kit - ⭐ 46 Deterministic CI scanner and surface-risk scoring for MCP (Model Context Protocol) servers.

  3012. mcp-lite-dev - ⭐ 46 共学《MCP极简开发》项目代码

  3013. steel-mcp-server - ⭐ 46 MCP Server for interacting with a Steel web browser

  3014. tiger-slack - ⭐ 46 Real-time Slack ingest and MCP server to power your agentic Slack bots

  3015. flightradar24-mcp-server - ⭐ 46 Model Context Protocol server for Flight Tracking

  3016. mcpcat-python-sdk - ⭐ 46 MCPcat is an analytics platform for MCP server owners 🐱.

  3017. mcp-made-simple - ⭐ 46 Model Context Protocol (MCP) Made Simple - Code for the tutorial series - focusing on practical ways to understand and use MCP

  3018. inAI-wiki - ⭐ 46 🌍 The open-source Wikipedia of AI — 2M+ apps, agents, LLMs & datasets. Updated daily with tools, tutorials & news.

  3019. lighthouse-mcp-server - ⭐ 46 MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.

  3020. pentestMCP - ⭐ 46 pentestMCP: AI-Powered Penetration Testing via MCP, an MCP designed for penetration testers.

  3021. dataproduct-mcp - ⭐ 46 A Model Context Protocol (MCP) server for discovering data products and requesting access in Data Mesh Manager, and executing queries on the data platform to access business data.

  3022. claude-additional-models-mcp - ⭐ 46 Reduce Claude Desktop consumption by 10x - Integrate Google’s Gemini or Z.ai’s GLM-5 (744B params) with Claude via MCP for intelligent task delegation

  3023. world_bank_mcp_server - ⭐ 46 An implementation of the Model Context Protocol for the World Bank open data API

  3024. mcp-starter-template - ⭐ 46 An opinionated starter template for making Model Context Protocol (MCP) servers

  3025. Readwise-Reader-MCP - ⭐ 46 A Model Context Protocol (MCP) server for the Readwise Reader API, built with TypeScript and the official Claude SDK.

  3026. tomtom-mcp - ⭐ 46 A Model Context Protocol (MCP) server providing TomTom’s location services, search, routing, and traffic data to AI agents.

  3027. tomtom-maps-mcp - ⭐ 46 A Model Context Protocol (MCP) server providing TomTom’s location services, search, routing, and traffic data to AI agents.

  3028. nmap-mcp-server - ⭐ 46 A Model Context Protocol (MCP) server that enables AI assistants to perform network scanning operations using NMAP

  3029. MCP-Scanner - ⭐ 46 Advanced Shodan-based scanner for discovering, verifying, and enumerating Model Context Protocol (MCP) servers and AI infrastructure tools over HTTP & SSE.

  3030. MCP-Airflow-API - ⭐ 46 ⚡ Control Apache Airflow with natural language via MCP. Chat with your workflows using Claude, GPT, or any LLM — no REST API calls needed. Supports Airflow 2.x (43 tools) & 3.0+ (45+ tools).

  3031. ckan-mcp-server - ⭐ 46 MCP server for querying CKAN open data portals (package search, DataStore SQL, organizations, groups, tags)

  3032. agentic-tools - ⭐ 46 Agent Tool and Skills for VR Development on Meta Quest

  3033. beanquery-mcp - ⭐ 46 Beancount MCP Server is an experimental implementation that utilizes the Model Context Protocol (MCP) to enable AI assistants to query and analyze Beancount ledger files using Beancount Query Language (BQL) and the beanquery tool.

  3034. arch-mcp - ⭐ 46 Arch Linux MCP (Model Context Protocol) Server

  3035. TalkToFigmaDesktop - ⭐ 46 A powerful desktop application bridging Figma and AI tools via Model Context Protocol Seamless integration between Figma designs and AI assistants

  3036. zapier-mcp - ⭐ 46 Connect your AI to thousands of apps with the Model Context Protocol.

  3037. mcp-front - ⭐ 45 Auth proxy for Model Context Protocol servers - adds authentication to MCP tools for Claude.ai, Claude Code, Cursor, Gemini

  3038. dataworkers-claw-community - ⭐ 45 We’re build a swarm of agents for all data tasks. That anyone can use for free, open-source community version.

  3039. Claude-Project-Coordinator - ⭐ 45 Claude Project Coordinator is a Swift-powered MCP (Model Context Protocol) server designed to streamline multi-project Xcode development. It lets you track project status, auto-detect frameworks, search code patterns, and maintain a structured development knowledge base — all locally, with Claude Desktop as your assistant.

  3040. eliza-plugin-mcp - ⭐ 45 ElizaOS plugin allowing agents to connect to MCP servers

  3041. mcp-sdk - ⭐ 45 Model Context Protocol SDK for Client and Server applications in PHP

  3042. marinade-finance-mcp-server - ⭐ 45 Marinade Finance MCP Server is an MCP server specifically designed for the Marinade Finance.

  3043. mcp-yfinance-server - ⭐ 45 Real-time stock API with Python, MCP server example, yfinance stock analysis dashboard

  3044. mcp_server_filesystem - ⭐ 45 MCP File System Server: A secure Model Context Protocol server that provides file operations for AI assistants. Enables Claude and other assistants to safely read, write, and list files in a designated project directory with robust path validation and security controls.

  3045. ainovelprompter - ⭐ 45 Create the prompts you need to write your Novel using AI

  3046. kanban-mcp - ⭐ 45 MCP Kanban is a specialized middleware designed to facilitate interaction between Large Language Models (LLMs) and Planka, a Kanban board application. It serves as an intermediary layer that provides LLMs with a simplified and enhanced API to interact with Planka’s task management system.

  3047. gopls-mcp - ⭐ 45 MCP server for golang projects development: Expand AI Code Agent ability boundary to have a semantic understanding and determinisic information for golang projects.

  3048. spring-ai-mcp-client - ⭐ 45 mcp client application that utilizes spring ai. it integrates with mcp protocol-supported servers to enable ai-powered chat interactions.

  3049. mcp-graphql-schema - ⭐ 45 GraphQL Schema Model Context Protocol Server

  3050. python-notebook-mcp - ⭐ 45 Lightweight Python Notebook MCP - Enable AI assistants to create, edit, and view Jupyter notebooks via Model Context Protocol

  3051. aitour26-WRK542-prototype-agents-with-the-ai-toolkit-and-model-context-protocol - ⭐ 45

  3052. mcp-nats - ⭐ 45 A Model Context Protocol (MCP) server for NATS messaging system integration

  3053. dynamic-fastmcp - ⭐ 45 Dynamic FastMCP extends the Model Context Protocol Python server with context-aware tools that adapt their behavior and descriptions based on user, tenant, and request context.

  3054. mcp-playground - ⭐ 45 A Streamlit-based chat app for LLMs with plug-and-play tool support via Model Context Protocol (MCP), powered by LangChain, LangGraph, and Docker.

  3055. MCPToolBenchPP - ⭐ 45 MCPToolBench++ MCP Model Context Protocol Tool Use Benchmark on AI Agent and Model Tool Use Ability

  3056. instagram-engagement-mcp - ⭐ 45 📢 Instagram MCP Server – A powerful Model Context Protocol (MCP) server for tracking Instagram engagement, generating leads, and analyzing audience feedback.

  3057. pdf-mcp - ⭐ 45 一个强大的 PDF 处理 MCP(Model Context Protocol)服务,提供全面的 PDF 文档分析功能

  3058. excalidraw-mcp - ⭐ 45 Model Context Protocol (MCP) server for Excalidraw - Work in Progress

  3059. devcontext - ⭐ 45 DevContext is a cutting-edge Model Context Protocol (MCP) server designed to provide developers with continuous, project-centric context awareness. Unlike traditional context systems, DevContext continuously learns from and adapts to your development patterns and delivers highly relevant context providing a deeper understanding of your codebase.

  3060. Dragon-Brain - ⭐ 45 Dragon Brain — persistent long-term memory for AI agents via MCP (Model Context Protocol). Knowledge graph (FalkorDB) + vector search (Qdrant) + CUDA GPU embeddings. Works with Claude, Gemini CLI, Cursor, Windsurf, VS Code Copilot. 30 tools, 1121 tests.

  3061. amazon_ads_mcp - ⭐ 45 Amazon Ads MCP - Model Context Protocol server for Amazon Advertising API

  3062. algorand-mcp - ⭐ 45 Algorand Local Model Context Protocol (Server & Client)

  3063. roampal-core - ⭐ 45 Outcome-based persistent memory MCP server for Claude Code and OpenCode. Good advice promoted, bad advice demoted. pip install roampal.

  3064. orionbelt-semantic-layer - ⭐ 45 API-first semantic engine and query planner for AI agents that compiles declarative YAML models into optimized, dialect-specific SQL across BigQuery, PostgreSQL, Snowflake, ClickHouse, Dremio, Databricks, DuckDB, and MySQL.

  3065. opencode-browser - ⭐ 45 Browser automation plugin for OpenCode AI editor - Control Chrome/Edge with AI, automate web testing, scraping & form filling via MCP integration

  3066. TrueMemory - ⭐ 45 A living memory system that ingests long-horizon data to infer insights, enabling more decisive action, all while running on a single SQLite file locally.

  3067. linkedin-mcp-server - ⭐ 45 Model Context Protocol (MCP) server for LinkedIn API integration

  3068. PixVerse-MCP - ⭐ 45 Official PixVerse Model Context Protocol (MCP) server that enables interaction with powerful AI video generation APIs.

  3069. mcp-tool-filter - ⭐ 45 Ultra-fast semantic tool filtering for MCP (Model Context Protocol) servers using embedding similarity. Reduce your tool context from 1000+ tools down to the most relevant 10-20 tools in under 10ms.

  3070. mcp-server-weibo - ⭐ 45 基于 Model Context Protocol 的微博数据接口服务器 - 实时获取微博用户信息、动态内容、热搜榜单、粉丝关注数据。支持用户搜索、内容搜索、话题分析,为 AI 应用提供完整的微博数据接入方案。

  3071. mcp-sync - ⭐ 45 Sync MCP (Model Context Protocol) configurations across AI tools

  3072. email-mcp - ⭐ 45 Email MCP server with full IMAP + SMTP support — read, search, send, manage, and organize email from any AI assistant via the Model Context Protocol

  3073. yahoo-finance-server - ⭐ 45 A Model Context Protocol (MCP) server that lets your AI interact with Yahoo Finance to get comprehensive stock market data, news, financials, and more

  3074. salesforce-mcp-server - ⭐ 44 Model Context Protocol server for Salesforce REST API integration

  3075. moondream-mcp - ⭐ 44 Moondream MCP Server in Python

  3076. vue-mcp-next - ⭐ 44 Vue MCP Next bridges AI agents with Vue.js applications, enabling real-time component state inspection and manipulation through the Model Context Protocol. Built for AI-assisted development workflows

  3077. mcp-typescribe - ⭐ 44 An MCP server implementation enabling LLMs to work with new APIs and frameworks

  3078. code-screenshot-mcp - ⭐ 44 MCP server for generating beautiful code screenshots directly from Claude

  3079. mcp-agents-hub - ⭐ 44 The open-source ecosystem for building, discovering, and deploying Model Context Protocol servers and clients.

  3080. chrome-debug-mcp - ⭐ 44 An MCP server to allow you to debug webpages using LLMs

  3081. yandex-tracker-mcp - ⭐ 44 Yandex Tracker MCP Server with OAuth2 support

  3082. adal-cli - ⭐ 44 The self-evolving coding agent that learns from your entire team and codebase. Less syncing. Less waiting. Deliver at the speed of thought.

  3083. MCPP.Net - ⭐ 44 Model Context Protocol Platform,统一管理你的MCP服务

  3084. prism-mcp-rs - ⭐ 44 Enterprise-grade Rust implementation of Anthropic’s MCP protocol

  3085. generic-mcp-client-chat - ⭐ 44 Generic MCP Client to use any MCP tool in a chat

  3086. thingspanel-mcp - ⭐ 44 This MCP server integrates ThingsPanel IoT platform with AI models like Claude, GPT, and others that support the Model Context Protocol.

  3087. mcp-zenml - ⭐ 44 MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines

  3088. awesome-mcp-servers - ⭐ 44 A curated list of excellent Model Context Protocol (MCP) servers.

  3089. mcp-servers-kagi - ⭐ 44 A Model Context Protocol server implementation for Kagi’s API

  3090. dev-to-mcp - ⭐ 44 A remote Model Context Protocol (MCP) server for interacting with the dev.to public API without requiring authentication.

  3091. mcp_server - ⭐ 44 A C++ implementation of a Model Context Protocol Server with a pluggable module architecture.

  3092. binance-mcp-server - ⭐ 44 Unofficial tools and server implementation for Binance’s Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.

  3093. bsky-mcp-server - ⭐ 44 Bluesky MCP (Model Context Protocol) Server

  3094. mcp-pyautogui-server - ⭐ 44 A MCP (Model Context Protocol) server that provides automated GUI testing and control capabilities through PyAutoGUI.

  3095. paraview_mcp - ⭐ 44 ParaView-MCP integrates multimodal LLMs with ParaView via Model Context Protocol, enabling natural language control of scientific visualizations. The agent observes the viewport for visual feedback, making complex visualization tool accessible to all users while providing intelligent automation for experts.

  3096. mcp-tasks - ⭐ 44 A comprehensive and efficient MCP server for task management with multi-format support (Markdown, JSON, YAML)

  3097. codebase-context - ⭐ 44 Generate a map of your codebaseto help AI Agents understand your architecture, coding conventions and patterns. Discoverable with Semantic Search

  3098. fcpxml-mcp-server - ⭐ 44 🎬 The first AI-powered MCP server for Final Cut Pro XML. Control your edits with natural language.

  3099. fal-mcp-server - ⭐ 44 MCP server for Fal.ai - Generate images, videos, music and audio with Claude

  3100. cli-anything-zotero - ⭐ 44 CLI & MCP server for Zotero 7/8 — let AI manage your library. 52 MCP tools + 70+ CLI commands for search, import, PDF, BibTeX, notes, and more. Works with Claude, Cursor, ChatGPT.

  3101. flywheel-memory - ⭐ 44 MCP server giving AI a knowledge graph over Obsidian vaults. 13-layer scoring that learns. Local-first, zero cloud.

  3102. Ctxo - ⭐ 44 MCP server for AI coding agents. Instead of reading files one by one, your agent gets dependency graphs, git intent, blast radius, and change health in a single call. Works with any language deep analysis for TypeScript, Go, and C#.

  3103. claude-mcp - ⭐ 44 Claude Unified Model Context Interaction Protocol

  3104. RevitMCP - ⭐ 44 model context protocol for Autodesk Revit

  3105. NepseAPI-Unofficial - ⭐ 44 Unlock Nepal Stock Exchange (NEPSE) data with this powerful unofficial API. Features REST, WebSocket, and a first-of-its-kind Model Context Protocol (MCP) server, enabling AI models like Claude to perform live market analysis with over 20 specialized tools. Strictly for educational and non-commercial use.

  3106. a11y-mcp - ⭐ 44 An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Amp/Cline/Cursor/GH Copilot) and let them fix a11y issues for you!

  3107. CE-MCP-Plugin - ⭐ 44 CE MCP Plugin是一个Cheat Engine插件,它实现了Model Context Protocol (MCP),允许AI模型与Cheat Engine进行交互。通过这个插件,AI可以使用Cheat Engine的各种功能,如内存读写、进程管理等。

  3108. mcp-client-cli - ⭐ 43 Command-line interface for any Model Context Protocol (MCP) server.

  3109. qu3-app - ⭐ 43 Quantum-proof MCP Server and Client Interactions

  3110. LLaMa-MCP-Streamlit - ⭐ 43 AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

  3111. openrpc-mcp-server - ⭐ 43 A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.

  3112. mcp-rquest - ⭐ 43 A MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.

  3113. cli - ⭐ 43 Runtime intelligence system that makes MCP servers debuggable, testable, and safe to run in production.

  3114. agentic-developer-mcp - ⭐ 43 An MCP server that scales development into controllable agentic, recursive flows, and build a feature from bottom-up

  3115. mcp-server-arangodb - ⭐ 43 This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations and allows seamless integration with ArangoDB through MCP tools. You can use it wih Claude app and also extension for VSCode that works with mcp like Cline!

  3116. mcp-logic - ⭐ 43 Fully functional AI Logic Calculator utilizing Prover9/Mace4 via Python based Model Context Protocol (MCP-Server)- tool for Windows, Linux, Claude App etc

  3117. nia - ⭐ 43 Nia is a context-augmentation layer for agents, primarily designed for coding agents. It provides them with an up-to-date knowledge base and improves their performance by 27%.

  3118. lastsaas - ⭐ 43 SaaS boilerplate/starter-kit in Go+React with Stripe integration, multi-tenant support, comprehensive features and AI-agent ready

  3119. solana-dev-mcp - ⭐ 43 Solana Model Context Protocol (MCP) Demo

  3120. grafana-mcp-analyzer - ⭐ 43 让AI助手直接分析你的Grafana监控数据 - A Model Context Protocol server for Grafana data analysis

  3121. mcp-wikidata - ⭐ 43 A server implementation for Wikidata API using the Model Context Protocol (MCP).

  3122. taskMaster-todoist-mcp - ⭐ 43 A lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.

  3123. music-composer-webmcp - ⭐ 43 This WebMCP Music Composer project is a functional demonstration of the WebMCP Protocol, illustrating how AI agents can interact with local browser contexts (tools) to achieve complex workflows autonomously.

  3124. arifos - ⭐ 43 ArifOS — Constitutional MCP kernel for governed AI execution. AAA architecture: Architect · Auditor · Agent. Built for the open-source agentic era.

  3125. mcp-server-lib.el - ⭐ 43 Emacs Lisp implementation of the Model Context Protocol

  3126. matrix-mcp-server - ⭐ 43 MCP Server for a Matrix home server integration; chat, manage rooms, etc.

  3127. awesome-finance-mcp - ⭐ 43 A curated list of MCP servers for AI finance agents

  3128. ue5-mcp-bridge - ⭐ 43 MCP server bridging AI assistants to Unreal Engine 5 editor

  3129. ads-mcp - ⭐ 43 MCP server for managing ad campaigns across Google Ads, Meta Ads, LinkedIn Ads, and TikTok Ads. 100+ tools for campaign creation, performance analysis, keyword research, and budget optimization. Works with ChatGPT, Claude, Gemini CLI, Cursor, Codex, and Windsurf.

  3130. MetaSearchMCP - ⭐ 43 Open-source metasearch backend, MCP server, and AI search API for LLM agents. Python FastAPI search gateway with Google search via SerpBase and Serper, multi-engine search aggregation, structured JSON output, provider fallback, deduplication, and SearXNG alternative architecture for agent workflows.

  3131. better-code-review-graph - ⭐ 43 Knowledge graph for token-efficient code reviews – fixed search, configurable embeddings, qualified call resolution.

  3132. mcp-bundle - ⭐ 43 Symfony integration bundle for Model Context Protocol (via official mcp/sdk)

  3133. codebase-mcp - ⭐ 43 Open-source AI development assistant via Model Context Protocol (MCP). Turn Claude or any LLM into your personal coding assistant. Privacy-first with local semantic search, AI-assisted editing, persistent memory, and quality-checked code generation. Built for Python & React. Free alternative to paid AI coding tools.

  3134. mcp-sitecore-server - ⭐ 43 Model Context Protocol server for Sitecore

  3135. Learn-Model-Context-Protocol-with-Python - ⭐ 43 Learn Model Context Protocol with Python, published by Packt

  3136. RedBook-Search-Comment-MCP - ⭐ 42 这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client,帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布智能评论等操作。

  3137. scaled-mcp - ⭐ 42 ScaledMCP is a horizontally scalabled MCP and A2A Server. You know, for AI.

  3138. wechat-mcp - ⭐ 42 Model Context Protocol for WeChat

  3139. mobile-dev-mcp-server - ⭐ 42 This is a MCP designed to manage and interact with mobile devices and simulators.

  3140. repl-mcp - ⭐ 42 Model Context Protocol Clojure support including REPL integration with development tools.

  3141. zed-mcp-server-sequential-thinking - ⭐ 42 A sequential thinking MCP server extension for Zed

  3142. whatsapp-mcp - ⭐ 42 WhatsApp Unofficial MCP Server

  3143. linkedapi-mcp - ⭐ 42 MCP server that lets AI assistants control LinkedIn accounts and retrieve real-time data.

  3144. TWSEMCPServer - ⭐ 42 台灣證交所OpenAPI 的 MCP Server

  3145. RiMCP_hybrid - ⭐ 42 Rimworld Coding RAG MCP server

  3146. mcp_rails_template - ⭐ 42 A minimal Rails API template for creating MCP (Model Context Protocol) servers with robust tool execution capabilities and examples.

  3147. fal-mcp-server - ⭐ 42 MCP server for Fal.ai - Generate images, videos, music and audio with Claude

  3148. mcp-flight-search - ⭐ 42 MCP Server implementation for the Model Context Protocol (MCP) enabling AI tool usage - Realtime Flight Search

  3149. mcp-server - ⭐ 42 A generic, modular server for implementing the Model Context Protocol (MCP).

  3150. mcp-google-cse - ⭐ 42 A Model Context Protocol server that provides search capabilities using a Google CSE (custom search engine).

  3151. mie - ⭐ 42 Persistent memory graph for AI agents. Facts, decisions, entities, and relationships that survive across sessions, tools, and providers. MCP server — works with Claude, Cursor, ChatGPT, and any MCP client.

  3152. mcp-konnect - ⭐ 42 A Model Context Protocol (MCP) server for interacting with Kong Konnect APIs, allowing AI assistants to query and analyze Kong Gateway configurations, traffic, and analytics.

  3153. reactbits-mcp-server - ⭐ 42 MCP server providing access to 135+ animated React components from ReactBits.dev (9.2/10 test score)

  3154. mcp-server-leetcode - ⭐ 42 A Model Context Protocol (MCP) server for LeetCode that provides access to problems, user data, and contest information through GraphQL

  3155. keycloak-model-context-protocol - ⭐ 42 MCP server implementation for Keycloak user management. Enables AI-powered administration of Keycloak users and realms through the Model Context Protocol (MCP). Seamlessly integrates with Claude Desktop and other MCP clients for automated user operations.

  3156. fusion360-claude-ultimate - ⭐ 42 🤖 Control Fusion 360 with natural language through Claude Desktop using MCP (Model Context Protocol). Create, manipulate and modify 3D objects by simply describing what you want to do. French-localized adaptation of Kanbara Tomonori’s original concept.

  3157. mermaid-mcp - ⭐ 42

  3158. mcp-server - ⭐ 42 MCP SERVER

  3159. meta-ads-mcp - ⭐ 42 MCP server for Meta Marketing API v25.0 — 135 tools for Facebook & Instagram ad campaign management

  3160. mcp-tools - ⭐ 42 Tools for building modern & secure MCP integrations across the client and server side

  3161. mcp-zero - ⭐ 42 Model Context Protocol (MCP) server for go-zero framework - Generate APIs, RPC services, and models with AI assistance.

  3162. fast-mcp-telegram - ⭐ 42 Telegram MCP server with HTTP-MTProto Bridge — direct API/curl access, multi-user Bearer auth, Docker, MTProto proxy, file attachments, voice transcription, context-optimized

  3163. keycloak-mcp-server - ⭐ 42 An MCP server for Keycloak, designed to work with Keycloak for identity and access management, covering, Users, Realms, Clients, Roles, Groups, IDPs, Authentication. Searching keycloak discourse, Native builds available.

  3164. fusion-mcp-server - ⭐ 42 A model context protocol (MCP) server for Autodesk Fusion that provides resources and tools from ADSK to an AI client such as Claude or Cursor.

  3165. Wwise-MCP - ⭐ 42 Wwise-MCP is a Model Context Protocol (MCP) server that enables large language models (LLMs) to interact with the Wwise Authoring application. It exposes a set of tools built on a custom Python WAAPI library, allowing MCP clients such as Claude or Cursor to automate and compose complex, multi-step Wwise workflows.

  3166. screaming-frog-mcp - ⭐ 42 MCP server for Screaming Frog SEO Spider – crawl sites, export data, and manage crawl storage via Claude or any MCP-compatible client

  3167. RedTeam-Agent - ⭐ 42 RedTeam-Agent: AI-Powered Autonomous Red Team Framework via Model Context Protocol. AI红队与内网渗透自动化框架,支持 gogo, fscan, httpx, nuclei, impacket, playwright 等 15+ 渗透工具,让 LLM 直接化身安全审计黑客。

  3168. mcp-server-ios-simulator - ⭐ 41 Model Context Protocol (MCP) implementation for iOS simulators

  3169. mcp-server-js - ⭐ 41 MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.

  3170. dynamic-shell-server - ⭐ 41 Dynamic Shell Command MCP Server

  3171. dify-mcp-server - ⭐ 41 A Model Context Protocol server for Dify

  3172. ZMCPTools - ⭐ 41 A custom TypeScript MCP Server intended to be used with Claude Code

  3173. locallama-mcp - ⭐ 41 An MCP Server that works with Roo Code/Cline.Bot/Claude Desktop to optimize costs by intelligently routing coding tasks between local LLMs free APIs and paid APIs.

  3174. seekcode - ⭐ 41 A clean and efficient code snippet and clipboard management tool designed for developers

  3175. platform-context-exporter - ⭐ 41 Инструмент для выгрузки синтаксис помощника в файлы

  3176. mcp-obsidian - ⭐ 41 MCP server for Obsidian (TypeScript + Bun)

  3177. unreal-mcp - ⭐ 41 Unreal Engine MCP server for Claude Desktop (early alpha preview)

  3178. neurondb - ⭐ 41 PostgreSQL extension for vector search, embeddings, and ML, plus NeuronAgent runtime and NeuronMCP server.

  3179. processhacker-mcp - ⭐ 41 your ai debugger, vibe hacking tool

  3180. gatekit - ⭐ 41 A hackable Model Context Protocol (MCP) gateway

  3181. mcp-shell - ⭐ 41 Execute a secure shell in Claude Desktop using the Model Context Protocol.

  3182. arifOS - ⭐ 41 ArifOS — Constitutional MCP kernel for governed AI execution. AAA architecture: Architect · Auditor · Agent. Built for the open-source agentic era.

  3183. webscraping-ai-mcp-server - ⭐ 41 A Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.

  3184. salesforce-mcp-server - ⭐ 41 A comprehensive Model Context Protocol (MCP) server that provides seamless Salesforce integration for AI development tools like Claude Desktop, Cline, and other MCP-compatible clients.

  3185. shodan-mcp-server - ⭐ 41 A Model Context Protocol server that provides access to Shodan API functionality

  3186. mcp-gateway - ⭐ 41 Model Context Protocol (MCP) Gateway & Registry - Central hub for managing tools, resources, and prompts for MCP-compatible LLMs. Translates REST APIs into MCP, builds virtual MCP servers with security and observability, and bridges multiple transports (stdio, SSE, streamable HTTP).

  3187. MCPollinations - ⭐ 41 A Model Context Protocol (MCP) server that enables AI assistants to generate images, text, and audio through the Pollinations APIs. Supports customizable parameters, image saving, and multiple model options.

  3188. mcp-center - ⭐ 41 A centralized platform for managing and connecting MCP servers. MCP Center provides a high-performance proxy service that enables seamless communication between MCP clients and multiple MCP servers.

  3189. elysia-mcp - ⭐ 41 ElysiaJS plugin for Model Context Protocol with HTTP transport

  3190. pyrestoolbox-mcp - ⭐ 41 Model Context Protocol (MCP) server for AI-powered reservoir engineering calculations. Integrates pyResToolbox with Claude AI for PVT analysis, well performance, simulation support, and more. 47 production-ready tools using industry-standard correlations.

  3191. opnsense-mcp-server - ⭐ 41 Modular MCP server for OPNsense firewall management - 88 tools providing access to 2000+ methods through AI assistants

  3192. Unity-AI-ProBuilder - ⭐ 41 AI-powered 3D modeling tools for Unity ProBuilder. Enables AI assistants to create and manipulate editable meshes through natural language commands. Create primitive shapes, extrude faces, bevel edges, apply materials, merge objects, and perform advanced mesh operations like bridging and subdivision.

  3193. whatsapp-mcp - ⭐ 41 WhatsApp MCP server - Connect Claude to WhatsApp for reading and sending messages

  3194. korean-contracts - ⭐ 41 한국 사업자용 계약서 자동 생성 Claude Code 스킬. 9종 계약서(근로·알바·유연·일용·프리랜서·외주·변경·연봉) + MCP 개인정보 보호 서버. 2026 최저임금·최신 대법원 판례 반영.

  3195. agent-mcp-gateway - ⭐ 41 Provides per-subagent MCP access controls to Claude Code (or any MCP client) across all your MCPs and prevents context window bloat. Loads only 3 tools instead of all your MCP Server’s tool definitions. Agents discover tools on-demand, only when needed. Control which servers and individual tools each agent/subagent can access.

  3196. midi-mcp-server - ⭐ 41 MIDI MCP Server is a Model Context Protocol (MCP) server that enables AI models to generate MIDI files from text-based music data. This tool allows for programmatic creation of musical compositions through a standardized interface.

  3197. tinyagent - ⭐ 41 Tiny Agent: Production-Ready LLM Agent SDK for Every Developer

  3198. mcp-anywhere - ⭐ 41 A unified gateway for Model Context Protocol (MCP) servers that lets you discover, configure, and access MCP tools from any GitHub repository through a single endpoint.

  3199. inkmcp - ⭐ 41 Inkscape MCP Server - Control Inkscape through AI assistants via Model Context Protocol

  3200. searxng-mcp - ⭐ 41 A Model Context Protocol (MCP) server that enables AI assistants to perform web searches using SearXNG, a privacy-respecting metasearch engine.

  3201. xero-agent-toolkit - ⭐ 41 A collection of examples demonstrating how to build AI agents that integrate with the Xero API using various agentic frameworks and the Xero MCP (Model Context Protocol) Server.

  3202. mcp - ⭐ 40 Links to samples, tools, and resources for building and integrating Model Context Protocol (MCP) servers on Azure using multiple languages

  3203. polymarket-mcp - ⭐ 40 a mcp server for polymarket

  3204. agentic-mcp-client - ⭐ 40 A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.

  3205. browser-use-mcp-client - ⭐ 40 A MCP client for browser-use

  3206. just-mcp - ⭐ 40 Share the same project justfile tasks with your AI Coding Agent.

  3207. scraps - ⭐ 40 Scraps is a portable CLI knowledge hub for managing interconnected Markdown documentation with Wiki-link notation.

  3208. mcp-panther - ⭐ 40 Write detections, investigate alerts, and query logs from your favorite AI agents

  3209. forgejo-mcp - ⭐ 40 A MCP server that enables you to manage Gitea/Forgejo repositories through AI assistants

  3210. pdf-rag-mcp-server - ⭐ 40 PDF RAG server for cursor.

  3211. bonnard-cli - ⭐ 40 Agent-native analytics. MCP server, dashboards, SDK, and semantic layer CLI.

  3212. apple-books-mcp - ⭐ 40 Apple Books MCP Server

  3213. reaper-mcp - ⭐ 40 A comprehensive Model Context Protocol (MCP) server that enables AI agents to create fully mixed and mastered tracks in REAPER with both MIDI and audio capabilities.

  3214. mcp - ⭐ 40 It shows how to use model-context-protocol.

  3215. storyblok-mcp-server - ⭐ 40 A modular, extensible MCP Server for managing Storyblok spaces, stories, components, assets, workflows, and more via the Model Context Protocol (MCP).

  3216. mmcp - ⭐ 40 🛠️ Manage your MCP (Model Context Protocol) server definitions in one place and apply them to supported agents.

  3217. solscan-mcp - ⭐ 40 An MCP server for querying Solana transactions using natural language with Solscan API

  3218. mcp-databricks-server - ⭐ 40 Model Context Protocol (MCP) server for Databricks that empowers AI agents to autonomously interact with Unity Catalog metadata. Enables data discovery, lineage analysis, and intelligent SQL execution. Agents explore catalogs/schemas/tables, understand relationships, discover notebooks/jobs, and execute queries - greatly reducing ad-hoc query time.

  3219. mcp-desktop - ⭐ 40 http4k MCP Desktop Client

  3220. SpecialAgentPlugin - ⭐ 40 SpecialAgent is an Unreal Engine 5 plugin that implements a Model Context Protocol (MCP) server, allowing Large Language Models like Claude to programmatically interact with UE5 projects. With 71+ tool endpoints across 14 service categories, LLMs gain comprehensive control for building complex 3D environments.

  3221. MCPbundler - ⭐ 40

  3222. mcp-for-security-python - ⭐ 40 一个为主流渗透测试工具打造的MCP服务器集合。 | A collection of Model Context Protocol servers for popular security tools like SQLMap, FFUF, NMAP, Masscan and more. Integrate security testing and penetration testing into AI workflows.

  3223. bgg-mcp - ⭐ 40 BGG MCP provides access to BoardGameGeek and a variety of board game related data through the Model Context Protocol. Enabling retrieval and filtering of board game data, user collections, and profiles.

  3224. zillow-mcp-server - ⭐ 40 Zillow MCP Server for real estate data access via the Model Context Protocol

  3225. golemcore-bot - ⭐ 40 Agent Platform for AI-Native Companies

  3226. dexpaprika-mcp - ⭐ 40 DexPaprika MCP server allows access real-time and historical data on crypto tokens, DEX trading activity, and liquidity across multiple blockchains. It enables natural language queries for exploring market trends, token performance, and DeFi analytics through a standardized interface.

  3227. claude-homelab - ⭐ 40 Comprehensive Agents, Commands, Hooks, and Skills for homelab service management - media automation, infrastructure monitoring, document management, and more

  3228. agentmako - ⭐ 40 Local-first MCP server that gives coding agents structured context packets, code/schema facts, and diagnostics - backed by a local SQLite store.

  3229. mitre-attack-mcp - ⭐ 40 A Model-Context Protocol server for the MITRE ATT&CK knowledge base

  3230. dap_mcp - ⭐ 40 Model Context Protocol (MCP) server that interacts with a Debugger

  3231. mcp-api-gateway - ⭐ 40 A universal MCP (Model Context Protocol) server to integrate any API with Claude Desktop using only Docker configurations.

  3232. VS-MCPServer - ⭐ 40 VS MCP Server exposes Visual Studio features through the Model Context Protocol (MCP), enabling AI assistants like Claude to interact with your IDE programmatically. Open files, read code, build projects, and more - all through natural conversation!

  3233. opencode-mcp - ⭐ 40 MCP server for OpenCode AI — 70 tools, 10 resources, 5 prompts. Use npx opencode-mcp with Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP client.

  3234. SSH-MCP - ⭐ 40 A Model Context Protocol (MCP) server that provides SSH access to remote servers, allowing AI tools like Claude Desktop or VS Code to securely connect to your VPS.

  3235. HAL - ⭐ 39 HAL (HTTP API Layer) is a Model Context Protocol (MCP) server that provides HTTP API capabilities to Large Language Models.

  3236. anki-mcp - ⭐ 39 MCP server for anki

  3237. dotcom.chat - ⭐ 39 A simple NextJS MCP client with sensible keybindings

  3238. mcp_code_analyzer - ⭐ 39 A Model Context Protocol (MCP) server implementation for comprehensive code analysis. This tool integrates with Claude Desktop to provide code analysis capabilities through natural language interactions.

  3239. mcp-client-server-host-demo - ⭐ 39 A quick pokemon demo to showcase MCP server, client, and host

  3240. mssql-mcp - ⭐ 39 mssql mcp server

  3241. vscode-agent-todos - ⭐ 39 Gives VS Code agent mode planning superpowers with dynamic todo lists

  3242. pbixray-mcp-server - ⭐ 39 MCP server to give llms such as Claude, GitHub Copilot etc full PowerBI model context (from input .pbix) through tools based on PBIXRay python package.

  3243. search-scrape - ⭐ 39 Self-hosted Stealth Scraping & Federated Search for AI Agents. A 100% private, free alternative to Firecrawl, Jina Reader, and Tavily. Featuring Universal Anti-bot Bypass + Semantic Research Memory, Copy-Paste setup

  3244. steampipe-mcp - ⭐ 39 Enable AI assistants to explore and query your Steampipe data!

  3245. storybook-mcp - ⭐ 39 A MCP server for Storybook.

  3246. best-of-mcp-servers - ⭐ 39 🏆 A ranked list of MCP servers. Updated weekly.

  3247. arifosmcp - ⭐ 39 ArifOS — AAA MCP-governed constitutional kernel for AI agents.

  3248. mcp-crypto-price - ⭐ 39 A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap’s API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.

  3249. autoteam - ⭐ 39 Orchestrate AI agents with YAML-driven workflows via universal Model Context Protocol (MCP)

  3250. mcpmc - ⭐ 39 Model Context Protocol Minecraft Server

  3251. middy-mcp - ⭐ 39 Middy middleware for Model Context Protocol server hosting on AWS Lambda

  3252. MCP-BOE - ⭐ 39 MCP server para el BOE 🇪🇸 — Acceso a legislación consolidada, sumarios diarios y tablas oficiales del Boletín Oficial del Estado mediante Model Context Protocol y API REST.

  3253. xmind-generator-mcp - ⭐ 39 An MCP (Model Context Protocol) server for generating Xmind mind maps. This server allows LLMs to create structured mind maps through the MCP protocol.

  3254. help-scout-mcp-server - ⭐ 39 MCP server for Help Scout - search conversations, threads, and inboxes with AI agents

  3255. clickup-mcp-server - ⭐ 39 ClickUp MCP Server - Integrate ClickUp project management with AI through Model Context Protocol

  3256. agience-core - ⭐ 39 The operating system that AI workflows trust. Structure messy inputs. Establish identity. Track provenance. Build the durable data layer your AI workflows need to be trusted, reusable, and auditable.

  3257. mcp-graph-workflow - ⭐ 39 MCP local-first CLI tool that converts PRD text files into persistent execution graphs (SQLite) for structured agentic workflows

  3258. agent-inbox - ⭐ 39 Give any AI agent a disposable email inbox in one tool call. MCP server for email verification, auth flows, and testing.

  3259. photoshop-mcp - ⭐ 39 MCP server for Adobe Photoshop automation - Control Photoshop from AI assistants with 50+ tools for design, image editing, and workflow automation

  3260. substack-mcp - ⭐ 39 A Model Context Protocol (MCP) Server for Substack enabling LLM clients to interact with Substack’s API for automations like creating posts, managing drafts, and more.

  3261. jina-mcp-tools - ⭐ 39 A Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.

  3262. alibabacloud-dataworks-mcp-server - ⭐ 39 A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.

  3263. How-To-Create-MCP-Server - ⭐ 38 This guide will help you set up a basic MCP (Model Context Protocol) server in .NET, configure it in VS Code, and interact with it using Copilot Chat.

  3264. DeepCo - ⭐ 38 A Chat Client for LLMs, written in Compose Multiplatform.

  3265. Mcp.Net - ⭐ 38 A fully featured C# implementation of Anthropic’s Model Context Protocol (MCP)

  3266. okta-mcp-server - ⭐ 38 The Okta MCP Server is a groundbreaking tool built by the team at Fctr that enables AI models to interact directly with your Okta environment using the Model Context Protocol (MCP). Built specifically for IAM engineers, security teams, and Okta administrators, it implements the MCP specification to help work with Okta enitities

  3267. ContextPods - ⭐ 38 Model Context Protocol management suite/factory. An MCP that can generate and manage other local MCPs in multiple languages. Uses the official SDKs for code gen.

  3268. mcp_ctl - ⭐ 38 A package manager to manage all your mcp servers across platforms

  3269. McpDotNet.Extensions.SemanticKernel - ⭐ 38 Microsoft SemanticKernel integration for the Model Context Protocol (MCP). Enables seamless use of MCP tools as AI functions.

  3270. prompt-decorators - ⭐ 38 A standardized framework for enhancing how LLMs process and respond to prompts through composable decorators, featuring an official open standard specification and Python reference implementation with MCP server integration.

  3271. vancouver - ⭐ 38 Simple MCP server library for Elixir.

  3272. cdk_pywrapper - ⭐ 38 A Python wrapper for the Chemistry Development Kit (CDK)

  3273. mocxykit - ⭐ 38 This is an Frontend development service middleware that can be used with webpack and vite. Its main function is to visualize the configuration, manage http(s)-proxy, and mock data.

  3274. comfy-mcp-server - ⭐ 38 A server using FastMCP framework to generate images based on prompts via a remote Comfy server.

  3275. kitwork - ⭐ 38 Automate kit workflows effortlessly with a lightweight, high-performance, fast, and flexible engine for cloud or self-hosted environments.

  3276. nostr-mcp - ⭐ 38 A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.

  3277. octomind - ⭐ 38 Highly configurable autonomous efficient-first agentic AI framework for CLI

  3278. context-awesome - ⭐ 38 awesome-lists now available as MCP server for you agent.

  3279. Web-Algebra - ⭐ 38 Suite of generic Linked Data/SPARQL as well as LinkedDataHub-specific MCP tools

  3280. MCP-Microsoft-Office - ⭐ 38 an local MCP server you can run on your env, connecting you to Microsoft Graph, and the complete M365 eco system.

  3281. mcp-appstore - ⭐ 38 This is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.

  3282. nestjs-starter - ⭐ 38 Production-ready NestJS boilerplate with JWT auth, PostgreSQL/Prisma, AWS S3/SES, Bull/Redis queues, Docker/K8s support, and MCP integration for AI capabilities

  3283. shadcn-svelte-mcp - ⭐ 38 Mastra MCP server and tooling for the shadcn-svelte component docs and developer utilities.

  3284. FastAPI-BitNet - ⭐ 38 Running Microsoft’s BitNet inference framework via FastAPI, Uvicorn and Docker.

  3285. matlab-mcp - ⭐ 38 Model Context Protocol server to let LLMs write and execute matlab scripts

  3286. MCPDocSearch - ⭐ 38 This project provides a toolset to crawl websites wikis, tool/library documentions and generate Markdown documentation, and make that documentation searchable via a Model Context Protocol (MCP) server, designed for integration with tools like Cursor.

  3287. Outlook_Calendar_MCP - ⭐ 38 A Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).

  3288. puppeteer-mcp-claude - ⭐ 38 A Model Context Protocol (MCP) server that provides Claude Code with comprehensive browser automation capabilities through Puppeteer

  3289. Volatility-MCP-Server - ⭐ 38 A Model Context Protocol (MCP) server that integrates Volatility 3 memory forensics framework with Claude

  3290. mcp-browser-agent - ⭐ 38 A Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities. This agent enables Claude to interact with web content, manipulate DOM elements, execute JavaScript, and perform API requests.

  3291. OpenInsider-MCP - ⭐ 38 MCP server that exposes openinsider.com to any MCP compatible client.

  3292. mcp-server - ⭐ 38 Wraps Blockscout APIs and exposes blockchain data by Model Context Protocol

  3293. protonmail-mcp - ⭐ 38 This MCP server provides email sending functionality using Protonmail’s SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.

  3294. mcp-go - ⭐ 38 Build Model Context Protocol (MCP) servers in Go

  3295. crawl-mcp - ⭐ 38 完整的微信文章抓取MCP服务器 - 基于Model Context Protocol (MCP)的智能网页抓取工具,专为Cursor IDE和AI工具设计。

  3296. chatwork-mcp-server - ⭐ 38 ChatworkをAIから操作するためのMCP(Model Context Protocol)サーバー

  3297. awesome-devops-mcp - ⭐ 38 List of Awesome MCP Servers and Clients for building Agentic Devops

  3298. mcp-googletasks - ⭐ 38 This Model Context Protocol (MCP) server provides a bridge between LLMs and Google Tasks, allowing you to manage your task lists and tasks directly through Claude.

  3299. datawrapper-mcp - ⭐ 38 A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants.

  3300. awesome-hermes-usecases - ⭐ 38 Curated real-world use cases for Hermes Agent — the self-improving AI agent from Nous Research. Backed by primary sources.

  3301. openecon-data - ⭐ 38 Give your AI agent accurate economic data. 330K indicators from FRED, World Bank, IMF, Eurostat & more. MCP server + web UI.

  3302. x64dbg_mcp - ⭐ 38 MCP server for x64dbg — 152 AI-powered debugging tools. Works with Claude, Cursor, Windsurf, Cline. Reverse engineering with AI.

  3303. mTarsier - ⭐ 38 mTarsier - The Open Source MCP & Skill Manager for Claude, Cursor, VS Code & any AI client.

  3304. predictive-maintenance-mcp - ⭐ 38 AI-Powered Predictive Maintenance & Fault Diagnosis through Model Context Protocol. An open-source framework for integrating Large Language Models with predictive maintenance and fault diagnosis workflows.

  3305. DecisionNode - ⭐ 38 CLI + Local MCP - A shared structured memory store across Claude Code, Cursor, Windsurf, Antigravity, and every MCP client. Semantically queryable.

  3306. code-mcp - ⭐ 37 Code-MCP: Connect Claude AI to your development environment through the Model Context Protocol (MCP), enabling terminal commands and file operations through the AI interface.

  3307. trivy-mcp - ⭐ 37 Trivy plugin for starting an MCP server

  3308. mcp-summarization-functions - ⭐ 37 Provides summarised output from various actions that could otherwise eat up tokens and cause crashes for AI agents

  3309. mcp-server-webcrawl - ⭐ 37 MCP server tailored to connecting web crawler data and archives

  3310. gemini-superclaude-mcp-server - ⭐ 37 A complete rewrite of the original SuperClaude MCP server with intelligent command routing, dynamic persona switching, and real MCP server orchestration for Gemini CLI.Th

  3311. mcp-client-example - ⭐ 37 Learn how to implement MCP client with SwiftUI and Anthropic API

  3312. offeryn - ⭐ 37 Build tools for LLMs in Rust using Model Context Protocol

  3313. youtrack-mcp - ⭐ 37 An MCP (Model Context Protocol) server that provides YouTrack REST API access to AI agents

  3314. GDB-MCP - ⭐ 37 An MCP server that enables LLMs to interact with GDB and LLDB for binary debugging and analysis.

  3315. agentic-commerce-protocol-demo - ⭐ 37 Reference implementation of OpenAI’s Agentic Commerce Protocol (ACP)

  3316. example-mcp-server - ⭐ 37 A ready-to-use MCP (Model Context Protocol) server template for extending Cursor IDE with custom tools. Deploy your own server to Heroku with one click, create custom commands, and enhance your Cursor IDE experience. Perfect for developers who want to add their own tools and commands to Cursor IDE without complex setup.

  3317. google-workspace-mcp - ⭐ 37 MCP server for Google Drive, Docs, Sheets, Slides, Calendar, Gmail, and Contacts

  3318. tasker-mcp - ⭐ 37 An MCP server for Android’s Tasker automation app.

  3319. godot-mcp - ⭐ 37 GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools: scene management, GDScript LSP, DAP debugger, screenshot capture, input injection, ClassDB introspection, CC0 asset library. npx gopeak

  3320. coin_api_mcp - ⭐ 37 A Model Context Protocol server that provides access to CoinMarketCap’s cryptocurrency data. This server enables AI-powered applications to retrieve cryptocurrency listings, quotes, and detailed information about various coins.

  3321. mcp-governance-sdk - ⭐ 37 Enterprise Governance Layer (Identity, RBAC, Credentials, Auditing, Logging, Tracing) for the Model Context Protocol SDK

  3322. flutter-mcp-ai-chat - ⭐ 37 Demonstrate how to implement MCP Client in Flutter application with AI.

  3323. mcp-toolkit - ⭐ 37 a lib to build MCP clients and MCP servers in Clojure(script)

  3324. mcp-security-inspector - ⭐ 37 一个用于检测Model Context Protocol (MCP)安全性的Chrome扩展工具。

  3325. authenticator_mcp - ⭐ 37 A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.

  3326. vulnerablemcp - ⭐ 37 A comprehensive database of Model Context Protocol vulnerabilities, security research, and exploits

  3327. mcp-mistral-ocr - ⭐ 37 Model Context Protocol (MCP) Server for Mistral OCR API

  3328. apisix-mcp - ⭐ 37 APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API.

  3329. filesystem-mcp-server - ⭐ 37 A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal

  3330. mcp-dblp - ⭐ 37 A Model Context Protocol (MCP) server that provides access to the DBLP computer science bibliography database for Large Language Models.

  3331. sunnysideFigma-Context-MCP - ⭐ 37 A comprehensive Model Context Protocol (MCP) server that bridges Figma designs with AI development workflows. It provides 30 specialized tools for extracting pixel-perfect code, assets, and component structures directly from Figma designs.

  3332. openbim-mcp - ⭐ 37 Model Context Protocol (MCP) server for openBIM

  3333. claude-image-gen - ⭐ 37 AI-powered image generation using Google Gemini, integrated with Claude Code via Skills or Claude.ai via MCP (Model Context Protocol).

  3334. FastDomainCheck-MCP-Server - ⭐ 37 A Model Context Protocol for checking domain name registration status in bulk.

  3335. mcp-debug - ⭐ 37 Command-line tool for debugging MCP servers

  3336. mcp-starter - ⭐ 37 A super simple Starter to build your own MCP Server

  3337. review-flow - ⭐ 37 Automated AI code reviews powered — webhook-driven, real-time dashboard, MCP integration, smart queue with deduplication, multi-agent audits, and iterative follow-up reviews for GitLab MRs and GitHub PRs

  3338. AskUserQuestionPlus - ⭐ 37 A MCP server (Streamable HTTP) for asking user questions via a web interface, inspired by the Claude Code AskUserQuestion Tool.

  3339. OmniClip-RAG - ⭐ 37 Local-first RAG desktop app & official MCP Server. Let any AI instantly search your private Markdown, PDF, and 1290+ document formats. (本地优先的 RAG 桌面端与官方 MCP 服务器。让任意 AI 瞬间检索你的私有 Markdown、PDF 及 1290+ 种文档格式。)

  3340. codex-claude-bridge - ⭐ 37 Bidirectional bridge between Claude Code and OpenAI Codex CLI. Built on Claude Code Channels. Two AI agents, one conversation, real-time web UI.

  3341. openrouter-mcp-multimodal - ⭐ 37 MCP server for OpenRouter — chat with 300+ LLMs (Claude, Gemini, GPT), analyze images / audio / video, generate images / speech / music / video (Veo 3.1, Sora, Seedance, Wan) from Claude Desktop, Cursor, Kiro, VS Code.

  3342. odoo-mcp-pro - ⭐ 37 AI connector for Odoo ERP | Connect Claude, ChatGPT, Cursor and other AI tools to Odoo via MCP

  3343. MCP-Packet-Tracer - ⭐ 37 AI-powered Cisco Packet Tracer automation using MCP. Generate, validate and deploy full network topologies (OSPF, DHCP, EIGRP, RIP) from natural language prompts.

  3344. anythingmcp - ⭐ 37 Self-hosted MCP gateway & API-to-MCP bridge. Convert REST/SOAP/WSDL/GraphQL/SQL APIs into MCP servers for Claude, ChatGPT, Gemini, Copilot, Cursor. OpenAPI/Postman/WSDL import, OAuth2, RBAC, audit log. 29 pre-built adapters (DHL, DATEV, Weclapp, Personio, Handelsregister, Shopware…). Source-available.

  3345. apra-fleet - ⭐ 37 AI agents that write code, review each other’s work, and coordinate across your machines

  3346. llm-tools-mcp - ⭐ 37 Connect to MCP servers right from your shell. Plugin for simonw/llm.

  3347. whistle-mcp - ⭐ 37 A Whistle proxy management tool based on Model Context Protocol that allows AI assistants to directly control local Whistle proxy servers, simplifying network debugging, API testing, and proxy rule configuration through natural language interaction.

  3348. aio-mcp - ⭐ 37 🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol

  3349. PubChem-MCP-Server - ⭐ 37 A comprehensive Model Context Protocol (MCP) server for accessing the PubChem chemical database. This server provides access to over 110 million chemical compounds with extensive molecular properties, bioassay data, and chemical informatics tools.

  3350. mcp - ⭐ 37 Model Context Protocol (MCP) server for AI-powered Fastly CDN management.

  3351. mcp_xpp - ⭐ 37 Experimental MCP server for Dynamics 365 F&O X++ development. Provides object creation, modification, and codebase navigation through the Model Context Protocol. Includes VS2022 service integration for D365 object handling.

  3352. MCPNotes - ⭐ 36 A simple note-taking MCP server for recording and managing notes with AI models.

  3353. mcp-file-context-server - ⭐ 36 A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.

  3354. baseline-mcp-server - ⭐ 36 特定のWeb APIに関するBaselineの状況を提供するModel Context Protocolサーバー

  3355. OmniMind - ⭐ 36 OmniMind: An open-source Python library for effortless MCP (Model Context Protocol) integration, AI Agents, AI workflows, and AI Automations. Plug & Play AI Tools for MCP Servers and Clients, powered by Google Gemini.

  3356. mcp-server-antv - ⭐ 36 🧑🏻‍💻 MCP Server for @antvis visualization development, which provides documentation context and examples for visualization developers.

  3357. mcp-crew-ai - ⭐ 36 MCP Crew AI Server is a lightweight Python-based server designed to run, manage and create CrewAI workflows.

  3358. Handler - ⭐ 36 A2A Protocol client and developer toolkit.

  3359. ai-workshop - ⭐ 36 Building GenAI Apps in C#: AI Templates, GitHub Models, Azure OpenAI & More

  3360. mcp-sandbox - ⭐ 36 Python sandboxes for llms

  3361. awesome-mcp-personas - ⭐ 36 A curated collection of persona-based mcp server & tool groupings.

  3362. mcp-server - ⭐ 36 Vapi MCP Server

  3363. workflowy - ⭐ 36 Powerful CLI and MCP server for WorkFlowy: reports, search/replace, backup support, and AI integration (Claude, LLMs)

  3364. pfsense-mcp-server - ⭐ 36 pfSense MCP Server enables security administrators to manage their pfSense firewalls using natural language through AI assistants like Claude Desktop. Simply ask “Show me blocked IPs” or “Run a PCI compliance check” instead of navigating complex interfaces. Supports REST/XML-RPC/SSH connections, and includes built-in complian

  3365. apple-mail-mcp - ⭐ 36 MCP server giving AI assistants full access to Apple Mail - read, search, compose, organize & analyze emails via natural language

  3366. copilot-security-instructions - ⭐ 36 ✨ A customizable copilot-instructions.md ruleset & prompts to guide GitHub Copilot toward secure coding defaults in Java, Node.js, C# and Python. Blocks risky patterns, teaches safe habits.

  3367. ronykit - ⭐ 36 API Framework supporting REST and RPC.

  3368. nostr-mcp-server - ⭐ 36 A Model Context Protocol (MCP) server that provides Nostr capabilities to AI agents

  3369. metabase-mcp-server - ⭐ 36 A Model Context Protocol server that integrates AI assistants with Metabase analytics platform

  3370. lets-learn-mcp-java - ⭐ 36 Learn how to build Java-based MCP Servers and Clients with LangChain4J and Quarkus

  3371. esa-mcp-server - ⭐ 36 esa の Model Context Protocol サーバー実装

  3372. browser-use-rs - ⭐ 36 A Rust library for browser automation via Chrome DevTools Protocol with built-in AI integration through Model Context Protocol (MCP)

  3373. MCPSwiftWrapper - ⭐ 36 A light wrapper around mcp-swift-sdk for easy usage of MCP clients in Swift

  3374. levante - ⭐ 36 Levante - Personal, Secure, Free, Local AI, MCP Client

  3375. univer-mcp - ⭐ 36 AI-powered spreadsheet automation through Model Context Protocol (MCP) server for Univer

  3376. File-Organizer-MCP - ⭐ 36 This MCP server will organize your files using connections to MCP using clients like Claude, Cursor and Gemini Cli

  3377. chabeau - ⭐ 36 OpenAI-API compatible terminal chatbot and MCP client in Rust

  3378. mcp-server-text-editor - ⭐ 36 An open source implementation of the Claude built-in text editor tool

  3379. mcp-anything - ⭐ 36 One command to turn any codebase into an MCP server

  3380. universal-crypto-mcp - ⭐ 36 Universal MCP server for AI agents to interact with any* blockchain via natural language and plugins. Supports swaps, bridges, gas, staking, lending, and more across Ethereum, Arbitrum, Base, Polygon, BSC, and testnets.

  3381. ChatSpatial - ⭐ 36 MCP server for spatial transcriptomics analysis through natural language interfaces.

  3382. ue5-mcp - ⭐ 36 Let AI edit your Unreal Engine Blueprints. MCP server plugin for Claude Code — describe what you want in plain English.

  3383. mcp-superset - ⭐ 36 MCP server for managing Apache Superset — 128+ tools for dashboards, charts, datasets, SQL Lab, access control

  3384. awesome-mcp-hardware - ⭐ 36 Awesome list of MCP servers for interacting with hardware and the physical world.

  3385. onec-client-mcp-devkit - ⭐ 36 Реализация MCP сервера, который запускается в клиенте 1С:Предприятие

  3386. metals-standalone-client - ⭐ 36 Minimal Metals stand alone client that allows running the metals mcp server

  3387. mcp-wasm - ⭐ 36 A proof-of-concept implementation of a Model Context Protocol (MCP) server that runs in WebAssembly (WASM) within a web browser. This project demonstrates the integration of MCP tools and resources in a browser environment.

  3388. felix - ⭐ 36 Felix — single-binary AI agent gateway. Multi-provider LLM, persistent memory, MCP client, runs entirely on your hardware

  3389. mitmproxy-mcp - ⭐ 36 MCP Server that wraps mitmproxy and exposes it as a tool to any MCP client, allows your AI agents to inspect traffic, filter traffic, intercept & modify traffic, request reply, set global headers, and start/stop mitmproxy as needed.

  3390. ScreenshotMCP - ⭐ 36 A Model Context Protocol MCP server for capturing website screenshots with full page, element, and device size features.

  3391. openai-mcp - ⭐ 35 OpenAI Code Assistant Model Context Protocol (MCP) Server

  3392. mcp-gemini-server - ⭐ 35 This project provides a dedicated MCP (Model Context Protocol) server that wraps the @google/genai SDK. It exposes Google’s Gemini model capabilities as standard MCP tools, allowing other LLMs (like Cline) or MCP-compatible systems to leverage Gemini’s features as a backend workhorse.

  3393. mcp-langchain-ts-client - ⭐ 35 LangChain.js client for Model Context Protocol.

  3394. mcp-tung-shing - ⭐ 35 中国传统黄历 MCP 服务 | Chinese Traditional Almanac MCP Service

  3395. mcp - ⭐ 35 A simple implementation of an MCP server for the ScreenshotOne API

  3396. atlas-docs-mcp - ⭐ 35 Provide LLMs hosted, clean markdown documentation of libraries and frameworks

  3397. daisyui-mcp - ⭐ 35 🌼 A token-friendly local MCP server for DaisyUI component documentation using their public llms.txt.

  3398. meta-prompt-mcp-server - ⭐ 35 Turn any MCP Client into a “multi-agent” system (via prompting)

  3399. awesome-mcp-servers - ⭐ 35 A curated list of the best MCP Servers, featuring top solutions, libraries, tools, and more. - https://mcpserver.works

  3400. Blender-MCP-Server - ⭐ 35 MCP server addon for Blender - Control Blender via AI agents through 51 powerful tools. Made to be used with PolyMCP for intelligent tool orchestration. Features thread-safe execution, auto-dependency installation, and complete 3D workflow automation.

  3401. macOS-Notification-MCP - ⭐ 35 macOS Notification MCP enables AI assistants to trigger native macOS sounds, visual notifications, and text-to-speech. Built for Claude and other AI models using the Model Context Protocol.

  3402. wezterm-mcp - ⭐ 35 About A Model Context Protocol server that executes commands in the current WezTerm session

  3403. azure-functions-mcp-extension - ⭐ 35 Model Context Protocol extension for Azure Functions.

  3404. mssqlclient-mcp-server - ⭐ 35 A Microsoft SQL Server client implementing the Model Context Protocol (MCP). This server provides SQL query capabilities through a simple MCP interface.

  3405. FalkorDB-MCPServer - ⭐ 35 FalkorDB-MCPServer is an MCP (Model Context Protocol) server that connects LLMs to FalkorDB

  3406. framer-plugin-mcp - ⭐ 35 A Model Context Protocol (MCP) server for creating and managing Framer plugins with web3 capabilities

  3407. mcp-registry - ⭐ 35 A central registry and HTTP interface for coordinating Model Context Protocol (MCP) servers.

  3408. godoc-mcp-server - ⭐ 35 A mcp server provide infomation from pkg.go.dev. For all golang programmers

  3409. mcp-claude-spotify - ⭐ 35 An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).

  3410. n8n-mcp - ⭐ 35 n8n MCP Server - Documentation and tools for n8n nodes via Model Context Protocol with SSE support

  3411. ddg_search - ⭐ 35 A powerful Model Context Protocol (MCP) server for web search and URL content extraction using DuckDuckGo.

  3412. context-harness - ⭐ 35 Local-first context ingestion and retrieval for AI tools. SQLite + embeddings + MCP server for Cursor & Claude.

  3413. korean-dart-mcp - ⭐ 35 OpenDART 전자공시MCP | 83개 API → 15 MCP 도구. 공시·재무·지분·XBRL + 버핏급 애널리스트 프레임(내부자 시그널·회계 리스크·퀄리티 체크리스트) + HWP/PDF 첨부 마크다운화 | 83 Korean DART disclosure APIs → 15 MCP tools with Buffett-grade analyst frames

  3414. deep-research - ⭐ 35 The Deep Research Assistant is meticulously crafted on Mastra’s modular, scalable architecture, designed for intelligent orchestration and seamless human-AI interaction. It’s built to tackle complex research challenges autonomously.

  3415. lucide-icons-mcp - ⭐ 35 A Model Context Protocol (MCP) server exposing Lucide icons as resources and tools for LLMs and agentic applications. Built with Bun and the MCP TypeScript SDK.

  3416. mcp-scala - ⭐ 35 Model Context Protocol server written in Scala

  3417. turbomcpstudio - ⭐ 35 A native desktop application for developing, testing, and debugging Model Context Protocol servers.

  3418. google-researcher-mcp - ⭐ 35 This is a Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and other LLMs to: Search the web via Google (general, images, news) Read any webpage including JavaScript-rendered sites Extract YouTube transcripts automatically Parse documents (PDF, DOCX, PPTX)

  3419. awesome-blockchain-mcps - ⭐ 35 🔗 A curated list of Blockchain & Crypto Model Context Protocol (MCP) servers. Enabling AI Agents to interact with the Blockchain, Web3, DeFi, on-chain data, on-chain actions, etc. 🚀

  3420. mcp.zig - ⭐ 35 A Model Context Protocol (MCP) library for the Zig ecosystem.

  3421. zscaler-mcp-server - ⭐ 35 Zscaler Integration MCP Server is a Model Context Protocol (MCP) server designed for managing Several Zscaler Products using Large Language Models (LLMs).

  3422. drafts-mcp-server - ⭐ 35 Model Context Protocol for Drafts

  3423. MCPSecBench - ⭐ 34 MCPSecBench: A Systematic Security Benchmark and Playground for Testing Model Context Protocols

  3424. mcp-client-auth - ⭐ 34 A TypeScript library providing OAuth2 authentication utilities for Model Context Protocol (MCP) clients. This library simplifies the process of adding OAuth authentication to MCP client implementations.

  3425. chat-nextjs-mcp-client - ⭐ 34 ⚡ Chat MCP Client for Remote hosted MCP Servers (with Composio) and locally hosted MCP servers. 📡

  3426. mcp-server-opendal - ⭐ 34 Model Context Protocol Server for Apache OpenDAL™

  3427. DBJavaGenix - ⭐ 34 智能数据库代码生成工具基于MCP架构,支持MySQL等多种数据库,自动生成Entity、DAO、Service及Controller等完整分层代码,大幅提升开发效率。依托MCP协议,具备强大扩展与集成能力,可智能推断表关系与业务语义。集成Mustache、MapStruct和Lombok,实现跨语言生成、高效映射和代码简化,并提供依赖自动管理,保障项目稳定。

  3428. mcp-prompt-server-go - ⭐ 34 一个提供优秀prompt的Model Context Protocol (MCP)的服务器,用于根据用户任务需求提供预设的prompt模板,帮助Cline/Cursor/Windsurf…更高效地执行各种任务。服务器将预设的prompt作为工具(tools)返回,以便在Cursor和Windsurf等编辑器中更好地和使用。提供tool和prompt两种形式

  3429. chessagineweb - ⭐ 34 The most underrated FOSS chess interface that combines AI agents and chess engines into one unified platform.

  3430. prometheus_mcp_server - ⭐ 34 A Model Context Protocol (MCP) server enabling LLMs to query, analyze, and interact with Prometheus databases through predefined routes.

  3431. codelogic-mcp-server - ⭐ 34 An MCP Server to utilize Codelogic’s rich software dependency data in your AI programming assistant.

  3432. any-script-mcp - ⭐ 34 An MCP server that exposes arbitrary CLI tools and shell scripts as MCP Tools

  3433. iotdb-mcp-server - ⭐ 34 Apache IoTDB MCP Server

  3434. 1mcp - ⭐ 34 Let your agent write code and execute code directly in the browser with WASM

  3435. kanban-mcp - ⭐ 34 MCP server providing kanban-based task management memory for complex multi-session workflows with AI agents

  3436. diy-tools-mcp - ⭐ 34 An MCP server that allows users to dynamically add custom tools/functions at runtime

  3437. pushover-mcp - ⭐ 34 A MCP implementation for sending notifications via Pushover

  3438. capacities-mcp - ⭐ 34 Capacities×MCP

  3439. mcp-searxng-enhanced - ⭐ 34 Enhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.

  3440. mcp-probe-kit - ⭐ 34 一个强大的 MCP (Model Context Protocol) 服务器,提20个实用工具,覆盖代码质量、开发效率、项目管理、生成skills文档全流程。

  3441. omop_mcp - ⭐ 34 Model Context Protocol (MCP) server for mapping clinical terminology to Observational Medical Outcomes Partnership (OMOP) concepts using Large Language Models

  3442. fantasy-football-mcp-public - ⭐ 34 Yahoo Fantasy Football MCP server for Claude Desktop - Advanced lineup optimization, draft assistance, and league management. Built using Claude Code.

  3443. phonepi-mcp - ⭐ 34 PhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device controls.

  3444. MCPServer - ⭐ 34 Implements a model context protocol server using Wolfram Language

  3445. mcp-server-fuzzer - ⭐ 34 A generic mcp server fuzzer

  3446. semrush-mcp - ⭐ 34 A Model Context Protocol (MCP) server implementation that provides tools for accessing Semrush API data.

  3447. adk-python-mcp-client - ⭐ 34 Demo of ADK (Agent Development Kit) as an MCP (Model Context Protocol) client for flight search capabilities.

  3448. pentester-mcp - ⭐ 34 Elevate your AI assistants (like Claude & Cursor) into autonomous cybersecurity experts. Pentester-MCP integrates 200+ pentesting tools via the Model Context Protocol (MCP) using a secure Docker sandbox.

  3449. AlphaFold-MCP-Server - ⭐ 34 A comprehensive Model Context Protocol (MCP) server that provides access to the AlphaFold Protein Structure Database through a rich set of tools and resources for protein structure prediction analysis.

  3450. laravel-mcp-companion - ⭐ 34 A Laravel developer’s MCP companion. Get the absolute best advice, recommendations, and up-to-date documentation for the entire Laravel ecosystem.

  3451. PRD-MCP-Server - ⭐ 34 Flagship Model Context Protocol server for generating Product Requirement Documents (PRDs) from codebase context.

  3452. mattermost-mcp-host - ⭐ 34 A Mattermost integration that connects to Model Context Protocol (MCP) servers, leveraging a LangGraph-based Agent.

  3453. claude-code-mcp - ⭐ 34 MCP Server connects with claude code local command.

  3454. bear-notes-mcp - ⭐ 34 MCP server for Bear app - Full Read + Write AI-powered note management with Claude Desktop

  3455. hass-mcp-server - ⭐ 34 A Home Assistant Custom Component that provides an MCP (Model Context Protocol) server using HTTP transport, allowing AI assistants like Claude to interact with your Home Assistant instance over HTTP

  3456. mindbridge-mcp - ⭐ 34 MindBridge is an AI orchestration MCP server that lets any app talk to any LLM — OpenAI, Anthropic, DeepSeek, Ollama, and more — through a single unified API. Route queries, compare models, get second opinions, and build smarter multi-LLM workflows.

  3457. mcpls - ⭐ 34 Universal MCP to LSP bridge - expose Language Server Protocol capabilities as MCP tools for AI agents

  3458. rlm-claude - ⭐ 34 Recursive Language Models for Claude Code - Infinite memory solution inspired by MIT CSAIL paper

  3459. autotask-mcp - ⭐ 34 MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more

  3460. mcp-wireshark - ⭐ 34 An MCP server that integrates Wireshark/tshark with AI tools and IDEs. Capture live traffic, parse .pcap files, apply display filters, follow streams, and export JSON - all via Claude Desktop, VS Code, or CLI. Cross‑platform, typed, tested, and pip‑installable.

  3461. Unity-AI-ParticleSystem - ⭐ 34 AI-powered tools for Unity Particle System. Create and modify Particle System directly through natural language commands.

  3462. garmin-connect-mcp - ⭐ 34 MCP server enabling LLMs to interact with Garmin Connect - activities, health metrics, sleep data, and training analysis

  3463. resonant - ⭐ 34 Open-source relational AI framework with identity persistence, memory, and MCP integration. Build relationship-aware AI agents that remember, grow, and maintain continuity. Built on Claude Agent SDK.

  3464. meshy-ai-mcp-server - ⭐ 34 This is a Model Context Protocol (MCP) server for interacting with the Meshy AI API. It provides tools for generating 3D models from text and images, applying textures, and remeshing models.

  3465. rss-mcp - ⭐ 34 This is a Model Context Protocol (MCP) server built with TypeScript. It provides a versatile tool to fetch and parse any standard RSS/Atom feed, and also includes special support for RSSHub feeds.

  3466. mcp-gateway - ⭐ 34 Zero trust gateway for MCP servers. Aggregate, filter, and securely access MCP tools from anywhere without VPNs, open ports, or exposed endpoints. Built on OpenZiti and zrok with cryptographic identity, mTLS, per-client isolation, and tool-level permission control.

  3467. tally-mcp-server - ⭐ 34 Tally Prime MCP (Model Context Protocol) Server implementation to feed Tally ERP data to popular LLM like Claude, ChatGPT supporting MCP

  3468. zilliz-mcp-server - ⭐ 34 A Model Context Protocol (MCP) server seamlessly connecting AI Agents and AI coding tools with Zilliz Cloud https://zilliz.com/

  3469. minimal-godot-mcp - ⭐ 34 Lightweight MCP server bridging Godot LSP to MCP clients for GDScript validation

  3470. mcp-caiyun-weather - ⭐ 34 A Model Context Protocol (MCP) server for Caiyun (ColorfulClouds) Weather.

  3471. McpToolkit - ⭐ 33 Lightweight, fast, NativeAOT compatible MCP (Model Context Protocol) framework for .NET

  3472. DMCPServer - ⭐ 33 Dinos MCP Server, make your code, on MCP Action and execute by AI

  3473. mcp-veo2 - ⭐ 33 MCP for Video- or Image-Generation with Google VEO2

  3474. kaggle-mcp - ⭐ 33 MCP server for Kaggle

  3475. mcp-launcher - ⭐ 33 🐳🧩 Easy to use MCP builder & launcher for all possible MCP servers, just like Ollama for models!

  3476. mcp-server - ⭐ 33 MCP Server for Membrane

  3477. devduck - ⭐ 33 Minimalist AI agent that fixes itself when things break.

  3478. fastmcp-threatintel - ⭐ 33 AI-Powered Threat Intelligence MCP tool

  3479. bitrise-mcp - ⭐ 33 MCP Server for the Bitrise API, enabling app management, build operations, artifact management and more.

  3480. prediction-market-mcp - ⭐ 33 A simple MCP server that grabs prediction market data from polymarket, PredictIt, & Kalshi.

  3481. pan-mcp-relay - ⭐ 33 Palo Alto Networks AI Runtime Security Model Context Protocol (MCP) Relay Server

  3482. Amazing-Marvin-MCP - ⭐ 33 Model Context Provider for Amazing Marvin productivity app - Access your tasks, projects, and categories in AI assistants

  3483. apipost-mcp - ⭐ 33 ApiPost API management tool based on MCP (Model Context Protocol), supporting complete interface documentation management and team collaboration. Features intelligent search, batch operations, and security management.

  3484. kaggle-mcp - ⭐ 33 Kaggle-MCP: Connect Claude AI to the Kaggle API through the Model Context Protocol (MCP), enabling competition, dataset, and kernel operations through the AI interface.

  3485. WebSearch-MCP - ⭐ 33 [Self-hosted] A Model Context Protocol (MCP) server implementation that provides a web search capability over stdio transport. This server integrates with a WebSearch Crawler API to retrieve search results.

  3486. mcp-aoai-web-browsing - ⭐ 33 A minimal Model Context Protocol 🖥️ server/client🧑‍💻with OpenAI and 🌐 web browser control via Playwright.

  3487. asterisk-mcp-server - ⭐ 33 Asterisk Model Context Protocol (MCP) server.

  3488. awesome-mcp-lists - ⭐ 33 A Curated List of MCP Servers, Clients and Toolkits

  3489. enhanced-mcp-memory - ⭐ 33 An enhanced MCP (Model Context Protocol) server for intelligent memory and task management, designed for AI assistants and development workflows. Features semantic search, automatic task extraction, knowledge graphs, and comprehensive project management.

  3490. vision-one-mcp-server - ⭐ 33 The Trend Vision One Model Context Protocol (MCP) Server enables natural language interaction between your favourite AI tooling and the Trend Vision One web APIs. This allows users to harness the power of Large Language Models (LLM) to interpret and respond to security events.

  3491. mcp-mesh - ⭐ 33 Enterprise-grade distributed AI agent framework | Develop → Deploy → Observe | K8s-native | Dynamic DI | Auto-failover | Multi-LLM | Python + Java + TypeScript

  3492. unplugin-devpilot - ⭐ 33 A universal plugin framework for development tools that enables seamless browser-server communication and MCP (Model Context Protocol) integration with AI/LLM systems.

  3493. apifox-mcp - ⭐ 33 Apifox MCP 服务器 - 让 Claude 等 AI 助手通过自然语言管理你的 Apifox 项目,轻松创建、更新和审计 API 接口

  3494. kratos-mcp - ⭐ 33 🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.

  3495. holoviz-mcp - ⭐ 33 ✨A MCP server that provides intelligent access to the HoloViz ecosystem for humans and AIs.

  3496. UCAI - ⭐ 33 Universal Contract AI Interface (UCAI) 🔗 ABI to MCP | The open standard for connecting AI agents to blockchain. MCP server generator for smart contracts. Claude + Uniswap, Aave, ERC20, NFTs, DeFi. Python CLI, Web3 integration, transaction simulation. Polygon, Arbitrum, Base, Ethereum EVM chains. Claude, GPT, LLM tooling, Solidity, OpenAI.

  3497. total-agent-memory - ⭐ 33 Persistent memory for Claude Code & Codex CLI. Auto-extracted knowledge graph, multi-representation embeddings, 3D WebGL visualization. LongMemEval R@5=97.45%. Self-hosted, Ollama-optional

  3498. mcp-server - ⭐ 33 A Free, Open Source MCP server for dynamic custom persona management with public a GitHub collection of personas, skills, templates, and other elements for AI models.

  3499. mcp-rag-server - ⭐ 33 mcp-rag-server is a Model Context Protocol (MCP) server that enables Retrieval Augmented Generation (RAG) capabilities. It empowers Large Language Models (LLMs) to answer questions based on your document content by indexing and retrieving relevant information efficiently.

  3500. mcpmcp-server - ⭐ 33 Discover, setup, and integrate MCP servers with your favorite clients. Unlock the full potential of AI in your daily workflow.

  3501. MCPCorpus - ⭐ 33 MCPCorpus is a comprehensive dataset for analyzing the Model Context Protocol (MCP) ecosystem, containing ~14K MCP servers and 300 MCP clients with 20+ normalized metadata attributes.

  3502. browserai-mcp - ⭐ 32 A powerful Model Context Protocol (MCP) server that provides an access to serverless browser for AI agents and apps

  3503. postman-mcp - ⭐ 32 A Model Context Protocol (MCP) server that provides seamless integration with the Postman API. This package enables AI assistants and applications to interact with Postman workspaces, collections, requests, environments, and folders programmatically.

  3504. laravel-mcp-client - ⭐ 32

  3505. mcpc - ⭐ 32 An extension to MCP (Model-Context-Protocol) that enables two-way asynchronous communication between LLMs and tools through the already existing MCP transport - no additional transport layer needed.

  3506. Direwolf - ⭐ 32 Distributed Data Processing Pipeline for MCP.

  3507. imagegen-mcp - ⭐ 32 MCP server for OpenAI Image Generation & Editing — text-to-image, image-to-image (with mask), no extra plugins.

  3508. ptt_mcp_server - ⭐ 32 The best PTT MCP server

  3509. mcp-server - ⭐ 32 Provide different cloud products MCP Server tools to help developers manage cloud resources with AI-agent

  3510. MCP-Server-Starter - ⭐ 32 A Model Context Protocol server starter template

  3511. mcp-java-sdk-examples - ⭐ 32 A collection of MCP server examples developed by various Java SDKs

  3512. actor-critic-thinking-mcp - ⭐ 32 A dual-perspective thinking analysis server based on Model Context Protocol (MCP), providing comprehensive performance evaluation through Actor-Critic methodology.

  3513. seatunnel-mcp - ⭐ 32 A Model Context Protocol (MCP) server for Apache Seatunnel. This provides access to your Apache Seatunnel RESTful API V2 instance and the surrounding ecosystem.

  3514. dev-kit - ⭐ 32 [Model Context Protocol] Dev Kit - anything a developer need for him day to day works

  3515. mcp-hacker-news - ⭐ 32 This MCP server acts as a bridge between the official Hacker News API and AI-powered tools that support the Model Context Protocol, such as Claude and Cursor.

  3516. maven-mcp-server - ⭐ 32 An MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions.

  3517. dassian-adt - ⭐ 32 MCP server for SAP ABAP development via ADT API. Connect AI assistants to SAP: read, write, test, and deploy ABAP code without SAP GUI.

  3518. sketchfab-mcp-server - ⭐ 32 This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models

  3519. rod-mcp - ⭐ 32 Model Context Protocol Server of Rod

  3520. mcp-appium-gestures - ⭐ 32 This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..

  3521. douyin-mcp-server - ⭐ 32 🎥 Douyin (TikTok China) MCP Server - Automated video upload service via Model Context Protocol for AI integration

  3522. mcp-ollama - ⭐ 32 Query model running with Ollama from within Claude Desktop or other MCP clients

  3523. src-to-kb - ⭐ 32 Convert source code to LLM ready knowledge base

  3524. codingbuddy - ⭐ 32 Codingbuddy orchestrates 29 specialized AI agents to deliver code quality comparable to a team of human experts through a PLAN → ACT → EVAL workflow.

  3525. qdrant-mcp-server - ⭐ 32 MCP server for semantic search using local Qdrant vector database and OpenAI embeddings

  3526. Cortex - ⭐ 32 Persistent memory for Claude Code — 41 neuroscience papers, 26 biological mechanisms with paper-bearing per-mechanism ablation evidence (E1 v3). LongMemEval R@10 98.4% / MRR 0.9124 (n=500). LoCoMo R@10 94.2% / MRR 0.8278 (n=1986). BEAM-10M +33.4% over flat retrieval. PostgreSQL + pgvector. Verified via 31-row two-benchmark ablation campaign.

  3527. ILSpy-Mcp - ⭐ 32 🔓 UNLEASH ILSpy’S POWER. Reverse-engineer DOTNET code at GOD SPEED. AI-assisted debugging that THINKS with you. Decompile ANYTHING. 🚀

  3528. apisql-mcp - ⭐ 32 一个 MCP Server 连接你的所有数据库,数据库 MCP Server 的瑞士军刀。One MCP Server for all your databases. The Swiss Army Knife of Database MCP Servers.

  3529. pdf-mcp - ⭐ 32 MCP server that lets Claude Code and other AI agents read large PDFs without hitting context limits. Chunked reading, hybrid search, OCR, table and image extraction, SQLite cache.

  3530. notion-cli - ⭐ 32 CLI for Notion using the Model Context Protocol (MCP)

  3531. overleaf-mcp-server - ⭐ 32 MCP server for Overleaf projects. Syncs LaTeX files via Git, parses sections, equations, and citations, and exposes them to AI clients for assisted paper review, LaTeX fixes, and content generation.

  3532. mcp-server-weibo - ⭐ 32 Model Context Protocol服务器,用于抓取微博用户信息、动态和搜索功能

  3533. mcp-server-giphy - ⭐ 32 An implementation of Giphy integration with Model Context Protocol

  3534. OmnifocusMCP - ⭐ 32 Model Context Protocol (MCP) server for OmniFocus on macOS, with Rust, Python, and TypeScript implementations

  3535. mcp-slicer - ⭐ 32 A Model Context Protocol server for 3D Slicer integration

  3536. Agentic-MCP-Skill - ⭐ 32 Agentic-MCP, Progressive MCP client with three-layer lazy loading. Validates AgentSkills.io pattern for efficient token usage. Use MCP without pre-install & wasting full-loading

  3537. silverbullet-mcp - ⭐ 32 A Model Context Protocol (MCP) server to interact with your SilverBullet notes and data.

  3538. mcp-bash - ⭐ 31 A simple model context protocol (MCP) server that allows Claude Desktop or other MCP aware clients to run Bash commands on your local machine.

  3539. mcp-google-calendar - ⭐ 31 A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.

  3540. azure-container-apps-ai-mcp - ⭐ 31 This project showcases how to use the MCP protocol with Azure OpenAI. It provides a simple example to interact with OpenAI’s API seamlessly via an MCP server and client.

  3541. simple-psql-mcp - ⭐ 31 A beginner-friendly MCP server template featuring a PostgreSQL connector with clean, easy-to-understand code. Perfect for developers new to Model Context Protocol who want to experiment and create their own AI tool connectors with minimal setup.

  3542. myBrAIn - ⭐ 31 myBrAIn is an MCP (Model Context Protocol) server designed to provide persistent and contextual memory to language models (like Google Antigravity). It acts as a “second brain” for your development environment, allowing the AI to remember project rules, architectural decisions, and technical insights across different chat sessions

  3543. mcp-weather - ⭐ 31 A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.

  3544. mentor-mcp-server - ⭐ 31 A Model Context Protocol server providing LLM Agents a second opinion via AI-powered Deepseek-Reasoning R1 mentorship capabilities, including code review, design critique, writing feedback, and idea brainstorming through the Deepseek API.

  3545. jlcpcb-parts-mcp - ⭐ 31 JLCPCB PCBA向けの、部品探しを補助するためのMCPサーバー

  3546. unplugin-mcp - ⭐ 31 A unified plugin for developers integrating MCP servers into modern JavaScript build tools, including Webpack, Rollup, Vite, and more.

  3547. ez-mcp - ⭐ 31 The easiest path to getting an MCP server going

  3548. ESP32MCPServer - ⭐ 31 Allow AI models connect to ESP32 exposed interfaces. AI generated MCP server for ESP32.

  3549. EU_AI_ACT_MCP - ⭐ 31 EU AI Act MCP (Model Context Protocol) that connects to your AI agents, helping you to comply with the EU AI Act.

  3550. cca-mcp-configurator - ⭐ 31 一個簡單易用的網頁工具,用於管理 GitHub Copilot Coding Agent 的 MCP (Model Context Protocol) 設定

  3551. Smart-Thinking - ⭐ 31 Smart-Thinking is a Model Context Protocol (MCP) server that delivers graph-based, multi-step reasoning without relying on external AI APIs. Everything happens locally: similarity search, heuristic-based scoring, verification tracking, memory, and visualization all run in a deterministic pipeline designed for transparency and reproducibility.

  3552. biothings-mcp - ⭐ 31 MCP (Model Context Protocol) server for biothings

  3553. mcp-klever-vm - ⭐ 31 MCP server for Klever blockchain smart contract development

  3554. powerplatform-mcp - ⭐ 31 PowerPlatform Model Context Protocol server

  3555. clap-mcp - ⭐ 31 A Rust framework that bridges clap command-line applications with the Model Context Protocol (MCP)

  3556. mcp-marketplace - ⭐ 31 OpenSource MCP Marketplace | MCP Servers Tools Meta Dataset | Web API | Web Client Integration

  3557. stitch-mcp-auto - ⭐ 31 Automated installer for Stitch MCP - The easiest way to set up your Universal MCP server for Google Stitch.

  3558. workflows-mcp-server - ⭐ 31 Model Context Protocol server that enables AI agents to discover, create, and execute complex, multi-step workflows defined in simple YAML files. Allow your AI agents to better organize their tool usage and provide a more structured way to handle complex multi-step tasks.

  3559. NetContextServer - ⭐ 31 A .NET implementation of the Model Context Protocol enabling AI assistants to explore and understand .NET codebases.

  3560. pubnub-mcp-server - ⭐ 31 PubNub MCP Model Context Protocol Server for use in Cursor, Windsurf, Claude Desktop, Claude Code and OpenAI Codex and more!

  3561. YFinance-Trader-MCP-ClaudeDesktop - ⭐ 31 An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library, specifically adapted for Claude Desktop.

  3562. turn-based-game-mcp - ⭐ 31 A turn-based games app built with Next.js and TypeScript that features Tic-Tac-Toe and Rock Paper Scissors games with AI opponents powered by the Model Context Protocol (MCP), offering three difficulty levels.

  3563. listmonk-mcp - ⭐ 31 MCP (Model Context Protocol) server for Listmonk newsletter management

  3564. binance-mcp-server - ⭐ 31 A Model Context Protocol (MCP) server for integrating AI assistants with Binance cryptocurrency exchange APIs, enabling automated trading, market data access, and account management.

  3565. wiki-js-mcp - ⭐ 31 Model Context Protocol (MCP) server for Wiki.js with hierarchical documentation & Docker setup

  3566. plumcp - ⭐ 31 Clojure/ClojureScript library for making MCP server and client

  3567. mcp-mail-server - ⭐ 31 A lightweight Model Context Protocol (MCP) server that provides IMAP and SMTP email functionality for AI assistants like Claude in Cursor IDE. Built with TypeScript and optimized for easy deployment via npm/npx.

  3568. bw-modeling-mcp - ⭐ 31 MCP server for agentic AI-assisted development in SAP BW/4HANA

  3569. ontomics - ⭐ 31 Extract domain knowledge from codebases to reduce LLM token consumption by 20x and time in agentic search by 10x — gathers and makes concepts, naming conventions, and vocabulary queryable via MCP.

  3570. clay-mcp - ⭐ 31 A simple Model Context Protocol (MCP) server for Clay.

  3571. mcp-server-starter-ts - ⭐ 31 A minimal TypeScript starter template for building Model Context Protocol (MCP) servers.

  3572. altinity-mcp - ⭐ 31 Model Context Protocol server to use ClickHouse® databases in your AI agents

  3573. mdk-mcp-server - ⭐ 31 Model Context Protocol (MCP) server for AI-assisted development (“vibe coding”) of MDK applications.

  3574. google-search-console-mcp-server - ⭐ 30 Model Context Protocol server for Google Search Console API - integrate with Claude Code and Claude Desktop

  3575. postgres-mcp-server - ⭐ 30 MCP (Model Context Protocol) Server for postgres Database

  3576. zerodha-mcp - ⭐ 30 Zerodha MCP Server & Client - AI Agent (w/Agno & w/Google ADK)

  3577. machinepal - ⭐ 30 The Cloud-Native MCP and X402 Gateway to Run and Monetize your AI Agents and Services, as well as optimize your AI costs

  3578. mcp-client - ⭐ 30 Typescript mcp client library.

  3579. mcp-cyclops - ⭐ 30 Model Context Protocol server for Cyclops

  3580. carrot-ai-pm - ⭐ 30 Carrot auto-writes specs and catches AI code drift. MCP server for Cursor that AST-validates every commit.

  3581. runjs - ⭐ 30 The only MCP server you need: let your LLM generate and safely execute JavaScript – including fetch API calls, JSONPath ETL, built-in resiliencey, and secrets management

  3582. airflow-mcp-server - ⭐ 30 MCP Server for Apache Airflow

  3583. kafka-schema-reg-mcp - ⭐ 30 A comprehensive Message Control Protocol (MCP) server for Kafka Schema Registry.

  3584. itential-mcp - ⭐ 30 🔌 Itential Platform MCP Server

  3585. ros-mcp - ⭐ 30 MCP server for ROS to control robots via topics, services, and actions.

  3586. chrome-extension-bridge-mcp - ⭐ 30 A chrome extension bridge that allows you to connect to a mcp server to use global window object.

  3587. turbovault - ⭐ 30 MCP server that transforms your Obsidian vault into an intelligent knowledge system

  3588. google-workspace-mcp-server - ⭐ 30 A Model Context Protocol server for Google Workspace integration (Gmail and Calendar)

  3589. mcp-loxone - ⭐ 30 An opinionated Model Context Protocol (MCP) server for controlling Loxone home automation systems.

  3590. AI-Tracker - ⭐ 30 本仓库旨在整理关于大语言模型(LLM)底层逻辑、上下文工程 (Context Engineering) 以及 Model Context Protocol (MCP) 协议的核心学习资源与实战路径。

  3591. dockashell - ⭐ 30 DockaShell is an MCP server that gives AI agents isolated Docker containers to work in. MCP tools for shell access, file operations, and full audit trail.

  3592. mcp_espn_ff - ⭐ 30 ESPN Fantasy API with LLMs!

  3593. mcp-server-dumplingai - ⭐ 30 MCP (Model Context Protocol) server for Dumpling AI

  3594. batchdata-mcp-real-estate - ⭐ 30 Model Context Protocol (MCP) server for BatchData.io property and address APIs - Real estate data integration for Claude and other AI assistants

  3595. mcp-proxy - ⭐ 30 Fast rust MCP proxy between stdio and SSE

  3596. mcp-etherscan-server - ⭐ 30 An MCP (Model Context Protocol) server that provides Ethereum blockchain data tools via Etherscan’s API. Features include checking ETH balances, viewing transaction history, tracking ERC20 transfers, fetching contract ABIs, monitoring gas prices, and resolving ENS names.

  3597. mcp - ⭐ 30 Yandex Cloud MCP Servers

  3598. google-search-console-mcp - ⭐ 30 Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients

  3599. ai-foundry-agents-samples - ⭐ 30 Azure AI Foundry - Agents related sample code

  3600. deno-mcp-template - ⭐ 30 A template repo for writing and publishing local, remote, DXT, and binary MCP servers using Deno.

  3601. local_faiss_mcp - ⭐ 30 Local FAISS vector store as an MCP server – Agent Memory, drop-in local semantic search for Claude / Copilot / Agents.

  3602. reporecall - ⭐ 30 Local codebase memory, auto-generated wiki, and interactive architecture dashboard for Claude Code and MCP. AST indexing, call graphs, hybrid search, topology analysis. 0 tool calls, 3-8x fewer tokens, everything stays on your machine.

  3603. congressMCP - ⭐ 30 An MCP server allowing AI agents and MCP clients to interface with the Congress.gov API

  3604. stata-workbench - ⭐ 30 A VS Code compatible extension (Cursor, Windsurf, Antigravity etc.) that allows Stata code to be run directly from the editor. Enables AI agents to directly interact with Stata. Powered by mcp-stata, https://github.com/tmonk/mcp-stata.

  3605. coworker - ⭐ 30 Open-source AI agent with MCP UI, app builder, A2A protocol, skills marketplace, and multi-provider chat. Built with Mastra. Alternative to OpenClaw.

  3606. NiFiMCP - ⭐ 30 An MCP Server and client for communicating with Nifi (v1.28)

  3607. MCP-Scorecard - ⭐ 29 Deterministic CI scanner and surface-risk scoring for MCP (Model Context Protocol) servers.

  3608. mcp-inception - ⭐ 29 Call another MCP client from your MCP client. Offload context windows, delegate tasks, split between models

  3609. demo-mcp-server-client-implementation - ⭐ 29 A demo implementation of a MCP server (consuming a dummy API) and basic client.

  3610. mcp-badges - ⭐ 29 Get your projects MCP (Model Context Protocol) badges

  3611. rails-pg-extras-mcp - ⭐ 29 MCP (Model Context Protocol) LLM interface for rails-pg-extras gem

  3612. luke-desktop - ⭐ 29 A modern desktop client for Claude AI with MCP server support, built with Tauri, React, and TypeScript.

  3613. openai-mcp-agent-dotnet - ⭐ 29 Sample to create an AI Agent using OpenAI models with any MCP server running on Azure Container Apps

  3614. telegram-mcp-server - ⭐ 29 MCP server implementation for Telegram

  3615. agent-pm - ⭐ 29 MCP server for the planning and execution of AI-assisted development projects.

  3616. mcp-notify - ⭐ 29 💬 MCP Server for notify to Weixin, Telegram, Bark, Lark, 飞书, 钉钉

  3617. rdkit-mcp-server - ⭐ 29 MCP server that enables language models to interact with RDKit through natural language

  3618. robinhood-mcp-server - ⭐ 29 The Robinhood MCP Server provides a comprehensive interface to the Robinhood Crypto API. This server handles authentication, account management, market data retrieval, and trading operations through both REST API and WebSocket interfaces.

  3619. alibabacloud-dms-mcp-server - ⭐ 29 A universal multi-cloud data MCP Server supporting over 40 types of data source connections, providing secure, unified data access in a single platform.
Supports full range of Alibaba Cloud services and Mainstream databases/data warehouses.

  3620. tgcli - ⭐ 29 Telegram user console client and archiver

  3621. excel-reader-mcp - ⭐ 29 A Model Context Protocol (MCP) server for reading Excel files with automatic chunking and pagination support. Built with SheetJS and TypeScript.

  3622. TAM-MCP-Server - ⭐ 29 A comprehensive Model Context Protocol (MCP) server for market sizing analysis, TAM/SAM calculations, and industry research. Built with TypeScript, Express.js, and following the MCP specification.

  3623. notion-mcp - ⭐ 29 A simple Model Context Protocol (MCP) server that integrates with Notion’s API to manage my personal todo list.

  3624. mcp-ollama-agent - ⭐ 29 A TypeScript example showcasing the integration of Ollama with the Model Context Protocol (MCP) servers. This project provides an interactive command-line interface for an AI agent that can utilize the tools from multiple MCP Servers..

  3625. seo-insights-mcp-server - ⭐ 29 TypeScript Model Context Protocol (MCP) server for SEO Insights. Provides SEO tools for backlinks, keyword research, and traffic analysis. Includes CLI support and extensible structure for connecting AI systems (LLMs) to SEO APIs

  3626. mcp_autogen_sse_stdio - ⭐ 29 This repository demonstrates how to use AutoGen to integrate local and remote MCP (Model Context Protocol) servers. It showcases a local math tool (math_server.py) using Stdio and a remote Apify tool (RAG Web Browser Actor) via SSE for tasks like arithmetic and web browsing.

  3627. izan.io - ⭐ 29 Turn Any Browser Action & Data Extraction into an AI Tool in 60 Seconds

  3628. mcp-testing-framework - ⭐ 29 Testing framework for Model Context Protocol (MCP)

  3629. taskflow-mcp - ⭐ 29 A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes. Enforces a structured workflow with user approval steps.

  3630. mcp-websocket - ⭐ 29 This server implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates.

  3631. nchan-mcp-transport - ⭐ 29 The best way to deploy mcp server. A high-performance WebSocket/SSE transport layer & gateway for Anthropic’s MCP (Model Context Protocol) — powered by Nginx, Nchan, and FastAPI.

  3632. drawio-mcp-extension - ⭐ 29 Draw.io Model Context Protocol (MCP) Browser Extension

  3633. emcp - ⭐ 29 A Model Context Protocol (MCP) Server for Elixir

  3634. mcp-gateway - ⭐ 29 The MCP gateway is a reverse proxy server that forwards requests from clients to the MCP server or uses all MCP servers under the gateway through a unified portal.

  3635. nimbletools-core - ⭐ 29 NimbleTools is an open-source MCP runtime. Infrastructure for the agentic web.

  3636. FerrumMCP - ⭐ 29 A Model Context Protocol (MCP) server that provides web automation capabilities through Ferrum, with optional BotBrowser integration for advanced anti-detection features. This enables AI agents to interact with web pages seamlessly.

  3637. claude-mcp-trello - ⭐ 29 A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.

  3638. pptx-xlsx-mcp - ⭐ 29 Antrophics Model context protocol to edit powerpoint files

  3639. mcp-log-proxy - ⭐ 29 a web logging proxy for MCP client-server communication

  3640. engram-memory-community - ⭐ 29 The highest-scoring AI memory system ever benchmarked that isn’t reliant on LLM reranking. And it’s free & burns less tokens.

  3641. d365fo-client - ⭐ 29 A comprehensive Python client library and MCP server for Microsoft Dynamics 365 Finance & Operations (D365 F&O) that provides easy access to OData endpoints, metadata operations, label management, and AI assistant integration.

  3642. MalwareBazaar_MCP - ⭐ 29 An AI-driven MCP server that autonomously interfaces with Malware Bazaar, delivering real-time threat intel and sample metadata for authorized cybersecurity research workflows.

  3643. rootcause - ⭐ 29 RootCause is a local-first MCP server that turns natural-language requests into evidence-backed incident analysis, Kubernetes diagnostics, and safer operations.

  3644. raybridge - ⭐ 29 MCP server that bridges Raycast extensions to any MCP-compatible client

  3645. atxp - ⭐ 29 Give your AI agent a wallet, email, phone number, and instant access to paid MCP tools — web search, image/video/music gen, X search, SMS, voice calls, code execution, and more. Works with Gemini CLI, Claude, and any MCP client.

  3646. mcp-server-zotero-dev - ⭐ 29 Give your AI assistant superpowers for Zotero plugin development. 25 tools for screenshots, DOM inspection, JavaScript execution, build integration, and debugging via Model Context Protocol.

  3647. engram-memory - ⭐ 29 The highest-scoring AI memory system ever benchmarked that isn’t reliant on LLM reranking. And it’s free & burns less tokens.

  3648. local-skills-mcp - ⭐ 28 Universal MCP server enabling any LLM or AI agent to utilize expert skills from your local filesystem. Reduces context consumption through lazy loading. Works with Claude, Cline, and any MCP-compatible client.

  3649. Palmos - ⭐ 28 The Runtime Where AI Agents Build, Ship, and Evolve. Pulse Editor is a modular, cross-platform, AI-powered productivity platform with federated app collaboration and extensible workflows.

  3650. relace-mcp - ⭐ 28 Unofficial Relace MCP client with AI features. Personal project; not affiliated with or endorsed by Relace

  3651. postmancer - ⭐ 28 An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia

  3652. mcp-attr - ⭐ 28 A library for declaratively building Model Context Protocol servers.

  3653. nettune - ⭐ 28 A network diagnostics and TCP optimization tool with MCP (Model Context Protocol) integration for AI-assisted configuration.

  3654. laravel-mcp-sdk - ⭐ 28 Laravel Based Implementation for Model Context Protocol

  3655. vsc-mcp - ⭐ 28 This project provides tools that expose Language Server Protocol (LSP) functionality as MCP (Model Context Protocol) tools

  3656. openapi-mcp-generator - ⭐ 28 A Python tool that automatically converts OpenAPI(Swagger, ETAPI) compatible specifications into fully functional Model Context Protocol (MCP) servers. Generates Docker-ready implementations with support for SSE/IO communication protocols, authentication, and comprehensive error handling. https://pypi.org/project/openapi-mcp-generator/

  3657. claude-code-mcp - ⭐ 28 Model Context Protocol (MCP) servers with Claude Code. These tools dramatically enhance Claude Code’s capabilities, allowing it to interact with your filesystem, web browsers, and more.

  3658. gemsuite-mcp - ⭐ 28 Professional Gemini API integration for Claude and all MCP-compatible hosts with intelligent model selection and advanced file handling | Smithery.ai verified

  3659. tempo-mcp-server - ⭐ 28 MCP server for managing Tempo worklogs in Jira

  3660. Healthcare-MCP - ⭐ 28 Specification and documentation for the Healthcare Model Context Protocol. This builds on top of the base Model Context Protocol

  3661. mcp-writer-substack - ⭐ 28 Model Context Protocol to bridge in Substack writings to Claude.

  3662. mcp-config-manager - ⭐ 28 Manage MCP server configs across Claude, Gemini & other AI systems. Interactive CLI for server enable/disable, preset management & config sync.

  3663. do-remote-mcp-server-template - ⭐ 28 A Model Context Protocol (MCP) server that checks domain name availability using WHOIS lookups and DNS resolution

  3664. aistudio-mcp-server - ⭐ 28 Google AI Studio MCP Server - Powerful Gemini API integration for Model Context Protocol with multi-modal file processing, PDF-to-Markdown conversion, image analysis, and audio transcription capabilities. Supports all Gemini 2.5 models with comprehensive file format support.

  3665. brlaw_mcp_server - ⭐ 28 A MCP (Model Context Protocol) server for agent-driven research on Brazilian law using official sources

  3666. php-mcp - ⭐ 28 A complete PHP implementation of the Model Context Protocol (MCP) with server and client support, STDIO and HTTP transports, and framework integration

  3667. minds-mcp - ⭐ 28 An MCP (Model Context Protocol) server for Minds, allowing LLMs to interact with the Minds SDK through a standardized interface.

  3668. agent-twitter-client-mcp - ⭐ 28 A Model Context Protocol (MCP) server that integrates with X using the @elizaOS agent-twitter-client package, allowing AI models to interact with Twitter without direct API access.

  3669. chat - ⭐ 28 Chat Client for Your Service’s MCP Server

  3670. kernel-mcp-server - ⭐ 28 Open-source MCP server for secure, low-latency cloud-browser automation on Kernel.

  3671. mcp-simple-timeserver - ⭐ 28 Simple MCP to give Claude ability to check current time as well as know when holidays are, what is the time distance between dates etc.

  3672. langchain-mcp-tools-py - ⭐ 28 MCP to LangChain Tools Conversion Utility / Python

  3673. leanmcp-sdk - ⭐ 28 Production-ready TypeScript SDK for MCP servers: auth, multi-tenant, observability. Build enterprise AI agents fast.

  3674. pulse-editor - ⭐ 28 The Runtime Where AI Agents Build, Ship, and Evolve. Pulse Editor is a modular, cross-platform, AI-powered productivity platform with federated app collaboration and extensible workflows.

  3675. mcp-server-semgrep - ⭐ 28 MCP Server Semgrep is a Model Context Protocol compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.

  3676. unity-editor-mcp - ⭐ 28 An MCP server and client for LLMs to interact with Unity Projects

  3677. MiAO-MCP-for-Unity - ⭐ 28 MCP Server + Plugin for Unity Editor and Unity game. The Plugin allows to connect to MCP clients like Claude Desktop or others.

  3678. Unreal-MCP - ⭐ 28 AI bridge for Unreal Engine 5. Control the editor from Claude Code, Cursor, Windsurf, and any MCP client. 238 commands across materials, blueprints, Niagara VFX, StateTree, data tables, Mass Entity, Enhanced Input, UMG widgets, and performance profiling.

  3679. MCP-OpenStack-Ops - ⭐ 28 90+ production-safe OpenStack tools for AI agents via MCP. Project-scoped & read-only by default. Works with Claude, Open WebUI & any MCP client. FastMCP + OpenStack SDK. Available on PyPI, Docker Hub & Smithery.

  3680. gaia-x - ⭐ 27 Gaia-X 基于AI新范式的下一代企业级AI应用平台。Gaia-X旨在实现类人脑的、针对企业办公业务场景的AI化赋能,包括一系列新颖而稳定的企业级AI功能,包括不限于:企业级管理功能、MCP Server支持(且支持将企业内部系统API转换为MCP Server提供服务)、支持自然语言驱动的RPA(大模型操作电脑)、划词分析和悬浮球等。

  3681. Memgpt-MCP-Server - ⭐ 27 A Model Context Protocol (MCP) server that provides persistent memory and multi-model LLM support.

  3682. aws-mcp - ⭐ 27 An MCP(Model Context Protocol) Server for AWS services

  3683. VercelGenUI_MCP - ⭐ 27 Proof of concept chat AI combining the Model Context Protocol (MCP) with Vercel’s AI SDK UI

  3684. mcp-web-browser - ⭐ 27 An advanced web browsing server for the Model Context Protocol (MCP) powered by Playwright, enabling headless browser interactions through a flexible, secure API.

  3685. directus-mcp-server - ⭐ 27 Model Context Protocol server for Directus

  3686. Python-Runtime-Interpreter-MCP-Server - ⭐ 27 PRIMS is a lightweight, open-source Model Context Protocol (MCP) server that lets LLM agents safely execute arbitrary Python code in a secure, throw-away sandbox.

  3687. mcp-stytch-consumer-todo-list - ⭐ 27 Workers + Stytch TODO App MCP Server

  3688. mcp-local-dev - ⭐ 27 Let LLMs manage your local dev environments

  3689. nebulagraph-mcp-server - ⭐ 27 Model Context Protocol Server for NebulaGraph 3.x

  3690. symfony-mcp-server - ⭐ 27 A Symfony package designed for building secure servers based on the Model Context Protocol, utilizing Server-Sent Events (SSE) and/or StreamableHTTP for real-time communication. It offers a scalable tool system tailored for enterprise-grade applications.

  3691. agent-hub-mcp - ⭐ 27 A Model Context Protocol (MCP) server that enables communication and coordination between multiple AI agents

  3692. systemprompt-mcp-notion - ⭐ 27 This an Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing AI agents to interact with pages, databases, and comments.

  3693. janee - ⭐ 27 Secrets management for AI agents via MCP • @janeesecure

  3694. openzeppelin-mcp - ⭐ 27 Model Context Protocol Servers Repository for OpenZeppelin products

  3695. mcp_streamable_http - ⭐ 27 Educational repo for MCP streamable HTTP servers and clients

  3696. mcp-annotated-java-sdk - ⭐ 27 Annotation-driven MCP dev 🚀 No Spring, Zero Boilerplate, Pure Java

  3697. deep-research-mcp - ⭐ 27 A Model Context Protocol (MCP) compliant server designed for comprehensive web research. It uses Tavily’s Search and Crawl APIs to gather detailed information on a given topic, then structures this data in a format perfect for LLMs to create high-quality markdown documents.

  3698. novyx-mcp - ⭐ 27 Persistent memory for AI agents. 107 MCP tools for remember, recall, rollback, audit, knowledge graph, eval, cortex, replay, governed actions, threat intel, auto-defense, Runtime v2 agents/missions, and more. Works locally (zero config) or with Novyx Cloud.

  3699. Excel-MCP-Server-Master - ⭐ 27 Excel MCP Server - Manipulate Excel files without Microsoft Excel. Model Context Protocol for XLSX, XLSM with Claude AI integration

  3700. aj-mcp - ⭐ 27 Simple MCP SDK in Java

  3701. MCP-Developer-SubAgent - ⭐ 27 A specialized framework for Model Context Protocol (MCP) development featuring 8 Claude Code sub-agents, security hooks, and production-ready FastMCP server templates. Provides immediate MCP development assistance through markdown-driven agents with optional programmatic SDK .

  3702. fastify-mcp-server - ⭐ 27 Fastify plugin to easily spin up Model Context Protocol (MCP) HTTP servers

  3703. suse-ai-up - ⭐ 27 A comprehensive platform for managing and proxying Model Context Protocol (MCP) servers, providing scalable AI service orchestration across multiple microservices.

  3704. zotero-mcp-server - ⭐ 27 MCP server to expose local zotero repository to MCP clients

  3705. twincat-validator-mcp - ⭐ 27 An MCP server that validates, auto-fixes, and scaffolds TwinCAT 3 XML files. Connect it to any LLM client to give your AI assistant reliable, deterministic TwinCAT code quality tooling — structural checks, 21 IEC 61131-3 OOP checks, auto-fix pipelines, and canonical skeleton generation.

  3706. server-sharepoint - ⭐ 27 This is a MCP server for Claude Desktop that allows you to interact with SharePoint Online using the SharePoint REST API. It is designed to be used with the Claude Desktop app, but could be used by other MCP clients as well.

  3707. mcp-server - ⭐ 27 The Decodo MCP server which enables MCP clients to interface with services.

  3708. rollbar-mcp-server - ⭐ 27 Model Context Protocol server for Rollbar

  3709. zebbern-kali-mcp - ⭐ 27 MCP server for Kali Linux penetration testing - 130 tools for AI-assisted security testing - Giving Agents access to full pentesting tools

  3710. asc-mcp - ⭐ 27 MCP server for App Store Connect API — 208 tools for managing apps, builds, TestFlight, subscriptions, and more from Claude, Cursor, VS Code, or any MCP client

  3711. chatbot_Shopify - ⭐ 26 Agentic Shopify Chatbot with MCP integration, embedded directly into Shopify via a Theme Extension

  3712. mcp-structured-thinking - ⭐ 26 A TypeScript Model Context Protocol (MCP) server to allow LLMs to programmatically construct mind maps to explore an idea space, with enforced “metacognitive” self-reflection

  3713. mcp-frontend-testing - ⭐ 26 Frontend testing tools for Model Context Protocol

  3714. mcp-client-x - ⭐ 26 Python MCP client + server example

  3715. ton-blockchain-mcp - ⭐ 26 A Model Context Protocol (MCP) server written in Python for natural language interaction with the TON blockchain 💎

  3716. taiwan-holiday-mcp - ⭐ 26 一個基於 Model Context Protocol (MCP) 的台灣假期查詢伺服器,為 AI 工具提供準確的台灣國定假日資訊。

  3717. mcp-auth - ⭐ 26 MCP Auth via Reverse Proxy

  3718. greptimedb-mcp-server - ⭐ 26 A Model Context Protocol (MCP) server for GreptimeDB

  3719. mcp-ffmpeg-helper - ⭐ 26 一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。

  3720. github-repo-mcp - ⭐ 26 Model Context Protocol server for Github Repo // Reading Github Repo

  3721. mcp_rss - ⭐ 26 MCP RSS is a Model Context Protocol (MCP) server for interacting with RSS feeds.

  3722. mcp-desktop-automation - ⭐ 26 A Model Context Protocol server that provides desktop automation capabilities using RobotJS and screenshot capabilities

  3723. markview - ⭐ 26 Native macOS markdown preview + MCP server for Claude Code. Swift/SwiftUI, GFM, Mermaid, syntax highlighting. No Electron.

  3724. Tiny-OAI-MCP-Agent - ⭐ 26 A MCP protocol agent that operates a SQLite using natural language by OpenAI-Compatible LLM.

  3725. MCPHammer - ⭐ 26 MCP security testing framework for evaluating Model Context Protocol server vulnerabilities

  3726. fastify-mcp - ⭐ 26 A Fastify plugin to run Model Context Protocol (MCP) servers

  3727. strava-mcp - ⭐ 26 A Model Context Protocol (MCP) server with Strava OAuth integration, built on Cloudflare Workers. Enables secure authentication and tool access for MCP clients like Claude and Cursor through Strava login. Perfect for developers looking to integrate Strava authentication with AI tools.

  3728. skill-mcp - ⭐ 26 LLM-managed skills platform using MCP - create, edit, and execute skills programmatically in Claude, Cursor, and any MCP-compatible client without manual file uploads.

  3729. plux - ⭐ 26 💡AI finder/explorer. One click @files via a visual filetree and save insights in a notepad. build with Tauri

  3730. lotus-wisdom-mcp - ⭐ 26 Contemplative reasoning MCP server — Lotus Sutra wisdom framework with interactive ext-apps journey visualization.

  3731. Risuai-NodeOnly - ⭐ 26 Make your own story. User-friendly software for LLM roleplaying, forked from Risuai

  3732. localwp-agent-tools - ⭐ 26 A Local add-on that provides an MCP server, skills, and project context for AI-powered WordPress development. Works with Claude Code, Cursor, Windsurf, VS Code Copilot, and any MCP client.

  3733. webmcp-bridge - ⭐ 25 Bridge local MCP clients to browser WebMCP tools through Playwright, using native WebMCP when available and injected adapters when not.

  3734. php-mcp-sdk - ⭐ 25 PHP implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools. ✨ Features 🚀 Complete MCP Protocol Support - Full implementation of the MCP specification 🔧 Type-Safe - Leverages PHP 8.1+ type system with enums, union types, and strict typing ⚡ Async First

  3735. alpaca-mcp-server - ⭐ 25 Model Context Protocol (MCP) server for Alpaca trading API

  3736. gyazo-mcp-server - ⭐ 25 Official Model Context Protocol server for Gyazo

  3737. mcp-php - ⭐ 25 model context protocol or mcp for php laravel

  3738. mcp-media-processor - ⭐ 25 A Node.js server implementing Model Context Protocol (MCP) for media processing operations, providing powerful video and image manipulation capabilities.

  3739. mcp-webdriveragent - ⭐ 25 This is a Model Context Protocol (MCP) server that provides tools for building and signing WebDriverAgent for iOS.

  3740. mcp-manager - ⭐ 25 CLI tool for managing Model Context Protocol (MCP) servers in one place & using them across them different clients

  3741. slack-mcp-server - ⭐ 25 A Model Context Protocol Server for Interacting with Slack

  3742. meeting-mcp - ⭐ 25 Model Context Protocol server for AI assistants to create meeting bots, search transcripts, and manage meeting recordings.

  3743. ccmcp - ⭐ 25 A CLI tool that intelligently discovers, validates, and selects MCP (Model Context Protocol) server configurations for Claude Code.

  3744. nestjs-mcp - ⭐ 25 NestJS module for seamless Model Context Protocol (MCP) server integration using decorators.

  3745. openai-copilot - ⭐ 25 Your life Copilot powered by LLM models (CLI interface for LLM models with MCP tools).

  3746. json2video-mcp-server - ⭐ 25 Message Communication Protocol server for json2video API integration

  3747. mcp-playground - ⭐ 25 Simple MCP Client for remote MCP Servers 🌐

  3748. cfbd-mcp-server - ⭐ 25 An MCP server enabling CFBD API queries within Claude Desktop.

  3749. microsoft_fabric_mcp - ⭐ 25 MCP server wrapping around the Fabric Rest API

  3750. azure-diagram-mcp - ⭐ 25 MCP server that turns natural-language prompts into Microsoft Azure architecture diagrams (PNG) using Python Diagrams + Graphviz.

  3751. gemini-webapi-mcp - ⭐ 25 MCP server for Google Gemini — free image generation, editing & chat via browser cookies. No API keys needed.

  3752. Screenhand - ⭐ 25 Give AI eyes and hands on your desktop. Open-source MCP server for desktop automation — screenshots, UI control, browser automation, OCR. Works with Claude, Cursor, and any MCP client. macOS + Windows.

  3753. mcpc - ⭐ 25 Cross-platform C SDK for Model Context Protocol (MCP), in modern🚀 C23.

  3754. Intercept - ⭐ 25 The control layer for AI agents. Intercept enforces hard limits on every MCP tool call before execution. Rate limits, spend caps, access controls. Open source.

  3755. prometheus-mcp - ⭐ 25 A Model Context Protocol (MCP) server implementation that provides AI agents with programmatic access to Prometheus metrics via a unified interface.

  3756. MCP-DB-Client - ⭐ 25 MCP layer for 1C

  3757. mlb-mcp - ⭐ 25 MCP server for advanced baseball analytics (statcast, fangraphs, baseball reference, mlb stats API)

  3758. askr - ⭐ 25 MCP Q&A Assistant - Async Q&A capabilities for AI clients via MCP protocol

  3759. MCP-Mastery-with-Claude-and-Langchain - ⭐ 25 Build MCP servers & clients with Python, Streamlit, ChromaDB, LangChain, LangGraph agents, and Ollama integrations

  3760. linux-command-mcp - ⭐ 25 MCP server and client for running Linux commands

  3761. manceps - ⭐ 25 Ruby client for the Model Context Protocol (MCP). Latin: one who takes in hand.

  3762. Mobus - ⭐ 25 Search, preview, and analyze datasets from 20+ platforms via a single MCP connector. Works with Claude instantly.

  3763. ai-cli - ⭐ 25 ai-cli lets you go from zero to AI-powered in seconds in a safe, automated and tailored way.

  3764. ib-mcp-cache-server - ⭐ 24 Memory Cache Server for use with supported MCP API Clients.

  3765. puzzlebox - ⭐ 24 An MCP server that hosts finite state machines as dynamic resources that multiple clients can subscribe to and be updated when their state changes.

  3766. mcp-chain-of-draft-server - ⭐ 24 Chain of Draft Server is a powerful AI-driven tool that helps developers make better decisions through systematic, iterative refinement of thoughts and designs. It integrates seamlessly with popular AI agents and provides a structured approach to reasoning, API design, architecture decisions, code reviews, and implementation planning.

  3767. GenomeMCP - ⭐ 24 An AI-driven genomic intelligence system delivering structured ClinVar interpretation and high-precision exon, intron, and gene queries using the Model Context Protocol (MCP).

  3768. Unlock-your-agents-potential-with-Model-Context-Protocol-PostgreSQL-Workshop - ⭐ 24

  3769. opnsense-mcp-server - ⭐ 24 A Model Context Protocol (MCP) server implementation for managing OPNsense firewalls. This server allows Claude and other MCP-compatible clients to interact with all features exposed by the OPNsense API.

  3770. n8n-AI-agent-DVM-MCP-client - ⭐ 24 An AI agent built in n8n which can find and use Model Context Protocol (MCP) Server Tools served as Data Vending Machines (DVM) over the Nostr network.

  3771. mcp-server-semgrep - ⭐ 24 MCP Server Semgrep is a Model Context Protocol compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.

  3772. python-sequential-thinking-mcp - ⭐ 24 A Python implementation of the Sequential Thinking MCP server using the official Model Context Protocol (MCP) Python SDK. This server facilitates a detailed, step-by-step thinking process for problem-solving and analysis.

  3773. MCP - ⭐ 24 The EduBase MCP server enables Claude and other LLMs to interact with EduBase’s comprehensive e-learning platform through the Model Context Protocol (MCP).

  3774. DeepResearchMCP - ⭐ 24 Deep Research MCP is an intelligent research assistant built on the Model Context Protocol (MCP) that performs comprehensive, multi-step research on any topic.

  3775. mcp-template-dotnet - ⭐ 24 This repository contains a template for creating a Model Context Protocol (MCP) applications in .NET.

  3776. Awesome-MCP - ⭐ 24 Awesome-MCP Servers & Clients & Funny things

  3777. calendar-mcp - ⭐ 24 This project implements a Python-based MCP (Model Context Protocol) server that acts as an interface between Large Language Models (LLMs) and the Google Calendar API. It enables LLMs to perform calendar operations via natural language requests.

  3778. readwise-vector-db - ⭐ 24 Turn your Readwise library into a blazing-fast, self-hosted semantic search engine – complete with nightly syncs, vector search API, Prometheus metrics, and a streaming MCP server for LLM clients.

  3779. k6-mcp-server - ⭐ 24 k6 MCP server

  3780. bzm-mcp - ⭐ 24 Official BlazeMeter MCP Server for AI-driven performance testing

  3781. mcp-client-agent - ⭐ 24 CLI that uses DSPy to interact with MCP servers.

  3782. roo-logger - ⭐ 24 An MCP server for logging activity in Roo Code/Cline.

  3783. identity-spec - ⭐ 24 AGNTCY Identity allows to onboard, create and verify identities for Agents, Model Context Protocol (MCP) Servers and Multi-Agent Systems (MASs).

  3784. cursor-db-mcp - ⭐ 24 Model Context Protocol server for querying Cursor chat history

  3785. lua-resty-mcp - ⭐ 24 Model Context Protocol SDK implemented in Lua for OpenResty

  3786. solana-mcp - ⭐ 24 A comprehensive Solana MCP (Model Context Protocol) server for analyzing memecoins, tracking trends, and providing AI-powered insights using cultural analysis and on-chain data.

  3787. Claude-Code-MCP-Manager - ⭐ 24 A comprehensive tool to manage Model Context Protocol (MCP) configurations for Claude code

  3788. metmuseum-mcp - ⭐ 24 Met Museum MCP integration to discover the art collection at The Metropolitan Museum of Art in New York

  3789. html-to-markdown-mcp - ⭐ 24 MCP server for converting HTML to Markdown using Turndown.js. Fetch web pages and convert them to clean, formatted Markdown.

  3790. agentgate - ⭐ 24 Approval workflows for AI agents

  3791. WikidataMCP - ⭐ 24 Model Context Protocol for Wikidata

  3792. WikidataMCP - ⭐ 24 Model Context Protocol for Wikidata

  3793. mcp-cmd - ⭐ 24 CLI for calling successive MCP Server tools

  3794. Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine - ⭐ 24 🧠 Autonomous AI Trading Agent & Multi-Chain Flash-Arb Engine (v2.0 Beta). Powered by MCP-Protocol & LLM reasoning. High-frequency arbitrage on Solana, Base, and EVM L2s. Built by Cortex Software Labs.

  3795. Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine - ⭐ 24 🧠 Autonomous AI Trading Agent & Multi-Chain Flash-Arb Engine (v2.0 Beta). Powered by MCP-Protocol & LLM reasoning. High-frequency arbitrage on Solana, Base, and EVM L2s. Built by Cortex Software Labs.

  3796. codemesh - ⭐ 24 The Self-Improving MCP Server - Agents write code to orchestrate multiple MCP servers with intelligent TypeScript execution and auto-augmentation

  3797. mcp-rss-aggregator - ⭐ 24 Model Context Protocol Server for aggregating RSS feeds in Claude Desktop

  3798. cf-mcp-client - ⭐ 24 Tanzu Platform Chat

  3799. nlweb-net - ⭐ 24 The official .NET 9 implementation of the NLWeb protocol for building natural language web interfaces with support for List, Summarize, and Generate query modes, plus Model Context Protocol (MCP) integration for AI clients.

  3800. mcp-oauth-proxy - ⭐ 24 Oauth 2.1 proxy server that can autheticate client and proxy requests to mcp server

  3801. GUI-MCP - ⭐ 24 A Blueprint-style visual node editor for creating FastMCP servers. Build MCP tools, resources, and prompts by connecting nodes - no coding required.

  3802. emilie - ⭐ 24 Swiss sovereign legal AI. Fork of Mike, extended with MCP client and local model support (Apertus). Named after Emilie Kempin-Spyri.

  3803. nix-mcp-servers - ⭐ 24 A nix flake for configuring Model Context Protocol (MCP) servers across supported AI assistant clients

  3804. jsonv-ts - ⭐ 23 JSON Schema builder and validator for TypeScript with static type inference, Hono middleware for OpenAPI generation and validation, and MCP server/client implementation. Lightweight, dependency-free, and built on Web Standards.

  3805. mcp-task-manager-server - ⭐ 23 A local Model Context Protocol (MCP) server providing backend tools for client-driven project and task management using a SQLite database.

  3806. mcp-server-amazon-bedrock - ⭐ 23 Model Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate images

  3807. Model-Context-Protocol - ⭐ 23

  3808. jigsawstack-mcp-server - ⭐ 23 Model Context Protocol Server that allows AI models to interact with JigsawStack models!

  3809. cortex - ⭐ 23 A declarative platform for building Model Context Protocol (MCP) servers in Golang—exposing tools, resources & prompts in a clean, structured way

  3810. paraview_mcp - ⭐ 23 ParaView-MCP integrates multimodal LLMs with ParaView via Model Context Protocol, enabling natural language control of scientific visualizations. The agent observes the viewport for visual feedback, making complex visualization tool accessible to all users while providing intelligent automation for experts.

  3811. lineshopping-api-mcp - ⭐ 23 Model Context Protocol (MCP) server for the LINE SHOPPING API. Enables AI agents and tools to manage products, inventory, orders, and settlements on LINE SHOPPING via auto-generated MCP tools from the official OpenAPI spec.

  3812. home-assistant-mcp - ⭐ 23 A Model Context Protocol (MCP) integration that enables AI assistants to search for and control Home Assistant devices through natural language commands in Cursor.

  3813. mcp-twitter-server - ⭐ 23 Model Context Protocol Server for Accessing twitter

  3814. mcp-community - ⭐ 23 Easily run, deploy, and connect to MCP servers

  3815. mcp-pa-ai-agent - ⭐ 23 A personal assistant AI agent built with the Model Context Protocol (MCP)

  3816. lightdash-mcp-server - ⭐ 23 A MCP(Model Context Protocol) server that accesses to Lightdash

  3817. balldontlie-mcp - ⭐ 23 An MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLB

  3818. slack-mcp-client - ⭐ 23 An MCP client for slack in Typescript

  3819. autotask-mcp - ⭐ 23 MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more

  3820. codeprism - ⭐ 23 An experimental, 100% AI-generated, high-performance code intelligence server providing AI assistants with a graph-based understanding of codebases.

  3821. agent-studio-starter - ⭐ 23 Stop building AI agents from scratch. Bootstrap starter Agent app with LangGraph, CopilotKit, and beautiful Generative UIs.

  3822. langchain-mcp-tools-ts - ⭐ 23 MCP to LangChain Tools Conversion Utility / TypeScript

  3823. mcp-web-scraper - ⭐ 23 The Decodo MCP server which enables MCP clients to interface with services.

  3824. mcp-scan - ⭐ 23 Security scanner for MCP server configurations. Detects secrets, CVEs, permission issues, and exfiltration vectors across 10 AI tool clients.

  3825. awesome-agent-skills-mcp - ⭐ 23 MCP server providing 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more. Works with Claude, GitHub Copilot, and any MCP client.

  3826. room-mcp - ⭐ 23 Allow MCP clients like claude-desktop to use rooms to coordinate with other agents

  3827. typescript-mcp-client - ⭐ 23

  3828. flutter-ai-labs - ⭐ 23 A curated collection of LLM-powered Flutter apps built using RAG, AI Agents, Multi-Agent Systems, MCP, and Voice Agents.

  3829. your-money-left-the-chat - ⭐ 23 A Rust + MCP powered financial tracker that knows exactly where your money ghosted you.

  3830. aws-s3-mcp - ⭐ 23 MCP server to integrate AWS S3 and LLM

  3831. bruno-mcp - ⭐ 23 🚀 MCP server for generating Bruno API testing files programmatically. Create collections, environments, requests, and test scripts using AI clients like Claude Desktop.

  3832. csv-editor - ⭐ 23 Stateful CSV editing MCP server for AI assistants — sessions, undo/redo, auto-save, and 39 pandas-powered tools. Works with Claude, ChatGPT, Cursor, Windsurf, Claude Code, and any MCP-compatible client. Built on FastMCP 3

  3833. muster - ⭐ 23 MCP tool management and workflow proxy

  3834. slack-mcp-server - ⭐ 23 Session-based Slack MCP for Claude and MCP clients: local-first workflows, secure-default HTTP.

  3835. capture-mcp-server - ⭐ 23 AI-native Model Context Protocol (MCP) server that integrates SAM.gov, USASpending.gov, and Tango APIs to capture and analyze federal procurement and spending data through natural language queries. Responses include both human-readable text and structured JSON so MCP-compatible clients can consume the data programmatically.

  3836. aisdk-mcp-bridge - ⭐ 22 Bridge package enabling seamless integration between Model Context Protocol (MCP) servers and AI SDK tools. Supports multiple server types, real-time communication, and TypeScript.

  3837. MCP-123 - ⭐ 22 The easiest possible implementation of an MCP server and client. Set up a server or a client in 2 lines of code.

  3838. nobitex-mcp-server - ⭐ 22 a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.

  3839. mcp-server-oracle - ⭐ 22 Model Context Protocol server to access oracle database

  3840. higress-ops-mcp-server - ⭐ 22 A Model Context Protocol (MCP) server implementation that enables comprehensive configuration and management of Higress.

  3841. Elysia-mcp - ⭐ 22 Model Context Protocol (MCP) Server for Bun and Elysia

  3842. mcp-flux-studio - ⭐ 22 A Model Context Protocol server for Flux image generation, providing tools for image generation, manipulation, and control

  3843. DANP-Engine - ⭐ 22 A trusted AI Model Context Protocol (MCP) runtime for secure, decentralized AI tools and services.

  3844. mcp-sse-authenticated-cloud-run - ⭐ 22 Host an Model Context Protocol SSE deployment on Cloud Run, Authenticating with IAM.

  3845. MobSF-MCP - ⭐ 22 a Node.js-based Model Context Protocol implementation for MobSF

  3846. async-mcp - ⭐ 22 A minimalistic async Rust implementation of the Model Context Protocol (MCP).

  3847. mcpagentai - ⭐ 22 Python SDK designed to simplify interactions with MCP (Model Context Protocol) servers. It provides an easy-to-use interface for connecting to MCP servers, reading resources, and calling tools

  3848. p5js-ai-editor - ⭐ 22 A modern, web-based IDE for creating and editing p5.js sketches with AI assistance and Model Context Protocol (MCP) integration for Claude Desktop.

  3849. printify-mcp - ⭐ 22 A Model Context Protocol (MCP) server for integrating AI assistants with Printify’s print-on-demand platform

  3850. biznagafest-mcp - ⭐ 22 MCP Servers en Málaga con salero

  3851. dbt-docs-mcp - ⭐ 22 MCP (model context protocol) server for interacting with dbt Docs

  3852. mcp-framework - ⭐ 22 Rust MCP framework for building AI agents

  3853. awesome-mcp - ⭐ 22 A collection of mcp servers/client/sdks

  3854. mcp-knowledge-base - ⭐ 22 MCP agent/client/server implementation for private knowledge base

  3855. mcp-observer-server - ⭐ 22 An MCP server that provides server-to-client notifications for file changes that the client subscribes to

  3856. Zammad-MCP - ⭐ 22 A Model Context Protocol (MCP) server for Zammad integration, enabling AI assistants to interact with tickets, users, and organizations.

  3857. teamcity-mcp - ⭐ 22 Model Context Protocol (MCP) server for JetBrains TeamCity: control builds, tests, agents and configs from AI coding assistants.

  3858. mcp-prompt-optimizer - ⭐ 22 Advanced MCP server providing cutting-edge prompt optimization tools with research-backed strategies

  3859. perplexity-mcp-server - ⭐ 22 A Perplexity API MCP server that unlocks Perplexity’s search-augmented AI capabilities for LLM agents. Features robust error handling, secure input validation, and transparent reasoning with the showThinking parameter.

  3860. jenkins-mcp-enterprise - ⭐ 22 The most advanced Jenkins MCP server available - Enterprise debugging, multi-instance management, AI-powered failure analysis, vector search, and configurable diagnostics for complex CI/CD pipelines.

  3861. IoT-Edge-MCP-Server - ⭐ 22 MCP server for Industrial IoT, SCADA and PLC systems. Unifies MQTT sensors, Modbus devices and industrial equipment into a single AI-orchestrable API. Features real-time monitoring, alarms, time-series storage and actuator control.

  3862. spectrawl - ⭐ 22 The unified web layer for AI agents. Search (8 engines), stealth browse, auth, and act on 24 platforms. One npm install, self-hosted.

  3863. Jiva - ⭐ 22 Jiva is a CLI-first, open source autonomous AI agent and open alternative to Claude. Built in TypeScript with a three-agent architecture (Manager, Worker, Client), it autonomously plans and executes tasks from your terminal. Supports MCP servers, a built-in Skills system, and Jiva Personas - a plugin framework fully compatible with Claude Plugins.

  3864. eleven.shopping - ⭐ 22 ElevenLabs Agent with Storefront MCP UI Server & MCP UI client

  3865. gemini-mcp-client - ⭐ 22 A MCP (Model Context Protocol) client that uses Google Gemini AI models for intelligent tool usage and conversation handling. Tested working nicely with Claude Desktop as an MCP Server currently. Based on untested AI gen code by a non-coder use at own risk.

  3866. gumroad-mcp - ⭐ 22 A Model Context Protocol (MCP) server implementation for Gumroad API

  3867. context-lens - ⭐ 22 Semantic search knowledge base for MCP-enabled AI assistants. Index local files or GitHub repos, query with natural language. Built on LanceDB vector storage. Works with Claude Desktop, Cursor, and other MCP clients.

  3868. swift-mcp - ⭐ 22 Full-featured Swift SDK for Model Context Protocol servers and clients

  3869. google-scholar-mcp - ⭐ 22 An MCP server for Google Scholar written in TypeScript with Streamable HTTP

  3870. ProxmoxMCP-advance - ⭐ 22 ProxmoxMCP (advance): MCP for Proxmox integration in Claude, Goose, Cline, any client.

  3871. mcp-dashboards - ⭐ 22 Turn your data into interactive dashboards inside any AI client - MCP Apps powered

  3872. codesearch - ⭐ 22 Multi-repo semantic code search MCP server in Rust — hybrid vector + BM25 retrieval, tree-sitter AST chunking, fully offline. For OpenCode, Claude Code, Cursor, and any MCP client.

  3873. hs-mcp - ⭐ 22 Haskell server/client for MCP (Model Context Protocol)

  3874. stackchan-mcp - ⭐ 22 MCP gateway for StackChan (xiaozhi-esp32): bridge any MCP client to a CoreS3 + servo + camera robot

  3875. llmqore - ⭐ 22 Qt C++ library for working with AI/LLM Providers and MCP

  3876. docdex - ⭐ 22 A document index with MCP, http and client support. https://docdex.org/

  3877. mcp-ai-agent - ⭐ 21 A TypeScript library that enables AI agents to leverage MCP (Model Context Protocol) servers for enhanced capabilities. This library integrates with the AI SDK to provide a seamless way to connect to MCP servers and use their tools in AI-powered applications.

  3878. mcp-server - ⭐ 21 Official MCP server for Paper’s trading platform - enables AI assistants to interact with Paper’s API

  3879. unity-mcp - ⭐ 21 A Unity MCP server that allows MCP clients like Claude Desktop or Cursor to perform Unity Editor actions.

  3880. pixelpanda-mcp - ⭐ 21 MCP server for PixelPanda — 31 AI image processing tools for Claude Desktop, Cursor & other MCP clients

  3881. ffmpeg-mcp-lite - ⭐ 21 MCP server for video/audio processing via FFmpeg - convert, compress, trim, extract audio, add subtitles

  3882. supabase-mcp-client - ⭐ 21 Supabase MCP client react app with Tambo

  3883. MCP_A2A - ⭐ 21 A2A MCP Server is a lightweight Python bridge that lets Claude Desktop or any MCP client talk to A2A agents. It provides three tools: register servers, list agents, and call an agent, enabling quick integration of A2A-compatible agents with zero boilerplate for rapid prototyping.

  3884. grumpydev-mcp - ⭐ 21 Let the grumpy senior dev review your code with this MCP server

  3885. bridge-mcp - ⭐ 21 Open Source MCP gateway and proxy for Model Context Protocol (MCP) servers with enterprise authentication and service discovery

  3886. mcpsharepoint - ⭐ 21 Model Context Protocol server that provides access to Organisational SharePoint.

  3887. command-executor-mcp-server - ⭐ 21 Model Context Protocol Server for Safely Executing Pre-approved Commands

  3888. emqx-mcp-server - ⭐ 21 A Model Context Protocol (MCP) server implementation that provides EMQX MQTT broker interaction.

  3889. mcp-sentry - ⭐ 21 A Model Context Protocol server for retrieving and analyzing issues from Sentry.io

  3890. mcp-korean-spell - ⭐ 21 MCP(Model Context Protocol) server designed for Korean spell checking

  3891. DocsRay - ⭐ 21 Lightweight PDF Q&A tool powered by RAG (Retrieval-Augmented Generation) with MCP (Model Context Protocol) Support.

  3892. MCPRules - ⭐ 21 A powerful Model Context Protocol (MCP) server that manages and serves programming guidelines and rules. This server integrates with development tools to provide consistent coding standards across projects.

  3893. code-context-mcp - ⭐ 21 A Model Context Protocol (MCP) server for providing code context from git repositories

  3894. mcp-deepseek-demo - ⭐ 21 deepseek 结合 mcp 场景,最小用例,包括 client and server

  3895. mcp-server-memos-py - ⭐ 21 A Python package enabling LLM models to interact with the Memos server via the MCP interface for searching, creating, retrieving, and managing memos.

  3896. Air-Quality-Trends-Analysis-Project - ⭐ 21 Full-stack air quality analytics platform built with FastAPI, React, and MySQL. Aggregates multi-source PM2.5/PM10 data, performs multi-city comparison and time-series forecasting (SARIMAX), and integrates an LLM-based planning agent with tiered access, secure APIs, and PDF reporting.

  3897. heuristic-mcp - ⭐ 21 Enhanced MCP server for semantic code search with call-graph proximity, recency ranking, and find-similar-code. Built for AI coding assistants.

  3898. mcp-link - ⭐ 21 Let AI agents like ChatGPT & Claude use real-world local/remote tools you approve via browser extension + optional MCP server

  3899. PDB-MCP-Server - ⭐ 21 A Model Context Protocol (MCP) server that provides access to the Protein Data Bank (PDB) - the worldwide repository of information about the 3D structures of proteins, nucleic acids, and complex assemblies.

  3900. codex-mcp-tool - ⭐ 21

  3901. mcp-diagnostics-extension - ⭐ 21 VS Code extension that exposes diagnostic problems via Model Context Protocol (MCP) for AI agents and tools

  3902. registry - ⭐ 21 The BioContextAI Registry for biomedical MCP servers

  3903. archmcp - ⭐ 21 archmcp - MCP Architectural Snapshot Server and Knowledge Graph

  3904. agentidentityprotocol - ⭐ 21 Agent Identity Protocol - Zero-trust security layer for AI agents. Policy enforcement proxy for MCP with Human-in-the-Loop approval, DLP scanning, and audit logging.

  3905. uk-case-law-mcp-server - ⭐ 21 MCP server for UK case law using The National Archives API. Enables LLMs to search, retrieve, and cite UK legal judgments.

  3906. codeTree - ⭐ 21 MCP server with 23 tools for structured code understanding via tree-sitter. 10 languages. 999 tests. One-command install.

  3907. turn-mcp - ⭐ 21 Achieve infinite conversation turns in a single API request via turn-mcp. Self-hosted MCP server with browser console for human-in-the-loop AI agents.

  3908. knowledgebase-mcp - ⭐ 21 BioContextAI Knowledgebase MCP server for biomedical agentic AI

  3909. mcp-kling - ⭐ 21 🎬 The FIRST MCP server for Kling AI video generation! Generate stunning AI videos directly from Claude.

  3910. skill-to-mcp - ⭐ 21 Convert AI Skills (Claude Skills format) to MCP server resources - Part of BioContextAI

  3911. dsers-mcp-product - ⭐ 21 An open-source MCP server to automate DSers product import, bulk edit variants, and push to Shopify/Wix/WooCommerce using AI. Supports AliExpress, Alibaba, 1688.

  3912. ARBuilder - ⭐ 21 AI-powered code generator for Arbitrum Stylus, SDK bridging, dApps & Orbit chains — 19 MCP tools with RAG

  3913. MicrosoftGraph_Transcript_MCP - ⭐ 21 A remote Model Context Protocol (MCP) server that retrieves Microsoft Teams meeting transcripts via the Microsoft Graph API, using delegated OAuth 2.0 On-Behalf-Of (OBO) authentication. Designed for integration with Microsoft Copilot Studio (via the MCP Wizard), though any MCP-compatible client can connect.

  3914. mcp_documents_reader - ⭐ 21 Model Context Protocol (MCP) server exposes tools to read multiple document types including DOCX, PDF, Excel, and TXT. This has been tested on Trae Desktop.

  3915. mcp-file-operations-server - ⭐ 21 A Model Context Protocol (MCP) server that provides enhanced file operation capabilities with streaming, patching, and change tracking support.

  3916. mcp - ⭐ 21 A fetch API based TypeScript SDK for MCP

  3917. open-code-review - ⭐ 21 🤖 AI code quality gate for AI-generated code. Detects hallucinated packages, phantom dependencies, stale APIs, and more. MCP Server + CLI + CI/CD Action.

  3918. mcp-server-client-demo - ⭐ 21 Streamable HTTP based MCP server and Client demo with auto registry, Dockerfile setup and env.

  3919. guidance-for-scalable-model-inference-and-agentic-ai-on-amazon-eks - ⭐ 20 Comprehensive, scalable ML inference architecture using Amazon EKS, leveraging Graviton processors for cost-effective CPU-based inference and GPU instances for accelerated inference. Guidance provides a complete end-to-end platform for deploying LLMs with agentic AI capabilities, including RAG and MCP

  3920. mcp-server-runner - ⭐ 20 A WebSocket server implementation for running Model Context Protocol (MCP) servers. This application enables MCP servers to be accessed via WebSocket connections, facilitating integration with web applications and other network-enabled clients.

  3921. mcp-free-usdc-transfer - ⭐ 20 MCP (Model Context Protocol) server - free usdc transfer powered by Coinbase CDP

  3922. cucumberstudio-mcp - ⭐ 20 MCP Server for Cucumber Studio

  3923. agent-mcp - ⭐ 20 MCPAgent for Grupa.AI Multi-agent Collaboration Network (MACNET) with Model Context Protocol (MCP) capabilities baked in

  3924. mcp-frontend - ⭐ 20 Frontend for MCP (Model Context Protocol) Kit for Go - A Complete MCP solutions for ready to use

  3925. eraser-io-mcp-server - ⭐ 20 A Python MCP (Model Context Protocol) server and CLI tool to render diagrams using the Eraser API.

  3926. MCP-Agent - ⭐ 20 Connect to any MCP servers using agents

  3927. mcp-libsql - ⭐ 20 Secure MCP server for libSQL databases with comprehensive tools, connection pooling, and transaction support. Built with TypeScript for Claude Desktop, Claude Code, Cursor, and other MCP clients.

  3928. hasmcp-ce - ⭐ 20 HasMCP Community Edition

  3929. gh-mcp - ⭐ 20 A GitHub CLI extension that seamlessly runs the github-mcp-server using your existing gh authentication. Eliminates manual PAT setup by automatically retrieving GitHub credentials and launching the MCP server with proper authentication.

  3930. mcp-server-amazon - ⭐ 20 🛍📦 Unofficial Amazon Model Context Protocol Server (MCP) - Search products and purchase directly from Claude AI! ✨

  3931. starbase - ⭐ 20 Connect, explore, and test any MCP server with AI models 🤖 ⚡

  3932. gpt2099.nu - ⭐ 20 a Nushell cross.stream extension to interact with LLMs and MCP servers

  3933. lyra-tool-discovery - ⭐ 20 AI powered automation toolkit which acts as an agent that discovers MCP servers for you. Point it at GitHub/npm/configure your own discovery, let GPT or Claude analyze the API or MCP or any tool, get ready-to-ship plugin configs. Zero manual work.

  3934. mcp-server-microsoft-paint - ⭐ 20

  3935. mcpx - ⭐ 20 苹果 MCP 工具 ✅

  3936. github-repos-manager-mcp - ⭐ 20 GitHub Repos Manager MCP Server that enables your MCP client (e.g., Claude Desktop, Roo Code, etc.) to interact with GitHub repositories using your GitHub personal access token.

  3937. emceepee - ⭐ 20 MCP server to dynamically connect to other MCP servers & exposes the entire MCP protocol via tool calls. Ideal for testing MCPs during development or accessing MCP Server features from clients that do not support notifications, resource templates, prompts or elicitations.

  3938. strategy-mcp - ⭐ 20 strategy-mcp is an open source MCP server that exposes professional-grade product strategy frameworks as structured tools. Any MCP-compatible AI assistant (Claude, Cursor, Cline) can install it and immediately get access to structured strategy analysis, RICE, JTBD, competitive positioning, assumption mapping, and more.

  3939. mcpbi - ⭐ 20 PowerBI MCP server to give LLM clients (Claude, GH Copilot,etc) context from locally running PowerBI Desktop instances.

  3940. ida-codex-mcp - ⭐ 20 IDA Codex MCP bridges IDA Pro 9.2 with the MCP ecosystem. It provides an IDA plugin and a stdio MCP server that expose function lists, call graphs, Hex‑Rays pseudocode, disassembly, imports/exports, xrefs, strings, and memory reads to MCP clients.

  3941. nexo - ⭐ 20 NEXO Brain — Shared brain for AI agents. Persistent memory, semantic RAG, natural forgetting, metacognitive guard, trust scoring, 150+ MCP tools. Works with Claude Code, Codex, Claude Desktop & any MCP client. 100% local, open source, free.

  3942. mcp-unifi-applications - ⭐ 20 An MCP server that exposes UniFi application API documentation (Network, Protect, Site Manager) as queryable tools for Claude Desktop, Claude Code (VS Code / JetBrains), or any MCP-compatible client.

  3943. daiv - ⭐ 20 Your AI-powered SWE teammate, built into your git workflow

  3944. atm - ⭐ 20 Create secure and scoped Home Assistant API tokens for AI assistants and other MCP clients

  3945. herald-mail-app - ⭐ 20 Herald is a terminal email client and inbox cleanup tool with IMAP, AI-assisted triage, MCP tools, and SSH/browser-friendly app modes.

  3946. retyc-cli - ⭐ 20 Official CLI client for Retyc with MCP server

  3947. mcp-yfinance - ⭐ 19 MCP Server for fething yfinance financial data into Claude Desktop

  3948. mcp - ⭐ 19 A crate for making MCP (Model Context Protocol) compatible programs with rust

  3949. mcp-server-mariadb - ⭐ 19 An mcp server that provides read-only access to MariaDB.

  3950. openapi2mcptools - ⭐ 19 OpenAPI specifications => MCP (Model Context Protocol) tools

  3951. termlink - ⭐ 19 MCP server for shell and terminal operations

  3952. it-tools-mcp - ⭐ 19 A comprehensive Model Context Protocol (MCP) server that provides access to over 100 IT tools and utilities commonly used by developers, system administrators, and IT professionals. Inspired by https://github.com/CorentinTh/it-tools

  3953. short-url - ⭐ 19 简单易用的短链接生成工具,完全开源、免费、无需登录,可私有化部署,链接永久有效!

  3954. bonnard - ⭐ 19 Open-source agentic schema for reliable data outputs. Query data through MCP and via our SDK. Create apps, embed data or just simply explore through your preferred agent.

  3955. toolkit-mcp-server - ⭐ 19 A Model Context Protocol server providing LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.

  3956. spectrawl - ⭐ 19 The unified web layer for AI agents. Search (8 engines), stealth browse, auth, and act on 24 platforms. One npm install, self-hosted.

  3957. mcp-agent - ⭐ 19 Lightweight, focused utilities to manage connections and execute MCP tools with minimal integration effort. Use it to directly call tools or build simple agents within your current architecture.

  3958. unified-gateway-mcp - ⭐ 19 Unified MCP Gateway Platform, Marketplace & Custom MCPs

  3959. subcog - ⭐ 19 Persistent memory system for AI coding assistants. Captures decisions, learnings, and context from coding sessions. Features hybrid search (semantic + BM25), MCP server integration, SQLite persistence with knowledge graph, and proactive memory surfacing. Written in Rust.

  3960. builtwith-api - ⭐ 19 TypeScript library, MCP, and agent-friendly CLI for the BuiltWith API.

  3961. better-notion-mcp - ⭐ 19 Markdown-first MCP server for Notion API - composite tools optimized for AI agents

  3962. mcp-anything - ⭐ 19 One command to turn any codebase into an MCP server

  3963. nanobanana-mcp - ⭐ 19 Gemini Vision & Image Generation MCP for Claude Desktop and Claude Code

  3964. awesome-mcp-security - ⭐ 19 Security scores for 800+ MCP servers. 9 analyzers scan for prompt injection, toxic flows, and attack surface risks. Updated daily. 🛡️

  3965. pophive-mcp-server - ⭐ 19 Featured on Claude! MCP server for accessing near real-time health data from Yale’s PopHIVE platform, as well as additional HHS/CDC data

  3966. mcp-spotify-player - ⭐ 19 MCP server to manage Spotify from MCP clients

  3967. openpyxl-mcp-server - ⭐ 19 A thin wrapper around the OpenPyXl Python library that exposes some of its features as Model Context Protocol (MCP) server. This allows Claude and other MCP clients to fetch data from Excel files.

  3968. brightspace-mcp-server - ⭐ 19 MCP server for Brightspace (D2L). Check grades, due dates, assignments, announcements, rosters, syllabus & course content via Claude, ChatGPT, Cursor, Windsurf, or any MCP client. Works with any school. npm: npx brightspace-mcp-server@latest

  3969. Augmented-Nature-UniProt-MCP-Server - ⭐ 19 A comprehensive Model Context Protocol (MCP) server providing advanced access to the UniProt protein database.

  3970. mcp-server-codegraph - ⭐ 19 MCP server for graph representation of a codebase

  3971. bambu-printer-mcp - ⭐ 19 MCP server for Bambu Lab 3D printers — STL manipulation, BambuStudio slicing, and direct printer control

  3972. hoot - ⭐ 19 MCP Testing Tool — Like Postman, but for the Model Context Protocol.

  3973. SimpleMcp.Demo - ⭐ 19 Simplest Possible Demo for Building MCP Server & Client

  3974. MCP-Development-with-Rust - ⭐ 19 This comprehensive learning resource provides two complete tutorials for mastering Model Context Protocol (MCP) development with Rust. From beginner-friendly introductions to production-ready enterprise applications, these tutorials guide you through every aspect of building robust MCP servers.

  3975. mcp-client-and-proxy - ⭐ 19 A universal MCP client with proxying feature to interact with MCP Servers which support STDIO transport.

  3976. slm-mesh - ⭐ 19 Peer-to-peer communication for AI coding agents. 8 MCP tools, full CLI, Python client. Part of the Qualixar research initiative by Varun Pratap Bhardwaj.

  3977. mendeley-mcp - ⭐ 19 MCP server for Mendeley reference manager - search, retrieve, and manage your academic library from Claude and other MCP clients

  3978. originlab-mcp - ⭐ 19 MCP Server for OriginLab Control OriginLab with natural language through AI clients via the Model Context Protocol.

  3979. conductor - ⭐ 19 Manage MCP server configs across AI coding clients

  3980. mcp-video - ⭐ 19 Video editing MCP server for AI agents. 87 FFmpeg and Hyperframes tools, Python client, and CLI. Local, fast, free.

  3981. easymcp - ⭐ 18 A high performance MCP client sdk for python

  3982. sufetch - ⭐ 18 Type-safe OpenAPI clients with MCP server for AI-driven API exploration

  3983. mcp-copilot - ⭐ 18 A meta MCP server that seamlessly scales LLMs to 1000+ MCP servers through automatic routing.

  3984. Devmind-MCP - ⭐ 18 DevMind MCP provides persistent memory capabilities for AI assistants through the Model Context Protocol (MCP). It enables AI to remember context across conversations, automatically track development activities, and retrieve relevant information intelligently.

  3985. seedream-image-mcp - ⭐ 18 🚀 PixelMCP | 为你的 Cursor、Claude Code 等集成AI绘画能力,让AI生成的页面不再单调!

  3986. mcp-chat-studio - ⭐ 18 A powerful MCP testing tool with multi-provider LLM support (Ollama, OpenAI, Claude, Gemini). Test, debug, and develop MCP servers with a modern UI.

  3987. mcp-chain-of-draft-prompt-tool - ⭐ 18 MCP prompt tool applying Chain-of-Draft (CoD) reasoning - BYOLLM

  3988. titanmind-whatsapp-mcp - ⭐ 18 A WhatsApp marketing and messaging tool MCP (Model Control Protocol) service using Titanmind. Handles free-form messages (24hr window) and template workflows automatically

  3989. awesome-dxt-mcp - ⭐ 18 🚀 A curated list of awesome Desktop Extensions (DXT) and MCP servers for Claude Desktop. Discover, share, and contribute to the growing ecosystem of AI-powered local tools and automations.

  3990. cmcp - ⭐ 18 A command-line utility for interacting with MCP servers.

  3991. mcp-chatbot - ⭐ 18 MCP Chatbot powered by Anthropic Claude. Delivering on‐demand literature search and summarisation for academics and engineers

  3992. toolhive-catalog - ⭐ 18 ToolHive’s registry catalog of MCP servers

  3993. rigour - ⭐ 18 The immune system for AI coding agents

  3994. robotmem - ⭐ 18 Robot Memory - Persistent memory system for AI robots. MCP Server + hybrid search + spatial retrieval.

  3995. speclock - ⭐ 18 AI Constraint Engine by Sandeep Roy — stops AI from breaking what you locked. 100/100 on Claude’s adversarial test suite. 42 MCP tools. Works with Bolt.new, Lovable, Claude Code, Cursor. Free & open source.

  3996. agentify - ⭐ 18 Agent Interface Compiler — One command. Every agent speaks your product. Transform OpenAPI specs into MCP Servers, Skills, CLAUDE.md, AGENTS.md, and more.

  3997. arxiv-mcp-server - ⭐ 18 MCP server for arXiv.org - Search, analyze, and export academic papers with AI assistants. Features advanced paper discovery, citation analysis, trend tracking, and multi-format exports.

  3998. mcp-gateway - ⭐ 18 Transform any HTTP endpoint into an MCP server. Aggregate multiple MCP servers, manage configuration profiles, and serve them through a unified gateway with multi-tenant isolation.

  3999. scopus-mcp - ⭐ 18 A Model Context Protocol (MCP) server for Elsevier Scopus. Allows AI assistants like Claude to search academic papers, retrieve abstracts, and analyze author profiles directly.

  4000. mcp-obsidian - ⭐ 18 simple mcp server for interacting with local obsidian notes

  4001. ContextOS - ⭐ 18 Unified MCP context intelligence platform — pip-installable CLI that absorbed 6 foundational repos. Context engineering for AI agents.

  4002. local-mcp-gateway - ⭐ 18 Aggregate multiple MCP servers into a single endpoint with web UI, OAuth 2.1, and profile-based tool management

  4003. sveltekit-mcp-starter - ⭐ 18

  4004. XcodeMCPWrapper - ⭐ 18 MCP that makes Xcode 26.3’s MCP compatible with Cursor and other strict MCP-spec-compliant clients

  4005. signal-mcp-client - ⭐ 18 An MCP client that uses signal for sending and receiving messages.

  4006. webclaw - ⭐ 18 A WebMCP-native browser agent that runs inside your real Chrome — control it from Claude, Cursor, and any MCP client

  4007. davinci-mcp-professional - ⭐ 18 An enterprise-grade MCP server that exposes the full functionality of DaVinci Resolve and DaVinci Resolve Studio (through version 20) to either Claude Desktop or Cursor MCP clients. Fully configured and tested as a Claude Desktop Extension making installation as easy as clicking a button. Supports both Windows and Macintosh.

  4008. kiro-professional-toolkit - ⭐ 18 ⚡ The most complete Kiro IDE toolkit — 34 AI Agents, 32 Expert Hooks, 50 Skills, 22 Steering Rules & 44 MCP Integrations. From React to Rust, Spring to GraphQL — production-grade workflows, one install.

  4009. mcp-this - ⭐ 18 mcp-this lets you turn any command-line tool into an MCP tool and create structured prompt templates that any MCP Client (e.g. Claude Desktop) can use. er for any command

  4010. obsidian-http-mcp - ⭐ 18 First HTTP-native MCP server for Obsidian - Compatible with any MCP client (Claude Code, Codex, Gemini, etc.) without stdio bugs

  4011. mcp-add - ⭐ 18 Universal cli to add an MCP server to a variety of clients

  4012. lexis - ⭐ 18 Lexical + structural code search MCP server for Claude Code, Cursor, Windsurf and any MCP client. Gives AI assistants 28 precise search tools so they find the right code fast 80% fewer tokens per task. No vectors, no embeddings, just ripgrep.

  4013. mistr-agent - ⭐ 18 A MCP client that enables Mistral AI models to autonomously execute complex tasks across web and local environments through standardized agentic capabilities.

  4014. deep-research - ⭐ 17 A minimalist deep research framework for any OpenAI API compatible LLMs.

  4015. model-context-protocol-survey - ⭐ 17 Model Context Protocol (MCP)

  4016. GUARDRAIL - ⭐ 17 GUARDRAIL - MCP Security - Gateway for Unified Access, Resource Delegation, and Risk-Attenuating Information Limits

  4017. mcp-email-client - ⭐ 17 Email Client as MCP Server. Feature: multiple configuration, more than just gmail

  4018. smartlead-mcp-server - ⭐ 17 Local version of Smartlead MCP for quick download and deployment to MCP compatible clients or n8n.

  4019. mcp-http-client-example - ⭐ 17 Simple example client demonstrating how to connect to MCP servers over HTTP (SSE)

  4020. jiki - ⭐ 17

  4021. askit - ⭐ 17 LLM Function Calling Library and CLI with Support for MCP Servers

  4022. youtube-mcp-server - ⭐ 17 Cómo crear MCP Servers y usarlos con GitHub Copilot Chat 🚀💻🤖

  4023. mcp-server-prometheus - ⭐ 17 MCP server for interacting with Prometheus

  4024. mcp-koii - ⭐ 17 MCP Server for Teenage Engineering EP-133 KO-II

  4025. context-engineering - ⭐ 17 🧠 Stop building AI that forgets. Master MCP (Model Context Protocol) with production-ready semantic memory, hybrid RAG, and the WARNERCO Schematica teaching app. FastMCP + LangGraph + Vector/Graph stores. Your AI assistant’s long-term memory starts here.

  4026. docmole - ⭐ 17 Dig through any documentation with AI - MCP server for Claude, Cursor, and other AI assistants

  4027. autowpmcp - ⭐ 17 AutoWP MCP (Model Context Protocol) server connects Claude to WordPress site and allows users to ask Claude to write blog posts and automatically publish them to WordPress sites.

  4028. mcpforge - ⭐ 17

  4029. mcp-ecosystem - ⭐ 17 MCP Ecosystem: Docker MCP Toolkit, IDE Configs & Presets for AIOS

  4030. lightdash_mcp - ⭐ 17 mcp server for lightdash

  4031. mcp-graphql-forge - ⭐ 17 MCP that can proxy any GraphQL API and expose graphql operations as mcp tools.

  4032. osmmcp - ⭐ 17 OpenStreetMap MCP server providing precision geospatial tools for LLMs via Model Context Protocol. Features geocoding, routing, nearby places, neighborhood analysis, EV charging stations, and more.

  4033. CereBro - ⭐ 17 A model-agnostic MCP Client-Server for .Net and Unity

  4034. github-to-mcp - ⭐ 17 Convert GitHub repositories to MCP servers automatically. Extract tools from OpenAPI, GraphQL & REST APIs for Claude Desktop, Cursor, Windsurf, Cline & VS Code. AI-powered code generation creates type-safe TypeScript/Python MCP servers. Zero config setup - just paste a repo URL. Built for AI assistants & LLM tool integration.

  4035. FocusRelayMCP - ⭐ 17 Talk to your OmniFocus tasks. An OmniFocus MCP server that lets AI assistants query your tasks, projects, and tags using natural language—no more clicking through endless lists.

  4036. extract-llms-docs - ⭐ 17 Extract documentation for AI agents from any site with llms.txt support. Features MCP server, REST API, batch processing, and multiple export formats.

  4037. video-research-mcp - ⭐ 17 Give Claude Code 41 research & video tools with one command. Video analysis, deep research, content extraction, explainer video creation, and Weaviate vector search — powered by Gemini 3.1 Pro.

  4038. Frontapp-MCP - ⭐ 17 MCP server and client for Frontapp

  4039. nasa - ⭐ 17 Go client library for NASA APIs: APOD, NeoWs, DONKI, NASA Image Library, SSD/CNEOS, EONET. Supports built-in rate-limiting, a CLI & MCP Server

  4040. mcp_client - ⭐ 17

  4041. ia-na-pratica - ⭐ 17 IA na Prática: LLM, RAG, MCP, Agents, Function Calling, Multimodal, TTS/STT e mais

  4042. videocapture-mcp - ⭐ 17 Model Context Protocol (MCP) server to capture images from an OpenCV-compatible webcam or video source

  4043. qmt-mcp-server - ⭐ 17 基于 QMT 平台股票行情的 MCP 服务器,用于提供股票市场数据下载和查询的功能。

  4044. mcp-server-python-template - ⭐ 17 This template provides a streamlined foundation for building Model Context Protocol (MCP) servers in Python. It’s designed to make AI-assisted development of MCP tools easier and more efficient.

  4045. mcp-web-client - ⭐ 17 A web-based client for connecting to MCP servers with OAuth support

  4046. programmatic-tool-calling-ai-sdk - ⭐ 17 ⚡ Cut LLM inference costs 80% with Programmatic Tool Calling. Instead of N tool call round-trips, generate JavaScript to orchestrate tools in Vercel Sandbox. Supports Anthropic, OpenAI, 100+ models via AI Gateway. Novel MCP Bridge for external service integration.

  4047. seats.aero-mcp-server - ⭐ 17 MCP server allowing clients to interface with the seats.aero API

  4048. mcp-server-templates - ⭐ 17 A flexible platform that provides Docker & Kubernetes backends, a lightweight CLI (mcpt), and client utilities for seamless MCP integration. Spin up servers from templates, route requests through a single endpoint with load balancing, and support both deployed (HTTP) and local (stdio) transports — all with sensible defaults and YAML-based configs.

  4049. MCP-Manager-GUI - ⭐ 17 MCP Toggle is a simple GUI tool to help you manage MCP servers across clients seamlessly.

  4050. kanboard-mcp - ⭐ 17 Transform your Kanboard.org into an AI-powered project management powerhouse! This plugin enables complete control over Kanboard through the Model Context Protocol (MCP), allowing AI assistants like Cursor, Claude, and other MCP clients to manage your projects through natural language commands.

  4051. mcp-client-cli - ⭐ 16 cli-based program to run llm prompt and mcp

  4052. claude-vigil-mcp - ⭐ 16 🏺 An MCP server for checkpointing and file recovery in Claude Code

  4053. oneshot - ⭐ 16 Anthropic MCP client for macOS

  4054. lite-mcp-client - ⭐ 16 Lite-MCP-Client是一个基于命令行的轻量级MCP客户端工具

  4055. EasyMCP - ⭐ 16 A beginner-friendly client for the MCP (Model Context Protocol). Connect to SSE, NPX, and UV servers, and integrate with OpenAI for dynamic tool interactions. Perfect for exploring server connections and chat enhancements.

  4056. mcp-installer - ⭐ 16 Simplifies the installation and management of MCP (Model Context Protocol) servers across different AI clients.

  4057. appvector-mcp - ⭐ 16 This MCP server provides programmatic access to AppVector’s powerful APIs, enabling you to integrate ASO insights directly into your development and marketing workflows through any MCP Client

  4058. protocols-io-mcp-server - ⭐ 16 An MCP server that enables MCP clients like Claude Desktop to interact with data from protocols.io.

  4059. mcp-progressive-agentskill - ⭐ 16 AgentSkill - Progressive MCP client with three-layer lazy loading. Validates AgentSkills.io pattern for efficient token usage.

  4060. create-mcp - ⭐ 16 CLI to set up and deploy MCP Servers to Cloudflare Workers in seconds. Just write TypeScript functions to make Cursor MCP tools.

  4061. aica - ⭐ 16 aica(AI Code Analyzer) reviews your code using AI. Supports CLI and GitHub Actions.

  4062. go-mcp - ⭐ 16 Go library for implementing the Model Context Protocol (MCP).

  4063. QCX - ⭐ 16 Language to Maps

  4064. grok-faf-mcp - ⭐ 16 MCP server for xAI Grok — read and serve .faf project context. npm: grok-faf-mcp

  4065. mcp-jest - ⭐ 16 Automated testing for Model Context Protocol servers. Ship MCP Servers with confidence.

  4066. mcp-client-gen - ⭐ 16 Turn any MCP server into a type-safe TypeScript SDK in seconds - with OAuth 2.1 and multi-provider support

  4067. penpot-mcp-server - ⭐ 16 MCP server for Penpot - Connect AI assistants to Penpot design platform via Model Context Protocol

  4068. pentest-mcp-server - ⭐ 16 MCP server for penetration testing

  4069. MCP-Analyzer - ⭐ 16 An MCP server to read MCP logs to debug directly inside the client

  4070. drf-mcp-docs - ⭐ 16 API documentation via MCP for AI coding agents

  4071. LSP4J-MCP - ⭐ 16 A Java MCP (Model Context Protocol) server that wraps JDTLS (Eclipse JDT Language Server) using LSP4J to provide Java IDE features to AI assistants like Claude.

  4072. outlook-mcp - ⭐ 16 MCP server for Microsoft Office 365 Outlook – email, calendar & SharePoint integration for Claude, ChatGPT, and AI assistants via Microsoft Graph API

  4073. mcpdog - ⭐ 16 🐕 Universal MCP Server Manager - Configure once, manage multiple MCP servers through a single interface. Perfect for Claude Desktop, Claude Code, Cursor, Gemini CLI & AI assistants. Web dashboard, auto-detection, unified proxy layer.

  4074. puppeteer-mcp-server - ⭐ 16 Self-hosted Puppeteer MCP server with remote SSE access, API key authentication, and Docker deployment. Complete tool suite for browser automation via Model Context Protocol.

  4075. mcp-salesforce - ⭐ 16 🚀 Complete MCP (Model Context Protocol) server for Salesforce integration with Claude Desktop. Provides seamless OAuth authentication, universal CRUD operations on any Salesforce object.

  4076. shodan-mcp - ⭐ 16 Shodan MCP server for Claude, Cursor & VS Code. 20 tools for passive reconnaissance, CVE/CPE intelligence, DNS analysis, and device search. 4 tools work free without an API key. OSINT and vulnerability research from your IDE.

  4077. webmcp-react - ⭐ 16 React hooks for exposing your app’s functionality as WebMCP tools - transport-agnostic, SSR-safe, Strict Mode safe, W3C spec-aligned

  4078. vite-plugin-mcp-client-tools - ⭐ 16 Pluggable Vite MCP plugin that brings client-side tools to your existing Vite setup

  4079. openapi-to-mcp - ⭐ 16 Turns any OpenAPI/Swagger API into an MCP server. One MCP tool per endpoint, Streamable HTTP - for AI clients calling your REST API.

  4080. reporelay - ⭐ 16 A self-hosted code context engine for MCP.

  4081. vibeshell - ⭐ 16 The first SSH client built for AI agents. Let Claude Code, Codex, and other CLI agents manage your servers through MCP skills. Beautiful UI, native performance.

  4082. mcp-server-unitycatalog - ⭐ 16 Unity Catalog AI Model Context Protocol Server

  4083. claude-mcp-scheduler - ⭐ 16 Use Claude API to prompt remote agents on a cron interval but use local MCPs to handle tool calls for context

  4084. google-mcp - ⭐ 16 Collection of Google-native tools (e.g., Gmail, Calendar) for the MCP

  4085. mcpmate - ⭐ 16 MCPMate is a comprehensive Model Context Protocol (MCP) management center designed to address configuration complexity, resource consumption, security risks, and other issues in the MCP ecosystem, providing users with a unified management platform.

  4086. amazon-seller-mcp - ⭐ 16 Transform Your Amazon Business with AI - The first Model Context Protocol (MCP) client that seamlessly connects Claude and other AI agents to Amazon’s Selling Partner API, enabling intelligent automation of your entire seller workflow from inventory management to listing optimization.

  4087. sample-multi-tenant-saas-mcp-server - ⭐ 16 Multi-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS

  4088. SchemaPin - ⭐ 16 The SchemaPin protocol for cryptographically signing and verifying AI agent tool schemas to prevent supply-chain attacks.

  4089. Ai-doctor - ⭐ 16 🧑‍⚕️ Ai智能医生聊天助手-这是一个前端基于Vue3、TS、后端基于Nest.js、MongoDB、Redis、Milvus并结合大模型、RAG等技术实现的医疗库智能问答系统,能结合大模型的生成能力和上传的专业医疗领域知识库针对提问给出专业回答。同时具备工具调用能力,可使用MCP集成网页爬取能力让大模型根据网址对应的医疗领域文章进行分析和输出。

  4090. ai-cli-mcp - ⭐ 16 MCP server to run Claude, Codex, and Gemini CLI agents in the background from any MCP client.

  4091. arxiv-mcp-server - ⭐ 16 arXiv MCP Server Client 🐙 enables AI assistants to search, retrieve, analyze, and summarize arXiv papers with features like author/category browsing, trends, and citation insights.

  4092. godot-dotnet-mcp - ⭐ 16 A Godot 4.6+ editor plugin that gives AI agents a real MCP interface to the live Godot editor: project state, scene editing, script analysis, runtime control, screenshots, logs, and client setup from inside the editor itself.

  4093. ai-memory-mcp - ⭐ 16 Persistent memory for any AI — MCP server, HTTP API, CLI. Works with Claude, ChatGPT, Grok, Gemini, Codex, Cursor, OpenClaw, and any MCP client. 97.8% R@5 on LongMemEval. Pure SQLite FTS5, zero cloud dependencies.

  4094. mcp-client-for-weather-example - ⭐ 15 一个MCP客户端实践:实现LLM调用天气MCP服务端查询天气的快速示例

  4095. faf - ⭐ 15 FAF specification — IANA-registered AI context format (application/vnd.faf+yaml)

  4096. mcp-server - ⭐ 15 An MCP server providing an interface for MCP clients to access data within Harper.

  4097. django-firebase-mcp - ⭐ 15 A production-ready Django app implementing Firebase Model Context Protocol (MCP) server with 14 Firebase tools for AI agents. Features standalone agent, HTTP/stdio transport, LangChain integration, and complete Firebase service coverage (Auth, Firestore, Storage).

  4098. claude-server - ⭐ 15 Claude Server is an MCP implementation that enhances Claude’s capabilities by providing sophisticated context management across sessions, enabling persistent knowledge organization through hierarchical project contexts and continuous conversation threads stored in a well-structured ~/.claude directory.

  4099. pinmeto-location-mcp - ⭐ 15 PinMeTo MCP server that enables users with authorized credentials to unlock their data

  4100. npm-search-mcp-server - ⭐ 15 MCP server for searching npm packages

  4101. mcp-tui - ⭐ 15 MCP host app w/ textual user interface, in Python

  4102. mcp-turso-cloud - ⭐ 15 🗂️ A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs.

  4103. cursor-feedback-extension - ⭐ 15 Save your Cursor monthly quota! Unlimited AI interactions in one conversation via MCP feedback loop.

  4104. the-academy - ⭐ 15 A Socratic dialogue engine for AI agents.

  4105. mcp - ⭐ 15 MCP server for Local Falcon’s local SEO and AI visibility platform: geo-grid rank tracking, campaign management, and competitor analysis via Model Context Protocol

  4106. opentargets-mcp - ⭐ 15 MCP server for Open Targets Data

  4107. Convert-Markdown-PDF-MCP - ⭐ 15 Markdown To PDF Conversion MCP

  4108. mcp-server-subagent - ⭐ 15 MCP for letting agents delegate tasks to sub-agents (Claude Code, Aider, Q)

  4109. automagik-tools - ⭐ 15 From API to AI in 30 Seconds - Transform any API into an intelligent MCP agent that learns, adapts, and speaks human

  4110. hive-crypto-mcp - ⭐ 15 Hive Intelligence Crypto MCP | The Ultimate Cryptocurrency MCP for AI Assistants - Unified access to crypto, DeFi, and Web3 analytics

  4111. companies-house-mcp - ⭐ 15 🇬🇧🏦 MCP server for UK Companies House API - Search companies, retrieve detailed information, filing history, officers, and charges data through the Model Context Protocol

  4112. chatgpt-app-typescript-template - ⭐ 15 ChatGPT app template using Pomerium, OpenAI Apps SDK and Model Context Protocol (MCP), with a Node.js server and React widgets.

  4113. ultrathink - ⭐ 15 MCP server for sequential thinking and complex problem-solving. Built iteratively using itself. Features confidence scoring, assumption tracking, and multi-session support.

  4114. django-mcp - ⭐ 15 Connect Django apps to AI assistants with Model Context Protocol. Simple decorators expose models, admin functions, and custom tools to Claude and other AI assistants.

  4115. gsd-task-manager - ⭐ 15 Stop juggling, start finishing. GSD Task Manager makes it easy to sort your to-dos into what’s urgent and what’s important, so you can finally get stuff done without burning out. It’s simple, visual, and works entirely offline.

  4116. agent-board - ⭐ 15 Open-source multi-agent task board for OpenClaw. Kanban + DAG dependencies + MCP server + auto-retry + audit trail. Built for autonomous AI agent teams.

  4117. cuba-memorys - ⭐ 15 🧠 Persistent memory MCP for AI agents — Knowledge graph + Hebbian learning + Anti-hallucination. 12 tools, 1 dependency, zero manual setup.

  4118. opentrace - ⭐ 15 Self-hosted observability server with 75+ MCP tools. Ingest logs, connect Postgres, monitor servers — then debug it all from Claude, Cursor, or any MCP client.

  4119. gemma-mcp - ⭐ 15 MCP Client for Gemma-3

  4120. mcp-bundler - ⭐ 15 Is the MCP configuration too complicated? You can easily share your own simplified setup!

  4121. memoryOSS - ⭐ 15 Persistent long-term memory for AI agents. Local proxy + MCP memory layer for Claude, Codex, and OpenAI-compatible clients.

  4122. webmcp-sh - ⭐ 15 A modern web-based Model Context Protocol (MCP) playground for testing and developing MCP servers and clients

  4123. mcp-server - ⭐ 15 Official ConfigCat Model Context Protocol (MCP) Server

  4124. mcp-time - ⭐ 15 MCP (Model Context Protocol) server which provides utilities to work with time and dates, with natural language, multiple formats and timezone convertion capabilities

  4125. salesforce-mcp-lib - ⭐ 15 Salesforce MCP Library is a local stdio bridge for Salesforce MCP endpoints using OAuth client credentials, featuring a reusable Apex MCP library and JSON-RPC 2.0 core.

  4126. istat_mcp_server - ⭐ 15 MCP server to query Italian statistics (ISTAT) via SDMX API — compatible with any MCP client

  4127. systemprompt-mcp-core - ⭐ 14 The core MCP extension for Systemprompt MCP multimodal client

  4128. llm-sse-mcp-demo-2025 - ⭐ 14 This project demonstrates the integration between LLM clients and MCP (Model Context Protocol) servers using Server-Sent Events (SSE) for real-time communication.

  4129. ntfy-mcp-server - ⭐ 14 An MCP (Model Context Protocol) server designed to interact with the ntfy push notification service. It enables LLMs and AI agents to send notifications to your devices with extensive customization options.

  4130. mcpterm - ⭐ 14 An MCP tool server that provides stateful, TUI-compatible terminal sessions.

  4131. work-memory-mcp - ⭐ 14 Never lose context again - persistent memory management system for AI-powered workflows across multiple tools

  4132. mcp-ipfs - ⭐ 14 🪐 MCP IPFS Server

  4133. mcp-server-gemini-pro - ⭐ 14 A state-of-the-art Model Context Protocol (MCP) server that provides seamless integration with Google’s Gemini AI models. This server enables Claude Desktop and other MCP-compatible clients to leverage the full power of Gemini’s advanced AI capabilities.

  4134. MCP-Platform - ⭐ 14 A flexible platform that provides Docker & Kubernetes backends, a lightweight CLI (mcpt), and client utilities for seamless MCP integration. Spin up servers from templates, route requests through a single endpoint with load balancing, and support both deployed (HTTP) and local (stdio) transports — all with sensible defaults and YAML-based configs

  4135. mcp-config-editor - ⭐ 14 A simple GUI for managing MCP servers, for easy toggle mcp servers.

  4136. deep-directory-tree-mcp - ⭐ 14 Powerful Model Context Protocol (MCP) implementation for visualizing directory structures with real-time updates, configurable depth, and smart exclusions for efficient project navigation

  4137. dx-toolkit - ⭐ 14 Open-source toolkit enabling developers to integrate You.com’s AI capabilities into their workflows

  4138. mcp-perplexity-server - ⭐ 14 A Model Context Protocol (MCP) server for intelligent code analysis and debugging using Perplexity AI’s API, seamlessly integrated with the Claude desktop client.

  4139. jadx-mcp-server - ⭐ 14 A Pure-Java MCP Server for JaDX Android Reverse Engineering Tool

  4140. vmware-esxi-mcp - ⭐ 14 Professional Model Context Protocol (MCP) server for VMware ESXi hypervisor management. Enterprise-ready solution with secure interfaces for ESXi operations, VM lifecycle management, and infrastructure monitoring.

  4141. webfetch-mcp - ⭐ 14 Live Web Access for Your Local AI — Tunable Search & Clean Content Extraction

  4142. domain-search-mcp - ⭐ 14 Zero-config domain availability MCP for Claude & ChatGPT. AI suggestions, premium/auction detection via GoDaddy, RDAP/WHOIS fallback. Stdio + HTTP.

  4143. dav-mcp - ⭐ 14 Transform AI agents into orchestrating assistants managing calendars, contacts, and tasks

  4144. mcp-safe-run - ⭐ 14 Tired of hardcoding secrets like API keys in your MCP client configuration (e.g., mcp.json, claude_desktop_config.json)? mcp-secure-launcher lets you run your existing MCP servers securely without modifying them.

  4145. phabricator-mcp - ⭐ 14 MCP server for Phabricator

  4146. openalex-research-mcp - ⭐ 14 MCP server for the OpenAlex API — search 240M+ scholarly works, analyze citations, track research trends, and map collaboration networks

  4147. claude-praetorian-mcp - ⭐ 14 ⚜️ An MCP server for context compaction and recycling in Claude Code

  4148. servicenow-mcp - ⭐ 14 Production-ready Model Context Protocol server for ServiceNow platform integration - ITOM, ITSM, CMDB with OAuth, natural language queries, and enterprise security controls

  4149. swift-skeleton - ⭐ 14 Swift source code structural indexer. Extracts type declarations, properties, method signatures, and source locations. MCP server for Claude Code.

  4150. mcp-windows-automation - ⭐ 14 🚀 AI-Powered Windows Automation Server using Model Context Protocol (MCP) | Control Windows apps, automate tasks, and manage systems through natural language commands with Claude, ChatGPT & other AI assistants | 80+ automation tools

  4151. memory-visualizer - ⭐ 14 Interactive visualizer for Anthropic’s Memory MCP knowledge graphs. Instantly explore, debug, and analyze entities, relations, and observations from memory.json files in the Model Context Protocol.

  4152. WAIaaS - ⭐ 14 Wallet-as-a-Service for all AI agents in the world

  4153. x402-deploy - ⭐ 14 Turn any API or MCP server into a paid service with x402

  4154. ai-mate - ⭐ 14 AI development assistant MCP server for Symfony projects

  4155. mcp-security-checklist - ⭐ 14 MCP is being adopted rapidly. Security guidance is lagging behind. This checklist gives security engineers, platform teams, and technical leaders a clear, actionable baseline for securing MCP deployments , whether you’re shipping an internal tool or a customer-facing AI agent.

  4156. llms-txt-generator - ⭐ 14 The ultimate AI-powered generator for llms.txt and llms-full.txt files.

  4157. MCPScan - ⭐ 14 Offensive MCP server auditor — detects tool poisoning, credential leaks, RCE vectors, SSRF, session hijacking, and supply chain vulnerabilities across stdio, HTTP, and SSE transports.

  4158. toolhive-registry-server - ⭐ 14 An API server that implements the official MCP Registry API, providing standardised access to MCP servers from multiple backends, including file-based and other API-compliant registries.

  4159. KunAvatar - ⭐ 14 基于ollama推理框架本地部署的Agent应用,实现MCP工具调用,短长期记忆等功能。|| A locally deployed agent application built on the Ollama, featuring MCP tool integration along with both short-term and long-term memory support.

  4160. signoz-mcp-server - ⭐ 14 Connect your Signoz Instance with Cursor, Claude Desktop or any other MCP Compatible Client

  4161. mcphawk - ⭐ 14 MCPHawk is a new Logging & Monitoring solution for Model Context Protocol (MCP) traffic, providing deep visibility into MCP client-server interactions. It started off as a mix between Wireshark and mcpinspector, purpose-built for the MCP ecosystem, and is now slowly turning into something more.

  4162. ckan-mcp-server - ⭐ 14 A Model Context Protocol (MCP) server for the CKAN API that enables browsing and managing CKAN data portals through MCP-compatible clients.

  4163. java-xiaohongshu-mcp - ⭐ 14 Java 实现的小红书 Model Context Protocol (MCP) 工具服务 为 AI Agent / MCP Client 提供标准化接口,实现: 登录、发图文、发视频、搜索、评论、推荐内容、用户主页 等核心功能

  4164. SRE-agent - ⭐ 14 Autonomous agent for Kubernetes incident detection, diagnosis, and mitigation using LLMs and modular workflows. Integrates LangChain, LangGraph, and MCP servers to enable automated SRE tasks in cloud-native environments.

  4165. ex_mcp - ⭐ 14 Model Context Protocol (MCP) and Agent Client Protocol (ACP) client/server library for Elixir

  4166. google-mcp-remote - ⭐ 14 Collection of Google-native tools (e.g., Gmail, Calendar) for the MCP

  4167. obsidian-cli-rest - ⭐ 14 Control your Obsidian vault programmatically. This plugin turns all Obsidian CLI commands into a local HTTP API and MCP server, letting you automate your workflow from scripts, tools, and AI assistants.

  4168. mcp-toggl - ⭐ 14 MCP server for Toggl Track integration with intelligent caching and reporting tools

  4169. mcpskills-cli - ⭐ 14 Generate Agent Skills from MCP server tools. Connects via Streamable HTTP, discovers tools, and outputs a skill with schema docs and a call script in the language of your choice.

  4170. ux-mcp-server - ⭐ 14 MCP server providing 28 UX knowledge resources, 23 analysis tools & 4 workflow prompts. Works with Claude, Cursor, Continue.dev, Cline, Zed & any MCP client. WCAG, Nielsen heuristics, design systems, e-commerce, PWA, AI/ML & more.

  4171. bookmark-manager-mcp - ⭐ 14 A lightweight Model Context Protocol (MCP) server that provides persistent bookmark management for Claude and other MCP-compatible clients. Features categorized storage, resource discovery, and seamless integration with your AI workflow.

  4172. mcp-perplexity-server - ⭐ 14 A Model Context Protocol (MCP) server for intelligent code analysis and debugging using Perplexity AI’s API, seamlessly integrated with the Claude desktop client.

  4173. bexio-mcp-server - ⭐ 14 Complete Swiss accounting integration for Bexio via MCP. Works with Claude Desktop, n8n, and any MCP client. 310 tools for invoices, contacts, projects & more. Created by Lukas Hertig.

  4174. XcodeMCPKit - ⭐ 14 Xcode MCP proxy with multi-client sessions

  4175. Rube - ⭐ 13 Rube is a Model Context Protocol (MCP) server that connects your AI tools to 500+ apps like Gmail, Slack, GitHub, and Notion. Simply install it in your AI client, authenticate once with your apps, and start asking your AI to perform real actions like “Send an email” or “Create a task.”

  4176. mcp-client-compatibility - ⭐ 13

  4177. nest-mcp - ⭐ 13 Build Model Context Protocol (MCP) servers, clients, and gateways using the NestJS ecosystem you already know.

  4178. spring-ai-mcp-deepseek - ⭐ 13 使用 Spring AI 整合 MCP 服务,包括 MCP server 和 deepseek client

  4179. llamacppMCPClientDemo - ⭐ 13 standalone react MCP client using SSE

  4180. mcp-chat-client - ⭐ 13 基于高德地图MCP服务的聊天客户端

  4181. mcp-client-laravel - ⭐ 13 Laravel-native client for Model Context Protocol (MCP) servers. Built by Redberry (Diamond-tier Laravel partner). Used by LarAgent and other frameworks to enable AI agent functionality.

  4182. mcp-more - ⭐ 13 A modern desktop application for managing Model Context Protocol (MCP) servers.

  4183. easy-mcp-use - ⭐ 13 Easy-MCP-Use is the open source TypeScript library to connect any LLM to any MCP server and build custom agents that have tool access, without using closed source or application clients.

  4184. mcp-test-client - ⭐ 13 MCP Test Client is a TypeScript testing utility for Model Context Protocol (MCP) servers.

  4185. mongo-mcp - ⭐ 13 MCP server that provide tools to LLMs such as claude in cursor to interact with MongoDB

  4186. memory-mcp-server - ⭐ 13 A MCP (Model Context Protocol) server providing long-term memory for LLMs

  4187. mcp-web-search-tool - ⭐ 13 A MCP server providing real-time web search capabilities to any AI model.

  4188. prompt-engineer-mcp-server - ⭐ 13 Write 10x better prompts using Prompt Engineer MCP server.

  4189. mcp_review_code_tool - ⭐ 13 A code review tool based on Model Context Protocol (MCP) that leverages OpenAI’s capabilities for intelligent code analysis and review. | 基于模型上下文协议(MCP)的代码审查工具,利用OpenAI的能力进行智能代码分析和审查。

  4190. sherpa - ⭐ 13 Chat with any codebase with MCP servers in a single command

  4191. codepilot - ⭐ 13 A multi-agent CLI tool powered by Swarms-rs and Composio

  4192. openwebui-mcp-setup - ⭐ 13 Universal MCPO/MCP bridge for Open Web UI with AI-powered configuration. Automated setup generation, Docker support, beginner-friendly. Any AI assistant can instantly convert MCP configs to working Open Web UI integrations.

  4193. mcp-meme-sticky - ⭐ 13 Create AI generated memes using MCP Meme Sticky. Can converted generated memes into stickers for Telegram or WhatsApp (WA coming soon). ✨ no APIs required ✨.

  4194. AgentStack - ⭐ 13 AgentStack is a production-grade multi-agent framework built on Mastra, delivering 50+ enterprise tools, 25+ specialized agents, and A2A/MCP orchestration for scalable AI systems. Focuses on financial intelligence, RAG pipelines, observability, and secure governance.

  4195. devtap - ⭐ 13 Bridge build/dev process output to AI coding sessions via MCP — supports Claude Code, Codex, OpenCode, Gemini CLI, and aider

  4196. vector_mcp - ⭐ 13 A server implementation for the Model Context Protocol (MCP) in Ruby.

  4197. RAG-MCP - ⭐ 13 Simple RAG implementation from scratch using MCP, focusing on Perception, Memory, Decision and Action

  4198. pentesting-cyber-mcp - ⭐ 13 🔐 50+ MCP Security Servers for AI-Powered Pentesting | Integrate Nmap, Burp Suite, Nuclei, Shodan, BloodHound, Semgrep, Trivy | Model Context Protocol for Cybersecurity

  4199. taiga-ui-mcp - ⭐ 13 Taiga UI MCP server providing documentation search and scaffolding tools.

  4200. owl-mcp - ⭐ 13 MCP server for OWL applications

  4201. mcp-delphi - ⭐ 13 Delphi and Lazarus/FPC MCP server: build/clean pascal projects via MCP tools.

  4202. mcp-server-weather-js - ⭐ 13 Simple Weather MCP Server Example

  4203. inspector - ⭐ 13 Modern MCP Inspector for remote mcp servers with support for Apps SDK

  4204. istek - ⭐ 13 The API client built for AI agents. HTTP, GraphQL, gRPC, WebSocket, MQTT + MCP.”

  4205. mcp-server-template - ⭐ 13 Spec-driven Go MCP server template for building domain MCPs with AI-agent onboarding.

  4206. obsidian-mcp-server - ⭐ 13 MCP server for Obsidian vault management - enables Claude and other AI assistants to read, write, search, and organize your notes

  4207. llama-nexus - ⭐ 13 A gateway service designed to manage and orchestrate OpenAI-compatible API servers with MCP support.

  4208. claude-tools-mcp - ⭐ 13 MCP server that exposes Claude Code’s file and shell tools (bash, read, write, edit, glob, grep) over HTTP for remote use by any MCP client

  4209. sift-gateway - ⭐ 13 Reliability gateway for AI tool output: schema-stable, secret-safe, pagination-complete JSON for MCP and CLI agents.

  4210. temple-bridge - ⭐ 13 The Sovereign Stack: MCP server binding local AI capabilities with governance protocols. 100% local operation with memory, conscience, and recursive observation.

  4211. lm - ⭐ 13 Offload Tasks from Claude to your Local LLM With Houtini-LM - uses OpenAPI for LM Studio and Ollama Compatibility. Save tokens by offloading some grunt work for your API - our tool description helps claude decide what work to assign and why.

  4212. Tinvo - ⭐ 13 LLM AI Client based on Blazor. (openai, chatgpt, llama, ollama, onnx, deepseekr1…)

  4213. cie - ⭐ 13 Code Intelligence Engine — indexes your codebase and gives AI assistants deep understanding via MCP (semantic search, call graphs, 20+ tools)

  4214. claude-faf-mcp - ⭐ 13 Anthropic MCP server for .faf — 33 tools, IANA-registered format. npm: claude-faf-mcp. MCP Registry #2759

  4215. credit-optimizer-v5 - ⭐ 13 Credit Optimizer v5 for Manus AI - Save 30-75% on credits. Free MCP Server (PyPI) + $9 Manus Skill. Audited across 53 scenarios. Zero quality loss.

  4216. n8n-coolify-mcp-tools - ⭐ 13 This workflow leverages the Community n8n MCP Client and my new Coolify MCP Server to interact with your Coolify infrastructure using MCP (Model Context Protocol).

  4217. mcp-client-langchain-ts - ⭐ 13 Simple MCP Client CLI Implementation Using LangChain ReAct Agent / TypeScript

  4218. GitLab-CICD-Agent - ⭐ 13 agentic-cicd is an AI-powered multi-agent system that automates GitLab CI/CD workflows using natural language. Built with LangGraphJS, it connects to GitLab via OAuth, interprets user intent, generates pipelines, and executes deployments — all orchestrated by autonomous AI agents and backed by a GitLab MCP server.

  4219. openalgo-mcp - ⭐ 13 Documentation

  4220. agent-hub - ⭐ 13 Agent Hub is an AI orchestration platform that transforms how developers and DevOps engineers interact with their toolchain. Built on the cutting-edge Model Context Protocol (MCP), it provides intelligent automation through specialized AI agents, seamlessly integrating with GitHub, Azure, security tools, and data processing

  4221. claude-qdrant-mcp - ⭐ 13 Local-first TypeScript MCP server for Qdrant with client isolation, LM Studio integration, and scalable document workflows.

  4222. magento-coding-standard-mcp - ⭐ 13 MCP server that teaches AI assistants Magento 2 coding standards — validate code, look up correct patterns, check security, and apply theme-specific rules (Hyva, Luma, Breeze, Porto). Works with Claude, Cursor, Gemini CLI, VS Code Copilot, and any MCP-compatible client.

  4223. pentest-mcp-server - ⭐ 13 ⚙️ Enable AI agents to conduct autonomous penetration testing on any Linux distribution with a persistent and robust Model Context Protocol server.

  4224. langgraph-mcp-dataanalysis - ⭐ 13 DataAnalysis Agent using LangGraph & MCP server and client

  4225. locus - ⭐ 13 Persistent project-aware memory for AI coding tools. Built on MCP. Works with Codex, Claude Code, and other MCP-compatible clients.

  4226. SQL_MCP_Server - ⭐ 13 SQLGenius is an AI-powered SQL assistant that converts natural language to SQL queries using Vertex AI’s Gemini Pro. Built with MCP and Streamlit, it provides an intuitive interface for BigQuery data exploration with real-time visualization and schema management.

  4227. vault-sync - ⭐ 13 Headless Obsidian Sync client with MCP server for AI assistants

  4228. league-client-mcp - ⭐ 13 Connect Claude, Antigravity to League Client via MCP & Pengu Loader.

  4229. mcpup - ⭐ 13 MCP configuration manager — enable, disable, and sync MCP servers across AI clients from one place

  4230. DevoChat - ⭐ 13 Unified Web AI Chat UI & MCP Client

  4231. mcp-auth-helper - ⭐ 13 Standalone OAuth helper for MCP servers with client allowlists (Figma, etc.) - works with OpenCode without forking

  4232. hecate - ⭐ 13 Hecate is an open-source AI gateway, coding-agent console, and agent-task runtime for routing OpenAI- and Anthropic-compatible traffic across cloud and local models, running external coding agents as supervised local adapters, controlling spend, and running agent work behind policy, approvals, and OpenTelemetry.

  4233. Super-Productivity-MCP - ⭐ 13 MCP server that connects AI assistants to Super Productivity — manage tasks, projects, and tags through Claude, Kiro, or any MCP client

  4234. sarvam-mcp-server - ⭐ 12 talk to sarvam APIs directly, without code.

  4235. st_rag_mcp - ⭐ 12 MCP streamlit client with RAG support for tool search

  4236. mcp-server-manager - ⭐ 12 A tool to create, build, and manage MCP servers for use with Claude and other MCP clients

  4237. MCP-Client-Server-for-agents - ⭐ 12 This project demonstrates a Model Context Protocol (MCP) server and client implementation in .NET

  4238. xcf - ⭐ 12 Xcode MCP Server xcf is a 100% Swift based allowing you to integrate Xcode with your favorite AI IDE or MCP Client

  4239. CursorMCPMonitor - ⭐ 12 Real-time monitoring tool for Model Context Protocol (MCP) interactions in Cursor AI editor. Track, analyze, and debug AI context exchanges between LLM clients and servers. Supports log rotation, pattern matching, and color-coded event visualization.

  4240. proxy-base-agent - ⭐ 12 A stateful agent with 100% reliable tool use. Build custom agents on any LLM with guaranteed state consistency.

  4241. create-mcp-server-kit - ⭐ 12 Scaffold a production-ready Model Context Protocol (MCP) server in seconds.

  4242. MIST - ⭐ 12 MCP server empowering AI assistants with real-world capabilities: Gmail, Calendar, Tasks, Git integration, and note management. Bridges AI assistants to external services through standardized protocol with secure authentication.

  4243. PackageFlow - ⭐ 12 A visual DevOps hub for npm scripts, Git, workflows, and deploy — controllable by AI via MCP.

  4244. snowflake-mcp-server - ⭐ 12 MCP Server for connecting to Snowflake with read-only questions

  4245. mcp-server-webscan - ⭐ 12 A Model Context Protocol (MCP) server for web content scanning and analysis. This server provides tools for fetching, analyzing, and extracting information from web pages.

  4246. agent-identity-protocol - ⭐ 12 Agent Identity Protocol - Zero-trust security layer for AI agents. Policy enforcement proxy for MCP with Human-in-the-Loop approval, DLP scanning, and audit logging.

  4247. b00t - ⭐ 12 🥾 b00t: state of the art agentic harness tooling & dynamic context initialization

  4248. jenkins-mcp-server - ⭐ 12 An MCP server for interacting with a Jenkins server. Allows you to trigger jobs, check build statuses, and manage your Jenkins instance through MCP.

  4249. openagentidentityprotocol - ⭐ 12 Agent Identity Protocol - Zero-trust security layer for AI agents. Policy enforcement proxy for MCP with Human-in-the-Loop approval, DLP scanning, and audit logging.

  4250. cv-resume-builder-mcp - ⭐ 12 AI-powered CV and resume builder using Model Context Protocol. Automatically sync your achievements from Jira, Credly, LinkedIn, and git. Keep your CV always up-to-date.

  4251. MCPGateway - ⭐ 12 Open-source MCP server — progressive tool discovery, code execution, intelligent routing & token optimization across 50+ tools

  4252. mcp-interactive-terminal - ⭐ 12 MCP server that gives AI agents (Claude Code, Cursor, Windsurf) real interactive terminal sessions — REPLs, SSH, databases, Docker, and any interactive CLI with clean output and smart completion detection

  4253. kiro-powers - ⭐ 12 Repository of custom kiro powers. https://kiro.dev/docs/powers/

  4254. guildbridge - ⭐ 12 🏰 Remotely hosted MCP server for Discord

  4255. porkbun-mcp-server - ⭐ 12 MCP server implementation for managing domains, DNS, and SSL via the Porkbun API.

  4256. local-history-mcp - ⭐ 12 MCP server for accessing VS Code/Cursor’s Local History

  4257. claude-context-local - ⭐ 12 🔒 Privacy-first MCP server for Claude using PostgreSQL + Ollama. Local alternative to cloud-based code context with full data sovereignty. No API keys, no external calls, 100% local.

  4258. biomed-agent - ⭐ 12 Connecting AI agent to biomedical data

  4259. nodebench-ai - ⭐ 12 NodeBench MCP - 260-tool Model Context Protocol server with progressive discovery, agent-as-a-graph embeddings, research optimization, and adaptive web scraping. Monorepo: MCP server + Convex backend + React frontend.

  4260. mcp-for-woocommerce - ⭐ 12 WooCommerce MCP Server — WordPress community plugin implementing the Model Context Protocol (MCP) for WooCommerce. Supports STDIO and HTTP streamable transport, with optional JWT authentication. Based on Automattic’s official WordPress MCP. This plugin is not affiliated with Automattic.

  4261. asap-protocol - ⭐ 12 Standard protocol for agent-to-agent communication with stateful orchestration, MCP-compatible and a public marketplace to discover and register agents.

  4262. scorable-mcp - ⭐ 12 MCP for Scorable Evaluation Platform

  4263. Hoofy - ⭐ 12 Hoofy — AI development companion MCP server. Persistent memory, spec-driven development, adaptive change pipeline, Clarity Gate. 32 tools, single Go binary, zero deps.

  4264. wamcp - ⭐ 12 WhatsApp MCP Server — Connect AI agents to WhatsApp via Model Context Protocol. 61 tools, 10 resources, 12 real-time events. Supports Baileys (WhatsApp Web) and Cloud API. Built with TypeScript, BullMQ, and Docker.

  4265. actual-mcp-server - ⭐ 12 Docker MCP server connecting MCP clients (tested with LibreChat/LobeChat) to Actual Budget for natural-language budgeting, transaction management, and financial insights.

  4266. mcp-client-langchain-py - ⭐ 12 Simple MCP Client CLI Implementation Using LangChain ReAct Agent / Python

  4267. ggMCP4VSCode - ⭐ 12 Google Gemini Model Context Protocol (MCP) Client for VS Code. Connect AI assistants to local context & tools.

  4268. langchain-mcp-tools-ts-usage - ⭐ 12 MCP Tools Usage From LangChain ReAct Agent / Example in TypeScript

  4269. mcp-chat-widget - ⭐ 12 Configure, host and embed MCP-enabled chat widgets for your website or product. Lightweight and extensible Chatbase clone to remotely configure and embed your agents anywhere.

  4270. Opencollab-mcp - ⭐ 12 AI-powered open source contribution matchmaker — finds perfect “good first issues” matched to YOUR skills

  4271. openclaw-mcp-server - ⭐ 12 MCP server exposing OpenClaw Gateway tools to Claude Code and other MCP-compatible clients

  4272. mcp-trace - ⭐ 12 A TUI to probe the calls between MCP client and server

  4273. openclaw-mcp-bridge - ⭐ 12 OpenClaw MCP Client Plugin - bridges MCP servers into OpenClaw via registerTool

  4274. mcp_client_rust - ⭐ 12

  4275. robotmcp_client - ⭐ 12 Connect AI models like Claude & GPT with robots using MCP and ROS.

  4276. mcp-mux - ⭐ 12 Configure MCP servers once, connect every AI client through a single local gateway

  4277. nestjs-mcp - ⭐ 11 An opinionated MCP module for NestJS

  4278. mcp-server-kintone - ⭐ 11 MCP server for kintone

  4279. md2confluence-mcp - ⭐ 11 MCP server to upload Markdown to Confluence. Auto-converts Mermaid diagrams, code blocks, images, and tables.

  4280. swift-context-protocol - ⭐ 11 swift-context-protocol is a Swift-based implementation of the Model Context Protocol (MCP) for AI contexts. It leverages Swift’s distributed actor model to enable type-safe, asynchronous remote invocation of tools, resources, and prompts.

  4281. context-kit - ⭐ 11 A CLI tool and MCP client, used to create spec files for AI coding agents with context baked in

  4282. MCP_Client - ⭐ 11

  4283. trebuchet - ⭐ 11 A MUD/MUCK/MUSH chat client with MCP/GUI support.

  4284. systemprompt-mcp-gmail - ⭐ 11 A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation. Optimized for Systemprompt MCP Voice client.

  4285. mcp-client-app - ⭐ 11 A mcp client chat application built for learning purposes

  4286. mcp-browser-automation - ⭐ 11 Model Context Protocol based AI Agent that runs a browser from Claude desktop

  4287. simple-nodejs-mcp-client - ⭐ 11 This is a study repository for implementing a Model Context Protocol (MCP) client. It features a simple interactive MCP client implemented in Node.js.

  4288. oauth-callback - ⭐ 11 Lightweight OAuth 2.0 authorization code capture for CLI tools & desktop apps. Works with Node.js, Deno, Bun. MCP SDK ready.

  4289. semantictool - ⭐ 11 tool management service for performing vector tool calling at scale.

  4290. mcpconnect - ⭐ 11 Inspect and debug Model Context Protocol servers directly in your browser.

  4291. locust-mcp-server - ⭐ 11 A Model Context Protocol (MCP) server implementation for running Locust load tests. This server enables seamless integration of Locust load testing capabilities with AI-powered development environments.

  4292. mcp-boilerplate - ⭐ 11 A powerful, production-ready MCP server implementing the Model Context Protocol with robust SSE transport, built-in tools, and comprehensive error handling. Seamlessly connect AI models to data sources with enterprise-grade stability and performance.

  4293. emcp - ⭐ 11 A framework for building simple MCP servers with custom middleware

  4294. polaris - ⭐ 11 Distributed AI Agent Framework

  4295. glm5-mcp - ⭐ 11 Reduce Claude Desktop consumption by 10x - Integrate Z.ai’s GLM-5 (744B params) with Claude via MCP for intelligent task delegation

  4296. french-tax-mcp - ⭐ 11 MCP server for French tax calculations and information - enables AI assistants to provide accurate French tax guidance

  4297. springboot-ai-mcp-example - ⭐ 11 Example Spring AI Model Context Protocol (MCP)

  4298. mcp-space - ⭐ 11 MCP Space is a no-code platform for building and deploying AI tools using the Model Context Protocol (MCP). Create powerful AI agents through an intuitive chat interface without writing code, then deploy with one click to Cloudflare Workers. Combines a Next.js frontend with Google ADK backend for a seamless AI development experience.

  4299. druid-mcp-server - ⭐ 11 A comprehensive Model Context Protocol (MCP) server for Apache Druid that provides extensive tools, resources, and AI-assisted prompts for managing and analyzing Druid clusters. Built with Spring Boot and Spring AI, this server enables seamless integration between AI assistants and Apache Druid through standardized MCP protocol.

  4300. mcpkit - ⭐ 11 Easy to use Official MCP Registry Client UI. npx @cybertheory/mcpkit

  4301. prometheus-protocol - ⭐ 11 The trust layer for the open agentic web—giving AI agents a passport, a bank account, and a trusted marketplace to securely interact with the world.

  4302. gtm-mcp - ⭐ 11 MCP server for Google Tag Manager: read tags/triggers/variables, publish containers, and audit changes via Claude/Gemini.

  4303. mcp-express-adapter - ⭐ 11 Run multiple MCP clients on a NodeJS Express server (adapter/middleware)

  4304. nautobot_mcp - ⭐ 11 Nautobot Model Context Protocol (MCP) Server - Contains STDIO and HTTP Deployments with Embedding Search and RAG.

  4305. mcp-coroot - ⭐ 11 MCP server for Coroot observability platform - integrate monitoring, troubleshooting, and configuration tools with AI agents

  4306. chromadb-remote-mcp - ⭐ 11 Remote MCP server for ChromaDB

  4307. msty-admin-mcp - ⭐ 11 AI-powered administration for Msty Studio Desktop. 24 MCP tools for database insights, config sync, local model orchestration, and Claude handoff workflows.

  4308. miro-mcp-server - ⭐ 11 MCP server for controlling Miro whiteboards with AI assistants

  4309. qurio - ⭐ 11 Self-hosted RAG engine for AI coding assistants. Ingests technical docs & code repositories locally with structure-aware chunking. Serves grounded context via MCP to prevent hallucinations in software development workflows.

  4310. fathom-mcp - ⭐ 11 Model Context Protocol server for Fathom AI - access meeting recordings, transcripts, summaries, teams, and webhooks

  4311. auto-mcp-client - ⭐ 11 基于Spring AI 封装了 mcp-client 服务,目的使web网页智能体也能通过 stdio 和 HTTP SSE(Server-Sent Events) 与 MCP Server 进行交互。项目实现了自动化的连接管理机制,包括自动初始化连接、健康检查、超时关闭以及链接复用等功能

  4312. unity-mcp-template - ⭐ 11 Simple template project for controlling Unity via MCP

  4313. keycloak-mcp - ⭐ 11 MCP server that integrates with Keycloak, allowing you to manage Keycloak users and realms through a standardized protocol. It uses the official Keycloak Admin Client to interact with Keycloak’s API.

  4314. AMS - ⭐ 11 Audit Memory System (AMS): Durable orchestration and memory layer for MCP clients.

  4315. mcp-oidc-provider - ⭐ 11 Open-sourced mcp-oidc-provider: a minimal, vendor-neutral OIDC layer that sits between MCP clients and your upstream IdP (Auth0/Clerk/Okta).

  4316. openmessage - ⭐ 11 Open-source Google Messages client with AI tools (MCP). SMS + RCS from your desktop.

  4317. lol-client-mcp - ⭐ 11 League of Legends Game Client API MCP Server

  4318. mcp-optimizer - ⭐ 11 MCP server that acts as an intelligent intermediary between AI clients and multiple MCP servers

  4319. llmcore - ⭐ 11 Qt C++ library for working with AI/LLM Providers and MCP

  4320. mcp-shopline - ⭐ 11 MCP server wrapping the Shopline Open API into 143 AI-callable tools (75 read + 68 write) for e-commerce operations. Built for Claude Code, Claude Desktop, and any MCP-compatible AI client.

  4321. AIFoundry-MCPConnector-FabricGraphQL - ⭐ 11 MCP Client and Server apps to demo integration of Azure OpenAI-based AI agent with a Data Warehouse, exposed through GraphQL in Microsoft Fabric.

  4322. mcp-bibliotheque_nationale_de_France - ⭐ 11 Un serveur MCP (Model-Client-Protocol) pour accéder à l’API Gallica de la Bibliothèque nationale de France (BnF) et générer des rapports de recherche séquentiels.

  4323. GitIntel-MCP-Server - ⭐ 11 A Git intelligence MCP server built with Node.js and TypeScript that analyzes local Git repositories to surface insights like hotspots, churn, temporal coupling, knowledge maps, and risk scoring. Designed for AI agents, it exposes repository analytics tools through the Model Context Protocol (MCP) while keeping all data local and read-only.

  4324. bio-agents-mcp - ⭐ 11 MCP servers for Protein Data Bank, ChemBL, and other life science data (WIP), with Ollama client for local testing.

  4325. alexa-mcp-server - ⭐ 11 amazon alexa mcp server for poke🌴 and other mcp client

  4326. mcpHTTPClient - ⭐ 11 An MCP client in pure MATLAB code

  4327. openchatwidget - ⭐ 11 AI chat widget in your web app. Supports MCP as a client.

  4328. pycentauri - ⭐ 11 Python client, CLI, and MCP server for the Elegoo Centauri Carbon 3D printer

  4329. miniflux-mcp - ⭐ 11 A Model Context Protocol (MCP) server for interacting with Miniflux RSS reader.

  4330. commvault-mcp-server - ⭐ 11 A Model Context Protocol (MCP) server for interacting with Commvault software.

  4331. streamdeck-mcp - ⭐ 11 MCP server for Elgato Stream Deck control — set buttons, manage pages, wire actions

  4332. pipulate - ⭐ 10 Local First AI SEO Software on Nix, FastHTML & HTMX

  4333. mcp-client - ⭐ 10 A custom Model Context Protocol (MCP) Client interface with integrated LLM agent chat capabilities built with Next.js and the Vercel AI SDK

  4334. kroki-mcp - ⭐ 10 Kroki-MCP is a Go-based Model Context Protocol tool that converts textual diagram definitions (PlantUML, Mermaid, and more) into images via a Kroki backend. Designed for simplicity and flexibility, it supports both local and remote Kroki servers, offers configurable settings, and outputs multiple formats – making it ideal for developers building AI

  4335. mcp-wikipedia - ⭐ 10 MCP server to give client the ability to access Wikipedia pages

  4336. taskboard - ⭐ 10 Local project management with Kanban UI, CLI, and MCP server for AI assistants. SQLite-backed, single binary, installable via Homebrew.

  4337. langchain-mcp-client - ⭐ 10 🦜🔗 LangChain Model Context Protocol (MCP) Client

  4338. mcp_client_openai - ⭐ 10 适配Openai SDK构建MCP Client

  4339. mcp-serverman - ⭐ 10 a cli/mcp server tool for managing mcp server json config file with version control, profiles and multi-client support

  4340. py-mcp-sse - ⭐ 10 MCP Client 与 MCP Server基于SSE方式的样例实现(Python版本)

  4341. emotion_ai - ⭐ 10 The Aura Emotion AI system has chroma with a local embedding model, memvid qr code mp4 infinite memory, brainwave and neurochemical simulations, sociobiological reasoning, autonomous subsystem processing with a Gemini flash model so the main model is less taxed, is a MCP client with adaptive tool learning and MCP server.

  4342. mcp-server-blog - ⭐ 10 Example of a MCP implementation using TypeScript and OAuth.

  4343. mcp-agent-proxy - ⭐ 10 An MCP server that exposes local and remote agents across different servers as MCP tools.

  4344. mcp-kit - ⭐ 10 MCP (Model Context Protocol) Kit for Go - A Complete MCP solutions for ready to use

  4345. CodeCompass - ⭐ 10 CodeCompass: AI-powered Vibe Coding with MCP. Connects Git repositories to AI assistants like Claude, using Ollama for privacy or OpenAI for cloud. Integrates with VSCode, Cursor, and more.

  4346. mode-manager-mcp - ⭐ 10 MCP Memory Agent Server - A VS Code chatmode and instruction manager with library integration

  4347. mcp-reporter - ⭐ 10 mcp-reporter is a streamlined utility that generates comprehensive capability reports for Model Context Protocol servers, empowering developers to easily understand available functionality across their MCP servers ecosystem for both documentation and integration into other tools.

  4348. mcp-starter-template-ts - ⭐ 10 TypeScript starter template for building Model Context Protocol (MCP) servers, designed to help developers create secure and robust AI-agent-compatible services.

  4349. rec-us-mcp-server - ⭐ 10 Book a San Francisco tennis court via MCP server w/ auth

  4350. mcp-demo - ⭐ 10 URL MCP is a proof of concept stateless MCP server builder that allows users to build MCP servers without writing or hosting code. It’s intended for protocol and security experimentation rather than for building real world MCP integrations.

  4351. AgentX-mcp-servers - ⭐ 10 List of open sourced MCP servers. MIT license. Managed by AgentX with love.

  4352. mcp-tradovate - ⭐ 10 MCP server for the Tradovate platform

  4353. mcp-claude-hackernews - ⭐ 10 An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP).

  4354. glasses-mcp - ⭐ 10 Glasses MCP is a simple MCP server that lets your AI agent see and capture the web 👓

  4355. ObsidianMCPServer - ⭐ 10 A Model Context Protocol (MCP) server that enables AI assistants to interact with your Obsidian vault

  4356. mcp-sys-bridge - ⭐ 10 An implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.

  4357. sec-edgar-agentkit - ⭐ 10 AI agent toolkit for accessing and analyzing SEC EDGAR filing data. Build intelligent agents with LangChain, MCP-use, Gradio, Dify, and smolagents to analyze financial statements, insider trading, and company filings.

  4358. context-engineering-mcp - ⭐ 10 Context Engineering is a MCP server that gives AI agents perfect understanding of your codebase. Eliminates context loss, reduces token usage, and generates comprehensive feature plans in minutes. Compatible with Cursor, Claude Code, and VS Code.

  4359. mcp-sqlite-server - ⭐ 10 These are MCP server implementations for accessing a SQLite database in your MCP client. There is both a SDIO and a SSE implementation.

  4360. mcp-go - ⭐ 10 Golang impl of mcp protocol

  4361. mcpet - ⭐ 10 This is a TypeScript-based Model Context Protocol (MCP) server that implements a virtual pet simulation system. It demonstrates core MCP concepts by providing tools for pet care and interaction.

  4362. mcp-spring-ai-mcp-client - ⭐ 10 使用java实现mcp client了解底层的调用机制,demo示例

  4363. awesome-mcp - ⭐ 10 🚀 Discover and explore a curated list of MCP servers, tools, and resources for AI assistants, enhancing your development and productivity.

  4364. Simple_MCP_Client - ⭐ 10 Simple MCP Client for OpenAI/Deepseek R1/V3

  4365. awesome-mcp - ⭐ 10 A carefully curated collection of high-quality tools, libraries, research papers, projects, and tutorials centered around Model Context Protocol (MCP) — a novel paradigm designed to enable modular, adaptive coordination between large language models (LLMs) and external tools or data contexts.

  4366. openapi-mcp-swagger - ⭐ 10 Solve AI context window limits for API docs | Convert any Swagger/OpenAPI to searchable MCP server | AI-powered endpoint discovery & code generation | Works with Cursor, Claude, VS Code

  4367. mcp-chaos-rig - ⭐ 10 A local MCP server that breaks on demand. Test your client against auth failures, disappearing tools, flaky responses, and token expiry, all from a web UI.

  4368. notification-mcp - ⭐ 10 A Model Context Protocol server that allows AI agents to play a notification sound via a tool when a task is completed.

  4369. adonis-mcp - ⭐ 10 An AdonisJS package for building remote MCP servers

  4370. genkit-mcp-client-blender - ⭐ 10 An MCP Client for interfacing with the Blender MCP Server built with Firebase Genkit and Gemini

  4371. esp32-mcpserver - ⭐ 10 A lightweight Model Context Protocol (MCP) server framework for ESP32. Seamlessly connect embedded devices to LLMs.

  4372. youtube-mcp-server - ⭐ 10 A comprehensive Model Context Protocol (MCP) server providing real-time YouTube Data API access for AI assistants. Features 14 functions including intelligent content evaluation with technology freshness scoring for knowledge base curation.

  4373. Azure-Foundry-Webinar - ⭐ 10 This repository is the official companion for the Azure AI Foundry Agent Service Webinar Series. It provides hands-on code samples, modular use cases, and practical guides for building, deploying, and scaling AI agents on Azure.

  4374. Cognio - ⭐ 10 Persistent semantic memory server for MCP - Give your AI long-term memory that survives across conversations. Lightweight Python server with SQLite storage and semantic search.

  4375. systemprompt-template - ⭐ 10 Production AI agent mesh in 3 commands. MCP servers, playbooks, and multi-agent orchestration built on systemprompt-core.

  4376. cheatengine-mcp-bridge - ⭐ 10 🔗 Connect AI to Cheat Engine for fast memory analysis, enabling quick mods and audits without the tedious manual work.

  4377. toolhive-cloud-ui - ⭐ 10 ToolHive Cloud UI surfaces MCP servers running in your infrastructure, highlighting metadata, tool capabilities, and copy-ready endpoints for fast AI agent integrations.

  4378. mcpd - ⭐ 10 A ~3MB MCP daemon that exposes any script as a tool for Claude, Cursor & AI assistants

  4379. whatsapp-mcp-extended - ⭐ 10 Extended WhatsApp MCP server with 41 tools - reactions, group management, polls, presence, newsletters & more. Fork of lharries/whatsapp-mcp

  4380. chessmata - ⭐ 10 Chessmata: chess game for humans and AI agents

  4381. storybook-mcp-server - ⭐ 10 MCP server for Storybook - provides AI assistants access to components, stories, properties and screenshots. Built with TypeScript and Model Context Protocol SDK.

  4382. dbt-core-mcp - ⭐ 10 dbt Core MCP Server: Interact with dbt projects via Model Context Protocol

  4383. chatgpt2md - ⭐ 10 Convert ChatGPT export to Markdown with full-text search and MCP server for Claude

  4384. mini_claude - ⭐ 10 Give Claude Code persistent memory across sessions. Track habits, log mistakes, prevent death spirals. Runs locally with Ollama.

  4385. statelessagent - ⭐ 10 Your AI forgets everything between sessions. SAME fixes that. Local-first, no API keys, single binary.

  4386. MCP-Penetration-testing - ⭐ 10 The ultimate OWASP MCP Top 10 security checklist and pentesting framework for Model Context Protocol (MCP), AI agents, and LLM-powered systems.

  4387. caltrain-mcp - ⭐ 10 A Model Context Protocol (MCP) server for Caltrain schedules. Get real-time train departures using GTFS data, designed for Claude Desktop and other MCP clients.

  4388. shellguard - ⭐ 10 MCP server that gives LLM agents read-only shell access over SSH

  4389. PsMCP-MCP-Server-for-Photoshop - ⭐ 10 An Extensive MCP server and a Gradio MCP client ( with Gemini ) with several tools made using win32com to intereact with Photoshop. Designing with Photoshop has never been more fun!

  4390. ollama-mcp-example - ⭐ 10 Ollama MCP example for dummies.

  4391. civitai-mcp-server - ⭐ 10 A Model Context Protocol server for browsing and discovering AI models on Civitai

  4392. openapi-to-mcp - ⭐ 10 Transform OpenAPI specifications into production-ready MCP servers with AI-powered evaluation and enhancement. Leverages LLMs to analyze, improve, and generate Model Context Protocol implementations from your existing API documentation.

  4393. world-intel-mcp - ⭐ 10 100+ tool MCP server for real-time global intelligence — markets, FX, bonds, earnings, SEC filings, conflict, military, cyber, climate, news, company enrichment, and 30+ domains. Live Leaflet dashboard with 20 map layers, SSE streaming, and AI situation briefs.

  4394. aichat - ⭐ 10 A customizable AI chat application powered by Flet.

  4395. mcp-document-converter - ⭐ 10 MCP Document Converter - A powerful MCP tool for converting documents between multiple formats, enabling AI agents to easily transform documents.

  4396. simple-mcp-server - ⭐ 10 Simple MCP Server — Educational Example This repository contains a minimal MCP (Model Context Protocol) server built for educational purposes. Its goal is to help developers understand how the MCP protocol works and how to manage decision-making processes based on model–client communication.

  4397. cubbi - ⭐ 10 Monadical container CLI tool for running sandboxed MCP clients & servers

  4398. team-memory-mcp - ⭐ 10 Shared team memory for AI coding agents. Bayesian confidence scoring with temporal decay. Works with Claude Code, Devin, Cursor, and any MCP-compatible client.

  4399. ai-assistant-vui - ⭐ 10 Experimental voice user interface (VUI) to interact with an agentic AI assistant

  4400. mcp-client - ⭐ 10

  4401. tupac - ⭐ 10 A terminal MCP client based on the OpenAI responses API.

  4402. ai-mcp-bridge - ⭐ 10 rest to mcp & mcp Registry & mcp Loadbalancer & ai mcp & Multiple Registries & 多注册中心

  4403. cli - ⭐ 10 🤖 Your Agents’ personal email 📧

  4404. mcp-shell - ⭐ 10 terminal based MCP Client

  4405. mcp-google-calendar - ⭐ 10 A MCP server that allows Claude and other MCP clients to interact with Google Calendar. This server enables AI assistants to manage your calendar events, check availability, and handle scheduling tasks.

  4406. discogs-mcp - ⭐ 10 A Discogs MCP Server with OAuth, to use with your favorite LLM client. Ask for recommendations, stats about your collection, details about releases you own, and more!

  4407. capacities-mcp-bridge-unofficial - ⭐ 10 Unofficial MCP tools and bridges for Capacities.io, for use with Claude Desktop, Genspark, and other clients.

  4408. local-voice-mcp - ⭐ 10 Give your MCP clients the ability to speak by running local voice models

  4409. ctx-sys - ⭐ 10 Intelligent context management for AI coding assistants. Indexes your codebase with tree-sitter, builds a semantic knowledge graph, and serves 12 tools over MCP. Hybrid RAG combines keyword search, vector embeddings, and graph traversal for precise retrieval. Works with Claude Desktop, Cursor, and any MCP client. Fully local with Ollama.

  4410. auxilia - ⭐ 10 A lightweight web MCP client designed to host your MCP-powered AI assistants. auxilia is designed to only support remote MCP servers.

  4411. laravel-release-changelog-generator - ⭐ 10 Generate a changelog and releases with version management with artisan

  4412. mistral-ai-docs-mcp-server - ⭐ 10 Unofficial MCP server for Mistral AI developer docs and API reference. One public URL, no auth, works in every MCP client.

  4413. flipper-mcp - ⭐ 10 AI-powered MCP server for Flipper Zero. Control SubGHz, NFC, RFID, IR, BLE, GPIO, and more over WiFi using Claude or any MCP client.

  4414. mcp-server - ⭐ 10 The finmap.org MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations

MCP Clients

MCP client applications that connect to MCP servers

  1. LocalAI - ⭐ 46,315 LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.

  2. CowAgent - ⭐ 44,548 CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

  3. chatgpt-on-wechat - ⭐ 42,983 CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

  4. valuecell - ⭐ 10,668 ValueCell is a community-driven, multi-agent platform for financial applications.

  5. evolver - ⭐ 7,466 The GEP-powered self-evolving engine for AI agents. Auditable evolution with Genes, Capsules, and Events. | evomap.ai

  6. deepchat - ⭐ 5,800 🐬DeepChat - A smart assistant that connects powerful AI to your personal world

  7. holaOS - ⭐ 5,633 Turn repeat work into running AI work-streams.

  8. magic - ⭐ 4,821 Magicrew. The first open-source all-in-one AI productivity platform (Generalist AI Agent + Workflow Engine + IM + Online collaborative office system)

  9. koog - ⭐ 4,191 Koog is a JVM (Java and Kotlin) framework for building predictable, fault-tolerant and enterprise-ready AI agents across all platforms – from backend services to Android and iOS, JVM, and even in-browser environments. Koog is based on our AI products expertise and provides proven solutions for complex LLM and AI problems

  10. nono - ⭐ 2,410 Capability-based sandboxes with fine-grained policies . Brokering access directly within the agent’s operating context, with zero setup and zero latency

  11. papersgpt-for-zotero - ⭐ 2,376 A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.1, Claude, DeepSeek V4, Grok, OpenRouter, Kimi 2.5, GLM 5, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.5

  12. shippie - ⭐ 2,356 extendable code review and QA agent 🚢

  13. ragent - ⭐ 2,132 企业级 Agentic RAG 智能体 - 全链路覆盖文档解析、多路检索、意图识别、问题重写、会话记忆、MCP 工具调用与深度思考。面向真实业务场景,从 0 到 1 完整工程实现。

  14. supermemory-mcp - ⭐ 1,688 Your memories are in ChatGPT… But nowhere else. Universal Memory MCP makes your memories available to every single LLM. No logins or paywall. One command to set it up.

  15. open-mcp-client - ⭐ 1,639

  16. lime - ⭐ 1,411 AI content workspace for Chinese creators: desktop writing, research, prompt library, knowledge base, and multi-model workflows.

  17. openinference - ⭐ 974 OpenTelemetry Instrumentation for AI Observability

  18. VectorCode - ⭐ 861 A code repository indexing tool to supercharge your LLM experience.

  19. HyperChat - ⭐ 711 HyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.

  20. boss-agent-cli - ⭐ 629 AI-agent-first CLI for BOSS 直聘 — 职位搜索、福利筛选、招聘者工作流、MCP 工具与 AI 简历优化

  21. GalwayBus - ⭐ 583 Galway Bus Kotlin Multiplatform project using Jetpack Compose and SwiftUI

  22. comunica - ⭐ 567 📬 A knowledge graph querying framework for JavaScript

  23. casbin-gateway - ⭐ 559 Casbin AI & MCP security gateway for HTTP, online demo: https://door.caswaf.com

  24. fleur - ⭐ 535 The easiest way to discover and install MCPs

  25. a2a-x402 - ⭐ 485 The A2A x402 Extension brings cryptocurrency payments to the Agent-to-Agent (A2A) protocol, enabling agents to monetize their services through on-chain payments. This extension revives the spirit of HTTP 402 “Payment Required” for the decentralized agent ecosystem.

  26. self-dify - ⭐ 455 本教程将全面指导你如何快速搭建自己的AI应用环境,从Docker桌面版的安装与配置开始,到本地部署Dify并自定义AI助手功能,让你轻松实现“猜病例”、“甜蜜哄人”、“新生入学指南”、“小红书读书卡片”与“面试宝典”等多种特色AI应用。并教会你从基础智能体到使用工作流,再到知识库、DeepResearch、数据库、MCP、复杂任务编排等高阶任务,由浅到深的学习掌握基于dify的大模型应用开发。

  27. pwno-mcp - ⭐ 264 MCP for Pwn

  28. openclaw.net - ⭐ 243 Self-hosted OpenClaw gateway + agent runtime in .NET (NativeAOT-friendly)

  29. Frappe_Assistant_Core - ⭐ 230 Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model

  30. ai - ⭐ 177 AI features and experiments for WordPress. Modular framework for testing AI capabilities.

  31. terminal-ai - ⭐ 160 Unopinionated AI for the Shell. A lightweight AI CLI for scripts, pipelines, and automation, with a universal client for MCP, A2A, and other AI protocols. .

  32. web-hacker - ⭐ 153 Reverse engineer web apps

  33. airbyte-agent-connectors - ⭐ 109 🐙 Drop-in tools that give AI agents reliable, permission-aware access to external systems.

  34. uxc - ⭐ 107 A unified CLI for discovering and invoking tools across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC

  35. FlowUpdater - ⭐ 98 The free and open source solution to update Minecraft.

  36. ai-microcore - ⭐ 95 A handy lib for smooth interaction with large language models (LLMs) and crafting AI apps.

  37. mcp-manager - ⭐ 94 This is a visual client tool used to manage MCP (Model Context Protocol). With this tool, you can easily manage and operate the MCP environment without manually performing complex command-line operations.

  38. hm_editor - ⭐ 93 一款轻量级、可扩展的、跨平台的、专为医疗信息化设计的电子病历编辑器内核,为EMR(电子病历系统)提供专业的结构化病历编辑与AI接入解决方案。

  39. researcher_agent - ⭐ 63 An application built on the Model Context Protocol (MCP) that transforms any website into highly relevant content based on your queries. The app seamlessly integrates with platforms like X, Slack, and among others.

  40. MCPE-Client-Sources - ⭐ 58

  41. deepsecure - ⭐ 50 Effortlessly secure your AI agents and AI-powered workflows — from prototype to production. Get easy-to-use identity, credential, and access management built for fast-moving AI developers.

  42. revit-mcp-commandset - ⭐ 47 🔄 Revit-MCP Client | Core implementation of the Revit-MCP protocol that connects LLMs with Revit. Includes essential CRUD commands for Revit elements enabling AI-driven BIM automation.

  43. mcp-client-python-example - ⭐ 38

  44. ziya - ⭐ 35 Self-hosted AI technical workbench. Visual, persistent, multi-stream. Development, architecture, and operational analytics without losing context.

  45. flowllm - ⭐ 32 FlowLLM: Simplifying LLM-based HTTP/MCP Service Development

  46. mcpx4j - ⭐ 28 Java client library for https://mcp.run - call portable and secure tools for your AI Agents and Apps

  47. mcp-web-client - ⭐ 27 MCP Web Client project

  48. axonflow - ⭐ 26 AxonFlow — Source-available AI control plane for production LLM systems

  49. mcpx-py - ⭐ 25 Python client library for https://mcp.run - call portable & secure tools for your AI Agents and Apps

  50. ai - ⭐ 24 A Go toolkit for building AI agents and applications across multiple providers. Unified LLM client, agent framework with handoffs, tool calling, streaming, structured output, MCP integration, and cost tracking.

  51. mcp-client - ⭐ 23

  52. awesome-netsuite-ai - ⭐ 22 A curated list of awesome NetSuite AI resources, tools, articles, and community contributions focused on the NetSuite AI Connector Service and MCP (Model Context Protocol) integration.

  53. luma-api-mcp - ⭐ 21 Powered by Ray (video) and Photon (image) models by Luma AI

  54. web-search-plus - ⭐ 21 Flagship multi-provider search and extraction stack for OpenClaw, Hermes Agent, MCP clients, and native plugins.

  55. desktop4mistral - ⭐ 20 A desktop client with MCP support for Mistral LLMs

  56. fast-mcp-client - ⭐ 11 MCP Client Implemented to FastAPI

  57. chatbot-spring-ai-mcp-telegram-client - ⭐ 11

  58. novelcrafter-mcp - ⭐ 11 An experimental desktop client for using Claude Desktop’s MCP with Novelcrafter codices.

  59. ArcaMCP - ⭐ 10 Servidor MCP para AFIP/ARCA: automatiza certificados, autorización de Web Services, emisión/consulta de comprobantes y generación de PDF con QR.

Tools & Libraries

Development tools and libraries for working with MCP

  1. n8n - ⭐ 188,434 Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

  2. goose - ⭐ 45,431 an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

  3. kong - ⭐ 43,402 🦍 The API and AI Gateway

  4. minds-platform - ⭐ 39,183 Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

  5. mindsdb - ⭐ 39,161 AI Data Vault - A query engine for AI Agents to securely query data from any datasource

  6. FastGPT - ⭐ 28,054 FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

  7. kratos - ⭐ 25,682 Your ultimate Go microservices framework for the cloud-native era.

  8. excelize - ⭐ 20,589 Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

  9. hyperframes - ⭐ 19,083 Write HTML. Render video. Built for agents.

  10. plate - ⭐ 16,264 Rich-text editor with AI and shadcn/ui

  11. LangBot - ⭐ 14,244 Production-grade platform for building IM bots / 生产级即时通信机器人开发平台. Bots for QQ / QQ频道 / Discord / LINE / WeChat(微信, 企业微信)/ Telegram / 飞书 / 钉钉 / Slack e.g. Integrated with ChatGPT(GPT), DeepSeek, Dify, n8n, Langflow, Coze, Claude, Google Gemini, Nano Banana, Kimi, PPIO, Ollama, MiniMax, SiliconFlow, Qwen, Moonshot, MCP etc. LLM & Agent & RAG

  12. easy-vibe - ⭐ 12,461 💻 vibe coding 2026 | Your first modern Coding course for beginners to master step by step.

  13. Fay - ⭐ 12,179 fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。

  14. langchain4j - ⭐ 12,009 LangChain4j is an idiomatic, open-source Java library for building LLM-powered applications on the JVM. It offers a unified API over popular LLM providers and vector stores, and makes implementing tool calling (including MCP support), agents and RAG easy. It integrates seamlessly with enterprise Java frameworks like Quarkus and Spring Boot.

  15. note-gen - ⭐ 11,920 A cross-platform Markdown AI note-taking software.

  16. ui - ⭐ 11,883 Open-source components, blocks, and AI agents designed to speed up your workflow. Import them seamlessly into your favorite tools through Registry and MCPs.

  17. astron-agent - ⭐ 8,794 Enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents.

  18. adk-go - ⭐ 7,940 An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

  19. lamda - ⭐ 7,786 The most powerful Android RPA agent framework, next generation mobile automation.

  20. codefather - ⭐ 7,386 程序员鱼皮的编程宝典 ⭐️ 2026年最全编程学习路线图!包含Java学习路线、前端学习路线、Python学习路线、C++学习路线、算法学习路线、计算机基础学习路线、AI应用开发学习路线、AI Agent开发学习路线等。提供编程入门教程、AI大模型应用开发教程、RAG开发实战、MCP开发教程、Prompt工程指南、LLM应用开发、技术知识分享、学习资源推荐、项目实战教程、热门面试题、求职经验、简历优化、编程自学指南等内容,适用于所有零基础学编程、学习AI开发、转行程序员、计算机专业学生、求职找工作的同学 💎 编程学习,就来编程导航!

  21. ruoyi-ai - ⭐ 5,266 面向企业级市场的一站式AI应用开发框架,支持多厂商大模型统一接入与管理,具备安全可控的企业知识库与高精度检索优化能力,提供可视化流程编排、自主决策智能体与多智能体协同调度,兼容主流 Agent Skill 协议,帮助企业与开发者零门槛快速构建安全、高效、可落地的AI智能体应用与行业解决方案。

  22. API-mega-list - ⭐ 5,218 This GitHub repo is a powerhouse collection of APIs you can start using immediately to build everything from simple automations to full-scale applications. One of the most valuable API lists on GitHub—period. 💪

  23. Yuxi - ⭐ 5,207 结合知识库、知识图谱管理的 多租户 Agent Harness 平台。 An agent harness that integrates a LightRAG knowledge base and knowledge graphs. Build with LangChain + Vue + FastAPI, support DeepAgents、MinerU PDF、Neo4j 、MCP.

  24. Viper - ⭐ 5,043 Adversary simulation and Red teaming platform with AI

  25. 53AIHub - ⭐ 4,947 53AI Hub is an open-source AI portal, which enables you to quickly build a operational-level AI portal to launch and operate AI agents, prompts, and AI tools. It supports seamless integration with development platforms like Coze, Dify, FastGPT, RAGFlow.

  26. Yuxi-Know - ⭐ 4,667 结合LightRAG 知识库的知识图谱智能体平台。 An agent platform that integrates a LightRAG knowledge base and knowledge graphs. Build with LangChain v1 + Vue + FastAPI, support DeepAgents、MinerU PDF、Neo4j 、MCP.

  27. ag2 - ⭐ 4,567 AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x

  28. nexent - ⭐ 4,537 Nexent is a zero-code platform for auto-generating production-grade AI agents using Harness Engineering principles — unified tools, skills, memory, and orchestration with built-in constraints, feedback loops, and control planes.

  29. ENScan_GO - ⭐ 4,393 一款基于各大企业信息API的工具,解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司ICP备案、APP、小程序、微信公众号等信息聚合导出。支持MCP接入

  30. semantic-router - ⭐ 4,181 System Level Intelligent Router for Mixture-of-Models at Cloud, Data Center and Edge

  31. kubefwd - ⭐ 4,109 Bulk port forwarding Kubernetes services for local development.

  32. py-xiaozhi - ⭐ 3,309 A Python-based Xiaozhi AI for users who want the full Xiaozhi experience without owning specialized hardware.

  33. manifest - ⭐ 3,309 A shadcn/ui library for building ChatGPT Apps and MCP Apps

  34. claude-code-book - ⭐ 3,301 《御舆:解码 Agent Harness》42万字拆解 AI Agent 的Harness骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:

  35. ultracite - ⭐ 2,946 A highly opinionated, zero-configuration linter and formatter.

  36. harbor - ⭐ 2,946 Stop configuring your AI stack. Start using it. One command brings a complete pre-wired LLM stack with hundreds of services to explore.

  37. solon - ⭐ 2,733 🔥 Java enterprise application development framework for full scenario: Restrained, Efficient, Open, Ecologicalll!!! 700% higher concurrency 50% memory savings Startup is 10 times faster. Packing 90% smaller; Compatible with java8 ~ java25; Supports LTS. (Replaceable spring)

  38. generative-ai - ⭐ 2,309 Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview preparation, and coding preparation.

  39. md2wechat-skill - ⭐ 2,259 Markdown to WeChat CLI | 一键排版发布到微信公众号:支持 40+ 排版样式和专业主题 、AI 配图 、批量发布

  40. jar-analyzer - ⭐ 2,082 Jar Analyzer - 一个 JAR 包 GUI 分析工具,支持 JAR DIFF 分析,方法调用关系搜索,方法调用链 DFS 算法分析,模拟 JVM 的污点分析验证 DFS 结果,字符串搜索,Java Web 组件入口分析,CFG 程序分析,JVM 栈帧分析,自定义表达式搜索,紧跟 AI 技术发展,支持 MCP 和 n8n 工作流

  41. amazon-q-developer-cli - ⭐ 1,960 ✨ Agentic chat experience in your terminal. Build applications using natural language.

  42. DataDesigner - ⭐ 1,860 🎨 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.

  43. MinecraftDev - ⭐ 1,754 Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.

  44. Klee - ⭐ 1,735 A native macOS AI chat app powered by MLX. 100% local inference on Apple Silicon, no cloud required. Built with ShipSwift.

  45. d2mcpp - ⭐ 1,684 D2X | Modern C++ Core Language Features - “A C++ tutorial project focused on practical”

  46. Vibe-Skills - ⭐ 1,627 VibeSkills is a new kind of super skill that organizes 340+ governed skills into one stable AI work system.

  47. MultiAgentPPT - ⭐ 1,595 MultiAgentPPT 是一个集成了 A2A(Agent2Agent)+ MCP(Model Context Protocol)+ ADK(Agent Development Kit) 架构的智能化演示文稿生成系统,支持通过多智能体协作和流式并发机制

  48. mcpelauncher-manifest - ⭐ 1,524 The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.

  49. paperdebugger - ⭐ 1,459 A Plugin-Based Multi-Agent System for In-Editor Academic Writing, Review, and Editing

  50. LitterBox - ⭐ 1,422 A self-hosted sandbox for red teams to test payloads against modern detection before deployment. MCP integration lets an LLM agent drive analysis end to end.

  51. open-trading-api - ⭐ 1,393 Korea Investment & Securities Open API Github

  52. IDA-NO-MCP - ⭐ 1,386 Say goodbye to the complex, verbose, and laggy interaction mode of IDA Pro MCP

  53. mcpp-standard - ⭐ 1,372 D2X | Modern C++ Core Language Features - “A C++ tutorial project focused on practical”

  54. awesome-hacking-lists - ⭐ 1,336 A curated collection of top-tier penetration testing tools and productivity utilities across multiple domains. Join us to explore, contribute, and enhance your hacking toolkit!

  55. Claude-Code-Development-Kit - ⭐ 1,332 Handle context at scale - my custom Claude Code workflow including hooks, mcp and sub agents

  56. NagaAgent - ⭐ 1,325 A simple yet powerful agent framework for personal assistants, designed to enable intelligent interaction, multi-agent collaboration, and seamless tool integration.

  57. chunkhound - ⭐ 1,259 Local first codebase intelligence

  58. grafbase - ⭐ 1,230 [Acquired by The Guild] The Grafbase GraphQL Federation Gateway

  59. BuildingAI - ⭐ 1,229 BuildingAI is an enterprise-grade open-source intelligent agent platform designed for AI developers, AI entrepreneurs, and forward-thinking organizations. Through a visual configuration interface (Do It Yourself), you can build native enterprise AI applications without code. The platform offers native capabilities such as intelligent agents, MCP…

  60. AWorld - ⭐ 1,195 Search, understand, reproduce, and improve an idea with ease

  61. voicemode - ⭐ 1,184 Natural voice conversations with Claude Code

  62. any-agent - ⭐ 1,168 A single interface to use and evaluate different agent frameworks

  63. rulesync - ⭐ 1,099 A Utility CLI for AI Coding Agents

  64. zen - ⭐ 1,085 Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage

  65. openops - ⭐ 1,023 The batteries-included, No-Code FinOps automation platform, with the AI you trust.

  66. ios-simulator-skill - ⭐ 1,006 An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude’s ability to build, run and interact with your apps. I mainly use it as an xcodebuild wrapper to save context.

  67. arduino-mcp2515 - ⭐ 994 Arduino MCP2515 CAN interface library

  68. LightAgent - ⭐ 971 LightAgent: Lightweight AI agent framework with memory, mcp & skill. Supports multi-agent collaboration, self-learning, and major LLMs (OpenAI/DeepSeek/Qwen). Open-source with MCP/SSE protocol integration.

  69. cursor2api-go - ⭐ 934 Free claude-sonnet-4.6 | cursor不倒我不倒🙏 ❌ 不支持 tools / function calling / MCP

  70. WHartTest - ⭐ 826 WHartTest 是基于 Django REST Framework 与现代大模型技术打造的 AI 驱动测试自动化平台。平台聚合自然语言理解、知识库检索与嵌入搜索能力,结合 LangChain 与 MCP(Model Context Protocol) 工具调用,实现从需求到可执行测试用例的自动化生成与管理,帮助测试团队提升效率与覆盖率。

  71. markitdown - ⭐ 824 markitdown:CLI;MCP

  72. eDBG - ⭐ 813 eBPF-based lightweight debugger for Android with MCP support

  73. ai4paper - ⭐ 813 AI一键文献综述 · AI一键搜文献 · AI笔记管理 · 原生GPT直连 · MCP协议 · 支持Zotero 7/8/9 | AI4Paper.pro

  74. axi - ⭐ 804 Design principles for agent ergonomics. Higher accuracy with lower token cost than both MCP and regular CLI.

  75. claude-chatgpt-mcp - ⭐ 780 A Claude MCP tool to interact with the ChatGPT desktop app on macOS

  76. aderyn - ⭐ 770 Solidity Static Analyzer that easily integrates into your editor

  77. MCPELauncher - ⭐ 736 Source code for BlockLauncher, a launcher that patches Minecraft for Android

  78. agents-best-practices - ⭐ 728 Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.

  79. how-to-vibecoding - ⭐ 719 Vibecoding 系列教程:从环境搭建到多智能体协作,涵盖 MCP、Skills、Agent 分工治理

  80. JiwuChat - ⭐ 718 JiwuChat 🍂 - A lightweight cross-platform instant messaging app with integrated AI assistants (DeepSeek/Gemini/Kimi). Features real-time messaging, audio/video calls, multi-device sync, and customizable themes. Built with Vue3 & Tauri2 🍒

  81. tool-ui - ⭐ 685 UI components for AI interfaces

  82. Sentient - ⭐ 679 A personal AI assistant for everyone

  83. agent-desktop - ⭐ 666 Native desktop automation CLI for AI agents. Control any application through OS accessibility trees with structured JSON output and deterministic element refs.

  84. infio-copilot - ⭐ 665 A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes

  85. vocotype-cli - ⭐ 660 VocoType 是一款运行在本地端侧的隐私安全语音输入工具,通过快捷键即可将语音实时转换为文字并自动输入到当前应用。支持语音转文字MCP、AI 优化文本、自定义替换词典、录音视频转文字等功能,让语音输入更高效、更安全。

  86. ai-code-helper - ⭐ 647 2025 年 AI 编程助手实战项目(作者:程序员鱼皮),基于 Spring Boot 3.5 + Java 21 + LangChain4j + AI 构建智能编程学习与求职辅导机器人,覆盖 AI 大模型接入、LangChain4j 核心特性、流式对话、Prompt 工程、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、Web 爬虫、安全防护、Vue.js 前端开发、SSE 服务端推送等企业级 AI 应用开发技术。帮助开发者掌握 AI 时代必备技能,熟悉 LangChain 框架,提升编程学习效率和求职竞争力,成为企业需要的 AI 全栈开发人才。

  87. ChattyPlay-Agent - ⭐ 642 🚀 告别多个App!本项目主要基于Python+React+TypeScript+Hono+SQLite3+Redis,打造“All in One”智能工具集。免会员破解爱奇艺、腾讯视频、优酷、抖音、B站、小红书等20+平台视频,支持4K在线解析与无水印高速下载。集成Cloudflare Turnstile防机器人和爬虫、Google、GitHub授权登录及OpenAI SDK、埋点SDK、MCP服务和Agent等,支持ChatGPT对话、AI绘画、论文降重、Hugging Face论文爬取、在线Latex编写;更有实时黄金K线、AI思维导图、闲鱼助手等效率黑科技。内置海量动漫漫画资源,畅享阅读!轻量高效,配置即用,完美适配PC与移动端,快来ChattyPlay开启奇妙之旅吧~

  88. OpenIntegrations - ⭐ 612 Набор инструментов интеграции с популярными сервисами и технологиями для 1С:Предприятие, OneScript и CLI+MCP (Telegram, VK, Bitrix24, Google, Яндекс, S3, PostgreSQL, SQLite, MySQL и др.)

  89. cloudsword - ⭐ 603 一款帮助云租户发现和测试云上风险、增强云上防护能力的综合性开源工具

  90. rp-engine - ⭐ 595 YAML-native agent workflow execution engine, written in Rust

  91. claude-code-cli - ⭐ 585 这是 Claude Code 的 CLI 客户端主体(src/ 目录),即整个终端交互层的源码。具体包含: 1. CLI 入口与命令解析 — main.tsx(4684行)、entrypoints/(CLI 模式、SDK 模式、MCP 模式) 2. 终端 UI 渲染 — components/(144 个组件,用 React + Ink 渲染终端界面) 3. 工具系统 — tools/(43 个工具,Bash、文件读写编辑、Grep、Glob、Web 搜索等) 4. API 通信层 — services/api/(与 Anthropic 后端通信) 5. MCP 协议 6. 多 Agent/Team 协作 l 7. 认证与策略 8. 辅助服务 等

  92. marmot - ⭐ 565 The open-source context layer for your AI. Catalog your tables, topics, queues and APIs then expose real metadata to your AI agents.

  93. auto-commenter - ⭐ 562 A Claude skill that automatically posts personalized, authentic comments in your target communities.

  94. machi - ⭐ 526 Agent behavior that compiles.

  95. CookHero - ⭐ 514 CookHero是一个基于 LLM + RAG + Agent + 多模态的智能饮食与烹饪管理平台,支持智能菜谱查询、个性化饮食计划、AI 饮食记录、营养分析、Web 搜索增强,以及可扩展的 ReAct Agent / Subagent 工具体系,帮助厨房新手轻松成为“烹饪英雄”。

  96. spool - ⭐ 505 Your local AI session library. Collects sessions from Claude Code, Codex CLI, Gemini CLI (and more) — browsable and ⌘K-searchable.

  97. browser-operator-core - ⭐ 481 Browser Operator - The AI browser with built in Multi-Agent platform! Open source alternative to ChatGPT Atlas, Perplexity Comet, Dia and Microsoft CoPilot Edge Browser

  98. AIWriteX - ⭐ 465 AIWriteX是基于CrewAI、AIForge的新一代智能内容创作平台,从微信公众号自动化工具起步,正在重新定义AI辅助内容创作的边界,融合”AI+创意+搜索+借鉴”四重能力,多种超绝玩法,内容创作充满无限可能。

  99. mcp-cn-a-stock - ⭐ 441 这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。

  100. LightAgent - ⭐ 430 LightAgent: Lightweight AI agent framework with memory, tools & tree-of-thought. Supports multi-agent collaboration, self-learning, and major LLMs (OpenAI/DeepSeek/Qwen). Open-source with MCP/SSE protocol integration.

  101. bridle - ⭐ 424 TUI / CLI config manager for agentic harnesses (Amp, Claude Code, Opencode, Goose, Copilot CLI, Crush, Droid)

  102. reins - ⭐ 414 Stop AI agents from doing things you didn’t ask for.

  103. claude-tradingview-mcp-trading - ⭐ 411 Connect Claude Code to TradingView and execute trades automatically via BitGet

  104. groundhog - ⭐ 400 Groundhog’s primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).

  105. UE5-MCP - ⭐ 397 MCP for Unreal Engine 5

  106. pokemon-chat - ⭐ 395 基于 LightRAG、LangGraph、MCP、RagFlow、微调LLMs宝可梦主题的智能聊天助手

  107. graphrag-toolkit - ⭐ 395 Python toolkit for building graph-enhanced GenAI applications

  108. volcano-agent-sdk - ⭐ 392 🌋 Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools — in just a few lines of TypeScript.

  109. mcpi - ⭐ 391 Minecraft: Pi Edition API Python Library

  110. volcano-sdk - ⭐ 386 🌋 Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools — in just a few lines of TypeScript.

  111. azan-mcp - ⭐ 381 Azan + Prayer Time + MCP + AI Agents + Islamic + Salah + A lightweight MCP library to calculate prayer times and trigger Azan with a single tool call. If you’re building an AI agent or prayer application, there’s no need to deal with astronomical calculations, timezones, or edge cases again.

  112. Adafruit-MCP23017-Arduino-Library - ⭐ 378 Arduino Library for Adafruit MCP23017

  113. MCprep - ⭐ 355 Blender python addon to increase workflow for creating minecraft renders and animations

  114. exograph - ⭐ 345 Build production-ready backends in minutes

  115. depyler - ⭐ 344 Compiles Python to Rust, helping transition off of Python to Energy Efficient and Safe Rust Code

  116. eechat - ⭐ 341 🚀 Powerful Local AI Chat Application - Mcp, Secure, Efficient, Personalized 本地化部署的大模型客户端

  117. MCPanelViewController - ⭐ 319 Drop-in panel control for iOS with blurring background and screen-edge activation gestures.

  118. news-agents - ⭐ 317 📰 Building News Agents to Summarize News with MCP, Q, and tmux

  119. awesome-slash - ⭐ 312 AI writes code. This automates everything else. 9 plugins · 39 agents · 24 skills · for Claude Code, OpenCode, Codex.

  120. building-an-agentic-system - ⭐ 304 An in-depth book and reference on building agentic systems like Claude Code

  121. x-mcp - ⭐ 304 小红书创作中心

  122. skene - ⭐ 290 Product-Led Growth (PLG) analysis toolkit that detects tech stacks, plans growth loops and builds the loop iteratively.

  123. ai4eh - ⭐ 282 AI for Ethical Hacking - Workshop

  124. genie - ⭐ 280 Wishes in, PRs out. CLI agent that interviews you, plans the work, dispatches parallel agents in isolated worktrees, and reviews code before you see it.

  125. scribe.js - ⭐ 271 JavaScript OCR and text extraction for images and PDFs.

  126. Weave - ⭐ 269 A highly efficient, secure, and stable application development platform with excellent performance, easy scalability, and deep integration of AI capabilities such as LLM, AI Chat, RAG, and Agents.高效、安全、稳定的服务研发平台,具备良好性能,同时易扩展,深度集成LLM、AIChat、RAG、Agent等AI能力

  127. talkio - ⭐ 268 Local-first multi-AI group chat desktop app — pull gpt, Claude, Gemini, DeepSeek into one conversation. Tauri 2 + React 19.

  128. MCPDict - ⭐ 259 Android App: 漢字古今中外讀音查詢

  129. PSAI - ⭐ 256 High-agency PowerShell AI framework for multi-agent orchestration and autonomous systems engineering

  130. MCP-Defender - ⭐ 253 Desktop app that automatically scans and blocks malicious MCP traffic in AI apps like Cursor, Claude, VS Code and Windsurf.

  131. agentica - ⭐ 246 Agentica: Lightweight async-first Python framework for AI agents. 轻量级异步优先的AI Agent框架,支持工具调用、RAG、多智能体和MCP。

  132. MCPMappingViewer - ⭐ 244 A small GUI for viewing the mappings from Minecraft obfuscated code names to MCP code names.

  133. cupcake - ⭐ 244 A native policy enforcement layer for AI coding agents. Built on OPA/Rego.

  134. MCPConfig - ⭐ 240 Public facing repo for MCP SRG mappings.

  135. agentic-ai-systems - ⭐ 240 🐔 Agentic systems explained with chickens. Workflows, agents & orchestration made simple. Mermaid diagrams included

  136. Minecraft-Deobfuscator3000 - ⭐ 238 Powerful and universal deobfuscator for Minecraft mods and java decompiler!

  137. claudemap - ⭐ 234 google maps for vibecoders.

  138. MCPU - ⭐ 233 MCPU - A Minimal 8Bit CPU in a 32 Macrocell CPLD

  139. stock-scanner-mcp - ⭐ 231 这是一个基于 FastAPI-MCP 的股票分析服务,旨在通过 MCP 工具函数接口提供股票相关的综合数据和分析能力,包括价格、评分、技术报告和 AI 分析。

  140. langchain_data_agent - ⭐ 228 NL2SQL - Ask questions in plain English, get SQL queries and results. Powered by LangGraph.

  141. LAP - ⭐ 223 Your agents are guessing at APIs. Give them the actual Agent-Native spec. 1500+ API’s Ready To-Use skills, Compile any API spec into a lean, agent-native format. 10× smaller. OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman.

  142. mcpfp - ⭐ 221 A website to generate Minecraft profile pictures

  143. AuditLuma - ⭐ 217 AuditLuma是一个AI+智能体代码审计系统,它利用多个AI代理和先进的技术,包括多代理合作协议(MCP)和Self-RAG(检索增强生成),为代码库提供全面的安全分析,目前已经支持ollama部署的本地大模型

  144. McPicker-iOS - ⭐ 215 McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.

  145. Toucan - ⭐ 215 Official repo of Toucan: Synthesizing 1.5M Tool-Agentic Data from Real-World MCP Environments

  146. weam - ⭐ 214 Web app for teams of 20+ members. In-built connections to major LLMs via API. Share chats, prompts, and agents in team or private folders. Modern, fully responsive stack (Next.js, Node.js). Deploy your own vibe-coded AI apps, agents, or workflows—or use ready-made solutions from the library.

  147. mcpat - ⭐ 209 An integrated power, area, and timing modeling framework for multicore and manycore architectures

  148. BaseLayer - ⭐ 201 Re-usable multi part components built on React Aria and TailwindCSS.

  149. structurizr - ⭐ 196 Structurizr is a “models as code” tool designed for the C4 model.

  150. OnionClaw - ⭐ 192 Provide AI agents with full Tor network access and dark web data through a zero-config OpenClaw skill or standalone tool.

  151. MCP-919 - ⭐ 190 Fully working & decompiled MCP for Minecraft 1.8.9

  152. MCPScan - ⭐ 189

  153. codecompanion-history.nvim - ⭐ 178 A history management extension for codecompanion AI chat plugin that enables saving, browsing and restoring chat sessions.

  154. bluebox-sdk - ⭐ 169 Reverse engineer web apps

  155. selene - ⭐ 166 Selene is a desktop app that runs AI agents on your machine. Connect them to your WhatsApp, Telegram, Slack, or Discord. Write code, generate images, build personal assistants. All from one place. Your data stays on your device.

  156. claude-android-skill - ⭐ 164 Claude Code skill for building modern Android apps following best practices.

  157. ZenOps - ⭐ 160 🧘 通过钉钉、飞书、企微智能机器人用自然语言查询运维资源的工具。

  158. edumcp - ⭐ 155 EDUMCP is a protocol that integrates the Model Context Protocol (MCP) with applications in the education field, dedicated to achieving seamless interconnection and interoperability among different AI models, educational applications, smart hardware, and teaching AGENTs.

  159. mcp-audit - ⭐ 149 See what your AI agents can access. Scan MCP configs for exposed secrets, shadow APIs, and AI models. Generate AI-BOMs for compliance.

  160. seline - ⭐ 143 Seline is a local-first AI desktop application that brings together conversational AI, visual generation tools, vector search, and multi-channel connectivity in one place.

  161. toon-java - ⭐ 142 ☕ Community-driven Java implementation of TOON

  162. rocketship - ⭐ 140 A QA testing framework for your coding agent.

  163. Z.ai2api - ⭐ 140 将 Z.ai Chat 代理为 OpenAI/Anthropic Compatible 格式,支持多模型列表映射、免令牌、智能处理思考链、图片上传等功能;Z.ai ZtoApi z2api ZaitoApi zai X-Signature 签名 GLM 4.5 v 4.6

  164. mcp-toolkit - ⭐ 137 utilities for mcp

  165. coplay-unity-plugin - ⭐ 129 Unity plugin for Coplay

  166. awesome-ai-repositories - ⭐ 128 A curated list of open source repositories for AI Engineers

  167. claude-ipc-mcp - ⭐ 127 AI-to-AI communication protocol for Claude, Gemini, and other AI assistants

  168. agentic-ai - ⭐ 127 This repository serves as a comprehensive knowledge hub, curating cutting-edge research papers and developments across 24 specialized domains

  169. roampal - ⭐ 120 Memory that learns what works.

  170. 5-Day-AI-Agents-Intensive-Course-with-Google - ⭐ 119 5-Day Gen AI Intensive Course with Google

  171. mcp-in-action - ⭐ 116 极客时间MCP新课已经上线!超2000同学一起开启MCP学习之旅!

  172. STAMP - ⭐ 115 Solid Tumor Associative Modeling in Pathology

  173. protocol-launcher - ⭐ 115 One-click launch URL generator for protocol-based apps

  174. AgentNexus - ⭐ 114 Multi-Agent,MCP,RAG,SpringAI1.0.0,RE-ACT

  175. AgentFly - ⭐ 111 Scalable and extensible reinforcement learning for LM agents.

  176. Gearcoleco - ⭐ 110 ColecoVision emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.

  177. 5-Day-AI-Agents-Intensive-Course-with-Google - ⭐ 109 谷歌5天AI Agents强化课程

  178. kalouk-mcp - ⭐ 106 Servidor de contexto de Kalouk para agentes de inteligencia artificial.

  179. GenAI-AgenticAI-From-Zero-to-Production - ⭐ 104 Learn GenAI and Agentic AI from Zero to Production

  180. Squirrel - ⭐ 92 ai memory for coding

  181. yes-ue-mcp - ⭐ 84 Native C++ Model Context Protocol (MCP) plugin for Unreal Engine 5.4+

  182. TensorBlock-Studio - ⭐ 80 A lightweight, open, and extensible multi-LLM interaction studio.

  183. Complementarity.jl - ⭐ 79 provides a modeling interface for mixed complementarity problems (MCP) and math programs with equilibrium problems (MPEC) via JuMP

  184. smart-customer-service-system - ⭐ 78 构建一个基于大模型的智能客服系统,可提供静态知识问答(静态数据)、动态知识问答(数据库),业务办理(api调用)等功能,同时系统具有自我学习能力。定期的反思可让系统变得更强大。

  185. open-skills - ⭐ 78 Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.

  186. nvim-gemini-companion - ⭐ 77 A Neovim plugin to integrate Gemini CLI well (+ Qwen-code now)

  187. quarkus-workshop-langchain4j - ⭐ 75 Quarkus Langchain4J Workshop

  188. lycoris - ⭐ 75 Real-time speech recognition & AI-powered note-taking app for macOS with offline/online modes, multilingual transcription, and Japanese translation support.

  189. onemcp-hub - ⭐ 74 OneMCP feature requests, bugs and improvements

  190. tiktok-mcp - ⭐ 72 A Model Context Protocol service for TikTok video discovery and metadata extraction.

  191. seekchat - ⭐ 65 ✨ A Sleek and Powerful AI Desktop Assistant that supports MCP integration✨

  192. claude-code-buddy - ⭐ 64 MeMesh Plugin — Searchable project memory plugin for Claude Code.

  193. Grapheteria - ⭐ 62 Grapheteria: A structured framework bringing uniformity to agent orchestration!

  194. Roomey_AI_Voice_Agent - ⭐ 61 Roomey is a multi-purpose Voice Agent designed to run your personal and business life.

  195. OneCite - ⭐ 56 📚 An intelligent toolkit to automatically parse, complete, and format academic references.

  196. houdini-mcp - ⭐ 54 Houdini integration through the Model Context Protocol

  197. Wireshark_mcp - ⭐ 52 Wireshark MCP 是一个基于 Model Context Protocol (MCP) 的服务器,允许 AI 助手通过 tshark 命令行工具进行交互。该工具提供了丰富的网络数据分析功能,支持实时抓包和离线分析。

  198. chm-converter - ⭐ 51 chm to markdown and vectorDB

  199. mcp-java8-sdk - ⭐ 48 Backported Model Context Protocol SDK for Java 8

  200. Manifold - ⭐ 45 Operation-first .NET foundation for generating fast CLI and MCP surfaces from a single definition.

  201. velocity - ⭐ 42 Local-first workspace for Claude Code, Codex CLI, and Gemini CLI with sessions, analytics, workflows, and tools

  202. asya - ⭐ 40 🎭 Actors on Kubernetes for scalable Gen AI

  203. prompt-pro - ⭐ 40 Master AI prompting for business innovation. O’Reilly Live Learning course by Tim Warner covering ChatGPT, Claude, Copilot, and enterprise prompt engineering with MCP implementation.

  204. ummon - ⭐ 37 The semantic layer for software engineering: Connect code to meaning, build on understanding

  205. Agience - ⭐ 36 MCP-native workspace for turning live work into durable knowledge.

  206. xiaozhi-MCPTools - ⭐ 35 一个图形化界面的小智MCP服务连接器,包含多种工具! 自动部署服务,方便小白给小智Ai添加MCP工具

  207. mini-coder - ⭐ 34 A good idea 👾

  208. zentrun - ⭐ 34 Prompt-driven automation platform - Transform natural language into executable workflows

  209. advanced-reason-mcp - ⭐ 33 Enhanced version of “Sequential Thinking” MCP

  210. hands-on-ai-building-ai-agents-with-model-context-protocol-mcp-and-agent2agent-a2a-6055298 - ⭐ 33 this repo is for linkedin learning course: Hands-On AI: Building AI Agents with Model Context Protocol (MCP) and Agent2Agent (A2A)

  211. shebe - ⭐ 30 Fast BM25 full-text search for code repositories with MCP integration for AI coding agents.

  212. ai-agents - ⭐ 30 Multi-agent system for software development

  213. awesome-mcp-list - ⭐ 28 Awesome Model Context Protocol Service List

  214. adk-mcp-gemma3 - ⭐ 27 Build AI Agent using Google ADK , MCP and Gemma 3 model

  215. shebe - ⭐ 26 Fast BM25 full-text search for code repositories with MCP integration for AI coding agents.

  216. codai - ⭐ 25 Codai is an AI programming tool that boosts coding efficiency and empowers non-programmers. Its future plans include introducing a local database, enabling customization, and building a versatile AI terminal. It aims to popularize AI programming and lead the AI Programming+ era.

  217. minime-mcp - ⭐ 21 Universal infinite memory layer for Developer AI assistants. One shared brain across Claude, Cursor, Windsurf & more. 100% local, built on MCP standard. Stop re-explaining context

  218. codectx - ⭐ 17 Codebase context compiler for AI agents. Graph-ranked, token-budgeted, tier-compressed output. Smarter than the existing ones.

  219. cursor-like-pro - ⭐ 17 Cursor IDE like Pro

  220. n8n-operator - ⭐ 17 Kubernetes Operator for N8n, a fair-code workflow automation platform with native AI capabilities.

  221. MCPStack - ⭐ 16 Stack & Orchestrate MCP Tools — The Scikit-Learn-Pipeline Way , For LLMs

  222. mcp-labs - ⭐ 16 All things about MCP experiments.⭐️ Star to support our work!

  223. ai-tools - ⭐ 15 ai-tools call your llm based tools through shortcut (ctrl-q) in any application

  224. pic-standard - ⭐ 14 The industry standard for Provenance & Intent Contracts (PIC) in Agentic AI. Bridging the Causal Gap in autonomous systems.

  225. Tapnow-Studio– - ⭐ 14 🎨 Create visual AI workflows with Tapnow Studio, a browser-based tool that combines powerful AI capabilities in a single, interactive node editor.

  226. feather_wand_agent - ⭐ 13 Feather Wand Agent is a comprehensive AI-powered toolkit for performance testing and monitoring. It integrates multiple industry-standard performance testing tools (JMeter, k6, Gatling, and Locust) into a single, unified interface, allowing users to execute and analyze performance tests through natural language interactions.

  227. mkinf-run - ⭐ 13 mkinf run API

  228. Unity-AI-Tools-Template - ⭐ 12 Unity MCP Tool template project

  229. mcp-tools - ⭐ 11 Tools for MCP (Model Context Protocol) written in Go

  230. claude-colony - ⭐ 10 Multi-agent Claude Code you can actually control. Spawn specialist teams in tmux, watch them work side-by-side, steer when needed. Built on native Claude Code agents. No black boxes.

  231. Ai_agents - ⭐ 10 This is a repository of collection of many agents build on top of Langchain , Langgraph, MCP and so many amazing tools

Examples

Example projects demonstrating MCP usage

  1. YC-Killer - ⭐ 2,761 A library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and apply using the link in the readme to join our open source AI research team.

  2. AI-Agents-Library - ⭐ 2,610 A library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.

  3. claude-mcp-examples - ⭐ 151 examples of claude with mcp integration

  4. End-to-End-Agentic-Ai-Automation-Lab - ⭐ 50 This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.

  5. claude-mcp - ⭐ 16 claude and mcp integration examples and tutorials

  6. agent-examples - ⭐ 12 Sample Agents and Tools for Kagenti platform

Documentation

Documentation, tutorials, and learning resources

  1. JavaGuide - ⭐ 155,735 Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

  2. ai-guide - ⭐ 14,033 程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享 OpenClaw 保姆级教程、大模型玩法(DeepSeek / GPT / Gemini / Claude)、最新 AI 资讯、Prompt 提示词大全、AI 知识百科(Agent Skills / RAG / MCP / A2A)、AI 编程教程(Harness Engineering)、AI 工具用法(Cursor / Claude Code / TRAE / Codex / Copilot)、AI 开发框架教程(Spring AI / LangChain)、AI 产品变现指南,帮你快速掌握 AI 技术,走在时代前沿。本项目为开源文档,已升级为鱼皮 AI 导航网站

  3. modelcontextprotocol - ⭐ 8,137 Specification and documentation for the Model Context Protocol

  4. wechatDownload - ⭐ 7,701 微信公众号文章批量下载工具,支持评论、合集下载,支持保存html/mhtml/md/pdf/docx/csv文件,保存文章内图片、视频、音频文件,支持MCP/Skill调用

  5. forksilly.doc - ⭐ 99 Documents repo of ForkSilly. ForkSilly:兼容sillytavern(酒馆)角色卡、世界书、正则、预设、聊天记录的安卓移动端应用;同时也可作为stable diffusion客户端使用。

  6. platform-engineering - ⭐ 94 A centralized hub for platform engineering teams, providing resources, best practices, and automation tools. Includes IaC templates, blueprints, and operational guides to help build scalable, secure, and efficient platforms for cloud-native environments and DevSecOps workflows.

  7. pew-pew-plaza-packs - ⭐ 83 AI-powered project management framework based on an opinionated view on effective prompts and a highly modular approach to building effective agents, workflows, templates, prompts and context documents.

  8. Agent-Fusion - ⭐ 57 Agent Fusion is a local RAG semantic search engine that gives AI agents instant access to your code, documentation (Markdown, Word, PDF). Query your codebase from code agents without hallucinations. Runs 100% locally, includes a lightweight embedding model, and optional multi-agent task orchestration. Deploy with a single JAR

  9. codedox - ⭐ 27 A powerful system for crawling documentation websites, extracting code snippets, and providing fast search capabilities via MCP (Model Context Protocol) integration.

  10. Q4_learning - ⭐ 15 This repository serves as the comprehensive workspace for Quarter 4 academic endeavors, encompassing assignments, technical documentation, experimental implementations, and applied projects.


📋 Project Criteria

🤖 Automation

This repository uses automated scripts that:

  1. Collect projects daily via GitHub Search API
  2. Categorize projects by use case (servers, clients, tools, examples, documentation)
  3. Translate content into multiple languages using AI translation
  4. Update the website automatically

🏗️ Structure

awesome-mcp/
├── .github/workflows/    # GitHub Actions automation
├── scripts/              # Python collection and translation scripts
├── data/                 # JSON data files
└── docs/                 # VitePress site source

📝 License

Licensed under the Apache License 2.0 - see the LICENSE file for details.

👥 Maintainers

This project is maintained by AI coding assistants:

These AI assistants collaborate to keep the project up-to-date, collect new MCP projects, and maintain the quality of the curated list.

🙏 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.