RMCP Alternatives
RMCP is a searchable directory of public Model Context Protocol servers. It aggregates thousands of remote MCP endpoints so that both human users and AI agents can locate suitable servers and tools for specific tasks… Below are 29 ai & ml apps with similar functionality to RMCP, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
- MCP Serversmcp.so
MCP Servers is a marketplace and discovery platform that enables users to search for and explore a variety of MCP servers, clients, command-line tools, integrations, and reusable workflows. The platform is organized into categories such as Developer Tools, AI & Agents, Cloud & Infrastructure, Memory & Knowledge, and Media & Design, making it easier to find production-ready servers and related resources. The service highlights featured servers and clients, including those supporting payments, analytics, code editing, and database management. It lists both remote and local servers, as well as official and agent-ready CLI tools for tasks like JavaScript runtime management, database querying, audio/video processing, and cloud development. MCP Servers also showcases reusable prompts and workflows, referred to as "loops," which can automate tasks such as testing, accessibility auditing, code coverage, and continuous integration monitoring. In addition to servers and CLI tools, the platform features agent skills tailored for AI agents, covering areas like brainstorming, systematic debugging, writing plans, and skill invocation. These resources are designed to facilitate the connection of AI applications to various tools, data sources, and automated workflows. The platform also provides a feed of trending and newly published servers, offering insights into what the community is installing and using. MCP Servers is aimed at developers and those building AI-powered applications who need to integrate diverse tools and automate workflows. The platform is web-based and includes a registry of available servers, clients, and integrations.
MCPfindermcpfinder.devMCPfinder is a free, open-source discovery and installation layer designed for AI agents to locate and configure Model Context Protocol (MCP) servers. It serves as an MCP server itself, enabling AI assistants to programmatically search multiple MCP registries, inspect trust signals, and generate install-ready JSON configurations for downstream MCP servers. The tool is intended primarily for AI agents, with humans only needing to install it once; after installation, the AI assistant can use MCPfinder repeatedly to expand its capabilities on demand. Key features include multi-registry search, aggregating MCP servers from the Official MCP Registry, Glama, and Smithery into a unified search interface. MCPfinder allows AI agents to find candidate servers by keyword, technology, or use case, inspect trust signals and required environment variables, and generate client-specific configuration snippets suitable for platforms such as Claude Desktop, Cursor, Claude Code, Cline, or Windsurf. The tool provides structured outputs, including confidence scores, recommendation reasons, warning flags, and install complexity, helping AI assistants make informed decisions about which servers to recommend or install. MCPfinder is delivered as an MCP server that can be added to any MCP-compatible AI client. Installation is flexible, supporting direct execution via NPX (no install needed), global installation with NPM, or project-based integration. Once installed, it operates as an always-up-to-date agent-facing layer, bootstrapping from published snapshots and syncing from upstream registries. This ensures that AI agents have access to the latest available MCP servers and their metadata, with freshness signals provided by snapshot manifests. 0 and is free to use, with the source code available for inspection, contribution, or forking. MCPfinder is built by the community for the community, and as of its latest published snapshot, it aggregates tens of thousands of MCP servers across multiple registries. Its focus on agent-native discovery, trust signal inspection, and install-ready configuration distinguishes it as an AI-centric solution within the ecosystem of MCP tools.
- MCPMmcpm.sh
MCPM is an open-source command-line tool designed to manage Model Context Protocol (MCP) servers. It offers a range of features for discovering, installing, organizing, and sharing MCP servers, with a focus on global configuration and profile-based management. The tool enables users to search for MCP servers from a curated registry, install servers globally for use across environments, and organize servers into profiles to support different workflows. MCPM also provides seamless integration with MCP clients, allowing users to configure and connect servers to various client applications. Direct execution of servers for testing and debugging is supported through the command line, and the tool includes functionality for sharing servers securely using remote access tunnels. MCPM works with any MCP client by configuring servers to use its run command, and it specifically mentions compatibility with several AI assistants and coding agents, including Claude Desktop, Cursor, Windsurf, VSCode, Continue, Cline, Roo Code, OpenCode, Goose CLI, 5ire, Gemini CLI, Codex CLI, Qwen CLI, and Trae. Per-server enable and disable options are available for certain clients. The tool is delivered as a CLI application and can be installed using various methods, such as a shell script, Homebrew, pipx, or pip. MCPM is community-driven, open source, and distributed under the MIT License, with a commitment to being free to use. It is intended for developers and others who need to manage MCP servers efficiently across different clients and workflows.
- Model Context Protocol (MCP)your-mcp-server.com
Model Context Protocol (MCP) is a standardized protocol designed to facilitate communication between AI models and external tools or services. It addresses the challenge of integrating large language models (LLMs) such as those from OpenAI and Anthropic with various external functionalities, allowing developers to build AI applications that can access real-time data, perform calculations, and interact with external systems through a unified interface. The core of MCP is its consistent protocol and schema definition, which uses JSON Schema to define tool interfaces. This ensures that tools are described in a standardized way and can be discovered, called, and receive results from AI models regardless of the underlying provider. MCP supports seamless integration with multiple LLM providers, reducing the complexity of tool integration and enabling compatibility across different AI technologies. Developers can create custom tools, register them with an MCP server, and expose these tools via standardized interfaces for use by any connected AI model. MCP is delivered as a framework that includes an MCP server and an AI SDK client. The AI SDK provides a lightweight client with methods for retrieving available tools from an MCP server, facilitating their use in any LLM-powered application. MCP supports multiple communication transports, including Server-Sent Events (SSE) and stdio, making it adaptable to both web-based and local deployment scenarios. Example workflows include setting up an MCP server with custom tools, connecting an AI SDK client to the server, and enabling AI models to call tools during text generation. Code examples illustrate how to integrate MCP in applications, create custom tools, and set up an MCP server. The protocol is particularly suited for developers building AI-powered applications that require dynamic tool integration, such as AI-powered database assistants and API-connected chatbots. By providing a unified interface and schema-driven tool definitions, MCP streamlines the process of connecting AI models to external services and simplifies the development of complex, tool-augmented AI systems.
- mcp-remlezrdpypi.org
mcp-remlezrd is an open-source server implementing the Model Context Protocol (MCP) for AI agents. It allows developers to manage, exchange, and serve context for AI workflows, supporting integration with agent frameworks and research projects.
- MCP Playgroundmcpplayground.tech
MCP Playground is an interactive playground for the Model Context Protocol. It is built to test remote MCP servers in the browser, letting users paste a server URL, inspect what it exposes, and run tools live without installation. The service supports remote endpoints over Streamable HTTP, SSE, and WebSocket, and it says it can auto-detect the right protocol or connect directly via ws://. It presents the tools, resources, and prompts a server exposes, shows full JSON Schema, and runs them through auto-generated forms. The page also lists a schema linter for grading MCP servers A–F with 15+ lint rules, and a quality dashboard for browsing registry-wide grades. A public REST API is mentioned for inspecting, linting, and health-checking MCP servers, and the site also offers an in-browser sandbox for stdio-based npm MCP servers via WebContainers. MCP Playground is aimed at people working with MCP servers, including server authors and developers. The page also offers a public registry view with 852+ servers, examples for testing live servers, and an embeddable “Try in MCP Playground” badge for README files. It says authenticated servers can be used with a user’s own API key and authorization headers. The site is delivered in the browser and requires no installation. It is built on the official MCP Registry and the official MCP SDK, and it is open source under the AGPL v3 license. The page also links to an associated mcpx CLI and CI workflow for running the linter in terminals and pipelines, with mentions of GitHub Actions, GitLab CI, and other CI systems.
MyMCPjosh.ingMyMCP is a free, open-source application for macOS designed to help users manage Model Context Protocol (MCP) servers. It serves as a centralized solution for discovering, installing, and configuring MCP servers, with particular emphasis on streamlining server management across various AI tools. 0 or later. Key features include a registry browser that allows users to browse and search the official MCP server registry, with the ability to view GitHub statistics such as stars, forks, and recent activity. MyMCP supports one-click installation of MCP servers to multiple clients at once, and users can configure API keys and environment variables during installation. These configurations are securely stored on a per-client basis. The platform also provides comprehensive server management, enabling users to view all installed servers, enable or disable them, and uninstall servers without losing their configuration data. MyMCP is accessible directly from the macOS menubar, offering quick access to server controls and real-time status updates. This design ensures that users can manage their MCP ecosystem efficiently and with minimal interruption to their workflow. The application is distributed under the MIT License and is developed by Just Joshing, LLC. As a dedicated MCP server manager for macOS, MyMCP is positioned for individuals or teams working with Model Context Protocol servers in AI-related environments, providing unified configuration and management capabilities in a single interface.
- RapidMCPrapid-mcp.com
RapidMCP converts existing REST APIs into MCP servers for use by AI agents. It addresses the need to make REST endpoints available as tools under the Model Context Protocol without requiring any changes to backend code. The service performs an instant transformation that turns REST API endpoints into MCP tools. Users simply provide their API details and the platform handles the conversion to an MCP server. It supports any AI agent compatible with the MCP protocol and includes function calling capabilities. Several monitoring and configuration features are available. Tool tracing records every call with logs and visualizations that show how AI agents interact with the API. Comprehensive auditing creates detailed trails for security compliance and troubleshooting. Prompts can be configured directly in the dashboard while the platform manages all MCP protocol server details. RapidMCP is delivered as a web-based service. Developers connect their REST APIs through the platform interface and the resulting MCP servers become available to supported AI agents. The site offers sections for features, pricing, documentation, FAQ, and a blog.
MCP Playgroundmcpplaygroundonline.comMCP Playground is a free browser-based testing tool for the Model Context Protocol. It is meant for testing MCP servers, clients, and tools directly in the browser, with no installation or configuration required. The service is aimed at developers and is described as a way to validate protocol implementations, test tools before deployment, and explore MCP servers and resources. The site supports connecting to remote MCP servers from a browser and browsing their tools, prompts, and resources. It offers real-time request and response logs, full request/response JSON for each tool call, per-call latency, and credit cost details. The page also mentions an MCP Security Scanner, an MCP Token Counter, a Config Generator, MCP Tutorials, and MCP Recipes. In addition, the MCP Agent Studio lets users build, test, and ship MCP-powered AI agents in the browser, compare up to four AI models in parallel, and export an agent as a production API with bearer authentication and a server-side locked prompt. Transport support includes HTTP, SSE, Streamable HTTP, and local stdio/CLI processes. The site says users can connect up to four servers at once in one chat, with tools merged automatically, and that agents can be saved and reused as named configurations. It also lists browsing 10,000+ MCP servers, including Supabase, Playwright, Figma, and GitHub, and says users can add any server with one click. For local tools, it mentions running npx or uvx alongside remote HTTP servers and injecting environment variables for authentication in the UI. MCP Playground is described as free, with no sign-up or credit card needed, and the Agent Studio mentions free credits on sign-up. The page also says features remain free and no registration is required. It presents itself as a browser-based MCP testing tool rather than a desktop app or local install.
- contextl-mcppypi.org
contextl-mcp is an open-source MCP server designed for AI coding agents. It provides repository intelligence, code search, and integrates with the Model Context Protocol, allowing developers to build advanced AI-powered code tools. Distributed under the MIT license.
- RubyLLM::MCPrubyllm-mcp.com
RubyLLM::MCP is a Ruby framework designed to provide direct integration with Model Context Protocol (MCP) servers, allowing developers to incorporate MCP tools, resources, and prompts into RubyLLM chat workflows. It is aimed at Ruby and Rails developers seeking to build chat-based or automation solutions that leverage the MCP specification, with support for the stable MCP spec 2025-06-18 and optional draft spec 2026-01-26. The library offers a Ruby-first API that simplifies the use of MCP features within Ruby applications and background jobs. Key features include the ability to convert MCP tools into RubyLLM-compatible tools, work with resources and resource templates in chat contexts, and execute server prompts with typed arguments. The platform supports multiple transport types such as :stdio, :streamable, and :sse, and provides client capabilities like sampling, roots, progress tracking, and elicitation. Built-in notification and response handlers enable real-time and interactive workflows. 1 support with PKCE, dynamic registration, discovery, and automatic token refresh. There are dedicated setup paths for per-user OAuth flows in Rails applications and browser-based OAuth for CLI tools. The framework supports global and per-client extension negotiation, including MCP Apps, and allows management of multiple MCP servers within a single workflow. Users can control protocol versions with stable defaults and explicit draft opt-in. Installation is available via RubyGems by adding the "ruby_llm-mcp" gem, with optional official SDK adapter support through the "mcp" gem. For Rails integration, generator commands are provided to streamline setup, including per-user OAuth flows. The tool is released under the MIT License, making it open source and freely available for modification and distribution. RubyLLM::MCP is maintained by Patrick Vice.
MCPHubmcphubx.comMCPHub is documentation for a hub that manages multiple Model Context Protocol (MCP) servers. It is described as a unified hub for MCP servers, with access organized through Streamable HTTP endpoints for all servers, individual servers, or logical server groups. Its listed features include unified management with hot-swappable configuration, group management for organizing servers into logical groups, smart routing based on AI-powered tool discovery using vector semantic search, transparent compression of large text tool outputs before they reach clients, and real-time monitoring of server status and performance from a unified dashboard. The documentation also mentions MCP Apps and separate sections for OAuth Authentication & Security and Monitoring & Observability. MCPHub provides multiple endpoint forms: a unified access endpoint at /mcp, group access at /mcp/{group}, server access at /mcp/{server}, and smart routing at /mcp/$smart. Protocol support includes HTTP MCP, described as a modern streamable HTTP interface, SSE for legacy compatibility, and stdio for native MCP protocol communication. The quick start shows deployment with Docker, either with a standard run command or with a custom configuration mounted from mcp_settings.json. The dashboard is available at http://localhost:3000, with username admin; on first launch a random password is generated and printed to server logs, and the ADMIN_PASSWORD environment variable can be used to set a custom password. The documentation also includes installation, configuration, API reference, development, and community sections, with GitHub for source code and issue tracking and Discord for community discussions.
- ContextMCPcontextmcp.ai
ContextMCP is a self-hosted platform designed to index documentation from various sources and provide up-to-date information for AI agents. Developed by the engineering team at Dodo Payments, it addresses the challenge of keeping documentation in sync across multiple repositories, ensuring that AI agents work with the latest context and avoid outdated or incomplete data. yaml in their repository. ContextMCP supports indexing from sources such as GitHub repositories, and its AST-based parsers recognize code blocks, headers, and semantic boundaries to maintain the integrity of the original content. This approach helps preserve context, particularly for code and technical documentation, and prevents the breaking of logical structures during chunking. Indexing occurs at scheduled intervals, so the information available to AI agents remains current. ContextMCP is delivered as a self-hosted solution, giving users control over their data. It is open source, allowing for customization and self-hosting, and is served from Cloudflare Workers to provide low-latency access for AI agents. The platform is suitable for developers and teams building retrieval-augmented generation (RAG) systems or deploying AI agents that rely on accurate, up-to-date documentation. By focusing on AST-aware chunking and scheduled indexing, ContextMCP aims to solve common issues found in other tools, such as stale data and loss of context due to naive text chunking. This makes it a specialized tool for maintaining reliable, high-quality context for AI-driven applications.
- projectmind-mcppypi.org
projectmind-mcp is an open-source local MCP server that equips AI coding assistants with persistent memory, hybrid code search, AI-generated annotations, and an AST symbol graph. It runs entirely locally, requiring no API keys, and is aimed at developers seeking privacy and advanced code intelligence features.
- karellen-rr-mcpgithub.com
karellen-rr-mcp is an open-source MCP server designed to integrate with rr for reverse debugging. It enables developers to automate and enhance debugging workflows using the Model Context Protocol and GDB.
- MCP Serverpsychopathia.ai
MCP Server serves the Psychopathia Machinalis nosology and Diagnostic Patterns layer to AI coding assistants through the Model Context Protocol. It is intended to diagnose dysfunctions in a synthetic agent itself, in a system it interacts with, or in a system it evaluates from outside, while showing pre-flight transparency about which diagnostic modalities are reliable for each dysfunction. The server includes 79 pattern entries, 11 MCP tools, 9 diagnostic axes, and 331 cross-reference edges. Each entry carries six or seven diagnostic modality blocks, including self_probe, behavioral_signature, peer_observation, differential_diagnosis, severity, intervention, and, for relational dysfunctions and hybrids, relational_signatures. Before a modality is called, the server reports whether that modality is trustworthy for the specific dysfunction. For 21 entries marked compromised-motivational or compromised-structural, direct self-report is structurally unreliable, and get_probe returns a refusal with redirects to alternative modalities. It also supports hybrid search using local bge-small-en-v1.5 embeddings combined with field-weighted keyword matching, with a keyword-only fallback if embeddings have not been computed. MCP Server communicates with clients such as Claude Code and Claude Desktop over JSON-RPC on standard input and output. It reads seventy-nine pattern YAML files across axes two to ten, plus local embeddings, and hot-reloads those files on the next tool call, which makes it suitable for editable installs during human review. The page also says the server is available through a browser clinic with no install, via PyPI, and through a public Streamable-HTTP endpoint at mcp.psychopathia.ai/mcp that is read-only and unauthenticated, serving the same 11 tools. It is also published to the official MCP Registry and GitHub, and is rolling out across the wider MCP ecosystem through registries and directories named on the page.
- race-mcppypi.org
race-mcp is an open-source command-line tool that enables local-first remote access, control, and data exchange using the MCP protocol. It is designed for developers and system administrators who require secure and efficient remote operations.
- Consilium MCP Serverhuggingface.co
Consilium MCP Server is a web app that allows users to conduct research-driven discussions with various expert AI models. It integrates web search and academic research capabilities, supporting advanced queries for researchers and professionals.
- rutherford-mcp-serverpypi.org
rutherford-mcp-server is an open-source MCP server designed to orchestrate a crew of agentic coding agents using the Agent Client Protocol (ACP). It enables developers to coordinate multiple code-generating agents, manage consensus, and automate complex coding workflows. Ideal for AI developers building agentic systems.
- pmcpgithub.com
pmcp is an open-source CLI tool implementing Progressive MCP, designed to minimize context bloat and enable on-demand tool discovery for AI agents. It is aimed at AI developers working with agent frameworks and MCP protocols.
- MCP Scoretimeahead.in
MCP Score is an independent trust registry for MCP servers. It assigns MCPScore values on a 0–100 scale and is described as security-first, with the stated goal of showing when things get worse. The registry scores each server on security, freshness, adoption, quality, and trust. Its methodology is public and versioned, and the site shows how those factors combine into the overall score. The homepage also surfaces several views built around those scores, including top by score, most downloaded, new arrivals, security risks, and score drops. It includes a compare function, search, and filters for registry source and score thresholds. The directory covers 46,736 scored servers and says it is updated nightly. Listings shown on the page include the server name, registry source such as npm or PyPI, weekly download counts, and star counts where available. The browse area groups servers by categories such as Databases, Dev Tools, Web Scraping, Automation, AI & ML, Finance, Monitoring, Communication, Search, Storage, and Other. The site describes itself as independent and states that it takes no vendor money. It is delivered as a website at timeahead.in, with paths for servers, blog, and about.
- MCPcatmcpcat.io
MCPcat, now called AgentCat, is analytics and observability software for Claude Connectors and ChatGPT Apps. It is built to show how agents experience a product, trace session activity, uncover agent intent, and surface issues as they arise. The product centers on session replay and debugging. It can step through every tool call in a session and show the request, the response, and any exact error encountered. AgentCat also groups errors, hallucinations, and crashes by impact, tracks per-tool performance and error rates, and helps identify which tools are causing problems. Sessions are enriched with goals based on agent activity, trends, and session history, and thousands of sessions are grouped into clear goals so new use cases can surface. It also offers analytics over an MCP server, A/B tests for validating solutions, and a way to mention AgentCat in Slack for triage. Existing tools can be connected through the MCP server. AgentCat is aimed at teams building for agents, including developers and teams that want to understand their MCP server and their users. The site describes it as useful for teams building products where agents interact with software. Pricing is published in three tiers. Free is listed at $0 forever, with no card required, 500 sessions per month, one project, up to three teammates, session replay, and an analytics dashboard. Growth is $160 per month billed monthly and adds 2,000 sessions per month, unlimited projects, up to 10 teammates, issues and error grouping, and an LLM Goals add-on. Enterprise has custom annual pricing with invoice billing and includes custom session volume, unlimited projects, custom team size, exports to S3, Snowflake, or BigQuery, SSO and SAML, audit logs, priority support via Slack, and SLA guarantees. AgentCat also says its SDKs are open-source and available on GitHub for independent review and feedback, and it supports self-hosting on the user’s own cloud infrastructure.
- ucm-mcppypi.org
ucm-mcp is an open-source MCP server designed for AI-agent code navigation and mapping. It supports AST parsing and integrates with AI agents to facilitate code analysis and automation. The tool is aimed at developers building intelligent code navigation solutions or automating codebase understanding.
- ragebot-mcpgithub.com
ragebot-mcp is an open-source CLI tool that provides intelligent project context management and integrates with MCP servers. It supports code and context retrieval, RAG workflows, and is designed for developers seeking advanced CLI-based project tools.
- cnb-rs-mcppypi.org
cnb-rs-mcp is an open-source, Rust-native implementation of an MCP server for the CNB platform. It enables developers to run Model Context Protocol servers via a command-line interface, supporting AI and agent-based workflows.
- zra-mcppypi.org
zra-mcp is an open-source AI-powered research assistant and standalone MCP server that provides tools for literature search, reading analysis, citation management, and review writing. It is designed for academic researchers and integrates with Zotero and the Model Context Protocol.
- reversecore-mcppypi.org
reversecore-mcp is an open-source, security-first Model Context Protocol (MCP) server that enables AI agents to perform automated reverse engineering, malware analysis, digital forensics, and vulnerability research. It integrates with tools like Radare2, YARA, and Capstone for advanced security workflows.
- ormcp-serverpypi.org
ormcp-server is a command-line MCP server that facilitates connections between AI applications and relational databases using object-relational mapping. It enables developers to integrate database access into AI workflows via the MCP protocol, streamlining data operations for AI-driven projects.
- MCPForgemcpforge.tech
MCPForge is an online service for verifying Model Context Protocol servers. It addresses the need for security and production readiness checks before deploying AI agents that rely on these servers. The service supports two primary analysis methods. Users can connect directly to a live MCP server using Streamable HTTP, SSE, or STDIO transports for a protocol handshake. Alternatively they can submit an OpenAPI 3.x or Swagger 2.x specification, a URL, or a Postman Collection v2.1, with the system automatically detecting the format. Analysis covers security posture, protocol compatibility, compliance signals for GDPR, PCI, and SOC2, tool quality, and health with latency metrics. Output consists of an MCPForge Score from 0 to 100, security findings, recommendations, a shareable report URL, and an option for a README badge. It operates as a web-based tool that requires no account for basic use and delivers results in seconds. The site demonstrates compatibility with servers from various providers including GitHub, Stripe, Shopify, Notion, Slack, Supabase, and PostgreSQL, though these examples serve only for demonstration and carry no affiliation. A free tier is available with paid options referenced in the navigation.