הטובים ביותר בMCP Servers (2026)

Daniel Nikulshynמאת Daniel Nikulshyn·עודכן יוני 2026·593 כלים נסקרו

עקבנו, בדקנו והשווינו כל כלי MCP Servers ב-Agent Pantheon כדי לדרג את 10 הטובים ביותר ל-2026. למטה הרשימה המקוצרת עם הדעה שלנו על כל אחד, ולאחריה הספריה המלאה הניתנת לחיפוש.

MCP Servers במספרים

593
כלים מופיעים
100%
חינם או פרימיום
6
עם ביקורות משתמשים

תמהיל מחירים

חינם 593פרימיום 0בתשלום 0צור קשר 0

הטובים ביותר בMCP Servers (2026)

  1. 1Playwright MCPOpen-source MCP server that lets LLMs drive real browsers via Playwright and accessibility snapshots.
    4.8 (6)
  2. 2PPydantic AIPython agent framework from the Pydantic team for building type-safe GenAI apps.
    4.8 (6)
  3. 3CCogneeAdaptive memory layer that helps AI agents learn from context over time.
    4.8 (5)
  4. 4IInbox ZeroAI email assistant that organizes, drafts replies, and helps you reach inbox zero faster.
    4.8 (4)
  5. 5ScreenpipeOpen-source 24/7 local screen and audio recording for building context-aware AI apps
    4.8 (4)
  6. 6AgentKitTypeScript library for building and orchestrating AI agents with tools, memory, and multi-agent workflows.
    4.5 (4)
  7. 7oonchain-mcpBringing the bankless onchain API to MCP
  8. 8mmarkitdownPython tool for converting files and office documents to Markdown.
  9. 9mmcp-clickhousemcp-clickhouse MCP server
  10. 10qqasphere-mcpMCP Server for QA Sphere TMS
1

Playwright MCP

Open-source MCP server that lets LLMs drive real browsers via Playwright and accessibility snapshots.

4.8 (6)
· free
Playwright MCP screenshot

Playwright MCP is an open-source Model Context Protocol server that exposes Playwright's browser automation capabilities to large language models. Instead of relying on screenshots and vision models, it surfaces structured accessibility snapshots of web pages, giving agents a fast, deterministic view of the DOM that they can reason over and act on. It lets LLM-powered agents navigate sites, click elements, fill forms, extract data, and run end-to-end workflows across Chromium, Firefox, and WebKit. Because it speaks MCP, it plugs into any compatible client such as Claude Desktop, Cursor, or custom agent frameworks, making real-world browser tasks accessible to autonomous and assisted workflows.

  • MCP server interface for LLM agents
  • Structured accessibility tree snapshots
  • Cross-browser support via Playwright
  • Click, type, navigate, and form-filling actions
  • Headless or headed browser modes
  • Integration with Claude, Cursor, and custom clients
2P

Pydantic AI

Python agent framework from the Pydantic team for building type-safe GenAI apps.

4.8 (6)
· free
Pydantic AI screenshot

Pydantic AI is an open-source Python framework for building applications powered by large language models. Created by the team behind Pydantic, it brings the same focus on type safety, validation, and developer ergonomics to agent development, making LLM outputs predictable and easier to integrate into production code. The framework supports multiple model providers, structured responses validated through Pydantic models, tool calling, dependency injection, and streaming. It is designed to feel familiar to Python developers and works well alongside existing stacks like FastAPI, making it suitable for everything from quick prototypes to production-grade GenAI services.

  • Typed agents with Pydantic-validated outputs
  • Support for OpenAI, Anthropic, Gemini, and more
  • Tool and function calling with dependency injection
  • Streaming responses and async-first design
  • Integration with FastAPI and observability tools
  • Testing utilities for deterministic agent behavior
3C

Cognee

Adaptive memory layer that helps AI agents learn from context over time.

4.8 (5)
· free
Cognee screenshot

Cognee is a memory infrastructure designed for AI agents and LLM-powered applications. It captures interactions, documents, and structured data, then organizes them into a knowledge graph that agents can query for relevant context on demand. Instead of relying solely on prompt stuffing or basic vector search, Cognee combines graph relationships with semantic retrieval so agents can recall facts, reason across past sessions, and improve responses as they accumulate experience. Developers integrate it through a Python SDK and connect it to common LLMs, vector stores, and graph databases.

  • Knowledge graph based agent memory
  • Semantic and structured data ingestion
  • Python SDK for agent integration
  • Pluggable LLM and storage providers
  • Querying across past sessions and documents
  • Self-hosted or managed deployment options
4I

Inbox Zero

AI email assistant that organizes, drafts replies, and helps you reach inbox zero faster.

4.8 (4)
· free
Inbox Zero screenshot

Inbox Zero is an AI-powered email assistant designed to cut down the time you spend managing your inbox. It automatically sorts and prioritizes incoming messages, drafts contextual replies in your voice, and helps you unsubscribe from clutter so important conversations rise to the top. Beyond triage, the tool offers automation rules and bulk actions to clear backlogs quickly. It works alongside your existing email account, learning your patterns over time to suggest smarter responses and routines that keep your inbox under control.

  • AI-generated reply drafts
  • Automatic email categorization and prioritization
  • Bulk unsubscribe from newsletters
  • Custom automation rules
  • Inbox analytics and cleanup tools
  • Smart reminders for unanswered emails
5

Screenpipe

Open-source 24/7 local screen and audio recording for building context-aware AI apps

4.8 (4)
· free
Screenpipe screenshot

Screenpipe is an open-source platform that continuously captures screen activity and audio on your device, storing everything locally so developers can build AI applications grounded in real user context. By indexing what you see, hear, and do, it provides a rich personal data layer that apps and agents can query without sending information to the cloud. The project targets developers creating productivity tools, memory assistants, meeting summarizers, and personalized agents. It exposes APIs and a plugin system so custom pipelines can transform raw recordings into searchable text, transcripts, and structured events that feed downstream LLM workflows. Because all processing happens on the user's machine, Screenpipe emphasizes privacy and ownership of data while remaining extensible through community-built integrations.

  • 24/7 screen and audio capture
  • Local storage and on-device processing
  • OCR and speech-to-text indexing
  • Plugin and pipeline architecture
  • APIs for querying captured context
  • Cross-platform desktop support
6

AgentKit

TypeScript library for building and orchestrating AI agents with tools, memory, and multi-agent workflows.

4.5 (4)
· free
AgentKit screenshot

AgentKit is an open-source TypeScript framework designed for developers who want to build production-ready AI agents without reinventing core orchestration logic. It provides primitives for defining agents, attaching tools, managing state, and coordinating multi-agent workflows in a type-safe way. The library focuses on composability, letting you chain agents, route tasks between specialists, and integrate with existing model providers and APIs. It fits naturally into Node.js and serverless environments, making it suitable for backend services, internal automation, and customer-facing AI features. Because it is code-first and unopinionated about UI, AgentKit is best suited to engineering teams comfortable working in TypeScript who want fine-grained control over how their agents reason, call tools, and handle long-running tasks.

  • Agent and tool abstractions
  • Multi-agent routing and handoffs
  • State and memory management
  • Model-agnostic provider support
  • Type-safe APIs for inputs and outputs
  • Works in Node.js and serverless runtimes
7o

onchain-mcp

Bringing the bankless onchain API to MCP

אין עדיין ביקורות· free

Bringing the bankless onchain API to MCP

8m

markitdown

Python tool for converting files and office documents to Markdown.

אין עדיין ביקורות· free

Python tool for converting files and office documents to Markdown.

9m

mcp-clickhouse

mcp-clickhouse MCP server

אין עדיין ביקורות· free

mcp-clickhouse MCP server

10q

qasphere-mcp

MCP Server for QA Sphere TMS

אין עדיין ביקורות· free

MCP Server for QA Sphere TMS

עיון בכל 593 הכלים של MCP Servers

הספריה המלאה הניתנת לחיפוש — מדורגת לפי ביקורות אמיתיות של משתמשים.

#כלידירוג
1Playwright MCPOpen-source MCP server that lets LLMs drive real browsers via Playwright and accessibility snapshots.
4.8 (6)
הצג את הכלי
2PPydantic AIPython agent framework from the Pydantic team for building type-safe GenAI apps.
4.8 (6)
הצג את הכלי
3CCogneeAdaptive memory layer that helps AI agents learn from context over time.
4.8 (5)
הצג את הכלי
4IInbox ZeroAI email assistant that organizes, drafts replies, and helps you reach inbox zero faster.
4.8 (4)
הצג את הכלי
5ScreenpipeOpen-source 24/7 local screen and audio recording for building context-aware AI apps
4.8 (4)
הצג את הכלי
6AgentKitTypeScript library for building and orchestrating AI agents with tools, memory, and multi-agent workflows.
4.5 (4)
הצג את הכלי
7oonchain-mcpBringing the bankless onchain API to MCPהצג את הכלי
8mmarkitdownPython tool for converting files and office documents to Markdown.הצג את הכלי
9mmcp-clickhousemcp-clickhouse MCP serverהצג את הכלי
10qqasphere-mcpMCP Server for QA Sphere TMSהצג את הכלי
11MMemoryMeshA knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models. v0.2.8הצג את הכלי
12ttoken-revoke-mcpAn MCP server for checking and revoking ERC-20 token allowances across multiple blockchains.הצג את הכלי
13ccrypto-whitepapers-mcpAn MCP server serving as a structured knowledge base of crypto whitepapers.הצג את הכלי
14wwebhook-tester-mcpFastMCP server for managing and testing webhooks via webhook-test.com APIהצג את הכלי
15FFigma-Context-MCPMCP server to provide Figma layout information to AI coding agents like Cursorהצג את הכלי
16mmcp-server-wuye-aiCRIC物业AI MCP Serverהצג את הכלי
17ccointelegraph-mcpAn MCP server that provides real-time access to the latest news from Cointelegraph.הצג את הכלי
18sserversThese ready-made connectors link AI assistants to your local files, websites, databases, and daily applications. They give your AI the ability to read documents, check code history, and organize notesהצג את הכלי
19ffilestashThis MCP server lets AI assistants manage files across cloud drives, local servers, and network storage from one place. You can search, read, organize, and update documents without learning new softwaהצג את הכלי
20ppipedreamConnect APIs, remarkably fast. Free for developers.הצג את הכלי
21mmcp-atlassianThis tool connects your AI assistant to your Jira and Confluence accounts. You can ask it to search for project tasks, read wiki pages, update ticket statuses, or write new documentation without leaviהצג את הכלי
22mmcp-server-cloudflareThese tools let your AI assistant connect directly to your Cloudflare account. You can ask about website traffic, check system logs, manage code updates, and review security settings using everyday laהצג את הכלי
23DDesktopCommanderMCPThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilitiesהצג את הכלי
24mmcp-obsidianThis server connects your AI assistant directly to your personal Obsidian notebooks. It automatically reads your existing notes, searches for specific topics, drafts fresh content, and updates old pagהצג את הכלי
25mmcp-grafanaThis server connects your AI assistant directly to Grafana. It lets you search charts, run metric and log queries, manage alert rules, and track open incidents. Turn specific tools on or off to keep yהצג את הכלי
26pprismaNext-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDBהצג את הכלי
27eexa-mcp-serverExa is Web Search API | This is Exa MCP (Model Context Protocol)הצג את הכלי
28mmcp-unityThis MCP server connects AI coding assistants directly to the Unity game editor. You can build scenes, move objects, change materials, and run tests by simply typing instructions, which saves time andהצג את הכלי
29mmcp-server-kubernetesThis server lets AI assistants manage your Kubernetes clusters safely. You can ask an AI to deploy updates, read application logs, or restart services using plain English, with built-in options to autהצג את הכלי
30mmysql_mcp_serverThis server connects AI assistants securely to your MySQL database, giving them safe access to list tables, read rows, and run simple queries. You only need to add your login details to a settings filהצג את הכלי
31sserenaa powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & Agno integration)הצג את הכלי
32mmobile-mcpModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)הצג את הכלי
33dduckduckgo-mcp-serverThis tool gives your AI assistant access to DuckDuckGo for finding current information online and extracts clean text from any webpage link you share. Built-in speed limits and content filters keep evהצג את הכלי
34aanyqueryQuery anything (GitHub, Notion, +40 more) with SQL and let LLMs (ChatGPT, Claude) connect to using MCPהצג את הכלי
35mmcp-notion-serverThis tool connects AI chat applications directly to your Notion account. It lets the assistant read notes, manage project lists, and update files using plain instructions while keeping data transfer lהצג את הכלי
36ssupabase-mcp-serverQuery 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.הצג את הכלי
37kkubectl-mcp-serverChat with your Kubernetes Cluster using AI tools and IDEs like Claude and Cursor!הצג את הכלי
38mmcp-searxngThis server connects your AI assistant to a SearXNG search instance, allowing it to perform private web searches and read webpage contents. Just add your instance URL to the configuration so the AI caהצג את הכלי
39mmcp-language-servermcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.הצג את הכלי
40iios-simulator-mcpMCP server for interacting with the iOS simulatorהצג את הכלי
41mmcp-linkConvert Any OpenAPI V3 API to MCP Serverהצג את הכלי
42lline-bot-mcp-serverMCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.הצג את הכלי
43ggatewayUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.הצג את הכלי
44mmcp-graphqlThis server connects AI assistants to your GraphQL web services so they can read the layout and run safe lookup queries. You set the web address, add security codes, and decide if the AI can change yoהצג את הכלי
45ddb-mcp-serverThis server connects AI assistants to multiple databases like MySQL, PostgreSQL, SQLite, and Oracle. It gives your AI safe tools to run queries, modify data, check table structures, and analyze perforהצג את הכלי
46sssh-mcpThis server connects your AI assistants to remote Linux or Windows machines. It safely runs shell commands over SSH, handles password or key logins, and automatically stops long-running tasks to keep הצג את הכלי
47aapktool-mcp-serverThis server connects your AI assistant to Apktool so you can read, search, and edit Android app files using simple text commands. You can decode packages, patch code, and rebuild applications entirelyהצג את הכלי
48wwren-engine🤖 The Semantic Engine for Model Context Protocol(MCP) Clients and AI Agents 🔥הצג את הכלי
49jjadx-ai-mcpPlugin for JADX to integrate MCP serverהצג את הכלי
50mmcp-server-neonMCP server for interacting with Neon Management API and databasesהצג את הכלי
51ggraphlit-mcp-serverModel Context Protocol (MCP) Server for Graphlit Platformהצג את הכלי
52ttfmcp🌍 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 הצג את הכלי
53mmcp-mongo-serverThis server lets AI assistants safely explore and edit your MongoDB database. Connect it with a simple address link, and the AI can search documents, update records, and review your data structure usiהצג את הכלי
54sspotify-mcp-serverThis program connects AI assistants directly to your Spotify account so you can control your music easily. You can ask the AI to find songs, adjust playback, change the volume, and organize playlists הצג את הכלי
55oosp_marketing_toolsThis tool adds practical writing helpers to your desktop chat app. You can structure product messaging, fix article drafts, and create accurate web summaries while running entirely on your computer wiהצג את הכלי
56mmcp-pandocMCP server for document format conversion using pandoc.הצג את הכלי
57gg-search-mcpThis MCP server lets your AI assistant search Google for multiple topics at once and returns the titles, links, and text snippets in a clean list. It handles common website checks automatically so youהצג את הכלי
58oopenapiLongPort OpenAPI SDK Base.הצג את הכלי
59ffirebase-mcpThis tool connects AI assistants directly to Firebase so you can ask them to manage database records, upload files, and check user accounts. Setup only requires adding a short configuration to your AIהצג את הכלי
60lllm-context.pyShare 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 outlininהצג את הכלי
61mmetatrader-mcp-serverThis tool connects AI chat assistants directly to your MetaTrader 5 account, letting you check balances, track live prices, and place trades using plain English requests. All your login details stay sהצג את הכלי
62mmcp-claude-codeMCP implementation of Claude Code capabilities and moreהצג את הכלי
63mmysql_mcp_server_proModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展הצג את הכלי
64mmcp-server-simulator-ios-idbA Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.הצג את הכלי
65ccli-mcp-serverThis tool gives AI apps safe access to your terminal by letting you approve specific commands, restrict them to one folder, and block harmful inputs. You set simple limits once, so the AI only performהצג את הכלי
66mmcp-server-commandsModel Context Protocol server to run commandsהצג את הכלי
67vvideo-editing-mcpMCP Interface for Video Jungleהצג את הכלי
68mmcp-nixosThis server connects your AI assistant to the Nix configuration system. It lets you search for packages, check system settings, find software flakes, and read documentation in plain text without neediהצג את הכלי
69mmcp-server-ccxtThis server links AI chat applications to over twenty cryptocurrency exchanges. It provides your assistant with built-in tools to track live prices, read market orders, view trading history, and placeהצג את הכלי
70kkomkom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松הצג את הכלי
71vvscode-mcp-serverMCP server to expose VS Code editing features to an LLM for AI codingהצג את הכלי
72lleetcode-mcp-serverThis server lets your AI assistant search LeetCode problems, run your test code, and check community solutions without leaving your workspace. Add your account cookie to also track daily challenges anהצג את הכלי
73mmeta-ads-mcpModel Context Protocol (MCP) server for interacting with Meta Ads APIהצג את הכלי
74mmcp-server-langfuseModel Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your Langfuse prompts through the Model Context Protocol.הצג את הכלי
75mmcp-package-versionAn MCP server that provides LLMs with the latest stable package versions when codingהצג את הכלי
76mmcp-bigquery-serverA 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 interfacהצג את הכלי
77mmcp-linearMCP 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.הצג את הכלי
78ccoincap-mcpA coincap mcp server to access crypto data from coincap APIהצג את הכלי
79mmcp-server-apple-remindersmcp-server-apple-reminders MCP serverהצג את הכלי
80mmcp-tinybirdThis tool links Claude Desktop to your Bluesky account so you can read your timeline and reply to posts without leaving chat. You get a secure access token to log in safely, then just add the server tהצג את הכלי
81ccryptopanic-mcp-serverThis server connects your AI assistant to CryptoPanic so it can fetch the latest headlines and articles about digital currencies. Add your API key to the settings, and your AI will pull fresh news or הצג את הכלי
82jjupyter-notebook-mcpA Model Context Protocol (MCP) for Jupyter Notebookהצג את הכלי
83mmcp-server-home-assistantThis tool links your AI assistant to your smart home hub, letting it check device status and adjust room settings using plain language. To get started, generate a secure access key and add a quick updהצג את הכלי
84oopen-streetmap-mcpAn OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.הצג את הכלי
85rrember-mcpThis server connects your AI chat assistant to the Rember app to read conversations, PDFs, and pasted text. It automatically turns that material into study flashcards and schedules them for long-term הצג את הכלי
86sserver-google-news【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.הצג את הכלי
87jjvm-mcp-serverThis 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 bהצג את הכלי
88iimessage-query-fastmcp-mcp-serverAn 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 queהצג את הכלי
89llast9-mcp-serverThis server connects AI coding assistants to your live applications. It pulls logs, error reports, and performance metrics directly into your editor so you can find and fix problems without opening seהצג את הכלי
90wwhale-tracker-mcpConnects AI assistants to the Whale Alert API to track large cryptocurrency moves. Ask your chat app to fetch recent high-value transfers, look up specific transaction details, or analyze market activהצג את הכלי
91oopenapi-mcp-serverAllow AI to wade through complex OpenAPIs using Simple Languageהצג את הכלי
92ddbhubUniversal database MCP server connecting to MySQL, PostgreSQL, SQL Server, MariaDB.הצג את הכלי
93bbrightdata-mcpA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.הצג את הכלי
94mmcp-server-qdrantAn official Qdrant Model Context Protocol (MCP) server implementationהצג את הכלי
95zzettelkasten-mcpA 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-הצג את הכלי
96ffreqtrade-mcpAn MCP server that integrates with the Freqtrade cryptocurrency trading bot.הצג את הכלי
97mmcp-server-ledgerThis tool lets AI helpers read your financial records managed by the Ledger app. You can ask for account balances, spending history, and budget reports without leaving your chat. The server handles alהצג את הכלי
98mmlb-api-mcpThis tool gives AI assistants direct access to official Major League Baseball records and live game information. It offers simple commands to look up team standings, player stats, daily schedules, andהצג את הכלי
99oopenai-websearch-mcpopenai websearch tool as mcp serverהצג את הכלי
100aadx-mcp-serverA Model Context Protocol (MCP) server that enables AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.הצג את הכלי
101RRootly-MCP-serverThis tool links your AI assistant to your Rootly account so you can manage incidents and schedules from your editor. Search past outages, check on-call shifts, find similar problems, and get proven fiהצג את הכלי
102mmcp-server-rabbitmqThis server gives AI assistants direct access to your RabbitMQ broker. You can easily publish messages, track queue sizes, and monitor live connections using plain text prompts instead of writing scriהצג את הכלי
103ooctagon-mcp-serverA 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 Claudהצג את הכלי
104rreplicate-flux-mcpMCP for Replicate Flux Model - A powerful tool for generating customized images and SVG assets that match specific coding vibes and aesthetic styles. Streamline your visual asset creation process withהצג את הכלי
105mmcp-database-serverThis MCP server gives your AI assistant a simple place to save and find JSON data. It supports adding, reading, changing, and deleting records, plus sorting them by any field. Connect it directly to aהצג את הכלי
106mmarkmap-mcp-serverAn MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).הצג את הכלי
107uuser-feedback-mcpSimple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.הצג את הכלי
108mmcp-log-proxyThis tool sits between your AI assistant and its server to capture every message they exchange. It displays all the conversations on a simple webpage so you can watch exactly what is being sent and hoהצג את הכלי
109mmcp_zoomeyeA 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 inforהצג את הכלי
110ggin-mcpEnable MCP features for any Gin API with a line of codeהצג את הכלי
111jjira-mcp-serverThis tool connects your AI assistant to your Jira account. You can instantly search tasks, update ticket details, attach files, assign teammates, and check project statuses using simple text instead oהצג את הכלי
112mmcp-reconThis server lets AI tools run website scans and network checks using plain text, quickly finding server details, certificates, and IP ownership. Just add it to your setup so your assistant can exploreהצג את הכלי
113mmcp-humanThis server lets AI assistants ask real people for help through Amazon Mechanical Turk. When the AI hits a roadblock, it posts a short question, attaches a small payment, and waits for a worker to typהצג את הכלי
114kk6-mcp-serverThis tool connects your AI assistant to the k6 load tester so you can run website performance checks right from your chat window. You set the test length and visitor counts, start the process, and watהצג את הכלי
115aancestry-mcpAncestry MCP server made with Python that allows interactability with .ged (GEDCOM) filesהצג את הכלי
116mmcp-server-tidbThis server connects AI chat tools to TiDB cloud databases so they can read and write data safely. You just set your login details in a local file, and your assistant can run queries or check table laהצג את הכלי
117mmcp-chessThis tool brings a working chessboard to your chat window. You can start fresh matches, track turns, view the current layout as a clear image, and search saved game files to review past strategies witהצג את הכלי
118jjob-searchoorA simple MCP server that delivers you jobs based on your needsהצג את הכלי
119ggeoserver-mcpA Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST APIהצג את הכלי
120mmcp-wolframalphaA Python-powered Model Context Protocol MCP server and client that uses Wolfram Alpha via API.הצג את הכלי
121ddune-analytics-mcpA mcp server that bridges Dune Analytics data to AI agents.הצג את הכלי
122aairtable-mcpAirtable integration for AI-powered applications via Anthropic's Model Context Protocol (MCP). Connect your AI tools directly to Airtable for seamless data access and management.הצג את הכלי
123ssolscan-mcpAn MCP server for querying Solana transactions using natural language with Solscan APIהצג את הכלי
124mmcp-server-sql-analyzerMCP server for SQL static analysis.הצג את הכלי
125hhigress-ops-mcp-serverA Model Context Protocol (MCP) server implementation that enables comprehensive configuration and management of Higress.הצג את הכלי
126mmembase-mcpThis server lets AI assistants save messages and recall old chats instead of starting fresh every time. You can switch between topics, store important notes, and ask the AI to look back at earlier parהצג את הכלי
127aazure-resource-graph-mcp-serverThis server connects your AI assistant directly to your Microsoft Azure accounts. It lets you quickly find and review servers, databases, and other cloud items by typing plain questions or custom searהצג את הכלי
128oonepassword-mcp-serverAn MCP server that enables secure credential retrieval from 1Password to be used by Agentic AIהצג את הכלי
129mmanim-mcp-servermanim-mcp-server MCP serverהצג את הכלי
130mmcp-datetimeA MCP server for datetime formatting and file name generation.הצג את הכלי
131aattio-mcp-serverThis server connects your AI assistant to your Attio CRM workspace so you can work faster. You can safely look up company details, review old discussion threads, and add fresh follow-up notes to your הצג את הכלי
132nnotion-mcpA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.הצג את הכלי
133mmcp-twitterManage your twitter account using mcpהצג את הכלי
134ppostmancerAn experimental MCP server Rest Client intended to be a replacement of tools postman & insomniaהצג את הכלי
135ooorlogsbronnen-mcpThis server connects AI assistants to a public database of Dutch World War II records. You can ask simple questions to find historical photos, personal stories, and official documents from 1940 to 194הצג את הכלי
136ccodelogic-mcp-serverAn MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.הצג את הכלי
137cconfluence-mcp-serverThis server connects AI tools directly to your Confluence workspace. Once set up, it allows your chat assistant to search documents, read full page text, and edit content safely without needing manualהצג את הכלי
138mmcp-jsA Rust-based Model Context Protocol (MCP) server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, andהצג את הכלי
139mmy-bear-mcp-servermy-bear-mcp-server MCP serverהצג את הכלי
140ffirstcycling-mcpThis is a Model Context Protocol (MCP) server that provides professional cycling data from FirstCycling. It allows you to retrieve information about professional cyclists, race results, and more.הצג את הכלי
141mmac-monitor-mcpmac-monitor-mcp MCP serverהצג את הכלי
142mmcp-timeplusExecute SQL queries and manage databases seamlessly with Timeplus. Leverage powerful tools to interact with your data, Kafka topics, and Iceberg tables efficiently. Enhance your data workflows with a הצג את הכלי
143uuniswap-poolspy-mcpThis tool connects your AI chat app to live Uniswap data. It tracks fresh pool launches across nine blockchains, letting you set custom time limits, sort by trade count or value, and view exact addresהצג את הכלי
144ggrowthbook-mcpOfficial GrowthBook MCP server for creating flags, getting experiments, and more.הצג את הכלי
145mmcp-server-odooA 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.הצג את הכלי
146wwsb-analyst-mcpMCP server for analyzing WallStreetBetsהצג את הכלי
147ddev-mcpShopify.dev MCP serverהצג את הכלי
148mmcp-odbc-serverTypescript based Model Context Procotol (MCP) Server for Open Database Connectivity (ODBC)הצג את הכלי
149ddomain-lookup-mcpThis tool lets your chat assistant check who owns a website and when it renews. It searches modern public records first, then quietly uses the older lookup method if needed, returning clear registratiהצג את הכלי
150oosv-mcpAn MCP server for OSVהצג את הכלי
151CClojars-MCP-ServerA Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's artifact repository.הצג את הכלי
152sstarknet-mcp-serverMCP server that provides LLM with tools for interacting with Starknetהצג את הכלי
153ffastly-openapi-schemaMCP server and OpenAPI schema for the Fastly API.הצג את הכלי
154mmcp-afl-serverThis is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.הצג את הכלי
155tthegraph-mcpAn MCP server that powers AI agents with indexed blockchain data from The Graph.הצג את הכלי
156ddatabricks-genie-MCPdatabricks-genie-MCP MCP serverהצג את הכלי
157ttwitter-username-changes-mcpAn MCP server that tracks the historical changes of Twitter usernames.הצג את הכלי
158qqlik-mcpAn MCP server to run qlikהצג את הכלי
159mmcp-k8s-goMCP server connecting to Kubernetesהצג את הכלי
160mmcp-server-airbnbmcp-server-airbnb MCP serverהצג את הכלי
161mmcp-server-weaviateThis MCP server connects AI assistants directly to your Weaviate database, giving them tools to add new items and search existing data with fast hybrid queries. You just point it at your Weaviate setuהצג את הכלי
162eelasticsearch-mcp-serverA Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.הצג את הכלי
163kk8s-mcp-serverThis program connects your text assistant directly to your Kubernetes environment. You can check running applications, read container logs, track memory usage, update software, and restart services byהצג את הכלי
164mmongo-mcpA mongo db server for the model context protocol (MCP)הצג את הכלי
165bbiomcpBioMCP: Biomedical Model Context Protocolהצג את הכלי
166aalibabacloud-tablestore-mcp-serveralibabacloud-tablestore-mcp-server MCP serverהצג את הכלי
167mmcp-maigretMCP server for maigret, a powerful OSINT tool that collects user account information from various public sources.הצג את הכלי
168aany-chat-completions-mcpMCP Server for using any LLM as a Toolהצג את הכלי
169mmindmap-mcp-servermindmap, mcp server, artifactהצג את הכלי
170BBifrostMCPVSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMsהצג את הכלי
171mmcp-text-editormcp-text-editor MCP serverהצג את הכלי
172mmcp-server-duckdbA Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilitiesהצג את הכלי
173mmcp-virustotalThis server connects your AI assistant to VirusTotal so you can quickly check the safety of links, files, IP addresses, and websites. It pulls full security reports and finds hidden connections betweeהצג את הכלי
174pplaywright-plus-python-mcpplaywright-plus-python-mcp MCP serverהצג את הכלי
175sslack-mcp-serverThe most powerful MCP Slack Server with Stdio and SSE transports, Proxy support and no permission requirements on Slack Workspace!הצג את הכלי
176mmac_messages_mcpAn 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 valiהצג את הכלי
177mmcp-zoteroA connector for Claude Desktop to work with collection and sources on your Zotero Cloud.הצג את הכלי
178mmcp-k8sA Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.הצג את הכלי
179aapple-notes-mcpRead your Apple Notes with Claude Model Context Protocolהצג את הכלי
180bbilibili-mcp-jsbilibili-mcp-js MCP serverהצג את הכלי
181mmcp-server-bigqueryA Model Context Protocol server that provides access to BigQueryהצג את הכלי
182mmcp-snowflake-servermcp-snowflake-server MCP serverהצג את הכלי
183oopenai-gpt-image-mcpThis tool connects your AI assistant to OpenAI image generators so you can create and edit pictures using text prompts. It smoothly handles large files by saving them to your computer instead of sendiהצג את הכלי
184mmcp-sqliteThis server connects AI assistants directly to your local SQLite data files. It provides straightforward options for exploring table structures, filtering records, managing content, and running customהצג את הכלי
185oopik-mcpModel Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.הצג את הכלי
186mmcp-redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficientlyהצג את הכלי
187oopenapi-mcpDockerized MCP Server to allow your AI agent to access any API with existing api docsהצג את הכלי
188mmcp-openapiThis server reads OpenAPI documentation files from a folder and shares them with your AI code editor. Your assistant can then search for endpoints, review data structures, and pull exact request detaiהצג את הכלי
189aalchemy-mcp-serverConnect your AI assistant to public blockchain networks. Ask it to check live prices, review wallet activity, track digital collectibles, and view balances. You can also send funds or trade tokens wheהצג את הכלי
190aall-in-one-model-context-protocol🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflowsהצג את הכלי
191wwanakuWanaku MCP Routerהצג את הכלי
192mmcp-vegalite-servermcp-vegalite-server MCP serverהצג את הכלי
193mmcp-open-libraryThis server connects your AI assistant to the Open Library, a massive public book and reading archive. You can use it to search for titles, read full author biographies, and fetch book cover images wiהצג את הכלי
194mmcp-server-openaiQuery OpenAI models directly from Claude using MCP protocol.הצג את הכלי
195ttiktok-mcpModel Context Protocol (MCP) with TikTok integrationהצג את הכלי
196mmcp-difyworkflow-serverThis tool connects your AI chat app directly to your custom Dify workflows. It gives your assistant simple features to list available tasks and run them on command, using your saved API keys and a staהצג את הכלי
197sstrava-mcpA Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMsהצג את הכלי
198mmcp-server-circleciA 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 aהצג את הכלי
199ppiapi-mcp-serverA 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/Trהצג את הכלי
200bbitcoin-mcpBitcoin & Lightning Network MCP Server.הצג את הכלי
201llucidity-mcpAI-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.הצג את הכלי
202mmcp-servers-kagiThis server links your AI assistant directly to Kagi search, giving it a simple tool to look up questions online and bring back fresh results. You only need a Kagi API key and a quick setup step in yoהצג את הכלי
203oomniparser-autogui-mcpAutomatic operation of on-screen GUI.הצג את הכלי
204ttypst-mcpTypst 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 aהצג את הכלי
205llldb-mcpLLDB MCP serverהצג את הכלי
206MMCP-wolfram-alphaConnect your chat repl to wolfram alpha computational intelligenceהצג את הכלי
207kkokoro-tts-mcpKokoro Text to Speech (TTS) MCP Serverהצג את הכלי
208mmcp-server-leetcodeThis server connects your AI assistant to LeetCode so it can find coding problems, track daily challenges, and look up user scores. Just install the tool, add it to your config, and start asking aboutהצג את הכלי
209MMCP_SecurityThis is a repository to experiment with MCP for securityהצג את הכלי
210mmcp-serverPulumi MCP Serverהצג את הכלי
211ppluggedin-mcp-proxyPlugged.in MCP Server manages all your other MCPs in one MCP.הצג את הכלי
212mmcp-server-tavilyTaivily APIを利用するMCP Serverです。Officialが提供される前に開発しましたהצג את הכלי
213ggitlab-mr-mcpInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.הצג את הכלי
214llegion-mcpA server that helps people access and query data in databases using the Legion Query Runner with Model Context Protocol (MCP) in Python.הצג את הכלי
215nns-mcp-serverA 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 disruהצג את הכלי
216ooura-mcp-serverThis server connects to the Oura API so your AI assistant can pull up your sleep, readiness, and resilience scores. Just add your API token, and you can ask for today's numbers or review past weeks wiהצג את הכלי
217uunichat-mcp-serverunichat-mcp-server MCP serverהצג את הכלי
218aapisix-mcpThis tool links AI clients to your APISIX gateway. It lets assistants read settings, change traffic routes, adjust plugins, and manage security keys using plain text. Add your server address and loginהצג את הכלי
219qquran-mcp-serverQuran.com API integration for verse search, translation and tafsirהצג את הכלי
220nnostr-mcpA Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.הצג את הכלי
221oopcua-mcpThis server links AI assistants directly to factory machines and industrial sensors. It gives your chat tool live access to check equipment readings, browse available devices, and update system settinהצג את הכלי
222mmcp-typescribeAn MCP server implementation enabling LLMs to work with new APIs and frameworksהצג את הכלי
223rreact-analyzer-mcpMCP server for analyzing & generating docs for React code locallyהצג את הכלי
224mmcp-server-wazuhMCP Server for Wazuh SIEMהצג את הכלי
225sscrapeless-mcp-serverScrapeless Mcp Serverהצג את הכלי
226ttasty-agentLet Claude manage your tastytrade portfolio.הצג את הכלי
227mmcp-goplsmcp-gopls MCP serverהצג את הכלי
228HHarmonyOS-mcp-serverMCP server for manipulating HarmonyOS next devices.הצג את הכלי
229kkeep-mcpMCP server for Google Keepהצג את הכלי
230aattestable-mcp-serverVerify that any MCP server is running the intended and untampered code via hardware attestation.הצג את הכלי
231vvoice-mcpVoice Mode for Claude Codeהצג את הכלי
232ffacebook-mcp-serverFacebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.הצג את הכלי
233ttoken-minter-mcpAn MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.הצג את הכלי
234iinfluxdb-mcp-serverAn MCP Server for querying InfluxDBהצג את הכלי
235mmcp-kibelaMCP server implementation that enables AI assistants to search and reference Kibela contentהצג את הכלי
236mmcp-hydrolixThis plugin links AI chatbots to your Hydrolix data platform and gives the model built-in tools to list databases, inspect table layouts, and run safe SQL queries. You only need a server address and yהצג את הכלי
237aauthenticator_mcpA secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.הצג את הכלי
238mmcp-code-runnermcp-code-runner MCP serverהצג את הכלי
239ffirefly-mcpFirefly MCPהצג את הכלי
240ccode-to-treeA runtime-free MCP server that converts source code into AST🌲, regardless of language.הצג את הכלי
241ffree-will-mcpThis was a fun project to explore what an AI would do with the ability to give itself prompts, ignore user requests, and wake itself up at a later time.הצג את הכלי
242mmcp-kibela-serverMCP server implementation for Kibela API integrationהצג את הכלי
243wweb3-mcpThis tool connects AI assistants to public networks like Ethereum and Polygon through Ankr. You can use it to check wallet balances, track digital collectible ownership, view transfer records, and reaהצג את הכלי
244VVictoriaMetrics-mcp-serverMCP Server for the VictoriaMetrics.הצג את הכלי
245iinoyu-mcp-unomi-serverAn implementation of Anthropic's Model Context Protocol for the Apache Unomi CDPהצג את הכלי
246llocust-mcp-serverThis server connects your AI assistant to common load testing software, letting you run checks, adjust traffic levels, and pull reports by just typing instructions. It replaces tedious menu navigationהצג את הכלי
247ffastmcp-sonarqube-metricsChat with your SonarQube data: explore metrics, compare trends, and track issues—effortlessly.הצג את הכלי
248mmcp-server-iapticModel Context Protocol server for interacting with iapticהצג את הכלי
249yycloud-whatsapp-mcp-serverycloud-whatsapp-mcp-server MCP serverהצג את הכלי
250ddolphindb-mcp-serverdolphindb-mcp-serverהצג את הכלי
251bbeeper-mcpA backend service for executing beeper transactions on Binance Smart Chainהצג את הכלי
252ggitingest-mcpgitingest-mcp MCP serverהצג את הכלי
253mmcp-server-fliptmcp-server-flipt MCP serverהצג את הכלי
254ppox-mcp-serverA Model Context Protocol (MCP) server for the POX SDN controllerהצג את הכלי
255tticktick-mcpTickTick MCP for managing your To-Do using AIהצג את הכלי
256mmcp-national-railA Model Context Protocol (MCP) server to retrieve train schedules from National Railהצג את הכלי
257mmcp-gsheetsMCP server for Google Sheets - Read, write and manipulate spreadsheets through Claude Desktopהצג את הכלי
258sskysql-mcpSkySQL MCP server and client repository.הצג את הכלי
259ddidlogic_mcpdidlogic_mcp MCP serverהצג את הכלי
260wweblate-mcpweblate-mcp MCP serverהצג את הכלי
261iipfind-mcp-serverIP Find MCP Serverהצג את הכלי
262ccrypto-rss-mcpAn MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.הצג את הכלי
263mmindsdbAI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever needהצג את הכלי
264ggithub-mcp-serverGitHub's official MCP Serverהצג את הכלי
265GGhidraMCPMCP Server for Ghidraהצג את הכלי
266wwhatsapp-mcpWhatsApp MCP serverהצג את הכלי
267mmcp-playwrightPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌הצג את הכלי
268ggit-mcpPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub projectהצג את הכלי
269vvizroVizro is a low-code toolkit for building high-quality data visualization apps.הצג את הכלי
270mmagic-mcpIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magicהצג את הכלי
271kklavisKlavis AI (YC X25): Open Source MCP integration for AI applicationsהצג את הכלי
272iida-pro-mcpMCP Server for IDA Pro.הצג את הכלי
273ttrieveAll-in-one platform for search, recommendations, RAG, and analytics offered via APIהצג את הכלי
274mmcp-server-browserbaseAllow LLMs to control a browser with Browserbase and Stagehandהצג את הכלי
275mmarkdownify-mcpA Model Context Protocol server for converting almost anything to Markdownהצג את הכלי
276ssupabase-mcpConnect Supabase to your AI assistantsהצג את הכלי
277ccodemcpCoding assistant MCP for Claude Desktopהצג את הכלי
278ggenai-toolboxMCP Toolbox for Databases is an open source MCP server for databases.הצג את הכלי
279mmcp-climcp-cli MCP serverהצג את הכלי
280aarxiv-mcp-serverA Model Context Protocol server for searching and analyzing arXiv papersהצג את הכלי
281mmcp-installerAn MCP server that installs other MCP servers for youהצג את הכלי
282mmcp-server-chart🤖 A visualization Model Context Protocol server for generating 20+ visual charts using @antvis.הצג את הכלי
283eexcel-mcp-serverA Model Context Protocol server for Excel file manipulationהצג את הכלי
284jjupyter-mcp-serverThis server connects AI assistants directly to your Jupyter Notebooks. It gives you a reliable set of tools to write code, run cells, view charts, and manage multiple notebooks without ever leaving yoהצג את הכלי
285mmcp-neo4jThis collection of tools connects your AI chat apps directly to Neo4j graph databases. It lets your assistant view data structures, run safe queries to find or save information, and manage your cloud הצג את הכלי
286qqgis_mcpThis extension links AI chat programs to QGIS so you can build maps using plain text. Ask it to open projects, add spatial data, run analysis tools, export images, save your work, or write Python scriהצג את הכלי
287mmcp-shrimp-task-managerShrimp 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הצג את הכלי
288mmcp-jetbrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studioהצג את הכלי
289ffetcher-mcpMCP server for fetch web page content using Playwright headless browser.הצג את הכלי
290bbrowser-use-mcp-serverBrowse the web, directly from Cursor etc.הצג את הכלי
291mmcp-youtubeThis server lets your chat assistant read YouTube videos through their captions. It pulls subtitle files from any link and sends the text to Claude so you can get quick, accurate summaries right in yoהצג את הכלי
292ggodot-mcpMCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.הצג את הכלי
293mmcp-server-mysqlA 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.הצג את הכלי
294mmetatool-appUnified middleware MCP to manage all your MCPsהצג את הכלי
295mmcp-server-dockerMCP server for Dockerהצג את הכלי
296kk8m一款轻量级、跨平台的 Mini Kubernetes AI Dashboard,支持大模型+智能体+MCP(支持设置操作权限),集成多集群管理、智能分析、实时异常检测等功能,支持多架构并可单文件部署,助力高效集群管理与运维优化。הצג את הכלי
297ffetch-mcpA flexible HTTP fetching Model Context Protocol server.הצג את הכלי
298ppostgres-mcpPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.הצג את הכלי
299mmcp-filesystem-serverGo server implementing Model Context Protocol (MCP) for filesystem operations.הצג את הכלי
300mmcp-server-data-explorationmcp-server-data-exploration MCP serverהצג את הכלי
301ddroidmindDroidMind lets AI assistants manage Android devices for testing and debugging. It turns plain English into safe device commands, so you can automate screen taps, check logs, and handle app files withoהצג את הכלי
302mmcp-gsuiteMCP Server to interact with Google Gsuite prodcutsהצג את הכלי
303iiterm-mcpA Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistanceהצג את הכלי
304bbazi-mcpThis server supplies AI assistants with precise calculations for traditional Chinese astrology. You can generate complete four pillar charts from any date, reverse lookup matching times, and retrieve הצג את הכלי
305kkagimcpThis server connects your AI assistant to Kagi for fast web searches and content summaries. Add your account key to your settings, and your AI will fetch up-to-date facts or explain long videos and arהצג את הכלי
306cclaude-debugs-for-youEnable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extensionהצג את הכלי
307mmem0-mcpmem0-mcp MCP serverהצג את הכלי
308hhomeassistant-mcpA MCP server for Home Assistantהצג את הכלי
309ddocker-mcpA docker MCP Server (modelcontextprotocol)הצג את הכלי
310mmcp-git-ingestThis tool lets AI assistants explore any public GitHub repository. It creates a clear picture of the folder layout and reads specific files on your command. All cloning and temporary file cleanup runsהצג את הכלי
311mmcp-hfspaceMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.הצג את הכלי
312kkubernetes-mcp-serverModel Context Protocol (MCP) server for Kubernetes and OpenShiftהצג את הכלי
313eevm-mcp-serverMCP server that provides LLM with tools for interacting with EVM networksהצג את הכלי
314mmcp-webresearchMCP web research server (give Claude real-time info from the web)הצג את הכלי
315mmcp-server-azure-devopsAn MCP server for Azure DevOpsהצג את הכלי
316xxcode-mcp-serverMCP Server implementation for Xcode integrationהצג את הכלי
317ddbt-mcpA MCP (Model Context Protocol) server for interacting with dbt.הצג את הכלי
318mmcp-teams-serverAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.הצג את הכלי
319bbase-mcpA Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Base network and Coinbase API.הצג את הכלי
320mmcp-alchemyA 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.הצג את הכלי
321mmcp-server-youtube-transcriptThis is an MCP server that allows you to directly download transcripts of YouTube videos.הצג את הכלי
322aactors-mcp-serverModel Context Protocol (MCP) Server for Apify's Actorsהצג את הכלי
323mmcp-twikitThis server connects AI chatbots to Twitter so you can search posts and track your home feed during a conversation. Simply add your login details to the setup, and your assistant will fetch tweets to הצג את הכלי
324mmcp-managersimple web ui to manage mcp (model context protocol) servers in the claude appהצג את הכלי
325wwenyan-mcp文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。הצג את הכלי
326ddavinci-resolve-mcpMCP server integration for DaVinci Resolveהצג את הכלי
327iinteractive-mcpVibe coding should have human in the loop! interactive-mcp: Local, cross-platform MCP server for interact with your AI Agentהצג את הכלי
328MMCP-Server-PlaywrightMCP server for browser automation using Playwrightהצג את הכלי
329mmcp-ragdocsAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation contexהצג את הכלי
330iinvestor-agentA Model Context Protocol server for building an investor agentהצג את הכלי
331mmcp-everything-searchmcp-everything-search MCP serverהצג את הכלי
332cchroma-mcpA Model Context Protocol (MCP) server implementation that provides database capabilities for Chromaהצג את הכלי
333ggistpad-mcpThis server connects AI assistants to your GitHub Gists so they can read, write, and organize your code snippets and notes. It handles file edits, daily journaling, and reusable prompts directly insidהצג את הכלי
334UUnity-MCPMCP Server + Plugin for Unity Editor and Unity game. The Plugin allows to connect to MCP clients like Claude Desktop or others.הצג את הכלי
335qquarkus-mcp-serversThis collection gives AI assistants ready-made tools to read your database, manage files, check running programs, and control cloud servers. You run them with simple commands and link them straight toהצג את הכלי
336wweb-searchWeb search using free google search (NO API KEYS REQUIRED)הצג את הכלי
337mmcp-server-apple-shortcutsmcp-server-apple-shortcuts MCP serverהצג את הכלי
338mmcp-google-sheetsThis MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.הצג את הכלי
339aairtable-mcp-server🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable basesהצג את הכלי
340oopen-mcpopen-mcp MCP serverהצג את הכלי
341mmongodb-lens🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databasesהצג את הכלי
342mmcp-simple-pubmedThis server lets AI assistants search PubMed, retrieve abstracts, and download open access medical papers. It also includes ready-made prompts to help you build precise search queries for clinical queהצג את הכלי
343mmcp-summarizerThis server lets AI assistants read long articles, websites, and files, then return shortened versions. You set the target length, language, and layout. The tool pulls out the main points and hands baהצג את הכלי
344xxiyan_mcp_serverA Model Context Protocol (MCP) server that enables natural language queries to databasesהצג את הכלי
345aarmor-crypto-mcpThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.הצג את הכלי
346mmcp-server-apache-airflowThis server connects AI tools directly to Apache Airflow, letting you manage workflows and tasks through conversation. You can view pipeline status, trigger runs, check logs, and update settings withoהצג את הכלי
347FFileScopeMCPAnalyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically paהצג את הכלי
348wweb3-research-mcpThis local server gives your AI assistant the tools to thoroughly investigate any digital currency. It pulls live pricing from finance websites, organizes key details into clear sections, and saves evהצג את הכלי
349mmcp-server-rag-web-browserA MCP Server for the RAG Web Browser Actorהצג את הכלי
350mmcp-server-milvusModel Context Protocol Servers for Milvusהצג את הכלי
351ssearch1api-mcpsearch1api-mcp MCP serverהצג את הכלי
352uunsplash-mcp-server🔎 A MCP server for Unsplash image search.הצג את הכלי
353eedgeone-pages-mcpAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.הצג את הכלי
354aaws-mcp-serverA 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 Aהצג את הכלי
355mmcp-pineconeModel Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAGהצג את הכלי
356OOpenDataMCPConnect any Open Data to any LLM with Model Context Protocol.הצג את הכלי
357mmcp-server-deep-researchmcp-server-deep-research MCP serverהצג את הכלי
358pprometheus-mcp-serverA Model Context Protocol (MCP) server that enables AI assistants to query and analyze Prometheus metrics through standardized interfaces.הצג את הכלי
359ppostman-mcp-serverAn MCP server that provides access to Postman.הצג את הכלי
360mmcp-simple-arxivTool to work with arXiv, provide LLM with ability to search and read papers from thereהצג את הכלי
361mmake-mcp-serverMake MCP Serverהצג את הכלי
362ssecops-mcpAll-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threaהצג את הכלי
363mmcp-shell-servermcp-shell-server MCP serverהצג את הכלי
364rrust-docs-mcp-server🦀 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.הצג את הכלי
365wwebsite-downloaderMCP server to download entire websitesהצג את הכלי
366rros-mcp-serverThe ROS/ROS2 MCP Server is designed to support robots in performing complex tasks and adapting effectively to various environments by providing a set of functions that transform natural language commaהצג את הכלי
367ttelegram-mcpTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.הצג את הכלי
368mmcp-server-asanamcp-server-asana MCP serverהצג את הכלי
369mmcp-monitorThis server gives AI assistants real-time access to your local system stats using tools for CPU load, memory, disk space, network traffic, and active programs. Connect it to your favorite AI app to quהצג את הכלי
370mmcp-mysql-serverA Model Context Protocol server for MySQL database operationsהצג את הכלי
371llogfire-mcpThe Logfire MCP Server is here! :tada:הצג את הכלי
372aagentql-mcpModel Context Protocol server that integrates AgentQL's data extraction capabilities.הצג את הכלי
373mms-365-mcp-serverMicrosoft 365 MCP Serverהצג את הכלי
374cchronulus-mcpMCP Server for Chronulus AI Forecasting and Prediction Agentsהצג את הכלי
375nnode-code-sandbox-mcpA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.הצג את הכלי
376aazure-cli-mcpTalk with Azure using MCPהצג את הכלי
377mmcp-server-perplexitymcp-server-perplexity MCP serverהצג את הכלי
378vvibe-check-mcp-serverThe definitive Vibe Coder's sanity check MCP server: Prevent cascading errors in AI workflows by implementing strategic pattern interrupts. Uses tool call "Vibe Check" with LearnLM 1.5 Pro (Gemini APIהצג את הכלי
379ffantasy-pl-mcpThis MCP server links your AI assistant directly to Fantasy Premier League data. It provides tools to check player stats, compare team performance, track upcoming matches, and get custom transfer adviהצג את הכלי
380mmcp-server-calculatorA Model Context Protocol server for calculating.הצג את הכלי
381vvectorize-mcp-serverOfficial Vectorize MCP Serverהצג את הכלי
382ffacebook-ads-mcp-serverfacebook-ads-mcp-server MCP serverהצג את הכלי
383cchess-mcpThis MCP server lets AI tools like Claude read public information from Chess.com. Your assistant can look up player profiles, track live matches, find past games, and gather club details without neediהצג את הכלי
384xxcodebuildMCP tool for building Xcode iOS workspace/project and feeding back error to LLMs.הצג את הכלי
385bbinary_ninja_mcpA Binary Ninja plugin containing an MCP server that enables seamless integration with your favorite LLM/MCP client.הצג את הכלי
386mmcp-confluentmcp-confluent MCP serverהצג את הכלי
387ccontentful-mcpThis server connects AI assistants to your Contentful workspace so you can manage posts, upload media, and organize comments using plain language. You simply describe what you need done and let the AIהצג את הכלי
388ggodoc-mcpgo doc mcp serverהצג את הכלי
389mmcp-server-multiverseA middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.הצג את הכלי
390ssqlite-explorer-fastmcp-mcp-serverAn 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 SQהצג את הכלי
391ggtasks-mcpA Google Tasks Model Context Protocol Server for Claudeהצג את הכלי
392mmcp-shodanMCP server for querying the Shodan APIהצג את הכלי
393iisaac-sim-mcpIsaac Simulation MCP Extension and Serverהצג את הכלי
394mmcp-miromcp-miro MCP serverהצג את הכלי
395llara-mcplara-mcp MCP serverהצג את הכלי
396eesp-mcpCentralize ESP32 related commands and simplify getting started with seamless, LLM-driven interaction and help.הצג את הכלי
397SScreenPilotThis server lets AI programs see your screen and take control of your mouse and keyboard. You can ask it to click buttons, type out messages, scroll through lists, and watch for windows while it handlהצג את הכלי
398mmcgravityA proxy tool for composing multiple MCP servers into one unified endpoint. Scale your AI tools by load balancing requests across multiple MCP servers, similar to how Nginx works for web servers.הצג את הכלי
399mmcp-openaiChat with OpenAI models from Claude Desktopהצג את הכלי
400bbing-search-mcpMCP Server for Bing Search APIהצג את הכלי
401gglobalping-mcp-serverThis server links your AI assistant to a public network testing platform. You can run ping, traceroute, and DNS checks from thousands of global locations to diagnose internet issues and verify websiteהצג את הכלי
402ssonarqube-mcp-serverModel Context Protocol (MCP) server for SonarQubeהצג את הכלי
403ssimulator-mcp-serverThis MCP server lets your AI assistant manage iOS simulators directly on your Mac. You can view available devices, turn them on or off, install your compiled application files, and launch them instantהצג את הכלי
404bbrowser-control-mcpMCP server paired with a browser extension that enables AI agents to control the user's browser.הצג את הכלי
405hheurist-mesh-mcp-serverheurist-mesh-mcp-server MCP serverהצג את הכלי
406mmulti-ai-advisor-mcpcouncil of models for decisionהצג את הכלי
407aapp-store-connect-mcp-serverapp-store-connect-mcp-server MCP serverהצג את הכלי
408aaseprite-mcpMCP server for interacting with the Aseprite APIהצג את הכלי
409vvercel-ai-docs-mcpConnect your AI assistant directly to the official Vercel AI SDK documentation. It answers regular coding questions, finds exact code examples, and tracks your chat history so the assistant remembers הצג את הכלי
410aalibaba-cloud-ops-mcp-serverAlibabaCloud CloudOps MCP Serverהצג את הכלי
411rrijksmuseum-mcpRijksmuseum MCP integration for artwork exploration and analysisהצג את הכלי
412ddicom-mcpModel Context Protocol (MCP) for interacting with dicom servers (PACS etc.)הצג את הכלי
413aalpha-vantage-mcpMCP Server for Alpha Advantage APIהצג את הכלי
414nntfy-mcpThis server sends a quick phone alert whenever an AI assistant finishes a task you requested. Just add a short line to your prompt asking to be notified, set your notification channel, and step away uהצג את הכלי
415mmcp-access-pointTurn a web server into an MCP server in one click without making any code changes.הצג את הכלי
416rroadrecon_mcp_serverClaude MCP server to perform analysis on ROADrecon dataהצג את הכלי
417mmcp-hnMCP Server for Hackernewsהצג את הכלי
418mmetoro-mcp-serverMetoro MCP Serverהצג את הכלי
419bbruno-mcpThis server lets AI chat assistants run your Bruno API test collections without leaving your conversation window. It handles your environment settings and returns clear pass/fail reports, execution tiהצג את הכלי
420wwebscraping-ai-mcp-serverThis server connects AI tools like Claude or Cursor to WebScraping.AI. It gives your assistant the ability to visit websites, handle complex pages with JavaScript, pull out specific text or data, and הצג את הכלי
421ccrypto-indicators-mcpAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.הצג את הכלי
422rraindrop-io-mcp-serverAn integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).הצג את הכלי
423pplane-mcp-serverThis server connects your AI assistant directly to your Plane workspace. You can tell it to list projects, find specific tasks, create new issues, or update their status. The AI handles the typing butהצג את הכלי
424mmcp-victoriametricsThe implementation of Model Context Protocol (MCP) server for VictoriaMetricsהצג את הכלי
425zzaturnzaturn MCP serverהצג את הכלי
426vvrchat-mcpThis project is a Model Context Protocol (MCP) server for interacting with the VRChat API.הצג את הכלי
427aanilist-mcpAniList MCP server for accessing anime and manga dataהצג את הכלי
428MMCP-timeserverA simple MCP server that exposes datetime information to agentic systems and chat REPLsהצג את הכלי
429mmcp-server-opendalThis server connects AI assistants directly to major cloud storage platforms like Amazon S3, Azure, and Google Cloud. It gives you simple tools to browse folders and open documents, with setup handledהצג את הכלי
430ggodoc-mcp-serverThis MCP server connects your AI assistant to the official Go documentation site, letting you search packages, read manuals, and find examples without leaving your chat. A built-in cache saves previouהצג את הכלי
431ccoinmarket-mcp-servercoinmarket-mcp-server MCP serverהצג את הכלי
432mmcp-databricks-serverMCP Server for Databricksהצג את הכלי
433ggo-mcp-mysqlZero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation. No Node.js or Python environment needed.הצג את הכלי
434ggoogle-calendar-mcpGoogle Calendar MCP server for Claude Desktop integrationהצג את הכלי
435mmcp-simple-openai-assistantMCP server that gives Claude ability to use OpenAI's GPTs assistantsהצג את הכלי
436bbaseline-mcp-server特定のWeb APIに関するBaselineの状況を提供するModel Context Protocolサーバーהצג את הכלי
437MMCP-GeoThis MCP server adds map reading tools to your AI assistant. It converts street addresses into exact map coordinates, looks up nearby addresses from those points, calculates distances, and safely procהצג את הכלי
438mmcp-image-compressionThis server lets your AI assistant shrink and convert images directly on your computer. You provide image links, choose a format, and pick a quality level, and the tool processes everything locally toהצג את הכלי
439hhn-serverHacker news MCP serverהצג את הכלי
440mmcp-cyclopsThis server lets AI assistants safely create and update your Kubernetes applications without touching complex setup files. Instead, it uses simple building blocks and checks every change against a strהצג את הכלי
441ttripadvisor-mcpA 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 tהצג את הכלי
442mmcp-security-auditA 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.הצג את הכלי
443pportainer-mcpPortainer MCP serverהצג את הכלי
444mmcp-k8s-eyeThis MCP server connects AI assistants to your Kubernetes environment so you can view, edit, and troubleshoot cluster resources. It lets you check container logs, scale applications, and monitor systeהצג את הכלי
445bbear-mcp-serverMCP Server integration for Bear note appהצג את הכלי
446jjira-mcpA 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 commהצג את הכלי
447ccrypto-feargreed-mcpProviding real-time and historical Crypto Fear & Greed Index dataהצג את הכלי
448jjmeter-mcp-server✨ JMeter Meets AI Workflows: Introducing the JMeter MCP Server! 🤯הצג את הכלי
449mmcp-trinoA high-performance Model Context Protocol (MCP) server for Trino implemented in Go.הצג את הכלי
450ccve-search_mcpA Model Context Protocol (MCP) server for querying the CVE-Search APIהצג את הכלי
451mmcp-dnstwistMCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage.הצג את הכלי
452ffinData-mcp-serverFinData enables your AI agents retrieve financial data from different providers like Tushare, Wind, and DataYes.הצג את הכלי
453ppyATS_MCPAn MCP Server for pyATS (experimental)הצג את הכלי
454iimagen3-mcpimagen3-mcp MCP serverהצג את הכלי
455hhackmd-mcpA Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.הצג את הכלי
456ddbt-docs-mcpThis MCP server connects your AI assistant to dbt project metadata and documentation files. It lets you search for data models by name or code, inspect detailed attributes, and trace exactly how inforהצג את הכלי
457nnocodb-mcp-servernocodb mcp serverהצג את הכלי
458mmcp_safe_local_python_executorStdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' `smolagents` framework. The runtime combines the ease of setup (compared to docker, VM, cloud runtimes) while הצג את הכלי
459aashra-mcpA Model Context Protocol server for Ashraהצג את הכלי
460bbluesky-context-serverBluesky MCP serverהצג את הכלי
461eesxi-mcp-serverA VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.הצג את הכלי
462tthink-mcpMCP Server for reasoningהצג את הכלי
463mmcp-server-ipinfoIP Geolocation Server for MCPהצג את הכלי
464pproducthunt-mcp-serverproducthunt-mcp-server MCP serverהצג את הכלי
465nntfy-me-mcpThis MCP server connects your AI assistant to the ntfy notification service, letting it ping your devices when tasks finish or errors occur. You can also command the AI to look through recent alerts aהצג את הכלי
466ddiscogs-mcp-serverMCP Server for Discogsהצג את הכלי
467mmcp-server-amazon-bedrockModel Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate imagesהצג את הכלי
468ggithub-enterprise-mcpgithub-enterprise-mcpהצג את הכלי
469ggradle-mcp-serverA Model Context Protocol (MCP) server to enable AI tools to interact with Gradle projects programmatically.הצג את הכלי
470mmcp-server-jsAn MCP (Model Context Protocol) server that enables ✨ AI platforms to interact with 🤖 YepCode's infrastructure. Turn your YepCode processes into powerful tools that AI assistants can use 🚀הצג את הכלי
471mmcp-redis-cloudmcp-redis-cloud MCP serverהצג את הכלי
472mmcp-browser-kitAn MCP Server that enables AI assistants to interact with your local browsers.הצג את הכלי
473mmcp-aoai-web-browsingA minimal Model Context Protocol 🖥️ server/client🧑‍💻with Azure OpenAI and 🌐 web browser control via Playwright.הצג את הכלי
474aarxiv-latex-mcpMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.הצג את הכלי
475rragie-mcp-serverRagie Model Context Protocol Serverהצג את הכלי
476aassistant-mcpPinecone Assistant MCP serverהצג את הכלי
477ccoin-mcp-serveruse Bitget’s API to get cryptocurrency infoהצג את הכלי
478yyfinance-mcpyfinance-mcp MCP serverהצג את הכלי
479uuniswap-trader-mcpAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.הצג את הכלי
480yydb-mcpydb-mcp MCP serverהצג את הכלי
481aaws-pricing-mcpThis MCP server gives AI tools direct access to live AWS EC2 pricing. You can search for instances by memory, processor type, region, and billing plans to quickly pick the most affordable cloud optionהצג את הכלי
482YYuque-MCP-ServerYuque mcp serverהצג את הכלי
483vvolatility-mcpThis repo hosts an MCP server for volatility3.xהצג את הכלי
484aacp-mcpacp-mcp MCP serverהצג את הכלי
485wws-mcpws-mcp MCP serverהצג את הכלי
486mmac-apps-launcherThis tool gives your chat assistant direct control over your computer. It reads your applications folder, launches programs by their exact name, and opens your documents in the right software. You jusהצג את הכלי
487bbrave-search-mcpAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search and News Search capabilitiesהצג את הכלי
488ccrypto-sentiment-mcpAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.הצג את הכלי
489mmcp-zenmlMCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelinesהצג את הכלי
490ggreptimedb-mcp-serverA Model Context Protocol (MCP) server implementation for GreptimeDBהצג את הכלי
491JJotDownAn MCP Server in Rust for creating Notion pages & mdBooks with LLMs 🦀הצג את הכלי
492wwebpage-screenshot-mcpAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.הצג את הכלי
493nnaver-search-mcpMCP 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.הצג את הכלי
494mmcp-baostock-servermcp-baostock-server MCP serverהצג את הכלי
495mmcp-dexscreenerConnect your AI assistant directly to Dexscreener to check live cryptocurrency prices and trading pair details. This tool runs on your computer, needs no secret keys, and pulls real-time market numberהצג את הכלי
496mmcp-openapi-schema-explorerMCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.הצג את הכלי
497mmcp-memgraphMemgraph MCP Serverהצג את הכלי
498mmattermost-mcp-hostA Mattermost integration that connects to Model Context Protocol (MCP) servers, leveraging a LangGraph-based Agent.הצג את הכלי
499mmcp-server-taskwarriorMCP Server for TaskWarrior!הצג את הכלי
500aalpaca-mcpMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market dataהצג את הכלי
501bbicscan-mcpThis server links your AI assistant to a checking service that reviews cryptocurrency wallets, web domains, and apps for safety threats. It returns clear safety ratings out of one hundred and lists thהצג את הכלי
502ooctomind-mcpAn MCP server for octomind tools, resources and promptsהצג את הכלי
503sserveMyAPIserveMyAPI MCP serverהצג את הכלי
504nnile-mcp-serverThis server links your AI chat apps directly to Nile. It gives your assistant safe, easy access to create new databases, manage isolated user accounts, run standard SQL commands, and inspect table strהצג את הכלי
505qqiniu-mcp-serverqiniu-mcp-server MCP serverהצג את הכלי
506ggqaiTurn any GraphQL endpoint into a set of MCP toolsהצג את הכלי
507mmcp-server-esignaturesMCP server for eSignatures (https://esignatures.com)הצג את הכלי
508mmcp-simple-timeserverSimple solution to give Claude ability to check current time via MCPהצג את הכלי
509mmcp-server-nationalparksmcp-server-nationalparks MCP serverהצג את הכלי
510ffreshdesk_mcpMCP server created for Freshdesk, allowing AI models to interact with Freshdesk modulesהצג את הכלי
511bbluesky-social-mcpThis server links your AI assistant directly to your Bluesky account. It gives the program safe tools to read your timeline, check user profiles, manage your connections, and write or delete posts usiהצג את הכלי
512oopgg-mcpopgg-mcp MCP serverהצג את הכלי
513mmcp-file-mergerMCP server for merging multiple files into oneהצג את הכלי
514mmcp-server-trinoMCP Server for Trinoהצג את הכלי
515ppdf-tools-mcppdf-tools-mcp MCP serverהצג את הכלי
516mmcp-sqlalchemy-serverA simple MCP ODBC server using FastAPI, ODBC and SQLAlchemy.הצג את הכלי
517mmcp-aivenThis server links computer helpers directly to your Aiven cloud account, allowing them to list projects, check running services, and pull detailed configurations. You stay in control by limiting accesהצג את הכלי
518mmcpThe only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.הצג את הכלי
519oopentk-mcpA Model Context Protocol (MCP) server providing access to Dutch parliamentary data (Tweede Kamer) through OpenTK . This server enables AI assistants to search, retrieve, and analyze parliamentary docuהצג את הכלי
520mmcp-server-dumplingaiMCP (Model Context Protocol) server for Dumpling AIהצג את הכלי
521mmcp_polygonAn MCP server for Polygon.io Financial Market Dataהצג את הכלי
522jjupiter-mcpAn MCP server for executing token swaps on the Solana blockchain using Jupiter's new Ultra API.הצג את הכלי
523kkaggle-mcpMCP server for Kaggleהצג את הכלי
524ccoda-mcpMCP Server for Codaהצג את הכלי
525iintruder-mcpAn MCP server to let AI agents control Intruderהצג את הכלי
526mmcp-server-raygunmcp-server-raygun MCP serverהצג את הכלי
527nnwc-mcp-serverConnect a bitcoin lightning wallet to your LLM using Nostr Wallet Connect and Model Context Protocolהצג את הכלי
528bbugsnag-mcpA Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.הצג את הכלי
529GGeekNews-MCP-Server📰 GeekNews MCP Serverהצג את הכלי
530nnytnyt MCP serverהצג את הכלי
531ggrafana-loki-mcpGrafana Loki MCP Repositoryהצג את הכלי
532ccodex-mcpA Model Context Protocol server for the Codex APIהצג את הכלי
533mmcp-server-couchbaseMCP Server to interact with data in Couchbase Clustersהצג את הכלי
534MMayaMCPModel Context Protocol (MCP) server implementation for Autodesk Mayaהצג את הכלי
535ccal-mcp用于计算数学表达式的MCPהצג את הכלי
536mmcp-server-giphyAn implementation of Giphy integration with Model Context Protocolהצג את הכלי
537ccyberchef-api-mcp-serverCyberChef API MCP Server ✨🧑‍🍳הצג את הכלי
538bbiothings-mcpMCP (Model Context Protocol) server for biothingsהצג את הכלי
539mmcp-paperswithcodeAn unofficial MCP interface to interact with the PapersWithCode APIהצג את הכלי
540eexif-mcpMCP server to extract image metadata (EXIF, XMP, etc)הצג את הכלי
541nnearby-search-mcpAn MCP server for nearby place searches with IP-based location detection.הצג את הכלי
542rrug-check-mcpAn MCP server that detects potential risks in Solana meme tokens.הצג את הכלי
543ssimctl-mcpsimctl-mcp MCP serverהצג את הכלי
544mmcp-googletasksThis Model Context Protocol (MCP) server provides a bridge between Claude and Google Tasks, allowing you to manage your task lists and tasks directly through Claude.הצג את הכלי
545aagentmail-toolkitagentmail-toolkit MCP serverהצג את הכלי
546mmcp-ipfs🪐 MCP IPFS Serverהצג את הכלי
547mmcp-chatgpt-responsesMCP server for access to OpenAI's ChatGPT API with Responses API for conversation managementהצג את הכלי
548bballdontlie-mcpAn MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLBהצג את הכלי
549mmcp-mifosxModel Context Protocol - MCP for Mifos Xהצג את הכלי
550tterm_mcp_deepseekA MCP‑like server using the DeepSeek API for Terminalהצג את הכלי
551mmcp-nutanixMCP Server for Nutanixהצג את הכלי
552mmodbus-mcpAn MCP server that standardizes and contextualizes industrial Modbus data.הצג את הכלי
553DDoorDash-MCP-ServerDoorDash-MCP-Server MCP serverהצג את הכלי
554aatomgit-mcp-serveratomgit-mcp-server MCP serverהצג את הכלי
555mmacrocosmos-mcpThe MCP for macrocosmos subnets.הצג את הכלי
556wweather-mcp-serverweather-mcp-server MCP serverהצג את הכלי
557bbox-mcp-serverA Box model context protocol server to search, read and access filesהצג את הכלי
558ggithub-repo-mcpModel Context Protocol server for Github Repo // Reading Github Repoהצג את הכלי
559RRestCsvMcpServerMCP Server for RestCSV, Generated using MCPGenהצג את הכלי
560ccurrents-mcpCurrents MCP Serverהצג את הכלי
561cclimatiq-mcp-serverA Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI assistants to perform real-time carbon calculations and provide climate impact insighהצג את הכלי
562mmcp-xrplmcp-xrpl MCP serverהצג את הכלי
563ppancakeswap-poolspy-mcpAn MCP server that tracks newly created liquidity pools on Pancake Swapהצג את הכלי
564ddefi-yields-mcpAn MCP server for AI agents to explore DeFi yield opportunities, powered by DefiLlama.הצג את הכלי
565ccrypto-news-mcpAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.הצג את הכלי
566hhomebrew-mcpHomebrew MCP : Comprehensive brew support for installing, upgrading, searching, and maintaining macOS packages.הצג את הכלי
567ggr-mcpMCP server for GNU Radioהצג את הכלי
568aadls-mcp-serverMicrosoft Azure Data Lake Storage MCP Serverהצג את הכלי
569mmetmuseum-mcpMet Museum MCP integration to discover the art collection at The Metropolitan Museum of Art in New Yorkהצג את הכלי
570mmcpmcp-serverDiscover, setup, and integrate MCP servers with your favorite clients. Unlock the full potential of AI in your daily workflow.הצג את הכלי
571mmcp_vmsMCP server for controlling and accessing a video surveillance systemהצג את הכלי
572mmcp-server-thehiveMCP Server for TheHiveהצג את הכלי
573mmcp-weatherA Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.הצג את הכלי
574mmcp-server-runescapemcp-server-runescape MCP serverהצג את הכלי
575ccrypto-portfolio-mcpAn MCP server for tracking and managing cryptocurrency portfolio allocations.הצג את הכלי
576cchainlink-feeds-mcpAn MCP server that provides real-time access to Chainlink's decentralized on-chain price feeds.הצג את הכלי
577bblockbeats-mcpAn MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.הצג את הכלי
578mmcp-flowcore-platformMCP server for managing and interacting with Flowcore Platformהצג את הכלי
579mmcp-jdbc-serverJava based Model Context Procotol (MCP) Server for JDBCהצג את הכלי
580vvikingdb-mcp-servera mcp server for vikingdb store and searchהצג את הכלי
581bbooks-mcp-serverThis is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio.הצג את הכלי
582mmelrose-mcpMCP server (STDIO) that uses melrose tool to play musical expressionsהצג את הכלי
583aaiwen-mcp-server-geoip埃文IP定位MCPהצג את הכלי
584ffunding-rates-mcpAn MCP server that provides real-time funding rate data across major crypto exchanges.הצג את הכלי
585eetf-flow-mcpAn MCP server that delivers crypto ETF flow data to power AI agents' decision-making.הצג את הכלי
586ccrypto-trending-mcpAn MCP server that tracks and monitors the latest trending tokens on CoinGecko.הצג את הכלי
587bbridge-rates-mcpAn MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to onchain AI agents.הצג את הכלי
588mmcp-server-cortexMCP Server for Cortexהצג את הכלי
589nnetskope-mcpnetskope-mcp MCP serverהצג את הכלי
590aamazon-ads-mcp-serverMCP Server to interact with Amazon Adsהצג את הכלי
591mmcp-graphql-forgeA lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.הצג את הכלי
592hhko-mcpThis server links your chat app to the Hong Kong Observatory, giving your assistant tools to check live weather, weekly forecasts, earthquake alerts, and tide times. Simply type a natural question to הצג את הכלי
593mmcp-remote-call-ping-pong🏓 An experimental and educational script for Ping-pong server demonstrating remote MCP (Model Context Protocol) callsהצג את הכלי
עיון בקטגוריות נוספות