• AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    ScreenPipe

    ScreenPipe

    AI app store powered by 24/7 desktop history. open source

    Screenpipe is an AI app store powered by continuous desktop history recording. It operates entirely locally, offering developers a platform to build, distribute, and monetize AI applications that leverage comprehensive contextual data from users' desktop activities. ​
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    n8n-MCP

    n8n-MCP

    A MCP for Claude Desktop / Claude Code / Windsurf / Cursor

    n8n-mcp is a Model Context Protocol (MCP) server that turns the n8n workflow platform into a set of first-class, typed tools an AI assistant can understand and operate. It exposes structured knowledge of n8n nodes and operations so an agent can reason about workflows, parameters, and executions without scraping docs or guessing API shapes. The server focuses on making Claude Desktop (and other MCP-capable clients) “n8n-literate,” enabling tasks such as inspecting existing workflows,...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    MCP Server MySQL

    MCP Server MySQL

    A Model Context Protocol server

    A Model Context Protocol server that provides access to MySQL databases, enabling Large Language Models to inspect database schemas and execute SQL queries, facilitating seamless database interactions. ​
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    DBHub

    DBHub

    Universal database MCP server connecting to MySQL, PostgreSQL

    DBHub is a universal database gateway that implements the MCP server interface so assistants and IDEs can explore and query databases through typed tools. It supports multiple transports—stdio for desktop clients and HTTP for networked scenarios—making it flexible to embed or deploy. Configuration is environment-variable driven, with a DSN and per-engine settings covering Postgres, MySQL, MariaDB, SQL Server, and SQLite. Operational flags include read-only mode, row limits, and even SSH...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Chrome DevTools MCP

    Chrome DevTools MCP

    Chrome DevTools for coding agents

    chrome-devtools-mcp is an MCP server that connects AI agents to the Chrome DevTools Protocol so they can inspect pages, record traces, read console/network data, and modify the live browser state under user control. It makes a running Chrome instance visible to MCP clients, enabling agents to debug websites end-to-end—launching Chrome, navigating, profiling, and collecting artifacts in a structured way. The repository spells out environment requirements and cautions that exposing a live...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Genkit

    Genkit

    An open source framework for building AI-powered apps

    Genkit is an open-source framework developed by Firebase for building AI-powered applications using familiar code-centric patterns. It simplifies the development, integration, and testing of AI features, providing observability and evaluation tools, and supports various models and platforms for versatile AI application development. ​
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Playwright MCP

    Playwright MCP

    Playwright MCP server

    An MCP server developed by Microsoft that offers browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without relying on visual data. ​
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    MCP Proxy

    MCP Proxy

    A TypeScript SSE proxy for MCP servers that use stdio transport

    ...The tool can multiplex multiple named STDIO servers behind one proxy instance, simplifying fleet deployments or local development with many tools. It ships prebuilt artifacts and a Homebrew formula for quick install on macOS and Linux, with container images published for broader environments. Releases show steady improvements focused on developer experience and operational flexibility. Overall, it lowers the friction of composing diverse MCP tools into a single reachable endpoint.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    FileScope MCP

    FileScope MCP

    Analyzes your codebase identifying important files based on dependency

    FileScopeMCP is a TypeScript-based tool that analyzes codebases to identify important files based on dependency relationships. It generates diagrams and importance scores per file, aiding in understanding code structure and assisting AI assistants in navigating complex projects. ​
    Downloads: 2 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Actors MCP Server

    Actors MCP Server

    Model Context Protocol (MCP) Server for Apify's Actors

    The Apify Actors MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with Apify Actors. This integration allows AI models to utilize various web scraping and automation tools provided by Apify, facilitating tasks such as data extraction and web automation. ​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Solana Agent Kit

    Solana Agent Kit

    Connect any ai agents to solana protocols

    solana-agent-kit is an open-source toolkit that enables AI agents to connect with Solana blockchain protocols. It allows any AI agent, regardless of the underlying model, to autonomously perform over 60 Solana actions, including token trading, launching new tokens, lending assets, sending compressed airdrops, executing blinks, launching tokens on Automated Market Makers (AMMs), and bridging tokens across chains. ​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Unla

    Unla

    Gateway service that instantly transforms existing MCP Servers

    Unla is a lightweight, highly available MCP gateway written in Go that turns existing MCP servers or ordinary HTTP APIs into MCP-compliant services through configuration, not code changes. Its goal is to let teams “wire up” tools they already run—internal REST endpoints, third-party APIs, or local MCP servers—and present a single, reliable MCP interface to clients like Claude Desktop, Cursor, and IDEs. The gateway focuses on operational concerns you’d expect in production: multi-instance...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Browser MCP

    Browser MCP

    Browser MCP is a Model Context Provider (MCP) server

    Browser MCP is an MCP server plus browser integration that lets AI apps automate the user’s real browser instead of launching a separate automation session. By adapting a Playwright-style approach to control the running browser profile, it reuses logged-in sessions and cookies, which reduces re-authentication friction and helps avoid some bot-detection heuristics. The server exposes structured tools for navigation, element interaction, and artifact capture (DOM, screenshots, logs), all...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Claude-Flow

    Claude-Flow

    The leading agent orchestration platform for Claude

    Claude-Flow v2 Alpha is an advanced AI orchestration and automation framework designed for enterprise-grade, large-scale AI-driven development. It enables developers to coordinate multiple specialized AI agents in real time through a hive-mind architecture, combining swarm intelligence, neural reasoning, and a powerful set of 87 Modular Control Protocol (MCP) tools. The platform supports both quick swarm tasks and persistent multi-agent sessions known as hives, facilitating distributed AI...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    MCP Browser Kit

    MCP Browser Kit

    MCP Server for interacting with manifest v2 compatible browsers

    An MCP server that integrates with browser extensions to enable AI assistants to interact with the user's browser, allowing actions like starring repositories on GitHub through natural language commands. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AniList MCP

    AniList MCP

    AniList MCP server for accessing anime and manga data

    An MCP server that interfaces with the AniList API, allowing AI clients to access and interact with anime, manga, character, staff, and user data from AniList. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MCP Framework

    MCP Framework

    A framework for writing MCP (Model Context Protocol) servers

    The mcp-framework is a TypeScript framework for building Model Context Protocol (MCP) servers elegantly. It provides an out-of-the-box architecture with automatic directory-based discovery for tools, resources, and prompts. The framework offers powerful MCP abstractions, enabling developers to define components in an elegant manner, and includes a CLI to streamline the server setup process. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HackMD MCP

    HackMD MCP

    A Model Context Protocol server for integrating HackMD

    The HackMD MCP server integrates HackMD's note-taking platform with AI assistants via the Model Context Protocol. This allows AI models to interact with HackMD, enabling functionalities such as retrieving, creating, and managing notes through AI-driven commands. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MCP Notion Server

    MCP Notion Server

    MCP Server for the Notion API, enabling Claude to interact with Notion

    The MCP Notion Server is an MCP server implementation that integrates with Notion, allowing AI assistants to interact with and manage Notion content. It facilitates seamless access to Notion's databases and pages. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MCP GraphQL

    MCP GraphQL

    Model Context Protocol server for GraphQL

    The MCP-GraphQL server is a Model Context Protocol implementation that enables Large Language Models (LLMs) to interact with GraphQL APIs. It provides schema introspection and query execution capabilities, allowing models to dynamically discover and utilize GraphQL APIs. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MCP Server Azure DevOps

    MCP Server Azure DevOps

    An MCP server for Azure DevOps

    The Azure DevOps MCP Server is an MCP server implementation that allows AI assistants to interact with Azure DevOps APIs through a standardized protocol. It facilitates access and management of projects, work items, repositories, and more. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MCP Server (Rad Security)

    MCP Server (Rad Security)

    Rad Security MCP Server

    The RAD Security MCP Server is an MCP server that provides AI-powered security insights for Kubernetes and cloud environments. It integrates with the RAD Security platform to enhance security analysis and monitoring. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Search1API MCP

    Search1API MCP

    A Model Context Protocol (MCP) server

    The Search1API MCP Server is a Model Context Protocol server that provides search and crawl functionality using Search1API. It enables web and news searches, content extraction, and sitemap retrieval, integrating seamlessly with MCP clients. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Starknet MCP Server

    Starknet MCP Server

    MCP server that provides LLM with tools for interacting with Starknet

    Starknet MCP Server is a comprehensive Model Context Protocol (MCP) server for the Starknet blockchain. It provides AI agents with the ability to interact with Starknet networks, query blockchain data, manage wallets, and interact with smart contracts. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Firefly MCP

    Firefly MCP

    Firefly MCP

    The Firefly MCP Server is a TypeScript-based implementation of the Model Context Protocol (MCP) that integrates seamlessly with the Firefly platform. It enables users to discover, manage, and codify resources across their cloud and SaaS accounts connected to Firefly. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next