← All categories

Developer Tools

3016 packages

E2B Code Interpreter API

E2B provides secure, isolated cloud sandboxes for running AI-generated code. Each sandbox is a full Linux VM that spins up in ~150ms, letting agents execute Python, JavaScript, bash, and other code safely without risk to host systems. Purpose-built for AI agents — supports file uploads, persistent processes, long-running sessions (up to 24 hours), and real-time stdout/stderr streaming.

87

GitHub REST API

GitHub's comprehensive REST API for programmatic access to repositories, pull requests, issues, actions, code search, and all GitHub platform features.

86

Cupertino

Local Apple Documentation crawler and MCP server written in Swift. Crawls, indexes, and serves 302,000+ Apple developer documentation pages across 307 frameworks via MCP. Provides sub-100ms full-text search using SQLite FTS5 with BM25 ranking, plus access to Swift Evolution proposals, sample code, and Human Interface Guidelines.

85

Roam-Code

Local structural analysis engine for software codebases that builds a semantic SQLite graph enabling AI coding agents to perform instant architectural queries, impact analysis, anti-pattern detection, and multi-agent coordination across 27 programming languages via 102 MCP tools.

85

axe DevTools API

Accessibility testing engine (axe-core) and enterprise API (axe DevTools) for automated detection of WCAG compliance issues in web applications, with REST API for CI/CD integration and reporting.

85

Together AI API

Together AI provides high-throughput, cost-effective inference for 100+ open-source LLMs including Llama 3.x, Mixtral, Qwen, DeepSeek, and Code Llama. Uses an OpenAI-compatible API (same endpoint format, same client libraries), making it a drop-in alternative for agents using OpenAI SDKs. Supports chat completions, text completions, embeddings, image generation, and fine-tuning. Popular for teams wanting open model access without vendor lock-in.

85

Terraform Cloud API

Terraform Cloud (now HCP Terraform) provides managed state storage, team collaboration, policy enforcement, and CI/CD integration for Terraform infrastructure-as-code. The REST API exposes workspaces, runs, state files, variables, and policy checks — enabling agents to trigger infrastructure provisioning, query resource state, manage variables, and monitor deployment status. Industry standard IaC platform with the largest provider ecosystem (3000+ providers).

84

Firecrawl API

Firecrawl converts any URL or website into clean, LLM-ready markdown. It handles JavaScript-rendered pages, bypasses common anti-scraping measures, converts PDFs and other formats, and returns structured content that agents can immediately use without HTML parsing. Includes crawl (multi-page), scrape (single-page), extract (structured data with schema), and search endpoints.

84

Chrome DevTools MCP

Official Chrome DevTools MCP server that enables AI coding agents to control and inspect a live Chrome browser. Provides 29 tools across input automation, navigation, emulation, performance analysis, network inspection, and debugging including Lighthouse audits and Chrome DevTools Protocol access.

84

Helicone API

Helicone is an LLM observability and proxy platform. Drop one header into any OpenAI (or Anthropic, Azure, Mistral, etc.) API call and all requests are logged, analyzed, and monitored. Features include: request/response logging, cost tracking, latency monitoring, user-level analytics, prompt management and versioning, A/B testing, smart caching (LLM semantic cache), rate limiting, and custom dashboards. Supports agent tracing with session IDs and custom properties for debugging multi-step agent workflows.

84

XcodeBuildMCP

XcodeBuildMCP is an MCP server and CLI that enables AI coding agents and developers to build, test, run, and debug iOS and macOS Xcode projects programmatically, with per-workspace daemon support for stateful operations.

84

Vercel API

Vercel's REST API for programmatically managing deployments, projects, domains, environment variables, and team settings on the Vercel platform.

83

Tavily Search API

Tavily is a search API built specifically for AI agents and LLM applications. Unlike general-purpose search APIs, Tavily returns clean, structured results optimized for LLM context injection — full article content, not just snippets. It handles query optimization, result filtering, and context compression internally. Supports both search and topic-specific retrieval (news, general). Has an official LangChain integration and MCP server.

83

ABCoder

An AI-oriented code-processing framework that parses source code into a universal AST format and exposes it via MCP tools, enabling LLMs to have deep, structured, and confidential understanding of codebases without uploading code.

82

Linear API

Linear's GraphQL API for programmatic access to issues, projects, cycles, teams, and workflows. Popular with AI agent builders for its clean schema, comprehensive webhooks, and developer-first design. Agents use it to create issues, update status, query sprint state, and automate engineering workflows.

82

Jina AI APIs

Jina AI offers a suite of AI APIs for building search and RAG pipelines: (1) Reader API — converts any URL to clean LLM-ready text via r.jina.ai/{url} (no API key needed for basic use), (2) Embeddings API — state-of-the-art text and multimodal embeddings (jina-embeddings-v3, 8192 token context), (3) Reranker API — cross-encoder reranking to improve RAG retrieval precision, (4) Classifier API — zero-shot and few-shot text classification. All APIs are unified under api.jina.ai.

81

Mantic.sh

Context-aware structural code search engine that prioritizes relevance over raw speed. Analyzes file structure, paths, and metadata rather than file contents to help AI agents and developers find relevant code files. Includes go-to-definition, find-references, impact analysis, and session-based context carryover.

81

Next.js DevTools MCP

Official Vercel MCP server that gives AI coding agents runtime diagnostics, development automation, and documentation access for Next.js applications — including real-time error detection, route inspection, automated Next.js 16 upgrades, and browser testing via Playwright.

81

Pulumi Cloud API

Pulumi is an infrastructure-as-code platform where you write real programming languages (Python, TypeScript, Go, Java, C#) instead of YAML/HCL to define cloud infrastructure. Pulumi Cloud provides state management, team collaboration, CI/CD integration, secrets management, and policy enforcement. The REST API exposes stack management, deployment triggers, update history, and resource state — enabling agents to provision, update, and destroy infrastructure programmatically.

81

Freshdesk API

Customer support and helpdesk platform API for managing tickets, contacts, agents, knowledge bases, and automation rules. Part of Freshworks suite, competing with Zendesk.

80

CCLSP

MCP server that bridges LLM-based coding agents with Language Server Protocol servers, enabling AI assistants to jump to definitions, find references, rename symbols, and get diagnostics across codebases. Intelligently handles imprecise line/column positioning from AI by testing multiple position combinations.

79

Turso MCP

Edge SQLite database platform with an MCP server for AI agents to create, query, and manage distributed SQLite databases at the edge.

79

Render API

Cloud hosting platform API for deploying web services, workers, databases, and static sites with an official MCP server for AI-assisted infrastructure management.

79

pg-aiguide

pg-aiguide is an MCP server and Claude plugin from Timescale that provides AI coding assistants with semantic search over PostgreSQL documentation and curated best-practice skills, producing more accurate, modern, and constraint-rich SQL and schema designs.

78

GitHub MCP Server

GitHub's official MCP server that gives AI agents full access to GitHub's platform: repositories, issues, pull requests, Actions workflows, code security findings, Dependabot alerts, discussions, and notifications. Available as a hosted remote server or self-hosted Docker container.

78

Serena

An open-source coding agent toolkit that gives LLMs IDE-grade semantic code understanding via Language Server Protocol (LSP), enabling symbol-level navigation, precise code editing, and cross-reference analysis across 30+ programming languages.

77

Postman API

Postman's programmatic API for managing collections, environments, workspaces, monitors, and mock servers — enabling automation of API testing, documentation, and collaboration workflows.

77

VectorCode

VectorCode is a code repository indexing tool that uses tree-sitter semantic chunking and Chroma vector embeddings to inject task-relevant codebase context into LLM prompts, reducing hallucination on proprietary or niche codebases. It provides a CLI, Neovim Lua API, and MCP server.

77

WCGW

An MCP server that gives AI assistants like Claude a fully interactive shell and file editing environment on the local machine, supporting concurrent background commands, syntax-checked code edits, project context loading, and three operational modes from read-only architect to full shell access.

77

Sourcegraph API

GraphQL API for Sourcegraph's code search and intelligence platform, enabling universal code search across repositories, code navigation, batch changes, and code insights.

77

Netlify API

Netlify's REST API for managing site deployments, builds, functions, forms, identity, and DNS configuration on the Netlify hosting platform.

77

hyper-mcp

Fast, secure MCP server runtime that loads tools as WebAssembly plugins. Plugins can be written in any WASM-compatible language, distributed via OCI registries (Docker Hub, GHCR), and run sandboxed with configurable memory/network/filesystem constraints. Includes 19+ built-in plugins.

76

MCP Shrimp Task Manager

A structured task management MCP server for AI coding agents that provides intelligent task decomposition, dependency tracking, persistent JSON-based storage, and a React web UI, enabling agents to plan and execute complex multi-step development workflows with chain-of-thought reflection.

76

SonarQube MCP Server

An official MCP server from SonarSource that connects AI agents to SonarQube Cloud or self-hosted SonarQube Server for code quality analysis, issue inspection, security hotspot review, and quality gate evaluation.

76

Spec-Driven Development MCP Server

Provides structured MCP prompts that guide AI agents through a three-stage spec-driven development workflow: generating EARS-format requirements, deriving design documents, and producing implementation code from those specs.

76

1MCP Agent

Aggregates multiple MCP servers into a single unified endpoint, simplifying configuration across AI assistant clients like Claude Desktop, Cursor, and VSCode.

75

MCP Language Server

MCP server that bridges Language Server Protocol (LSP) servers (gopls, rust-analyzer, pyright, etc.) to AI clients, giving LLMs semantic code navigation — go-to-definition, find references, diagnostics, hover docs, and rename symbol — instead of naive text search.

75

MCP WinDbg

An MCP server that bridges AI models to Windows debugging via WinDbg/CDB, enabling natural language crash dump analysis, live remote debugging, and batch dump processing through a Python wrapper around the CDB debugger.

74

Bitbucket API

Atlassian Bitbucket's REST API for managing Git repositories, pull requests, branches, pipelines (CI/CD), deployments, and code review workflows.

74

Retool

Low-code platform for building internal tools and admin panels by connecting to databases and APIs, with a REST API for managing apps, workflows, and user access programmatically.

74

Overture

Overture is an open-source MCP server that intercepts AI coding agent planning phases and renders execution plans as interactive visual flowcharts in a web UI before code is written, allowing developers to inspect, enrich, and approve plans.

74

Ref Tools MCP

MCP server that gives coding agents token-efficient access to public and private API/library documentation, filtering results to the most relevant ~5k tokens per query and deduplicating searches within sessions to prevent context rot.

74

JetBrains AI API

JetBrains AI is an AI assistant integrated into JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, Rider, etc.). It provides AI-powered code completion, chat, code review, commit message generation, and documentation generation within JetBrains IDEs. JetBrains AI Service acts as a proxy routing requests to multiple LLM backends (OpenAI, Google, Anthropic, Grazie). There is no public standalone REST API for external integration — access is through the IDE plugin and JetBrains Marketplace.

74

MCP Pointer

Combines a Chrome extension with a local MCP server so AI coding assistants can inspect DOM elements a developer points to in the browser, receiving rich context including text, CSS classes, computed styles, attributes, and React component metadata.

74

Skylos

A hybrid SAST and dead code detection tool for Python, TypeScript, and Go that combines AST-based static analysis with optional LLM-powered remediation, offering framework-aware false-positive reduction and CI/CD integration.

74

Help Scout API

Customer support platform API designed for small teams. Provides shared email inbox (Mailboxes), conversation management, customer profiles, knowledge base, and live chat via REST API.

74

VoiceMode

An MCP server and Claude Code plugin that enables natural voice conversations with Claude Code and other MCP-capable AI agents, supporting both cloud (OpenAI) and fully local (Whisper + Kokoro) speech processing with smart silence detection.

74

Readwise API

API for syncing and accessing reading highlights from Kindle, Instapaper, Pocket, articles, books, and tweets. Also provides Readwise Reader API for managing a read-later queue and highlights.

73

Codecov API

Codecov's API for accessing code coverage reports, coverage trends, and diff coverage data across repositories integrated with CI/CD pipelines.

73

Roblox Studio MCP Server

A Rust-based MCP server from Roblox that bridges AI assistants (Claude Desktop, Cursor) with Roblox Studio, enabling AI to execute code, insert models, control play modes, and read console output in active Studio sessions.

73

mcp-use

A fullstack MCP framework (TypeScript and Python SDKs) for building MCP servers, interactive React-based MCP app widgets, and MCP agents/clients, with built-in inspector tooling and optional cloud deployment via Manufact.

73

ChunkHound

Local-first codebase intelligence tool that uses semantic code chunking (cAST algorithm), tree-sitter parsing, and multi-hop semantic search to analyze code repositories. Extracts architecture, patterns, and institutional knowledge from codebases. Supports semantic search, regex search, and LLM-powered code research across 30+ languages.

73

MCP Mermaid

MCP server that generates Mermaid diagrams and charts dynamically from AI-generated Mermaid syntax, supporting export as SVG, PNG, base64, or shareable mermaid.ink URLs with configurable themes and backgrounds.

73

Thread Dump Analyzer (TDA)

A Java thread dump and heap analysis tool that runs as a GUI application, VisualVM plugin, or headless MCP server, enabling AI agents to parse thread dumps, detect deadlocks, identify long-running threads, and analyze virtual thread pinning.

72

SonarQube / SonarCloud API

SonarQube/SonarCloud REST API for accessing code quality metrics, security vulnerabilities, code smells, duplications, and technical debt reports from static code analysis.

72

MCP Server Azure DevOps

An MCP server that gives AI assistants full programmatic access to Azure DevOps — enabling natural language management of work items, repositories, branches, pull requests, pipelines, wikis, and code search across both Azure DevOps Services (cloud) and on-premises Server.

72

FastAPI-MCP

Automatically exposes existing FastAPI endpoints as MCP tools with zero/minimal configuration. Converts FastAPI routes into MCP-compatible tools while preserving schemas, documentation, and authentication, communicating via ASGI transport without HTTP overhead.

71

Context7

An MCP server that provides LLMs with up-to-date, version-specific documentation and code examples for programming libraries. Resolves library names to Context7 IDs, then retrieves current documentation and examples directly into the agent's context. Prevents hallucinated or outdated API references by pulling from live sources.

71

Docfork

An MCP server that gives AI agents access to up-to-date documentation from 10,000+ open-source projects. Uses a 'Cabinet' system to lock documentation queries to a specific tech stack (e.g., Next.js 16 + Drizzle ORM + Better Auth), filtering out irrelevant results. Supports both remote HTTP and local stdio transports, with team sharing of Cabinets and API keys. Exposes two MCP tools: query_docs for documentation search and fetch_url for full content retrieval.

70

BrowserTools MCP

Three-part system (Chrome extension + Node.js server + MCP server) that lets AI coding assistants monitor browser console logs, network traffic, take screenshots, analyze DOM elements, and run Lighthouse-based audits for accessibility, performance, SEO, and best practices directly from MCP-compatible IDEs.

70

Director

A middleware platform that organizes MCP tools, prompts, and configuration into portable 'playbooks' for AI agents. Lets you curate context-specific skill sets, selectively expose tools to preserve context windows, manage OAuth centrally across multiple agents, and share a single MCP endpoint across different AI clients. Provides a web UI (Studio), CLI with 30+ commands, and a TypeScript SDK.

68

Skillz

A lightweight MCP server that loads Claude-style SKILL.md skill files and exposes them as callable tools to any MCP-compatible AI agent (Codex, Copilot, Cursor), acting as a universal shim for skill portability across non-Claude clients.

68

MCP JetBrains

Proxy server that routes MCP requests from AI clients (Claude Desktop, VS Code) to a running JetBrains IDE, enabling AI assistants to interact with IDE features. Now deprecated as this functionality is built into JetBrains IDEs since version 2025.2.

68

Cheat Engine MCP Bridge

MCP server that bridges AI assistants to Cheat Engine, enabling natural language interaction with program memory for reverse engineering, debugging, and analysis. Supports reading memory, following pointer chains, scanning for patterns, analyzing structures, identifying C++ object types via RTTI, and setting hardware breakpoints including Ring -1 DBVM tracing.

67

Nunu

Nunu is a CLI scaffolding tool that generates structured Go projects with layered architecture and dependency injection via Wire. It bootstraps applications with pre-integrated popular Go libraries including Gin, GORM, Viper, Zap, JWT, and Redis.

66

Concierge

A Python SDK for building MCP servers with progressive tool disclosure. Instead of exposing all tools at once, it organizes them into workflow stages and reveals only contextually relevant tools at each step. Supports semantic search mode that collapses 100+ tools into two meta-tools (search_tools and call_tool).

65

Golf

A Python framework for building production-ready MCP servers with minimal boilerplate. Provides automatic tool/prompt/resource discovery from directory structure, enterprise-grade auth (JWT, OAuth 2.0, API keys), OpenTelemetry tracing, built-in LLM utilities, and a CLI for project scaffolding and development.

65

Jupyter MCP Server

MCP server that connects AI assistants to Jupyter notebook environments for real-time notebook management. Provides tools to create, read, execute, and modify notebook cells, manage kernels, browse the Jupyter filesystem, and handle multimodal outputs including images and plots.

65

Claude Talk to Figma MCP

Enables AI agents to read, analyze, and modify Figma designs via MCP. Connects through a local WebSocket server and a Figma plugin, allowing agents to extract document info, create shapes/text/frames, modify styles (colors, borders, shadows, typography, auto-layout), and work with components.

65

Drift

A codebase intelligence platform that detects patterns, conventions, and violations in code while maintaining memory across sessions. Exposes an MCP server with six entry points (drift_scan, drift_status, drift_tool, drift_discover, drift_workflow, drift_explain) that give AI agents access to ~70 specialized analysis utilities covering violations, security patterns, call graphs, architectural boundaries, coupling metrics, taint flows, and more. Includes a Cortex memory system for semantic memory, knowledge retrieval, and multi-agent coordination. Built with Rust (NAPI-RS bindings) and TypeScript for performance.

64

Context+

An MCP server that transforms codebases into searchable, hierarchical feature graphs by combining Tree-sitter AST parsing (43 languages), spectral clustering, and Obsidian-style wikilink navigation. Provides 11 MCP tools for structural analysis, semantic code search, blast radius tracing, static analysis, and safe code modification with shadow restore points.

63

Code Graph RAG

Graph-based RAG system that parses multi-language codebases using Tree-sitter, builds knowledge graphs in Memgraph, and enables natural language queries about code structure and relationships. Supports parsing 11+ languages, AI-powered Cypher query generation, surgical code editing with AST targeting, shell command execution, and real-time graph updates via file watching. Includes an MCP server for Claude Code integration.

63

MCP Link

Converts any OpenAPI V3 REST API specification into a working MCP server automatically, enabling AI agents to call any REST API through MCP without writing custom integration code.

62

Skill Seekers

A universal preprocessing platform that converts documentation websites, GitHub repositories, and PDFs into structured AI knowledge assets, exportable to 16+ formats including Claude Skills, Gemini Skills, OpenAI GPTs, and vector database formats.

62

Interactive MCP

MCP server that enables real-time human-in-the-loop interaction during AI-assisted coding workflows. Provides tools for prompting user input with optional predefined choices, sending OS-level notifications, and establishing persistent command-line chat sessions between the LLM and user.

62

Context Engine

An open-core, self-improving code search platform that indexes codebases into vector embeddings and exposes semantic search via MCP servers. Uses ONNX embeddings, Qdrant vector DB, Redis cache, and an adaptive reranking system that learns from usage patterns. Provides two MCP endpoints: a memory server and an indexer server.

60

MCP GraphQL

MCP server that lets LLMs dynamically discover and query any GraphQL API by introspecting its schema, executing queries, and optionally executing mutations against a configured endpoint.

60

iTerm MCP

MCP server that lets AI models execute commands in an active iTerm2 terminal session. Provides tools to write commands, read output lines selectively for token efficiency, and send control characters (Ctrl+C, Ctrl+Z). User and AI share the same terminal window for real-time collaboration.

59

Context Space

A production-ready integration platform that gives AI agents secure access to 14+ real-world services (GitHub, Slack, Airtable, HubSpot, Notion, Spotify, Stripe, etc.) through a unified MCP server and REST API. Handles OAuth flows and credential management via HashiCorp Vault so agents don't need to deal with auth complexity directly.

55

HttpRunner

Open-source testing framework supporting API testing (HTTP/WebSocket/RPC), vision-driven UI automation (Android/iOS/browser via OCR/CV), and load testing. Includes MCP server for AI-assisted test orchestration and an interactive chat mode.

55

Claude Codex Settings

Comprehensive configuration and plugin repository for Claude Code and OpenAI Codex. Bundles 16+ pre-built plugins (Azure, GitHub, Slack, Linear, MongoDB, Supabase, Playwright, etc.), custom skills, agents, hooks for auto-formatting, and MCP server integrations. Also supports alternative LLMs via proxy configurations.

51

Copilot MCP

VS Code extension that provides a unified interface for discovering, installing, and managing MCP servers and agent skills for GitHub Copilot, Claude Code, and Codex CLI. Includes a skills registry (skills.sh) and optional Cloud MCP remote deployment.

50

Build with Claude

Curated discovery hub and plugin marketplace for the Claude ecosystem, aggregating 117 agents, 175 slash commands, 28 hooks, 26 skills, 50 bundled plugins, 20,000+ community plugins, 4,500+ MCP servers, and 1,100+ marketplaces into a searchable web interface with one-click installation support.

44

custom-mcp-server

An MCP server for custom functionality.

MCP
41

mcp-client-and-server

MCP Client and Server demo

MCP
41

mcp-server-and-client

MCP
41

openmcp

OpenMCP Server Proxy CLI

MCP
41

zhaoganghao-hellomcp

Greet people by name with friendly, concise messages. Explore the origin of 'Hello, World' for fun…

31

123elec-mcp

24

1trippulse

1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.

24

aidb

24

akshare-one-mcp

24

Allstacks Analytics MCP Server

24

Alpic

24

AppDeploy

24

arcar-mcp

24

argocd-mcp

Argo CD MCP Server

24

aristocles-data-api

Subscription pricing, trade costs, and financial data for AI agents across 5 countries.

24

Axon.MCP.Server

Transform your codebase into an intelligent knowledge base for AI-powered development with Cursor IDE, Google AntiGravity, and MCP-enabled assistants

24

BadRooBot-my_test_mcp

Get current weather for any city and create images from your prompts. Streamline planning, reports…

24

bazaar-mcp

x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning

24

B.O.N.S.A.I. Health Intelligence API

Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references.

24

booking

Browse venues, check availability, view effects, get pricing, and book architectural lighting.

24

Brandomica

MCP server exposing 12 tools for brand name verification — check domains, social handles, trademarks, app stores, SaaS channels, safety scoring, and filing readiness via structured JSON over stdio

24

brandonbosco-sigao-scf-mcp

24

broker-safety

24

Bug Detector

Agent to detect bugs

24

Calories Club: AI Food Tracker

24

CData Connect AI

24

cdgcsearchmetadata

Provides metadata information to AI agents through the search API.

24

CigarFinder

24

Cirra AI Salesforce Admin MCP Server

MCP Server for interacting with Salesforce instances

24

close-mcp

24

CoderSwap MCP Server

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

24

CodeSherlock

AI-powered static and contextual code analysis MCP server

24

Compliance Auditor MCP

City hiring-compliance MCP server with regulation search and full audit risk scoring.

24

confucius-debug

AI debugging with 980+ verified fixes. Search the YanHui KB — never repeat a mistake.

24

cpretzinger-ai-assistant-simple

24

CSJN — Corte Suprema de Justicia de la Nación

24

DataGraph

24

deepviews

Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.

24

DEWEY SOC codes classifier.

Classification service to seamlessly retrieve SOC codes for job titles and descriptions.

24

dialer

24

ecommerce-intelligence-mcp-server

Analyze Shopify stores, get product catalogs, pricing strategies, and store performance data

24

egnyte-mcp-server

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

24

enigma-mcp-server

24

exa-labs-exa-code-mcp

Find open-source libraries and fetch contextual code snippets by version to accelerate development…

24

fabrx

MCP server for Fabrx - Build APIs from documents in your IDE

24

fascia-mcp-server

Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP

24

FDA Data MCP

Clean FDA regulatory data: company resolution, facilities, recalls, inspections, approvals.

24

flapi

API Framework heavily relying on the power of DuckDB and DuckDB extensions. Ready to build performant and cost-efficient APIs on top of BigQuery or Snowflake for AI Agents and Data Apps

24

ghost-mcp-server

24

glider

Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.

24

Google-Flights-MCP-Server

MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup

24

hjsh200219-pharminfo-mcp

Look up Korean drug ingredient and product data by HIRA component and product codes via Pilldoc. V…

24

hopx-mcp

24

i18n-agent-action

24

idealift

24

IndianAppGuy-magicslide-mcp

24

IndianAppGuy-magicslide-mcp-actual-test

24

in-memoria

24

InstaPods

Deploy and manage cloud servers from AI agents. Create pods, push code, run commands — all via MCP.

24

javelin-guardrails-mcp-server

24

jdubois/azure-cli-mcp

24

jinko-mcp

Jinko is a travel MCP server that provides hotel search and booking capabilities.

24

jolt-transform-web

An MCP server that provides bazaarvoic JOLT transformation capabilities.

24

JUBA — Jurisprudencia de Buenos Aires

24

Kevros — Agentic Identity Trust

Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof

24

Knapcode.SampleMcpServer

A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.

24

local-voice-mcp

24

mcd-mcp-server

24

mcp-eurlex

Eurlex MCP client: Access EU law & Official Journal. https://www.lexsocket.ai/

24

mcp-meet

One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection

24

mcp-server-graylog

24

mcp-server-research-signals

MCP server for research signal intelligence — scored trends plus build/monitor/ignore triage from HN, Reddit, ArXiv, and GitHub.

24

mcp-sse-demo-02

24

mcp-weather

An MCP server that provides [describe what your server does]

24

Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval

24

Medical RAG MCP - Semantic search and retrieval of high-quality clinical medical data

Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.

24

MileMaker MCP

24

mne-docs

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

24

n8n-mcp-server

24

Nansen (DEPRECATED)

24

neuro

Neuroscience MCP server (Python)

24

OGForge MCP

24

OrgX MCP - Agent Orchestration

Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client.

24

PageDrop MCP

24

Pantry Persona

AI-powered kitchen management — pantry, recipes, meal plans, shopping lists

24

partsiq

Parts research for IT hardware brokers: PN normalization, validation, and pricing

24

pearl-api-mcp-server

24

Perigon.CLI

This is a tool that helps you quickly build backend services based on Asp.Net Core and EF Core. It provides command line, WebUI and IDE MCP support. In a well-designed project architecture that has been put into practice, code generation and LLM technology are used to reduce various template codes and greatly improve development efficiency!

24

PGA Golf

24

Phos Sales Engine

24

Piranha Vision & DevTools

24

plainyogurt21-clintrials-mcp

24

Planform MCP Server

24

Portfolio Ideas

24

Pratiksha-Kanoja-magicslide-mcp-test

Create polished slide decks from text or YouTube links in seconds. Fetch video transcripts to tran…

24

Prefect MCP Server

24

proletariat-cli

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

24

prompts.chat MCP Server

Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.

24

ProofX - Content Protection for Creators

Protect and verify digital content with cryptographic signing and proof of ownership.

24

python-version

An MCP server that provides [describe what your server does]

24

QRMint MCP

24

rash

24

refcheck

Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.

24

remote-terminal

24

rideshare-comparison

Compare Uber and Lyft prices for any route

24

rosettahub-mcp-server

Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control.

24

rube

24

ruchy-mcp

24

SageFs

``` ▄████████ ▄████████ ▄██████▄ ▄████████ ▄████████ ▄████████ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ █▀ ███ ███ ███ █▀ ███ █▀ ███ █▀ ███ █▀ ███ ███ ███ ▄███ ▄███▄▄▄ ▄███▄▄▄ ███ ▀███████████ ▀███████████ ▀▀███ ████▄ ▀▀███▀▀▀ ▀▀███▀▀▀ ▀███████████ ███ ███ ███ ███ ███ ███ █▄ ███ ███ ▄█ ███ ███ ███ ███ ███ ███ ███ ███ ▄█ ███ ▄████████▀ ███ █▀ ████████▀ ██████████ ███ ▄████████▀

24

SAIJ — Jurisprudencia Argentina

24

Santuri

24

seltz-ai-seltz-mcp

24

Semantic API

24

shebe

Fast BM25 full-text search for code repositories. 14 MCP tools, 2ms search latency.

24

shelter

AI financial coaching powered by real bank data — cash flow, alerts, and savings

24

ShipScreens MCP Server

Deterministic App Store and Google Play screenshot pipeline with CLI and stdio MCP tools.

24

Sideways

24

Silpo MCP Server

MCP server for Silpo online supermarket: products, cart, delivery, recipes.

24

Skim MCP Server

24

skr-cloudify-clickup-mcp-server-new

Manage your ClickUp workspace by creating, updating, and organizing tasks, lists, folders, and tag…

24

sling-cli

24

smithery-unicorn

24

social-content-mcp-server

Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol

24

SpecProof

SpecProof: Search standards specs with MCP-ready precision.

24

speed-test

24

speeron-next

24

Srclight

24

STUzhy-py_execute_mcp

24

Syncline MCP Server (TypeScript)

Syncline MCP Server (TypeScript) - AI-powered meeting scheduling with intelligent auto-scheduling

24

Taiwan CWA Weather

24

Tangled MCP

24

Tarteel MCP Server

24

Telbase

Deploy any web project with one command. AI-native platform with self-healing feedback.

24

Testiny Test Management

24

theothers

24

try

24

ts-mcp-debugger

Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection

24

update-hijack-demo

Demo: Server update hijack PoC (clean copy for video)

24

upwork

MCP server for Upwork job discovery, client analysis, and proposal assistance

24

vasperamemory

Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.

24

vera

24

vettly

24

vibecheck-mcp

AI Code Firewall — MCP Server for hallucination prevention in AI development

24

vikunjamcp

24

vincikit

AI stack configurator with conversational interviews and intelligent recommendations

24

Vintage Chocolate Recipes

24

voteship

Manage feature requests, votes, roadmaps, and changelogs from any MCP client.

24

website-search

Write better IR reports, improve security writing, and plan cybersecurity product strategy.

24

Well

Connect your AI to your Well financial data - invoices, companies, contacts.

24

Wistia API

24

zenable

24

顏回 YanHui Debug AI

Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05.

24

cinemore-server

0

doc-builder

Insufficient repository information was provided to determine what the doc-builder package actually does, what interfaces it exposes, or how it is secured/released.

0

@0xarchive/mcp-server

MCP server exposing 0xArchive market data API as tools for Claude Desktop/Code/API

N/A

@0xbigboss/tilt-mcp

MCP server for Tilt CLI integration

N/A

123elec-mcp

Interface MCP officielle du site marchand 123elec, catalogue, stock, panier, commandes.

N/A

1stay

Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

N/A

247afk-mcp

MCP server for the 247afk block editor

N/A

2slides

N/A

4testing-appserver-doceditor

N/A

a1800_codec

A clean room implementation of the GeneralPlus A1800 audio codec

N/A

@a2a-ai/ata-shell-tool-mcp

Ata MCP server for the shell tool with patched Bash and exec wrappers.

N/A

a2a-langgraph-boilerplate

a boilerplate for developers who want to start building an AI agent cluster with A2A and MCP servers integration faster and more efficiently.

N/A

a2a-swap-cli

A2A-Swap CLI — command-line interface for the A2A-Swap agent-native AMM on Solana

N/A

a2a-swap-sdk

A2A-Swap Rust SDK — agent-native constant-product AMM client for Solana

N/A

a2ui-adk

Claude Code skill for building ADK agents with Google A2UI declarative UI format

N/A

a8e-mcp

Articulate (a8e): The sovereign AI operator for your terminal.

N/A

aapt-mcp-server

An MCP server that provides APK analysis capabilities using the Android Asset Packaging Tool (aapt)

N/A

@aaronbassett/midnight-local-devnet

Local Midnight development network manager — CLI and MCP server

N/A

abundai-mcp

The official MCP Server for the Abundai API

N/A

accounting-subject-analysis-mcp-server

MCP Server for Accounting Subject Analysis Method - 提供根据科目/指标名称获取分析方法和输出样例的工具

N/A

ace-tool-rs

MCP server for codebase indexing, semantic search, and prompt enhancement

N/A

Acid-base/FastMCP-Proper

N/A

aci-webserver

N/A

acli-mcp-server

MCP server that wraps the Atlassian CLI (acli) into generic tools

N/A

ac-mcp-server

Official ActiveCampaign MCP Server

N/A

acp-protocol

AI Context Protocol - Token-efficient and context enhancing code documentation for AI systems

N/A

acp-ws-bridge

WebSocket bridge between GitHub Copilot CLI (ACP) and remote clients

N/A

act-cli

CLI host for ACT (Agent Component Tools) WebAssembly components

N/A

act-sdk

Rust SDK for building ACT (Agent Component Tools) WebAssembly components

N/A

adb-mcp

MCP server for Android Debug Bridge (ADB) interactions in TypeScript

N/A

adb-mcp-server

A server implementation for handling ADB (Android Debug Bridge) communications using the Message Control Protocol (MCP)

N/A

add-mcp

Install MCP servers into AI client configurations

N/A

@admtoolkit/mcp-server

MCP server for ADM Toolkit — ROI, metrics, deployment playbook, competitive intelligence for AI Deployment Managers

N/A

@adobe-commerce/commerce-extensibility-tools

MCP server providing Adobe Commerce extensibility tools for AI-powered development

N/A

adoptai-github-mcp

GitHub MCP server for adopt.ai

N/A

adrs

Command line tool for managing Architecture Decision Records

N/A

aethershell

The world's first multi-agent shell with typed functional pipelines and multi-modal AI

N/A

agcodex-mcp-server

Model Context Protocol server mode for AGCodex

N/A

agent-browser-mcp-server

MCP server for browser automation via agent-browser CLI

N/A

AgentBuilders

Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.

N/A

agent-builder-tool-server

N/A

agent-builder-trigger-server

N/A

agentchrome

A CLI tool for browser automation via the Chrome DevTools Protocol

N/A

agentdiff

Audit and trace autonomous AI code contributions in git repositories

N/A

AgentDilemma

Submit a dilemma for blind community verdict with reasoning to improve low confidence

N/A

agent-hub

Agent Hub is an AI orchestration platform that transforms how developers and DevOps engineers interact with their toolchain. Built on the cutting-edge Model Context Protocol (MCP), it provides intelligent automation through specialized AI agents, seamlessly integrating with GitHub, Azure, security tools, and data processing

N/A

agentic

Support library for building Agentic MCP and Agent2Agent based systems

N/A

agentic-browser

CLI and MCP server for AI agents to control Chrome via CDP

N/A

Agentic Platform

Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.

N/A

agentisc-relay-adapter-claude

Claude Code CLI adapter for the agentisc-relay

N/A

agentlens

CLI tool to prepare codebases for AI agents by generating outlines, memory files, and reading rules

N/A

agentmap

CLI tool to prepare codebases for AI agents by generating outlines, memory files, and reading rules

N/A

agentox-cli

CLI for AgentOx MCP security and conformance auditor

N/A

agent-playground

CLI for running agent in a temporary playground.

N/A

Agentry — The Trust Layer for the Agent Economy

Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.

N/A

agent-task

Lightweight task management CLI for coding agents and humans to collaborate asynchronously

N/A

AgentTrust — Identity & Trust for A2A Agents

Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.

N/A

@agimon-ai/video-editor-mcp

MCP server for video editing with Remotion

N/A

agit

AI-native Git wrapper for capturing context alongside code

N/A

agpm-cli

AGent Package Manager - A Git-based package manager for coding agents

N/A

@ai4you/openapi-mcp-server

MCP server for OpenEdge ABL OpenAPI code generation

N/A

aida-cli

AI-native requirements management CLI — track what you build and why, with structured context for AI coding agents

N/A

aidb

Debug any supported language with breakpoints, variable/state inspection, and stepping.

N/A

aider-mcp-server

N/A

AI Diagram Maker

Generate software diagrams from natural language, code, ASCII, images, Mermaid.

N/A

ai-dictionary-mcp

Look up, search, cite, discuss, and track AI phenomenology terms

N/A

ai-dispatch

Multi-AI CLI team orchestrator

N/A

aig-mcp-server

AI Git checkpoint MCP server

N/A

@aigne/example-mcp-server

A demonstration of using AIGNE CLI to build a MCP server

N/A

aiinbx-mcp

The official MCP Server for the AI Inbx API

N/A

aipm

AI Plugin Manager — consumer CLI (install, validate, doctor, link)

N/A

ai-quality-gate

🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨

N/A

aircodelabs/grasp

N/A

airis-monorepo

Docker-first monorepo workspace manager for rapid prototyping

N/A

ai-session

AI-optimized terminal session management library

N/A

ai-video-server

N/A

@ai.weget.jp/weget-gateway-mcp

WeGet gateway MCP server for Codex-hosted local tools

N/A

akshare-one-mcp

MCP server that provides access to Chinese stock market data using akshare-one

N/A

@alaarab/video-recorder-mcp

MCP server for recording, analyzing, and editing demo videos

N/A

aldrin-labs_solana-mcp-server

Mirror of https://github.com/aldrin-labs/solana-mcp-server

N/A

alexa-mcp

MCP server and CLI for Alexa devices and smart home control

N/A

@alexsarrell/jenkins-mcp-server

Jenkins MCP server for Claude Code integration

N/A

algocline

LLM amplification engine — MCP server with Lua scripting

N/A

al-go-mcp-server

MCP server for AL-Go documentation integration

N/A

alive-analysis

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

N/A

aliyun-mcp-server

interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.

N/A

@allpepper/memory-bank-mcp

MCP server for remote management of project memory banks

N/A

Allstacks Analytics MCP Server

Provides 208+ tools for AI-native engineering intelligence via Allstacks API.

N/A

ALM X++ MCP Server

50 AI tools for D365 F&O: X++ search, ADO integration, code gen, security tracing & upgrade impact.

N/A

@alosies/gitlab-mcp-server

MCP server for GitLab API integration with comprehensive project, issue, merge request, pipeline, and job management capabilities

N/A

Alpic

Manage your projects, debug deployment, and check analytics for any MCP server you host with Alpic

N/A

alpine-builder

N/A

alpine-code-server

N/A

alpine-git

N/A

alpine-git-arm64

N/A

amcharts5

On-demand access to amCharts 5 docs, code examples, and API reference

N/A

amulen-mcp-server

MCP server para integración con AMULEN - Sistema de Gestión de Proyectos

N/A

anchor-mcp

Anchor Model Context Protocol (MCP) Rust CLI server which allows AI IDE's such as Cursor or Windsurf to more effectively write Anchor programs

N/A

anchor-mcp-server

Anchor program interface - Deploy, test, and interact with Anchor programs

N/A

anda_cloud_cdk

A Canister Development Kit for the Anda Cloud

N/A

@andre.buzeli/git-mcp

MCP server para Git com operações locais e sincronização paralela GitHub/Gitea

N/A

AndrewDonelson_go-mcp-server-service

Mirror of https://github.com/AndrewDonelson/go-mcp-server-service

N/A

Android Security Analyzer

MCP server for static security analysis of Android source code

N/A

androjack-mcp

MCP server that validates AI-generated Android code against official SDK documentation.

N/A

anet_a2a_server

A Rust framework for building Agent-to-Agent (A2A) protocol services

N/A

ankit

Complete async Rust client for the AnkiConnect API

N/A

@annguyen209/mantis-mcp-server

Standalone MCP server for MantisBT REST API endpoints

N/A

ans-client

ANS API client for agent registration and management

N/A

antdigital-aico-guard-mcp-server

Ant guard mcp server

N/A

anthropik

Anthropic client for Rust.

N/A

antrieb

Validates AI infra code on real VMs. Self-corrects until it works. No containers, no sandboxes.

N/A

@antv/mcp-server-antv

MCP Server for AntV visualization libraries development, which provides documentation context and examples for visualization developers.

N/A

@antv/mcp-server-chart

A Model Context Protocol server for generating charts using AntV. This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools.

N/A

aoc-mcp-server-rs

Advent of Code - MCP Server

N/A

aofctl

CLI for AOF framework - kubectl-style agent orchestration

N/A

@apacfinstab/mcp-server

APAC FINSTAB MCP Server - Real-time regulatory intelligence for crypto businesses in Asia-Pacific

N/A

api

HTTP client, JWT decode, header analysis for AI agents

N/A

apiai-mcp-server

MCP server for apiai.me — use AI image processing tools directly from VS Code, Cursor, and other MCP-enabled editors.

N/A

apiari-codex-sdk

Rust SDK for the Codex CLI — spawn and stream codex exec sessions

N/A

apiari-gemini-sdk

Rust SDK for the Gemini CLI — spawn and stream gemini execution sessions

N/A

apibase

327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint.

N/A

apicentric

Toolkit for building, recording, and sharing mock APIs

N/A

AppDeploy

AppDeploy turns app ideas described in AI chat into live full-stack web applications

N/A

@appkit/claudex

Interactive MCP server selector wrapper for the claude CLI

N/A

@apployd/mcp-server

Apployd MCP server for listing projects and triggering deployments from MCP clients.

N/A

@appsignal/mcp

The official AppSignal MCP server

N/A

appstore-connect-mcp-server

A Model Context Protocol (MCP) server for interacting with the App Store Connect API. This server provides tools for managing apps, beta testers, bundle IDs, devices, app metadata, and capabilities in App Store Connect.

N/A

aptu-mcp

MCP server exposing aptu-core functionality for AI-powered GitHub triage and review

N/A

arbor-graph-cli

Command-line interface for Arbor

N/A

Arcadia Finance

Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.

N/A

ArcaMCP

Servidor MCP para AFIP/ARCA: automatiza certificados, autorización de Web Services, emisión/consulta de comprobantes y generación de PDF con QR.

N/A

arcane-cli

CLI for Arcane - agent-native 2D game engine (dev server, testing, project scaffolding)

N/A

arcar-mcp

Servidor MCP para integraciones con arcar.org

N/A

architect-to-product

MCP server that turns software architectures into tested, secure products

N/A

@archlinter/mcp-server

Model Context Protocol (MCP) server for archlint

N/A

archmap

Static architectural analysis of codebases.

N/A

arch-mcp-server

MCP server that gives code agents architectural context - ERD diagrams, code policies, API docs, service relationships, and best practices.

N/A

archtracker-mcp

Architecture & Dependency Tracker — MCP server + CLI + interactive web viewer for AI-driven development

N/A

Arcjet

An MCP server for Arcjet - the runtime security platform that ships with your AI code.

N/A

Arcology Knowledge Node

Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries.

N/A

Arduino MCP Server

Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.

N/A

argocd-mcp-server

ArgoCD MCP Server

N/A

argocd-mcp-server

N/A

argocd-server

N/A

@ark-ui/mcp

The official MCP server for Ark UI

N/A

Artifacts

Save decisions, plans, and notes from any AI session and retrieve them later — from any client. Ask

N/A

arxiv-search-mcp-server

An MCP server that provides search functionality for arXiv.org papers

N/A

aryn-mcp-server

The Official Local Aryn MCP Server

N/A

@ascendkit/cli

AscendKit CLI and MCP server

N/A

ascii-art

MCP server that exposes ASCII and Unicode art tools

N/A

asciikit-mcp

AsciiKit MCP server - Complete UX design intelligence system that transforms Claude into a senior designer

N/A

asc-mcp-server

MCP server for Apple App Store Connect API — manage apps, builds, TestFlight, reviews and more

N/A

asgard-mcp-server

Asgard's official MCP Server

N/A

@asphalt-react/cli

MCP server for Asphalt React component documentation

N/A

assay

The firewall for MCP tool calls. Block, audit, replay with evidence bundles.

N/A

ast-grep-mcp

An MCP server providing structural code search via ast-grep

N/A

astrid-build

Astrid capsule build tooling - compiles and packages capsules

N/A

@astrosheep/keiyaku

MCP server for running iterative keiyaku workflows with Codex subagents.

N/A

atest-mcp-server-launcher

Auto-download & launch https://github.com/LinuxSuRen/atest-mcp-server

N/A

@atlassian-dc-mcp/confluence

This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Confluence Data Center edition.

N/A

@atlassian-dc-mcp/jira

This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Jira Data Center edition.

N/A

@atomgit.com/atomgit-mcp-server

AtomGit MCP Server - Model Context Protocol server for AtomGit code hosting platform

N/A

ATProto Data Layer

Search ATProto writing, annotations, identity, agents, and forum posts. 12 read-only tools.

N/A

atv

Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios.

N/A

audacity

N/A

auq-mcp-server

An MCP server that provides a tool to ask a user questions via the terminal

N/A

aur-build-server

N/A

authora

Official Rust SDK for the Authora agent authorization platform

N/A

autoagents-burn

Agent Framework for Building Autonomous Agents

N/A

auto-fix-workflow

Auto-fix workflow MCP server for GitHub issue automation

N/A

awesome-mcp-servers

A curated list of excellent Model Context Protocol (MCP) servers.

N/A

awpak-ai-cmd-client

A command-line client for executing AI workflow graphs using the awpak-ai library.

N/A

aws-cdk-mcp-server

N/A

aws-cli-mcp-server

A simple implementation of an AWS CLI MCP server with read/write tools for executing AWS CLI commands

N/A

awslabs.billing-cost-management-mcp-server

A Model Context Protocol (MCP) server that provides tools for AWS Billing and Cost Management by wrapping boto3 SDK functions.

N/A

awslabs.code-doc-gen-mcp-server

An AWS Labs Model Context Protocol (MCP) server for code-doc-gen

N/A

awslabs.github-actions-mcp-server

A library for GitHub Actions MCP server

N/A

awslabs.iam-mcp-server

An AWS Labs Model Context Protocol (MCP) server for managing AWS IAM resources including users, roles, policies, and permissions

N/A

awslabs.syntheticdata-mcp-server

An AWS Labs Model Context Protocol (MCP) server for syntheticdata

N/A

awslabs.terraform-mcp-server

An AWS Labs Model Context Protocol (MCP) server for terraform

N/A

aws-mcp-server-for-zed

💾 This extension provides an AWS Model Context Protocol (MCP) server for the Zed editor, allowing you to use AWS services as a context provider for Zed's AI Assistant.

N/A

aws-pricing-mcp-server

N/A

axiom-mcp

MCP server for Axiom development skills, agents, and commands

N/A

azure-diagram-mcp

MCP server that turns natural-language prompts into Microsoft Azure architecture diagrams (PNG) using Python Diagrams + Graphviz.

N/A

Azure-Foundry-Webinar

This repository is the official companion for the Azure AI Foundry Agent Service Webinar Series. It provides hands-on code samples, modular use cases, and practical guides for building, deploying, and scaling AI agents on Azure.

N/A

backend-tests-git-server

N/A

backlog-prr-mcp

MCP Server for reviewing Nulab Backlog Git Pull Requests

N/A

@balakumar.dev/mcpkit

MCP client that turns any MCP server into CLI commands + lightweight agent skills — zero context bloat

N/A

bamboohr-mcp-server

An MCP (Model Context Protocol) server that provides access to BambooHR's time-off functionality.

N/A

base-gasless-deploy-mcp

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

N/A

bashrs

Rust-to-Shell transpiler for deterministic bootstrap scripts

N/A

bazel-mcp-server

An MCP server for the Bazel build system

N/A

bb-mcp-server

Bitbucket MCP (Model Context Protocol) server built with FastMCP that provides programmatic access to Bitbucket API v2.0

N/A

bc-code-intelligence-mcp

BC Code Intelligence MCP Server - Complete Specialist Bundle with AI-driven expert consultation, seamless handoffs, and context-preserving workflows

N/A

BC Curriculum

Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more.

N/A

bcm-pricing-calculator-mcp-server

Model Context Protocol (MCP) server for AWS Billing and Cost Management Pricing Calculator

N/A

beacon-mcp-server

Beacon MCP server - can be integrated with clients such as Claude, Cursor etc.

N/A

bear-deals

MCP server for surfacing developer tool deals

N/A

BearTrail

Query workouts, browse exercises, and explore fitness data from BearTrail

N/A

@beeper/desktop-mcp

The official MCP Server for the Beeper Desktop API

N/A

bellwether-mcp

Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.

N/A

berth

Berth CLI - the safe runtime & package manager for MCP servers

N/A

better-code-review-graph

Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings

N/A

bias-rust-mcp-sdk

An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects.

N/A

BigGo-MCP-Server

A Model Context Protocol (MCP) server that provides product search, price history tracking, and specification search capabilities.

N/A

BIGHUB

Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.

N/A

Bilt

AI agents autonomously build and deploy mobile apps through natural language workflows

N/A

bionicforms-mcp

Build forms, manage responses, and run AI analysis via the BionicForms API.

N/A

birdeatsbug-mcp-server

MCP server for BirdeatsBug — extracts console logs, network logs, and video frames from bug reports for AI-powered root-cause analysis

N/A

Bitbucket MCP Server

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

N/A

bitcompass

BitCompass CLI - rules, docs, and MCP server

N/A

bitget-mcp-server

Official Bitget MCP Server

N/A

bito

Quality gate tooling for building-in-the-open artifacts

N/A

blocklens-mcp-server

Bitcoin on-chain analytics — 109 metrics: MVRV, SOPR, NUPL, HODL Waves, CDD, cycles & more

N/A

@blockspool/mcp

BlockSpool MCP server - stateful tool provider for Claude Code

N/A

blpapi-mcp

A MCP server providing financial data from Bloomberg blpapi

N/A

Blueprint Agentic Staking (Solentic)

Native Solana staking for AI agents. 18 MCP tools, zero custody, agents sign client-side.

N/A

bm25-turbo-cli

CLI and HTTP server for BM25 Turbo

N/A

bn-google-workspace-mcp-server

Stateless MCP Server for Google Workspace APIs

N/A

board-sdk-mcp-server

MCP server for Board SDK (fun.board v3.2.1) — provides AI assistants with structured access to Board SDK APIs

N/A

bob-sps-helper

MCP server for IBM Verify SaaS SPS security issue management and migration helper

N/A

boj-client

Rust client for the Bank of Japan time-series statistics API

N/A

bpftrace-mcp-server

A Model Context Protocol (MCP) server that provides AI assistants with access to bpftrace kernel tracing capabilities

N/A

brain-cli

MCP toolset.

N/A

brain-client

MCP toolset.

N/A

brand.dev-mcp

The official MCP Server for the Brand Dev API

N/A

branding-mcp

AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.

N/A

brandonbosco-sigao-scf-mcp

Provides access to Civic Plus - See Click Fix, allowing you to interact with your data via an LLM.…

N/A

@bretwardjames/ghp-mcp

MCP server for ghp (GitHub Projects)

N/A

brewers-almanack

Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes

N/A

Brick Directory

Provides data for LEGO sets, minifigures, parts and elements. Not affiliated with LEGO® Group.

N/A

bricks-build-server

N/A

broker-safety

MCP server offering regulator-sourced legitimacy checks on investment entities by name or URL.

N/A

BrowseAI Dev

Evidence-backed web research for AI agents with citations and confidence scores.

N/A

browser-debug-mcp-bridge

Chrome Extension + Node.js MCP server for browser debugging

N/A

bsv-wallet-cli

Self-hosted BSV wallet CLI and BRC-100 server, wire-compatible with MetaNet Client

N/A

btcpayserver-plugin-builder

N/A

build-agent

N/A

build-agent-host

N/A

@build-astron-co/mcp-server

Astron MCP Server — Model Context Protocol server for DevOps bots

N/A

builder-contest-server

N/A

builder-server

N/A

@buildingopen/mcp-server

MCP server for RunIt, lets AI agents deploy and run apps

N/A

build-server

N/A

build-server-image

N/A

build-your-own-mcp

Scaffold a starter MCP server project

N/A

bundler

Bundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free.

N/A

@burger-editor/mcp-server

MCP Server for BurgerEditor

N/A

burp-mcp-server

MCP server + standalone CLI for Burp Suite Professional. 11 clean tools, smart headers, body limits, batch send, race conditions, and structured JSON responses.

N/A

BVG MCP Server - (Unofficial)

N/A

c2pa-mcp

MCP server for reading C2PA Content Credentials using the official c2pa Rust library

N/A

c7-mcp-server

An unofficial MCP server for Context7 by Upstash

N/A

cadance

Cadance tunnel CLI - expose local ports via secure tunnels

N/A

@cadivus/mcp-server-visual-stack-browser

MCP server for visual browser navigation, OCR-based coordinate clicking, and JS stack trace debugging.

N/A

calcit

Interpreter and js codegen for Calcit

N/A

@calltelemetry/cisco-axl-mcp

MCP server for Cisco CUCM AXL (SOAP) via cisco-axl

N/A

@calltelemetry/cisco-ris-mcp

MCP server for Cisco CUCM RIS (Real-time Information Service) and PerfMon APIs

N/A

Calories Club: AI Food Tracker

AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging

N/A

canadian-finance-planner-skill

A Claude skill that turns Claude into your personal financial planner — built specifically for Canadians. Interviews, budgets, action plans, interactive dashboards, and ongoing coaching.

N/A

@canvas-mcp/server

[![npm version](https://img.shields.io/npm/v/%40canvas-mcp%2Fserver)](https://www.npmjs.com/package/@canvas-mcp/server) [![npm downloads](https://img.shields.io/npm/dm/%40canvas-mcp%2Fserver)](https://www.npmjs.com/package/@canvas-mcp/server) [![GitHub

N/A

capacities-mcp

A MCP server for Capacities

N/A

@capsule-run/mcp-server

MCP server to run untrusted python/js code in wasm sandboxes

N/A

capx

Unofficial CLI for Capacities.io

N/A

cargohold

N/A

cargohold-integration

N/A

cargo-mcp

mcp server for cargo commands

N/A

cargo-mend

Opinionated visibility auditing for Rust crates and workspaces

N/A

cargo-run-copy

Like cargo run but runs from a copy to avoid file locking

N/A

carsxe-mcp

MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.

N/A

cas-parser-node-mcp

The official MCP Server for the Cas Parser API

N/A

Catalo.ai

AI-curated book catalog that eliminates hallucinations and surfaces lesser-known titles.

N/A

catenary-mcp

A high-performance multiplexing bridge between MCP (Model Context Protocol) and LSP (Language Server Protocol). Enables LLMs to access IDE-grade code intelligence across multiple languages simultaneously with smart routing and UTF-8 accuracy.

N/A

ccag-cli

CLI management tool for Claude Code AWS Gateway — manage keys, users, teams, and budgets

N/A

cc-audit

Security auditor for Claude Code skills, hooks, and MCP servers

N/A

ccboard

Unified Claude Code Management Dashboard - TUI + Web

N/A

@cci-labs/mode-mcp

MCP server for Mode Analytics — read-only report access and execution

N/A

CCPhoto — Phone Camera Bridge

Phone camera bridge for Claude Code — photos, live video, voice, and generative UI

N/A

ccpm

Claude Code Package Manager - A Git-based package manager for Claude agents

N/A

cc-pulseline

High-performance multi-line statusline for Claude Code with deep observability

N/A

cc-sdk

Rust SDK for Claude Code CLI with full interactive capabilities

N/A

cc-statusline

Lightweight statusline for Claude Code showing context usage and costs

N/A

cctakt

TUI orchestrator for multiple Claude Code agents using Git Worktree

N/A

ccusage-rs

Real-time token usage monitor for Claude Code (cc) with cost tracking

N/A

cdas-rest-server

N/A

cdata-apiserver

N/A

CData Connect AI

Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI.

N/A

cdc-test-mcp-server

Add your description here

N/A

cdi-http-import-server

N/A

cdmi-server

N/A

cdm-mcp-server

Develop MCP Servers for automate the work processes of the Clinical Data Manager.

N/A

cdmn-mcp-server

하이브리드 DMN MCP 서버 - DRD 지원, cDMN API와 표준 XML 파싱을 모두 지원하는 FastMCP 기반 의사결정 서버

N/A

cdmp-mcp-server

N/A

@cdmx/authentik-diag-mcp

MCP server for Authentik API with diagnostic and read-only capabilities

N/A

@cdmx/authentik-mcp

MCP server for Authentik API integration with full capabilities

N/A

cdn-server

N/A

cdo-server

N/A

cdp-server

N/A

cdp-server

N/A

cdr-server

N/A

cds_server

N/A

central-mcp-server

Unofficial MCP server for HPE Aruba Networking Central

N/A

cesium-mcp-dev

CesiumJS API docs, code generation and development tools for IDE AI assistants.

N/A

chabeau

A full-screen terminal chat interface that connects to various AI APIs for real-time conversations

N/A

@chakra-ui/react-mcp

The official MCP server for Chakra UI

N/A

chapeaux-beret

MCP server that builds a SPARQL-queryable RDF knowledge graph of your codebase

N/A

@charlesmuchene/pref-editor-mcp-server

MCP server for editing Android preferences

N/A

charter

Fast structural context generator for Rust codebases, optimized for LLM consumption

N/A

chasm-cli

Universal chat session manager - harvest, merge, and analyze AI chat history from VS Code, Cursor, and other editors

N/A

chat-history

Search, inspect, and export Claude Code + Cursor conversation history

N/A

chef-recipe-mcp-server

MCP server for searching Chinese recipes

N/A

chrome-cli

A CLI tool for browser automation via the Chrome DevTools Protocol

N/A

chrome-control-mcp

Rust MCP Server for full Chrome CDP control and interactive JS debugging

N/A

Chrome Debugger MCP

Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

N/A

chrome-devtools-debug-mcp

MCP server for JavaScript debugging via Chrome DevTools Protocol

N/A

Chrome DevTools MCP

MCP server for Chrome DevTools

N/A

chrome-devtools-mcp-for-brave

MCP server for Brave DevTools

N/A

chromium-mcp-server

MCP server for accessing Chromium source code that is otherwise difficult to fetch directly

N/A

ci

N/A

cicd-api-server

N/A

CigarFinder

Search and compare cigar prices from 14+ online retailers

N/A

cimi-server

N/A

circleci-devops

N/A

@circleci/mcp-server-circleci

A Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clients

N/A

circleci-node

N/A

ciremote

N/A

cisco-nso-mcp-server

Cisco NSO MCP Server

N/A

cisc-server

N/A

@citecheck/mcp

MCP server for automatic paper reference repair.

N/A

citedhealth

Async Rust client for the Cited Health API -- evidence-based supplement research data, PubMed papers, and evidence grades.

N/A

citron

N/A

CIViC

N/A

Civis

Structured knowledge base for AI agent solutions. Search, explore, and retrieve build logs.

N/A

@cjavdev/believe-mcp

The official MCP Server for the Believe API

N/A

ckan-mcp-server

A Model Context Protocol (MCP) server for the CKAN API that enables browsing and managing CKAN data portals through MCP-compatible clients.

N/A

ck-search

Semantic grep by embedding - find code by meaning, not just keywords

N/A

clap-mcp

Enrich your CLI with MCP capabilities

N/A

clap-noun-verb

A high-level, ergonomic API for building noun-verb CLI patterns on top of clap with kernel capabilities for deterministic, agent-grade CLIs

N/A

clarative-mcp

The official MCP Server for the Clarative API

N/A

claude-agent-sdk-rs

Rust SDK for Claude Code CLI with bidirectional streaming, hooks, custom tools, and plugin support - 100% feature parity with Python SDK

N/A

claude-agents-sdk

Rust SDK for building agents with Claude Code CLI

N/A

claude-cli-sdk

Rust SDK for programmatic interaction with the Claude Code CLI

N/A

claude-code-client-sdk

Rust SDK for integrating Claude Code as a subprocess with typed APIs

N/A

Claude-Code-MCP-Manager

A comprehensive tool to manage Model Context Protocol (MCP) configurations for Claude code

N/A

claude-code-openrouter

Connect Claude Code easily to OpenRouter using a local MCP server.

N/A

claude-code-rs

Rust rewrite of the official Anthropic Claude Agent SDK (Python). Wraps Claude Code CLI via subprocess with bidirectional JSON streaming.

N/A

claudectx

Launch Claude Code with different profiles

N/A

claude-hindsight

20/20 hindsight for your Claude Code sessions

N/A

claude-history

Fuzzy-search Claude Code conversation history from the terminal.

N/A

claude-memory-manager

Cross-session memory for Claude Code — context capture, semantic search, recall

N/A

claude-odoo-builder

Turn Claude Code into an Odoo website builder

N/A

clauders

Rust bindings for Claude Code CLI

N/A

claude-sdk-rs

Rust SDK for Claude AI with CLI integration - type-safe async API for Claude Code and direct SDK usage

N/A

claude-self-learning

A Claude Code self learning plugin that autonomously researches any technology and generates reusable SKILL.md files with installation guides, code examples, and best practices.

N/A

claude-sessions-mcp

MCP server for managing Claude Code conversation sessions

N/A

claude-ssh-image-skill

A Claude Code skill + local daemon that enables pasting clipboard images into a Claude Code session on a remote server over SSH.

N/A

claude-utils

Cross-platform companion toolkit for Anthropic's Claude Code CLI

N/A

clear-skies-mcp-server

MCP server for the clearskies Python framework - provides code generation, documentation, and scaffolding tools

N/A

@cleocode/cleo

CLEO CLI + MCP server — the assembled product consuming @cleocode/core

N/A

Clerk

Access Clerk authentication docs, SDK snippets, and quickstart guides

N/A

clickhouse-dataops-mcp

DataOps ClickHouse MCP server with query optimization and pipeline monitoring

N/A

clickhouse-mcp-server

N/A

clickhouse-mcp-server

A Model Context Protocol (MCP) server for ClickHouse database interactions

N/A

clickhouse-server

N/A

clickhouse-server

N/A

click-mcp-server

MCP server for any Click command line tool

N/A

ClickUp MCP Server

Audit ClickUp workspaces: spaces, folders, lists, custom fields, tasks, and views.

N/A

clide

High-performance drop-in replacement for Claude Code's terminal interface

N/A

client-diagnostics-mcp-server

A MCP server that provides diagnistics information about a MCP client

N/A

@clientify/mcp-server

Clientify MCP server (Node/TypeScript) using @clientify/api-client

N/A

client-jwks-server

N/A

client-maestro

N/A

client-server-deploy

N/A

cli-mcp-server

MCP server for CLI operations

N/A

cli-mcp-server

An MCP (Model Context Protocol) server implementation for interacting with S.EE services, providing capabilities for short URL management, text pasting, file sharing, and time utilities.

N/A

cli-mcp-server-fastmcp

Command line interface for MCP clients with secure execution and customizable security policies

N/A

clin-fhir-server

N/A

clin-fhir-server

N/A

cliniko-mcp-server

MCP server for the Cliniko allied health practice management API

N/A

Clipboard MCP

Cross-platform MCP server for system clipboard access (read, write, watch)

N/A

clipboard-mcp-server

MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more.

N/A

clipbucket-v5

N/A

clip-server

N/A

Clix MCP Server

N/A

close-mcp

Close CRM to manage your sales pipeline. Learn more at https://close.com or https://mcp.close.com

N/A

cloud-build-mcp-server

Jerop's MCP server

N/A

cloud-provider-cherry

N/A

cloudstudio-mcp-server

Cloud Studio MCP Server

N/A

cloudthat.jenkins-mcp-server

A Model Context Protocol (MCP) server for Jenkins CI/CD integration

N/A

@cloudtori/opsd-mcp

MCP Server adapter for opsd — bridges MCP tools to ODP protocol

N/A

@cnbcool/mcp-server

CNB MCP Server. A comprehensive MCP server that provides seamless integration to the CNB's API(https://cnb.cool), offering a wide range of tools for repository management, pipelines operations and collaboration features

N/A

@cneuen/mcp-nas

MCP server for NAS and Docker management (V1.0 Beta)

N/A

codanna

Code Intelligence for Large Language Models

N/A

code2prompt

Command-line interface for code2prompt

N/A

Code Analyze MCP

MCP server for code structure analysis using tree-sitter.

N/A

codeany-hubs-mcp-server

MCP server exposing Codeany Hubs authoring tools.

N/A

codearkt

Implementation of the CodeAct agentic framework with Docker containers for security, MCP servers for tool integrations, and multi-agent support.

N/A

Code Assistant

Gemini-powered MCP server for code analysis.

N/A

@codebakers/mcp

CodeBakers Method MCP Server - Complete autonomous app builder with context-aware consulting

N/A

code-baseline

Enforce architectural decisions AI coding tools keep ignoring

N/A

codebones-mcp

MCP server for codebones: an AST-aware code indexing and context extraction tool

N/A

codebyai-mcp-server

MCP server for converting design files to frontend code

N/A

code-context-provider-mcp

N/A

code-execution

N/A

code-executor

N/A

codegraph

Semantic code graph with 31 tools: callers, impact, complexity, unused code. 15 languages.

N/A

codegraph-mcp-server

MCP Server for code graph analysis with GraphRAG capabilities

N/A

codehealth-mcp-server

CodeHealth MCP server for AI coding assistants

N/A

code-health-suite

16 engines, 28 MCP tools for Python code quality. Zero external dependencies.

N/A

code_intelligence_mcp_server

This server indexes your codebase locally to provide fast, semantic, and structure-aware code navigation to tools like ClaudeCode, OpenCode, Trae, and Cursor.

N/A

code-interpreter-mcp-server

code-interpreter-mcp-server

N/A

Code Lens

Gemini-powered MCP server for code analysis.

N/A

CodemagicMcp

Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI

N/A

@codemcp/agentskills-mcp

MCP server implementation for Agent Skills

N/A

@codemcp/agentskills-mcp-server

MCP server implementation for Agent Skills

N/A

@codemcp/skills-server

MCP server implementation for Agent Skills

N/A

@codemem/mcp

codemem MCP server

N/A

@codemill-solutions/yuki-mcp

MCP server for the Yuki accounting SOAP API

N/A

codemirror-mcp

N/A

codemode-rs

A secure V8 JavaScript sandbox with MCP (Model Context Protocol) tool integration

N/A

codeocean-mcp-server

Code Ocean MCP Server

N/A

codeprysm-mcp

MCP server for AI-powered code exploration

N/A

code-push-server

N/A

code-review-mcp-server

MCP Server with Code Review

N/A

code-sandbox-mcp

N/A

codescope-mcp

A Model Context Protocol (MCP) server that provides code analysis tools using tree-sitter

N/A

codescout

High-performance coding agent toolkit MCP server

N/A

codesearch

A fast, intelligent CLI tool with multiple search modes (regex, fuzzy, semantic), code analysis, and dead code detection for popular programming languages

N/A

code_server

N/A

code_server

N/A

code_server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

code-server

N/A

codeserver-app-proxy-tyk

N/A

code-server-custom

N/A

code-server-dind

N/A

code-server-docker

N/A

codeserver-generic-runtime

N/A

codeserver-ide-codebox

N/A

code-server-image

N/A

codeserver-www-nginx

N/A

Codesys-mcp-toolkit

N/A

code-understanding-mcp-server

MCP server for code understanding and context generation

N/A

@codevdynamics/defect-assessment-mcp

DefectAssessment MCP Server - 桥梁、边坡、工地缺陷评估

N/A

codewind-java-profiler-language-server

N/A

codex-agents

Codex multi-agent installer and MCP server

N/A

codex-brave-web-search

Brave Search MCP server for Codex (CLI/Desktop/IDE)

N/A

codex-cli-sdk

Rust SDK for the OpenAI Codex CLI

N/A

codex-codes

A tightly typed Rust interface for the OpenAI Codex CLI JSON protocol

N/A

codex-extra-memory-mcp

MCP server binary for codex-extra-memory.

N/A

codex-mcp-types

MCP (Model Context Protocol) type definitions for Codex

N/A

codex-wrapper

A type-safe Codex CLI wrapper for Rust

N/A

codify-setup

Set up Codified MCP server in Claude Code, Codex, Cursor, and Claude connectors

N/A

coding-friend-cli

CLI for coding-friend — host learning docs, setup MCP server, initialize projects

N/A

codive-mcp

MCP (Model Context Protocol) client for Codive

N/A

@cognistore/mcp-server

MCP server for CogniStore — integrates with Claude Code and GitHub Copilot

N/A

cognitum-rs

Official Cognitum SDK for Rust

N/A

@coinbase/cds-mcp-server

Coinbase Design System - MCP Server

N/A

@coingecko/coingecko-mcp

The official MCP Server for the Coingecko API

N/A

Cokodo Agent

Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.

N/A

coliving-search

Search 14,000+ verified coliving and coworking spaces with pricing, amenities, and reviews.

N/A

comicstockmcp-mcp

The official MCP Server for the Comic Stock API

N/A

companies-house

MCP server and CLI for the UK Companies House API. Search, filings, officers, due diligence.

N/A

compute-mcp-server-sample

A sample code to run a remote mcp server on Fastly Compute

N/A

conductor-node-mcp

The official MCP Server for the Conductor API

N/A

constellation

Code Intelligence Platform for AI Coding Assistants

N/A

consul-server-etcd

N/A

Containerization Assist

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

N/A

containerization-assist-mcp

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

N/A

contexis-mcp-server

A Model Context Protocol (MCP) server for Contexis projects that allows Large Language Models (LLMs) to interact with Contexis projects through the MCP standard. This server provides capabilities for code analysis, exploration, and development assistance.

N/A

context-cli

CLI for building, resolving, and inspecting context caches

N/A

context-creator

High-performance CLI tool to convert codebases to Markdown for LLM context

N/A

context.dev-mcp

The official MCP Server for the Context Dev API

N/A

@contextlint/mcp-server

MCP server for contextlint

N/A

ContextStream MCP Server

ContextStream MCP server for code context, memory, search, and AI tools.

N/A

continuum-mcp-server

MCP server exposing Continuum decision tools

N/A

Convert-Markdown-PDF-MCP

Markdown To PDF Conversion MCP

N/A

copilot

MCP Server for Cargo

N/A

copyright01

Copyright deposit API — protect code, text, and websites with Berne Convention proof

N/A

coraline

Coraline: semantic code knowledge graph for faster AI-assisted development.

N/A

@coretext-ai/github-mcp-server-sls-c4d5e6f7-a8b9-4012-b345-456789012345

MCP server with github integration

N/A

corrode-mcp

Corrode Code MCP Server for Rust

N/A

cow-cli

Copy-on-write workspace manager for parallel development

N/A

cppcheck-docker-gitlab

N/A

cpretzinger-ai-assistant-simple

UPDATED 9/1/2025! NEW TOOLS! Use the Redis Stream tools with n8n MCP Client Node for use anywhere!…

N/A

crabcut

Turn YouTube videos into short-form clips from any AI assistant

N/A

@crabcut/mcp-server

MCP server for Crabcut AI video clip generation — turn YouTube videos into short-form clips from any AI assistant

N/A

crabeye-mcp-bridge

One MCP connection for all your tools — with discovery, namespacing, and execution policies.

N/A

crates-mcp

MCP server for querying Rust crates from crates.io and docs.rs. Search crates, get info, versions, dependencies, and documentation.

N/A

@createlex/createlexgenai

CLI tool and MCP server for CreatelexGenAI - Unreal Engine AI integration

N/A

create-mcp

CLI to set up and deploy MCP Servers to Cloudflare Workers in seconds. Just write TypeScript functions to make Cursor MCP tools.

N/A

crgx

Run any crate binary instantly — fetch, cache, and execute without cargo install

N/A

cronalert

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.

N/A

crossref-academic-mcp-server

MCP Server for scientific papers, citations, and academic research — Crossref, OpenAlex, Semantic Scholar

N/A

crowdsentinel-mcp-server

AI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch

N/A

@crowdstrike/aidr-mcp-proxy

Protect any MCP server from malicious entities and confidential PII.

N/A

@crscreditapi/b2c-mcp-customer

MCP server for B2C ScoreAPI documentation — error codes, OpenAPI spec, identity flow, and knowledge base

N/A

@crscreditapi/mcp-server

MCP server for the CRS Credit API - provides schemas, test data, and debugging tools for hackathon developers

N/A

cruxible-core

Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof.

N/A

crux-tokens

Terminal dashboard for AI coding session analytics (Claude Code + Cursor)

N/A

@cryptoapis-io/mcp-prepare-transactions

MCP server for building unsigned transactions on multiple blockchains via Crypto APIs

N/A

CSJN — Corte Suprema de Justicia de la Nación

Search Argentine Supreme Court sumarios: legal topics, case analysis, metadata

N/A

CSV Editor

N/A

cuc-mcp-time-server

A Model Context Protocol (MCP) time server that provides current time information

N/A

cursor-azure-devops-mcp

MCP Server for Cursor IDE-Azure DevOps Integration

N/A

cursor-background-agent-mcp-server

MCP Server for Cursor Background Agents API - run autonomous coding agents from any MCP client

N/A

cursor-helper

CLI helper for Cursor IDE operations not exposed in the UI

N/A

cute-pandas-mcp-server

An MCP server that provides isolated pandas/Python execution environments for data analysis tasks.

N/A

cute-pandoc-mcp-server

An MCP (Model Context Protocol) server that provides isolated pandoc execution environments for document conversion tasks.

N/A

cv-resume-builder-mcp

AI-powered CV and resume builder using Model Context Protocol. Automatically sync your achievements from Jira, Credly, LinkedIn, and git. Keep your CV always up-to-date.

N/A

cwrc-gitserver

N/A

cyango-mcp

MCP server bridging AI assistants to the live Cyango editor

N/A

cycles-mcp-server

Runtime budget authority for autonomous agents — reserve, enforce, and reconcile spend

N/A

Cycode

N/A

@czi-sds/mcp

The official MCP server for SDS

N/A

d2-builder

N/A

daipendency

Provides AI coding assistants with public API from dependencies

N/A

dap-mcp-server

MCP server wrapping the Debug Adapter Protocol for AI-driven debugging

N/A

DataCite

N/A

@dataflint/mcp-server

DataFlint MCP Server Core - Model Context Protocol server for Apache Spark optimization

N/A

DataGraph

Urban data for civic problem-solving: NYC subway, loneliness programs, violence prevention.

N/A

DataGraph

Urban intelligence knowledge graph. Structured locality data for civic problem-solving.

N/A

datasphere

Background daemon that distills knowledge from Claude Code sessions into a searchable graph

N/A

Dataverse DevTools MCP Server

N/A

@day2-ai/mcp-server

MCP Server for Agent Hub — connects AI-powered IDEs (Claude Code, Cursor, Copilot, Cline, Windsurf) to CI/CD monitoring, compliance scanning, and deployment automation

N/A

dcisionai-mcp-server

DcisionAI MCP Server - AI-Powered Optimization with Intent Classification & Session Persistence

N/A

@dcluttr/dclare-mcp

MCP server for secure talk-to-data on Cube + ClickHouse

N/A

ddo

DDO a generic and efficient framework for MDD-based optimization.

N/A

debugger-mcp-server

MCP server for VS Code debugging via bridge extension

N/A

debugium

AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++

N/A

@debugmcp/mcp-debugger

Step-through debugging MCP server for LLMs

N/A

debug-mcp-server-launcher

Launcher for debug-mcp-server. This package ensures debugpy is installed and provides instructions to run the main server (Node.js or Docker).

N/A

debug_server

N/A

@decaf-ts/mcp-server

mcp server for code assistance of decaf-ts projects

N/A

decern

MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.

N/A

decision-assistant

Decision guardrail MCP server for AI coding

N/A

decision-memory

Claude Code için karar hafızası — CLI ve MCP server

N/A

decy-mcp

MCP server for Claude Code integration

N/A

DeepMap AI

Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools

N/A

@demostudio/mcp-server

MCP server for DemoStudio — generate short-form video ads from any AI assistant

N/A

@depfixer/mcp-server

MCP server for DepFixer dependency analysis - integrates with Claude Code, Cursor, Windsurf

N/A

deploy

N/A

deploy-agent

N/A

deploy-batch-server

N/A

designxcode-mcp-server

MCP server that keeps Figma design systems and code in sync — auditing token drift, component parity, and generating sync PRs

N/A

determinishtic

Blend deterministic Rust code with LLM-powered reasoning

N/A

devbox-mcp-server

MCP server for DevBox, providing tools for run orchestration, CI feedback loops, approvals, project setup, roadmap operations, and deployment workflows.

N/A

@devboy-tools/cli

Fast and efficient MCP server for coding agents — npm wrapper for Rust binary

N/A

devdoq-install-mcp

Auto-configure MCP server connections for Claude Desktop, Cline, and others.

N/A

deveco-mcp-server

NPM wrapper for deveco-mcp-server - HarmonyOS development MCP server with platform-specific binaries

N/A

develocity-mcp-server

An MCP server for interacting with Develocity build data.

N/A

devflow-mcp

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

N/A

devil-app-builder-mcp

Devil App Builder MCP Server

N/A

dev-kit-mcp-server

A Model Context Protocol server for turning repositories into navigable MCP systems

N/A

devops-mcp

An MCP server that provides DevOps and DevSecOps context for the project

N/A

devscribe-reason

MCP server that captures engineering decision reasoning and commits structured markdown to GitHub

N/A

devtools

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

N/A

devtools-mcp-server

MCP server providing 70+ developer tools - QR codes, PDFs, screenshots, crypto prices, email validation, AI text processing, and more. Use with Claude Code, Cursor, Windsurf, and other AI coding assistants.

N/A

devutils

Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.

N/A

dialer

An MCP server that provides lets you make outbound phone calls using your own phone number

N/A

dictator

Dictator - structural linter framework with native and WASM decree support

N/A

dig

MCP server for code archaeology: git blame, file history, contributors, and co-change analysis

N/A

Digilent WaveForms MCP Server

MCP server for Digilent WaveForms instruments (oscilloscope, AWG, logic analyzer).

N/A

digital-build-server

N/A

@digitalintermediate/flapi-mcp-server

FilmLight FLAPI MCP Server

N/A

DigitalOcean MCP Server

N/A

di-mcp-server

[![Build and test](https://github.com/DecisionsDev/di-mcp-server/actions/workflows/build.yml/badge.svg)](https://github.com/DecisionsDev/di-mcp-server/actions/workflows/build.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LI

N/A

dioxus-inspector

HTTP bridge for inspecting and debugging Dioxus Desktop apps

N/A

dira

A CLI tool for aliasing directories for faster directory switching

N/A

<div align="center"><img src="https://raw.githubusercontent.com/pietrozullo/mcp-use/refs/heads/main/docs/favicon.svg" height="20"/></div>

N/A

dli-mcp-server

An MCP server to control Digital Loggers (DLI) Web Power Switches.

N/A

dlstreamer-pipeline-server-k8s-sidecar

N/A

dm-nkp-gitops-custom-mcp-server

N/A

dnd-oracle

D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools

N/A

docbert

A powerful semantic search CLI for your documents

N/A

@doccler/mcp-server

Doccler MCP Server - Connect your IDE to your documentation platform

N/A

@docdigitizer/mcp-server

MCP server for DocDigitizer document processing API

N/A

dociium

Multi-Language Documentation & Code MCP Server - Fast documentation access for Rust, Python, and Node.js

N/A

dock-aso-mcp-server

MCP Server for Dock ASO Tracker - Enables Claude Desktop to analyze keywords, manage ASO content, and view sales & financial reports

N/A

docker

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

N/A

Docker

N/A

Docker

N/A

docker_api_logic_project

N/A

docker-code-server

N/A

docker-compose

N/A

docker-compose-builder

N/A

docker-deploy

N/A

docker-gocd-server

N/A

docker-http-server

N/A

docker-ipsec-vpn-server

N/A

docker-krb5-server

N/A

docker-lftp

N/A

docker-moto-server

N/A

docker-nfs-server

N/A

docker-nfs-server

N/A

docker-openvpn

N/A

docker-pdfocr

N/A

docker-phi-server

N/A

docker-php

N/A

docker-react_server

N/A

docker-s3-server-dev

N/A

docker-scp-server

N/A

docker-sensu-server

N/A

docker-squid

N/A

docker_tails-server

N/A

docker-tikaserver

N/A

docker-tikaserver

N/A

docker-tools

Docker tools, including docker, docker-compose and dockerd

N/A

docker-utility

N/A

docker-zandronum-server

N/A

docs-mcp

Provides Vaadin Documentation and help with development tasks

N/A

docx-mcp-server

MCP server for DOCX document editing — read, edit, format, comment, highlight, and track changes in Word documents

N/A

dodopayments-mcp

The official MCP Server for the Dodo Payments API

N/A

@doitintl/doit-mcp-server

DoiT official MCP Server

N/A

dol

DOL (Design Ontology Language) - A declarative specification language for ontology-first development

N/A

@domscribe/mcp

MCP server for Domscribe — connects editors and agents to runtime context

N/A

@dongju101/gemini-mcp

Gemini CLI MCP Server for Claude Code

N/A

doom-mcp

Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client

N/A

doordash

DoorDash MCP server — search, order, and track food delivery. By Strider Labs.

N/A

@dopplerhq/mcp-server

MCP server for Doppler API with auto-generated tools from OpenAPI specification

N/A

@downatthebottomofthemolehole/infracost-mcp-server

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

N/A

@downatthebottomofthemolehole/megalinter-mcp-server

MCP server for running Ox Security MegaLinter via mega-linter-runner

N/A

draft-mcp-server

Review AI-generated drafts before they go anywhere. MCP server with local review UI.

N/A

dravr-sciotte-server

Unified REST API + MCP server + CLI for sport activity scraping

N/A

ds-api

A Rust client library for the DeepSeek API with support for chat completions, streaming, and tools

N/A

DSers MCP Product Import

AI-powered dropshipping: import products from AliExpress/Alibaba/Accio to Shopify & Wix via DSers

N/A

@dugleelabs/strapi-mcp-server

[![PR Validation](https://github.com/dugleelabs/strapi-mcp-server/actions/workflows/pull_request.yaml/badge.svg)](https://github.com/dugleelabs/strapi-mcp-server/actions/workflows/pull_request.yaml) [![Semantic Release](https://github.com/dugleelabs/strap

N/A

dulltz/mcp-server-hcp-terraform

N/A

dungngo-k8s-mcp-server

MCP Server for Kubernetes CLI tools (kubectl, istioctl, helm, argocd) (republished for testing)

N/A

dwasm

Build tool for Leptos WASM frontends — handles wasm-bindgen, wasm-opt with bulk-memory, content hashing, and index.html patching

N/A

@dwiesendanger/servicenow-mcp

MCP server for ServiceNow incident management

N/A

dwiki

Unofficial CLI for the DeepWiki MCP server — query repository documentation from your terminal or coding agent

N/A

dynamic_grounding_for_github_copilot

MCP server providing Google Gemini AI integration for enhanced codebase search and analysis

N/A

dynamic-mcp

A production-grade **dynamic MCP server** for Node.js

N/A

e3-server-build

N/A

Earnings Feed

SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.

N/A

e-arveldaja-mcp

MCP server for Estonian e-arveldaja (e-Financials) API

N/A

easy-backlog-tools

MCP server and CLI for easy-backlog issue tracker

N/A

easy-notion

Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.

N/A

ebook

A CLI tool for reading, writing, and operating on various ebook formats

N/A

@ebowwa/mcp-claude-code-history

MCP server for Claude Code conversation history with useful context and summaries

N/A

@ebowwa/mcp-github-search

MCP server for comprehensive GitHub search capabilities

N/A

echo-mcp-server-for-testing

A simple echo MCP (Model Context Protocol) Server for testing MCP Clients

N/A

eclipse-mcp-server

Eclipse IDE plugin exposing workspace operations to Claude Code via MCP

N/A

@ecosyste-ms/mcp

MCP server for querying ecosyste.ms packages API

N/A

@edgefinder/cli

EdgeFinder CLI and MCP server for sports analysis

N/A

@edjufy/fakturia-mcp

Unofficial MCP server for the Fakturia billing/subscription management API

N/A

efficient-gitlab-mcp-server

Production-ready GitLab MCP Server with progressive disclosure pattern

N/A

@egyleader/dart-mcp-server

MCP server for Dart SDK commands

N/A

@ejazullah/playwright-mcp-server

A Model Context Protocol (MCP) server for Playwright browser automation with dynamic CDP endpoint support

N/A

eka_mcp_server

The official Eka MCP Server for medical science tools curated by eka.care

N/A

@eldoraui/mcp

Official MCP server for Eldora UI.

N/A

electronics-mcp-servers

MCP servers for electronics and embedded development: GPIO pin reference, capacitor calculator, and resistor color code decoder

N/A

elevenlabs-cli

Unofficial CLI for ElevenLabs text-to-speech API

N/A

elicit_server

Cross-crate workflow plugins for elicitation — code recovery, multi-crate compositions, and server-side orchestration

N/A

elisym-client

CLI agent runner for elisym

N/A

ember-mcp

MCP server for Ember.js documentation, guides, and best practices

N/A

emcp

A framework for building simple MCP servers with custom middleware

N/A

emergencescience-mcp-server

MCP server for Emergence Science marketplace

N/A

enact-mcp

MCP (Model Context Protocol) client for Enact

N/A

enbuild-mcp-server

enbuild-mcp-server

N/A

encode-mcp-server

Add your description here

N/A

encoderfile

Distribute and run transformer encoders with a single file.

N/A

ENCODE Toolkit

20 MCP tools + 48 skills for ENCODE Project genomics — search, download, pipelines

N/A

endiagram-mcp

13 deterministic graph tools for structural analysis. No AI inside the computation.

N/A

@enfyra/mcp-server

MCP server for Enfyra - manage your Enfyra instance via Claude Code

N/A

enigma-mcp-server

An MCP server that provides access to trusted data about business identity and activity

N/A

entrouter-universal

Pipeline integrity guardian - what goes in, comes out identical.

N/A

ephemeris-mcp

Precision astronomical ephemeris and planetary positions via the Swiss Ephemeris.

N/A

eqsl-mcp

eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status.

N/A

eraser-io-mcp-server

A Python MCP (Model Context Protocol) server and CLI tool to render diagrams using the Eraser API.

N/A

erl_dist_mcp

Erlang Distribution MCP Server - connects to Erlang/BEAM nodes for introspection and debugging

N/A

esa

Official MCP server for esa.io - a documentation sharing service for teams

N/A

@eslint/mcp

MCP server for ESLint

N/A

eslint-mcp-server

A comprehensive ESLint MCP Server for AI tools with incremental detection and auto-fix capabilities

N/A

@esperio/mcp-server

Esper MCP Server - AI-powered device management assistant

N/A

esp-mcp42u83

An ergonomic wrapper for interfacing with ESP42U83 digital potentiometers using an ESP32

N/A

essay-spider-xhs-mcp-server-lc

Add your description here

N/A

essence-engine

A fast web retrieval engine with HTTP-to-browser fallback, producing LLM-ready Markdown

N/A

ethcli

Comprehensive Ethereum CLI for logs, transactions, accounts, and contracts

N/A

ethcli-mcp

MCP server exposing ethcli functionality as tools

N/A

@etm-professional-control/winccoa-mcp-server

MCP Server for WinCC OA with field-specific configurations

N/A

ets-inside-server

N/A

ets-inside-server

N/A

etw-webview2-mcp-server

MCP server for WebView2 ETW/ETL trace analysis — 4 tools: analyze_etl, decode_api_id, get_expected_trace_events, share_learnings

N/A

eventkit-rs

A Rust library and CLI for managing macOS Calendar events and Reminders via EventKit

N/A

eventuali-mcp-server

MCP server and client for Eventuali event sourcing system with integrated API server

N/A

Example App

Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc

N/A

example-lhci-server

N/A

example-mcp-server

A ready-to-use MCP (Model Context Protocol) server template for extending Cursor IDE with custom tools. Deploy your own server to Heroku with one click, create custom commands, and enhance your Cursor IDE experience. Perfect for developers who want to add their own tools and commands to Cursor IDE without complex setup.

N/A

ExecuFunction

AI executive function assistant — tasks, calendar, knowledge, code indexing, and CRM for your IDE.

N/A

@execufunction/mcp-server

MCP server for ExecuFunction - enables IDE integrations via Model Context Protocol

N/A

@expandfi/mcp-server

ExpandFi MCP server for Claude Desktop and Claude Code

N/A

extendable-kubernetes-mcp-server

Extendable Kubernetes Model Context Protocol (MCP) Server - A extensible MCP server for Kubernetes operations

N/A

f1-mcp-server

A Model Context Protocol (MCP) server that provides Formula One racing data for AI applications, including event schedules, driver information, telemetry data, race results, and performance analysis.

N/A

@f2c/mcp

![MCP Server](https://badge.mcpx.dev?type=server 'MCP Server') [![smithery badge](https://smithery.ai/badge/@f2c-ai/f2c-mcp)](https://smithery.ai/server/@f2c-ai/f2c-mcp) [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-download

N/A

fake-gcs-server-ci

N/A

fallow-mcp

MCP server for the fallow TypeScript/JavaScript codebase analyzer

N/A

@fangjunjie/ssh-mcp-server

SSH-based MCP Server (基于 SSH 的 MCP 服务器)

N/A

@fascia-run/mcp-server

MCP server for Fascia — expose deployed Tools to AI agents

N/A

fastalert-mcp-server

Official MCP server for FastAlert, providing tools to list channels and send notifications.

N/A

fast-context-mcp

AI-driven semantic code search MCP server (Node.js)

N/A

fast-cxt-mcp

AI-driven semantic code search MCP server (Node.js)

N/A

@fast-kit/spec-kit

SpecKit MCP Server - Specification Management System

N/A

fastmcp-agents-cli

CLI for running FastMCP and calling tools on it

N/A

fastmcp-agents-library-agent-github

Agents for GitHub

N/A

fastmcp-agents-library-agents

Agents with no dependencies on other libraries

N/A

fastmcp-agents-library-agent-simple-code

Agents for Simple Code

N/A

fastmcp-client-demo

FastMCP client demo using uv

N/A

fastmcp-extensions

Unofficial extension library for FastMCP 2.0 with patterns, practices, and utilities

N/A

fastmcp-langfuse

Langfuse observability integration for FastMCP v3 servers — one-line setup

N/A

fastmcp-lint

Static analysis for FastMCP servers — catches schema quality issues before they ship

N/A

fastmcp-template

FastMCP server template with mcp-refcache and Langfuse tracing

N/A

fastmcp-tool

Command line tool for interacting with MCP servers

N/A

fastmcp-transport-ble

BLE transport for FastMCP clients.

N/A

fc-code-interpreter-mcp-server

Code Interpreter MCP Server - Secure code execution via E2B on Function Compute

N/A

fda-mcp-server

11-tool MCP server for FDA enforcement intelligence. Free: recalls, device events, company profiles. Pro: CSA risk, citation analysis, supplier qualification, consent decrees. Enterprise: CSA recommendation, IEC 62304 SDLC, QMSR gap analysis, CAPA assessm

N/A

FDIC BankFind MCP Server - (Unofficial)

N/A

@feedmob/github-issues

MCP server for using the GitHub API

N/A

ferrograph

Graph-powered Rust code intelligence

N/A

ferroscope

MCP server that enables AI assistants to debug Rust programs using LLDB and GDB

N/A

ffmpeg-mcp-server

MCP server for FFmpeg video operations

N/A

fgp-daemon

Fast Gateway Protocol SDK for building low-latency daemon services

N/A

figmanage

MCP server for managing your Figma workspace from the terminal.

N/A

figma-react

An MCP server that converts Figma designs into React code.

N/A

@fiialkod/toon-mcp-server

MCP server providing LEAN and TOON format encoding/decoding for token-efficient LLM data exchange

N/A

fileview

A minimal file tree UI for terminal emulators

N/A

finance-query

A Rust library for querying financial data

N/A

financial-analyzer-mcp-server

MCP server for financial analysis using the 'Cessez de vous faire avoir' method.

N/A

Financial Datasets

N/A

financial-freedom

N/A

findtime MCP Server

MCP server for time in cities around the world, time zones, DST, conversion, and meetings.

N/A

firekey-mcp

MCP server for FireKey browser profile management

N/A

@firestitch/specify-mcp

MCP server for Specify project management (stdio + HTTP)

N/A

FirstData

Hosted MCP server for finding authoritative primary data sources and official portals.

N/A

@first-to-fly/orchestrator-mcp

MCP server for FirstToFly Orchestrator - persistent memory for Claude Code

N/A

flashduty-mcp-server

Flashduty's official MCP Server

N/A

flask-mcp-server

Flask-MCP-Server is a lightweight, production-ready Model Context Protocol (MCP) server for Flask, with tool discovery, endpoint registration, async support, and full compliance with the latest MCP 2025-06-18 specification.

N/A

@flexprice/mcp-server

A Model Context Protocol (MCP) server that exposes the flexprice API as tools for AI assistants (e.g. Claude, Cursor, VS Code, Windsurf). Use it to manage customers, plans, prices, subscriptions, invoices, payments, events, and more from your IDE or CLI.

N/A

floom

Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.

N/A

flowistry-cli

Clean CLI for Flowistry information-flow analysis

N/A

fly-io-mcp-server

Local implementation of Fly.io MCP server

N/A

flyr-cli

Search Google Flights from the terminal

N/A

fnal-rucio-server

N/A

fons-code-server-client

N/A

fons-code-server-org

N/A

@fontofweb/mcp

MCP Server and CLI installer for Font of Web

N/A

forgekit-storybook-mcp

MCP server for Storybook story generation, component analysis, and validation

N/A

forge-mcp

Claude Code plugin for building enterprise-grade MCP servers — guided discovery, security audits, code generation using @modelcontextprotocol/sdk

N/A

forgex

CLI and runtime for the Forge full-stack framework

N/A

@foundation0/git

Foundation 0 Git API and MCP server

N/A

foundry-mcp

A comprehensive CLI tool and MCP server for deterministic project management and AI coding assistant integration

N/A

@fragments-sdk/cli

CLI, MCP server, and dev tools for Fragments design system

N/A

@fre4x/docx

DOCX Editor MCP server

N/A

@fre4x/github

GitHub MCP server

N/A

freelo-mcp

MCP Server for Freelo API v1

N/A

freqtrade-mcp-server

Read-only MCP server for Freqtrade codebase introspection

N/A

freshcontext

Real-time web intelligence for AI agents. 11 tools, no API keys. GitHub, HN, Reddit, arXiv & more.

N/A

frigg

Local-first MCP server for code understanding.

N/A

Frihet ERP

AI-native business management — 52 tools for invoicing, CRM, accounting & tax.

N/A

frituur-client-frontend

N/A

fs_query

A Model Context Protocol server for efficient code symbol extraction using Tree-sitter

N/A

fulfill-mcp-server-3pl

MCP server for 3PL provider search and management

N/A

function-health-mcp

Function Health MCP server and CLI — query lab results, detect changes, track biomarkers

N/A

@fupete/design-system-italia-mcp

Filo – MCP server non ufficiale per il Design system .italia

N/A

furnace-mcp

FURNACE - AI-powered code generation and analysis MCP server with knowledge graph and tiered search

N/A

@futurelab-studio/latest-science-mcp

MCP Server for Scientific Paper Harvesting from arXiv and OpenAlex

N/A

@futuretea/flashduty-mcp-server

Model Context Protocol (MCP) server for FlashDuty incident management

N/A

@futuretea/rancher-mcp-server

Model Context Protocol (MCP) server for Rancher multi-cluster management

N/A

fxserver-docker

N/A

gabb-cli

Fast local code indexing CLI for TypeScript, Rust, and Kotlin projects

N/A

game-quality-gates

🎮 Game dev quality gates — 12 universal rules + Phaser/Three.js guides + anti-cheat patterns + pre-deploy checklist. Born from fixing 70+ real bugs. OpenClaw Agent Skill.

N/A

game-server-sidecar

N/A

Garmin Workouts MCP

Manage Garmin Connect workouts, including strength workouts with mapped exercises.

N/A

garnix-insights

CI/CD insights for Garnix.io - CLI tool, HTTP server, and MCP server for build status analysis

N/A

@garoon/mcp-server

The official MCP Server for Garoon

N/A

@gburanda/clipsense-mcp-server

MCP server for mobile debugging with video analysis and follow-up Q&A

N/A

gdcli

Agent-friendly CLI for Godot 4

N/A

gdcli-godot

Agent-friendly CLI toolkit for Godot 4 — scene editing, linting, MCP server

N/A

gdelt

CLI for GDELT Project - optimized for agentic usage with local data caching

N/A

gd-gitlab-mcp

GitLab MCP server — HTTP and stdio transport

N/A

gdpr-mcp-server

A Model Context Protocol (MCP) server writen in Go that provides structured, queryable access to the full text of the EU GDPR — articles, chapters, and recitals — in JSON. MIT for code, CC0 for data.

N/A

@gemcoder/gemdesign-mcp-server

MCP Server for GemDesign API

N/A

gemini-cli-sdk

Rust SDK wrapping Google's Gemini CLI as a subprocess via JSON-RPC 2.0

N/A

gen-orb-mcp

Generate MCP servers from CircleCI orb definitions

N/A

@genwave/svgmaker-mcp

MCP server for generating, editing, and converting SVG images using SVGMaker API

N/A

gerrit-code-review-mcp

This MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.

N/A

gerrit-mcp-server

An MCP server for interacting with Gerrit via curl

N/A

@getmcp/registry

Registry of MCP server definitions synced from the official MCP registry

N/A

@gettalon/mcp

Standalone MCP server for Talon browser control via Chrome DevTools Protocol

N/A

gfg-github-tools-mcp-server

MCP server with GitHub repository and workflow tools

N/A

gh-cli-mcp-server

MCP server that wraps the GitHub CLI (gh) into a single generic tool

N/A

ghost-mcp-server

Minimal MCP server for Ghost Security API - compatible with all MCP clients

N/A

Git

N/A

gitctx

MCP server for GitHub repository exploration

N/A

gitea-mcp-server

N/A

@gitee/mcp-gitee

Model Context Protocol (MCP) server for Gitee

N/A

@gitee/mcp-gitee-windows-amd64

Model Context Protocol (MCP) server for Gitee

N/A

gitee-mcp-server

MCP Server for using the Gitee API

N/A

GitGuardian

N/A

git-http-server

N/A

git_https_server

N/A

github

GitHub analytics - repos, PRs, issues, releases, contributors

N/A

Github

N/A

github-actions

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

N/A

githubchat-mcp-server

Model Context Protocol (MCP) server for GitHub Chat

N/A

github-cli

N/A

github-desktop

N/A

github-enterprise-mcp-server

MCP server for GitHub Enterprise API - local/internal use only. No authentication info included.

N/A

github-gist

MCP server to create, read, update, list, and search GitHub Gists from your IDE

N/A

github_github-mcp-server

N/A

github-mcp

GitHub MCP Server with OAuth support for Issue management

N/A

github-mcp-custom

Cross-platform NPX-wrappable GitHub MCP Server

N/A

github_mcp_server

N/A

github-mcp-server

N/A

github-mcp-server

N/A

github-mcp-server

GitHub's official MCP Server

N/A

github-mcp-server

GitHub's official MCP Server

N/A

github-mcp-server

N/A

github-mcp-server

N/A

github-mcp-server

N/A

github-mcp-server

GitHub's official MCP Server

N/A

github-mcp-server

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

N/A

github-mcp-server

🔒 Ultra-secure GitHub MCP server with workflow automation for Claude & Cursor

N/A

github-mcp-server

GitHub's official MCP Server

N/A

github-mcp-server

N/A

github-mcp-server

MCP server to interact with Github, written in Golang

N/A

github-mcp-server

N/A

github-mcp-server

N/A

github-mcp-server

N/A

github-mcp-server

GitHub's official MCP Server

N/A

github-mcp-server

N/A

Github-mcp-server

N/A

github-mcp-server-222559

Kavia repository created from https://github.com/github/github-mcp-server

N/A

github-mcp-server-asifdotpy

N/A

github-mcp-server-http

GitHub MCP server over HTTP transport

N/A

github-mcp-server-kosta

MCP server for GitHub repository operations with CLI token support

N/A

github-mcp-server-local

N/A

github-mcp-server-main

N/A

github-mcp-server-sse

GitHub MCP Server (SSE)

N/A

github-mcp-server-test-2

GitHub's official MCP Server

N/A

github-mcp-server-unofficial

GitHub's official MCP Server packaged unofficially for Python

N/A

github-pr-mcp-server

MCP server that let's you review your active PR's

N/A

github-pr-mcp-server

GitHub PR MCP Server - MCP&Agent Challenge

N/A

GitHub Projects

N/A

github-project-skills

Specialized Agent Skills to automate GitHub workflows using the GitHub CLI

N/A

GitHub Repos Manager MCP Server

N/A

github-server-mcp

N/A

Gitingest-MCP

N/A

GitKraken

N/A

gitlab-clone-mcp-server

Model Context Protocol server for GitLab API integration

N/A

gitlab-mcp-agent-server

MCP server for GitLab integration via OAuth

N/A

gitlab-mcp-server

for now it is for gemini cli to run with gitlab

N/A

gitlab-mcp-server

This repository provides model context protocol server for GitLab server.

N/A

gitlab-mcp-server

MCP Server for gitlab.com

N/A

gitlab-mcp-server

Read-only Go MCP server for GitLab — single binary, zero runtime dependencies

N/A

gitlab-mcp-server

N/A

gitlab-mcp-server

gitlab operator mcp server for AI agent

N/A

gitlab-mcp-server-firasmosbehi

Model Context Protocol (MCP) server for GitLab: issues, merge requests, repository files, and CI pipelines.

N/A

gitlab-sonar-scanner

N/A

git-mcp-server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.

N/A

git-mcp-server-rust

N/A

git-mob

N/A

Git Mob

N/A

git-mob-mcp-server

MCP Server for git-mob CLI app

N/A

git-rpc-server

N/A

gitserver

N/A

git-server

N/A

git-server

N/A

git-server

N/A

git-server-proxy

N/A

git_ssh_server

N/A

git-ssh-server

N/A

gitstack

Git history viewer with insights - Author stats, file heatmap, code ownership

N/A

git-sync

N/A

gituthub-mcp-server

N/A

@giveagent/cli

Install GiveAgent skill for Claude Code — lightweight alternative to MCP server

N/A

@glauxdev/mcp-server

Standalone stdio MCP server for Glaux codebase intelligence

N/A

glitchtip-mcp

MCP server for GlitchTip error monitoring integration

N/A

glues

Unified CLI entry point for the Glues toolkit

N/A

goalie

🎯 AI-powered research assistant with GOAP planning, advanced reasoning, MCP protocol support, and Perplexity API integration - Rust wrapper for goalie npm package

N/A

gocd-server

N/A

gocd-server

N/A

gocd-server

N/A

gocd-server

N/A

gocd-server

N/A

godotiq

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

N/A

@goke/mcp

Dynamically generate CLI commands from MCP server tools

N/A

go-mcp-server

Example of MCP server using official Go SDK

N/A

go-mcp-server

Go package for building MCP (Model Context Protocol) servers with structured logging, file-based configuration, and multiple transport support

N/A

go_mcp_server_github_api

MCP server for working with GitHub repository via API.

N/A

go_mcp_server_google_sheets

A Model Context Protocol (MCP) server for Google Sheets written in Go. Provides comprehensive tools for interacting with Google Spreadsheets.

N/A

go-mcp-temperature-server

This project demonstrates how to build a simple MCP (Model Context Protocol) server in Go that provides temperature data for a given location.

N/A

google-calendar-mcpserver

AThis is an MCP (Model Context Protocol) server specifically built to collect and serve ratings and reviews for other MCP servers deployed on the NetMind platform.

N/A

google-mcp-server

An MCP (Model Context Protocol) server for reading Google Slides presentations.

N/A

google-mcp-server

Google Suite MCP Server for Cursor and other MCP clients

N/A

google-ocr-mcp-server

Google OCR MCP server

N/A

go-piping-server

N/A

gossiphs

A Rust lib for general code file relationship analysis. Based on tree-sitter and git analysis.

N/A

gotoolkits_mcp-difyworkflow-server

Mirror of https://github.com/gotoolkits/mcp-difyworkflow-server

N/A

Govbase

U.S. federal policy data — bills, Congress members, voting records, and civic info.

N/A

govctl

Project governance CLI for RFC, ADR, and Work Item management

N/A

GovRider

Match tech products and consulting services to live government tenders, grants, and RFPs

N/A

@govrider/mcp-server

GovRider MCP Server - Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide, updated nightly

N/A

gpuse-mcp-server

GPUse MCP server for Claude Code, Codex, Gemini, Cursor, Windsurf, and other MCP clients

N/A

@grafema/mcp

MCP server for Grafema code analysis toolkit

N/A

graphor-mcp

The official MCP Server for the Graphor API

N/A

graphql

Turn any GraphQL API into MCP tools. Zero config, zero code.

N/A

Graqle

Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.

N/A

greentic

The fastest, most secure and extendable digital workers platform

N/A

greentic-dev

Developer CLI and local tooling for Greentic flows, packs, and components

N/A

greentic-operator

Greentic operator CLI for local dev and demo orchestration.

N/A

grep-mcp

Grep MCP Server - TypeScript implementation for grep.app GitHub code search

N/A

greptile-mcp-server

Modern TypeScript MCP server for AI-powered code search and querying with Greptile API

N/A

grider-server

N/A

grits-cli

Git-native, local-first issue tracker CLI and MCP server.

N/A

groundtruth

Self-hosted MCP for live docs, code audits, and best practices. 363+ libraries, no rate limits.

N/A

gtc

Greentic - The operation system for digital workers

N/A

guide-server

N/A

guilhermeyoshida/mcp-terraform-assistant

N/A

gunsnation

MCP server for real-time access to the Gunsnation firearms catalog and specifications.

N/A

GuruWalk

Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details.

N/A

gw-synth-flash-mcp

An unofficial MCP server for Gowin IDE CLI workflows as tools.

N/A

@gzoo/forge-mcp

MCP server for GZOO Forge — persistent project intelligence for Claude Code

N/A

@haibun/mcp

haibun mcp server and client steppers

N/A

@hailer/mcp

MCP server for Hailer - provides 34+ tools to AI assistants (Claude Desktop, Claude Code).

N/A

hanzo-mcp-server

Hanzo MCP Server - Rust implementation with search, tools, and code analysis

N/A

@hapticpaper/mcp-server

Official MCP Server for Haptic Paper - Connect your account to create human tasks from agentic pipelines.

N/A

harmonica-mcp

MCP server for Harmonica deliberation sessions

N/A

harvey-tools

Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC.

N/A

hashi-code-server

N/A

hci-binary-neutron-server

N/A

health-auto-export-mcp-server

An MCP server that provides Apple Health data via the Health Auto Export app for iOS

N/A

healthcare-mcp

Healthcare MCP Server for medical information access

N/A

Hebbian Mind

Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse.

N/A

hecate-mcp-server

The Model Context Protocol server for the Hecate simulation code generator!

N/A

hecc

Hiding erasure-correcting codes (HECC) from MCP whitepaper

N/A

hectofinancial-mcp-server

헥토파이낸셜 결제 서비스 연동 문서를 검색하고 조회할 수 있는 MCP 서버입니다. 공식 가이드를 AI와 함께 빠르게 탐색하여 정확한 결제 시스템 구축을 지원합니다.

N/A

Helm Chart CLI

N/A

@henrylabs/mcp

The official MCP Server for the Henry SDK API

N/A

herolib-rpc

RPC framework with Redis-based logging, configuration, error storage, and MCP client support

N/A

heygen-mcp-server

MCP server for HeyGen API - Assets and Folders management

N/A

higgsfield-ai-prompt-skill

Claude AI skill for cinematic Higgsfield AI prompts — 18 sub-skills, MCSLA formula, Soul ID, Cinema Studio 2.5, 10 genre templates

N/A

historis

Track client interactions and events. Your AI organizes everything for you.

N/A

@hitoshura25/mcp-android

MCP server for Android development quality gates

N/A

hivebox

Lightweight Linux sandbox for AI agents. Kernel-native isolation (namespaces, cgroups, seccomp, Landlock) with REST API, MCP bridge, and web dashboard. Single Rust binary.

N/A

hkopenai.diagram-as-code-mcp-server

This is a MCP server to provide mermaid js validation tools and prompt for MCP client

N/A

hoist-az

Configuration-as-code CLI for Azure AI Search and Microsoft Foundry

N/A

homebutler

Homelab management CLI + MCP server — manage servers, Docker, ports, alerts via AI

N/A

hoover

Continuous audio transcription and dictation tool with speaker identification, GPU acceleration, and AI assistant integration

N/A

hopx-mcp

Execute code in isolated cloud containers. Supports Python, JavaScript, Bash, and Go.

N/A

@hoshikawashiro/ide-mcp-server

MCP Server for enhance IntelliJ IDEA abilities

N/A

hotpath

Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks.

N/A

hotplug

Ephemeral, session-scoped MCP runtime. https://github.com/ShipSecAI/hotplug

N/A

howtocook-mcp

MCP Server for howtocook recipe database - 炫一周好饭,拒绝拼好饭

N/A

hs-server-side

N/A

http_debug_server

N/A

httpmcp-rust

A fast, simple library for building MCP servers using Streamable HTTP (Beta)

N/A

https://github.com/sv/mcp-paradex-py

N/A

hub-codegen

Multi-language code generator for Hub plugins from Synapse IR

N/A

@hubspot/mcp-server

MCP Server for developers building HubSpot Apps

N/A

Hyades

Render LaTeX math as pure Unicode text art for terminals, code comments, and emails.

N/A

hydrus-mcp-server

MCP Server for Hydrus - Allowing your LLM to interact with your hydrus client to interact with your media

N/A

@hyperdrive-eng/mcp-nodejs-debugger

An MCP server to debug Node.js at runtime

N/A

i18n-agent-action

An i18n github action for language translate

N/A

iam-mcp-server

Individual Application Mesh, MCP Server

N/A

ibmcloud-mcp-server

MCP server for IBM Cloud CLI

N/A

icarus-cli

Command-line tool for creating, building, testing, and deploying MCP servers to ICP

N/A

@icepanel/mcp-server

IcePanel MCP Server for integrating with MCP clients

N/A

i-ching

I Ching divination readings for CLI and Goose extension

N/A

iconmate

CLI to fetch icons and save them into your Vite, NextJS, or similar TypeScript project

N/A

ideaboardz-mcp-server

MCP server for Ideaboardz board operations

N/A

idea-license-server

N/A

idealift

Manage product ideas, decisions, and customer signals from AI assistants with NLQ

N/A

@idealyst/mcp-server

MCP server providing documentation and examples for the Idealyst framework

N/A

ide-mcp-server

N/A

identity_server

N/A

ifg-mcp-server

MCP server for IFG — International tax research across 213 jurisdictions. Use with Claude Desktop, Claude Code, or any MCP-compatible client.

N/A

ifirma-mcp-server

MCP server for the iFirma.pl Polish accounting API

N/A

iflow-cli-sdk-rust

Rust SDK for iFlow CLI using Agent Client Protocol

N/A

iflow-mcp_adit-999_gitlab-mcp-server

GitLab MCP (Model Context Protocol) server for interacting with GitLab API through AI Clients

N/A

iflow-mcp_adity-star-mcp-yfinance-server

A Yfinance MCP Server providing comprehensive financial data and analysis

N/A

iflow-mcp_angrysky56_memvid_mcp_server

An MCP server to expose Memvid functionalities to AI clients

N/A

iflow-mcp_arjundivecha_ibkr-mcp-server

Interactive Brokers MCP Server for Claude Desktop/Code

N/A

iflow-mcp_atomicchonk-roadrecon-mcp-server

ROADrecon MCP Server - Provides MCP access to ROADrecon Azure AD data for security analysis

N/A

@iflow-mcp/block-vscode-mcp-server

VSCode MCP Server for AI assistants to interact with VSCode

N/A

iflow-mcp_bobtista-luma-ai-mcp-server

MCP server for Luma AI video generation

N/A

iflow-mcp_buildmcpserver

Add your description here

N/A

iflow-mcp_campusx-official-sample-remote-mcp-server

Add your description here

N/A

iflow-mcp_campusx-official_test-remote-server

Add your description here

N/A

iflow-mcp_climatiq-mcp-server

Climatiq MCP server for carbon emission calculations

N/A

iflow-mcp_crisschan-server

MCP server for JaCoCo code coverage report analysis

N/A

iflow-mcp_Cumulocity-mcp_server_c8y

A Python-based MCP server for Cumulocity IoT platform integration

N/A

iflow-mcp_dev-kit-mcp-server

A Model Context Protocol server for turning repositories into navigable MCP systems

N/A

iflow-mcp_docdyhr-simplenote-mcp-server

A simple MCP Server that connects to Simplenote

N/A

@iflow-mcp/docker-dockerhub-mcp-server

MCP Server that dynamically generates tools from OpenAPI specifications

N/A

@iflow-mcp/dynamicendpoints-cisa-m365

CISA BOD 25-01 M365 MCP Server

N/A

@iflow-mcp/dynamics365ninja-d365fo-mcp-server

MCP Server for X++ Code Completion in D365 Finance & Operations

N/A

@iflow-mcp/elliothux-container-mcp-server

MCP Server for Apple Container CLI operations

N/A

iflow-mcp_enterprise-mcp-server

A Model Context Protocol (MCP) server implementation that provides deployed CrewAI workflows

N/A

iflow-mcp_evan7198-mcp-server-pcileech

MCP Server for PCILeech - Memory debugging via Model Context Protocol

N/A

iflow-mcp_ferrants_memvid-mcp-server

Memvid MCP Server - Video memory search and retrieval

N/A

iflow-mcp_financial-datasets-mcp-server

Add your description here

N/A

@iflow-mcp/folkz1-easypanel-mcp-server

MCP Server for Easypanel - Manage projects, services, and deployments

N/A

iflow-mcp_gemini-mcp-server

MCP server for Gemini CLI

N/A

iflow-mcp_gkydev_twitter-mcp-server

Twitter MCP Server using twikit - provides Twitter functionality through Model Context Protocol

N/A

@iflow-mcp/glaucia86-weather-mcp-server

A robust Weather MCP Server in TypeScript

N/A

iflow-mcp_gmen1057-headhunter-mcp-server

HeadHunter MCP Server - Integrate HeadHunter API with Claude Code and other MCP clients

N/A

iflow-mcp_gongrzhe_audio-mcp-server

An MCP server that provides audio input/output capabilities for AI assistants

N/A

iflow-mcp_guinacio-mcp-server-google-calendar

MCP Server for Google Calendar integration

N/A

@iflow-mcp/gulbaki-swagger-mcp-server

MCP Server for exploring Swagger/OpenAPI specifications

N/A

iflow-mcp_hannesrudolph-imessage-query-fastmcp-mcp-server

An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP).

N/A

iflow-mcp_hexix23-shodan-mcp-server

Master Control Program for Shodan API - Integrates with IDEs and AI assistants via MCP protocol

N/A

iflow-mcp_huangzelincute-github-mcp-server

Add your description here

N/A

@iflow-mcp/iamrichardd-mcp-server-pinescript

AI-optimized MCP server for PineScript documentation and code review

N/A

@iflow-mcp/incomestreamsurfer-roo-code-memory-bank-mcp-server

MCP server for Roo Code Memory Bank functionality

N/A

iflow-mcp_interactionco-mcp-server-template

A minimal FastMCP server template for Render deployment with streamable HTTP transport

N/A

iflow-mcp_jackkuo666-sci-hub-mcp-server

MCP server for searching and accessing academic papers through Sci-Hub

N/A

iflow-mcp_jin38324_oci-documentation-mcp-server

An Model Context Protocol (MCP) server for OCI Documentation

N/A

iflow-mcp_johannhartmann-mcp-code-analysis-server

MCP server for intelligent code analysis and search capabilities

N/A

iflow-mcp_kev-hu-mcp-server-zep-cloud

MCP Server for Zep Cloud provides a bridge between Claude Desktop and the Zep Cloud API

N/A

iflow-mcp_labeveryday-youtube-mcp-server-enhanced

Enhanced YouTube MCP Server for comprehensive video data extraction and analysis

N/A

iflow-mcp_loonghao-pypi-query-mcp-server

A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility

N/A

iflow-mcp_m2m-mcp-server-ssh-client

A stdio-based MCP server installed locally to connect to a (remote) MCP server group through a secure SSH channel

N/A

iflow-mcp_manim-mcp-server

MCP server that executes Manim animation code and returns the generated video

N/A

@iflow-mcp/marianfoo-abap-mcp-server

ABAP/RAP-focused MCP server for ADT (Eclipse) - search documentation, lint code

N/A

@iflow-mcp/mauricio-cantu-brasil-api-mcp-server

A Model Context Protocol (MCP) server that provides tools to query BrasilAPI across different clients and LLMs.

N/A

iflow-mcp_mcp_cube_server

MCP server for interfacing with Cube.dev REST API

N/A

iflow-mcp_mcp-k8s-server

MCP Kubernetes Server for managing Kubernetes clusters through MCP protocol

N/A

iflow-mcp_mcp-observer-server

An MCP server that monitors system events, such as file changes, and sends notifications to an MCP client

N/A

iflow-mcp_mcp-server-aact

MCP server for AACT clinical trials database

N/A

iflow-mcp_mcp-server-baidu-digitalhuman

MCP Server Baidu Digital Human

N/A

iflow-mcp_mcp-server-glm-vision

MCP Server for GLM-4.5V integration with Claude Code

N/A

iflow-mcp_mcp-server-neurolorap

MCP server for code collection and documentation

N/A

iflow-mcp-mcp-server-starrocks

official MCP server for StarRocks

N/A

iflow-mcp_mcp-shell-server

MCP Shell Server - Execute shell commands via MCP protocol

N/A

iflow-mcp_mong-mcp-server

A Docker-like name generator MCP server

N/A

iflow-mcp_mourad-ghafiri-youtube-mcp-server

A YouTube MCP Server for video information and transcription

N/A

@iflow-mcp/mschwarzmueller-demo-mcp-server-client-implementation

Demo MCP Server consuming a dummy knowledge service

N/A

@iflow-mcp/nozomi-koborinai-contextlint

MCP server for contextlint

N/A

iflow-mcp_okta-mcp-server

Model Context Protocol (MCP) server for Okta identity management

N/A

iflow-mcp_opspawn-google-flights-mcp-server

An MCP server that provides tools to interact with Google Flights data

N/A

iflow-mcp_PagerDuty-pagerduty-mcp-server

PagerDuty's official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.

N/A

iflow-mcp_phelanshao_abacus-mcp-server

A Model Context Protocol server for ABACUS first-principles calculations

N/A

@iflow-mcp/phialsbasement-mcp-github-server-plus

MCP server for using the GitHub API

N/A

iflow-mcp_phildougherty-dexcom_g7_mcp_server

A Model Context Protocol (MCP) server that provides access to Dexcom G7 continuous glucose monitor data

N/A

@iflow-mcp/playcanvas-editor-mcp-server

The PlayCanvas Editor MCP Server

N/A

@iflow-mcp/polarvista-xcode-mcp-server

MCP server for building and testing Xcode projects

N/A

iflow-mcp-ponchotitlan-radkit-mcp-server

FastMCP server for Cisco RADKit - Network device management via MCP protocol

N/A

iflow-mcp_pptx-mcp-server

Create Slides with a simple Python MCP server using Python PPTX library

N/A

iflow-mcp_quentincody-github-graphql-mcp-server

A Model Context Protocol (MCP) server that provides access to GitHub's GraphQL API

N/A

@iflow-mcp/r3-yamauchi-unofficial-kintone-mcp-server

MCP server for kintone (Unofficial)

N/A

iflow-mcp_radostkali_gitlab-mcp-server

MCP server for GitLab integration

N/A

iflow-mcp-rajeevchandra-client-server

MCP Server example with add and multiply tools

N/A

iflow-mcp-rajeevchandra-mcp-client-server-example

MCP Server example with add and multiply tools

N/A

@iflow-mcp/restdb-codehooks-mcp-server

MCP server for codehooks.io integration

N/A

iflow-mcp_rohitsingh-iitd-zillow-mcp-server

A Model Context Protocol (MCP) server that provides real-time access to Zillow real estate data

N/A

iflow-mcp_rosingul-mcp-active-directory-server

MCP server for Active Directory management with Python server and PowerShell backend

N/A

iflow-mcp_saha-rajdeep-remote-mcp-server

A containerized MCP server using FastMCP that provides a simple calculator tool

N/A

iflow-mcp_schemdraw-mcp-server

MCP Server for schemdraw - Electronic circuit diagram drawing

N/A

iflow-mcp_secretiveshell-mcp-timeserver

An MCP server for providing the current date/time to LLMs

N/A

@iflow-mcp/server-github

MCP server for using the GitHub API

N/A

iflow-mcp_shibuiwilliam_mcp-server-scikit-learn

Add your description here

N/A

iflow-mcp-sourangshupal-custompymcpserver

Building your own Custom MCP Servers

N/A

@iflow-mcp/stefan-xyz-mcp-server-runescape

[![npm version](https://badge.fury.io/js/mcp-server-runescape.svg)](https://badge.fury.io/js/mcp-server-runescape) [![smithery badge](https://smithery.ai/badge/@stefan-xyz/mcp-server-runescape)](https://smithery.ai/server/@stefan-xyz/mcp-server-runescape)

N/A

@iflow-mcp/stjepko-xyz-mcp-server-runescape

[![npm version](https://badge.fury.io/js/mcp-server-runescape.svg)](https://badge.fury.io/js/mcp-server-runescape) [![smithery badge](https://smithery.ai/badge/@stefan-xyz/mcp-server-runescape)](https://smithery.ai/server/@stefan-xyz/mcp-server-runescape)

N/A

@iflow-mcp/techlibs-codesandbox-mcp

MCP server for CodeSandbox SDK

N/A

iflow-mcp_theailanguage-terminal_server

Add your description here

N/A

@iflow-mcp/tomoyanakano-timing-mcp-server

MCP server for Timing application features - manage time tracking and tasks efficiently

N/A

@iflow-mcp/tosin2013-documcp

Intelligent MCP server for GitHub Pages documentation deployment

N/A

iflow-mcp_tsuchijo_sandbox-server

MCP sandbox server for running code in containers

N/A

iflow-mcp_ttjslbz001_mcp-server-akshare

MCP server for AKShare financial data

N/A

iflow-mcp_vgiri2015-spark-mcp-server

MCP server for Spark code optimization

N/A

iflow-mcp_vinnividivicci_ids-mcp-server

MCP server for creating buildingSMART IDS files with 100% compliance

N/A

iflow-mcp_vinnyvangogh-gemini-mcp-server

MCP server for Google Gemini CLI integration

N/A

@iflow-mcp/washyu-ansible-mcp-server

MCP server for Ansible CLI integration

N/A

iflow-mcp_yangbuyiya-yby6_video_mcp_server

全网短视频/图集去水印链接提取、视频文本内容提取MCP服务 @yangbuyiya

N/A

iflow-mcp_yezere-codeql_n1ght_mcp_server

MCP server for CodeQL N1ght tool integration

N/A

@iflow-mcp/yosider-cosense-mcp-server

A MCP server for cosense

N/A

iflow-mcp_yumeminami-git_mcp_server

Git MCP Server - Unified command-line tool for managing Git repositories across GitHub and GitLab

N/A

iflow-mcp_zinja-coder-jadx-mcp-server

Add your description here

N/A

@igniter-js/adapter-mcp-server

[![NPM Version](https://img.shields.io/npm/v/@igniter-js/adapter-mcp-server.svg)](https://www.npmjs.com/package/@igniter-js/adapter-mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

N/A

@igniteui/mcp-server

Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding

N/A

Imagician

N/A

IMAGIN.studio API Docs

Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more.

N/A

im-bibtex

Fast BibTeX parser, formatter, and toolkit — parse, format, decode LaTeX, expand journal macros. Includes CLI, MCP server, and Python bindings.

N/A

@imbytecat/em2

EM2 周报自动化 CLI & MCP Server

N/A

img2svg

A rust native image to SVG converter in CLI/MCP/Library

N/A

im-identifiers

Extract, validate, and resolve academic identifiers — DOI, arXiv, ISBN, PMID, bibcode. Includes CLI, MCP server, and Python bindings.

N/A

Improve Digital Publisher MCP

N/A

incode

InCode - MCP server for LLDB debugging automation

N/A

incubator-kie-serverless-logic-web-tools-base-builder

N/A

incubator-kie-serverless-logic-web-tools-swf-builder

N/A

IndianAppGuy-magicslide-mcp

Generate professional PowerPoint presentations from text, YouTube videos, or structured JSON data.…

N/A

IndianAppGuy-magicslide-mcp-actual-test

Generate polished PowerPoint presentations from text prompts, YouTube videos, or structured outlin…

N/A

indigo-mcp

Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance

N/A

indonesia-civic-stack

40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+

N/A

@infisical/mcp

Official Infisical MCP Server

N/A

@infochamp/gitlab-mcp-server

GitLab MCP Server (Node.js/TypeScript)

N/A

infracost

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

N/A

Ink MCP

Deploy and manage applications, databases, domains, and git repos

N/A

in-memoria

Persistent codebase intelligence that gives AI assistants memory across sessions

N/A

in-memoria

Persistent codebase intelligence that gives AI assistants memory across sessions

N/A

insomnia-mcp-server

MCP server for interacting with Insomnia API client

N/A

instacart

Instacart MCP server — search, cart, and order groceries. By Strider Labs.

N/A

instruqt-code-server

N/A

insurance-mcp-server

An application to demonstrate MCP server integration with Claude client.

N/A

@intelligentelectron/universal-netlist

MCP server for netlist parsing and circuit analysis

N/A

intelligent_traffic_management_pipeline_server_init

N/A

intelligent_traffic_management_pipeline_server_init_dev

N/A

intellij-idea

N/A

interaction-design-skills

A Claude skill for interaction design -> flows, states, micro-interactions, affordances, feedback, and IxD principles for product, UX, UI, and service designers.

N/A

intersight-mcp-server

MCP server for Cisco Intersight - enables AI assistants to query server infrastructure

N/A

@introfini/mcp-server-zotero-dev

MCP server for Zotero plugin development - enables AI assistants to build, test, and debug Zotero plugins

N/A

invoicebuilder

N/A

invoice-ninja-mcp-server

MCP server for Invoice Ninja - create invoices, manage clients, payments, quotes, and expenses

N/A

Invoicetronic MCP Server

MCP server for Italian electronic invoicing (SDI) via Invoicetronic API

N/A

IPGeolocation.io MCP Server

Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.

N/A

iracing-data-mcp-server

Node.js mcp server for iRacing data api

N/A

iracing-mcp-server

MCP server for iRacing

N/A

isaacphi_mcp-language-server

Mirror of https://github.com/isaacphi/mcp-language-server

N/A

iterminal

MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.

N/A

ivideon-server

N/A

@iwaneo/kubernetes-mcp-server

Model Context Protocol (MCP) server for Kubernetes — TypeScript/npm implementation

N/A

jaegis-mcp-server

JAEGIS MCP Server for Cline

N/A

jamjet-a2a

Standalone Rust SDK for the A2A protocol — client, server, coordinator, MCP bridge

N/A

jamjet-core

JamJet core execution model — workflow states, node types, retry/timeout policies

N/A

jashkahar/Terraform-MCP-Server

N/A

java-class-decompiler-mcp-maven

MCP server for decompiling Java classes from Maven dependencies

N/A

java-maven-yarn-build-server

N/A

javelin-guardrails-mcp-server

An MCP server that provides Javelin Standalone Guardrails

N/A

jCodemunch MCP

Token-efficient code exploration via tree-sitter AST parsing. 25+ languages, 95%+ token savings.

N/A

@jeff-stapleton/clickup-mcp-server

MCP server for ClickUp integration

N/A

@jeff-stapleton/digitalocean-mcp-server

MCP server for DigitalOcean integration

N/A

jenkins-builder

N/A

jenkins-mcp-server

An MCP server for interacting with a Jenkins server. Allows you to trigger jobs, check build statuses, and manage your Jenkins instance through MCP.

N/A

@jesbrian/gitlab-mcp-server

GitLab MCP Server with Modular Configuration

N/A

jig-cli

jig - A command line toolbox

N/A

@jinzcdev/markmap-mcp-server

MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG)

N/A

jlens-mcp-server

MCP server for inspecting Java classes and Maven dependencies

N/A

@jmsa/argus-mcp

Argus — Chrome DevTools Protocol MCP server for browser debugging

N/A

JobGPT - Job Search Automation & Auto Apply

Job search automation, auto apply, resume builder, application tracking, and recruiter outreach

N/A

@johnymontana/neo4j-mcp

Node.js package to download and run the official Neo4j MCP server

N/A

@jonmatum/git-metrics-mcp-server

MCP server for analyzing git repository metrics and understanding team health

N/A

@joycode-ide/resources-mcp

MCP server for AI resources management

N/A

JUBA — Jurisprudencia de Buenos Aires

Search Buenos Aires Province court rulings: summaries, full text, legal topics

N/A

jumble

An MCP server that provides queryable, on-demand project context to LLMs

N/A

@junioralmeida/ciano-ds-mcp

MCP server CLI for Ciano Design System

N/A

junobuild-mcp-server

MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more

N/A

jupyter-code-executor-mcp-server

Jupyter code executor mcp server

N/A

k4000

AI-assisted feature development and code review MCP servers

N/A

k8s-gpu-mcp-server

NVIDIA GPU hardware introspection for Kubernetes clusters via MCP

N/A

k8s-mcp

Kubernetes MCP Server - Feature complete as kubectl

N/A

k8s-mcp-server

MCP for configuring and managing kubernetes clusters

N/A

kadabra-runes

MCP server bridging LLM applications with language servers for semantic code navigation

N/A

kaho-mcp-server

MCP server for Kaho — gives Claude Code tools to control the Kaho avatar and chat

N/A

kai

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

N/A

@kailashg101/mcp-figma-to-code

MCP server for converting Figma designs to React Native components

N/A

kaish-mcp

MCP client and server integration for kaish

N/A

kam

A lightweight, networkless CLI for scaffolding and packaging Magisk/Kernelsu/APU/Anykernel3/Astrbot/... modules.

N/A

kanban-lite

Kanban board manager - VSCode extension, CLI, MCP server, and standalone web app

N/A

kapua-mcp-server

Eclipse Kapua MCP Server for IoT Device Management tools

N/A

kardo-cli

Kardo — AI-readiness score for your Git project. Score 0-100 across Freshness, Configuration, Integrity, Agent Setup, Structure. Track over time.

N/A

kastell

Server security audit (413 checks), hardening, and fleet management across 4 cloud providers.

N/A

Kawa Code MCP

Intent tracking, decision recording, and team coordination for AI coding assistants

N/A

kcis

N/A

kdex

A fast CLI for indexing and searching code repositories and knowledge bases for AI-powered workflows

N/A

keda-mcp-server

KEDA Zero Scaling with Graceful Termination - MCP Server for Kubernetes Event-Driven Autoscaling with container-aware pod lifecycle management

N/A

kg-cli

A knowledge graph CLI tool for managing structured information

N/A

kiali-mcp-server

Model Context Protocol (MCP) server for Kiali

N/A

ki.aws-bedrock-agentcore-deployment-mcp-server

MCP server for Bedrock AgentCore deployment automation

N/A

kick-mcpserver

A CLI tool to scaffold an MCP server project

N/A

@kilnai/cli

CLI and MCP server for Kiln AI orchestration engine

N/A

Kiosk Builder

Build and manage airline self-service kiosk apps — styling, pages, CMS, and CUSS2.

N/A

@kirjapro/mcp-server

MCP server for Finnish accounting — exposes Kirjapro bookkeeping, invoicing, and reporting tools to Claude Code, Claude Desktop, and any MCP client.

N/A

@kiroku/cli

AI-powered memory system for Claude Code — MCP Server & Proxy

N/A

klip

Cross-platform MCP server allowing agents to copy values to the system's clipboard

N/A

@klutometis/opencode-mcp

MCP server for orchestrating OpenCode instances across machines via SSH reverse tunnels

N/A

knowage-server-docker

N/A

kocierik/mcp-nomad

N/A

kodegen

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_bundler_autoconfig

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_bundler_install

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_bundler_release

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_candle_agent

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_claude_agent

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_config

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegend

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_daemon

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_mcp_schema

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_mcp_schema_macros

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_mcp_tool

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_native_notify

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_native_permissions

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_browser

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_citescrape

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_claude_agent

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_config

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_database

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_filesystem

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_git

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_github

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_introspection

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_process

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_prompt

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_reasoner

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_sequential_thinking

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

kodegen_tools_terminal

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.

N/A

@koki-develop/esa-mcp-server

[![Version](https://img.shields.io/github/v/release/koki-develop/esa-mcp-server)](https://github.com/koki-develop/esa-mcp-server/releases/latest) [![License](https://img.shields.io/github/license/koki-develop/esa-mcp-server)](./LICENSE) [![Docker](https:/

N/A

kolmo-mcp-server

Kolmo Construction: licensed Seattle home builder & remodeling contractor. Estimates, ROI & permits.

N/A

konokenj.cdk-api-mcp-server

An MCP server provides AWS CDK API Reference

N/A

kontra-mcp

The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP

N/A

Korean Stock Market Data

Korean stock market data - prices, dividends, short selling, financial disclosures

N/A

@kosdev-code/kos-mcp-server

A Model Context Protocol (MCP) server that provides context and tools for working with the KOS UI SDK.

N/A

kotlin-mcp-server

🧠 Kotlin MCP Server for Android app development using OpenAI, Gemini, or OpenRouter. Enables AI-assisted coding via Aider, Gradle build/test integration, Kotlin LSP, and Docker-based portability.

N/A

krait-cli

Code intelligence CLI for AI agents

N/A

kreuzberg-cli

Command-line interface for Kreuzberg document intelligence

N/A

kroki-mcp

Kroki-MCP is a Go-based Model Context Protocol tool that converts textual diagram definitions (PlantUML, Mermaid, and more) into images via a Kroki backend. Designed for simplicity and flexibility, it supports both local and remote Kroki servers, offers configurable settings, and outputs multiple formats – making it ideal for developers building AI

N/A

@krozov/maven-central-mcp

MCP server for Maven Central dependency intelligence

N/A

kryptonclaw

GitHub Actions & CI/CD security scanner with org-level batch scanning and optional red-team probing

N/A

@ktmcp/appcenter

MCP server for App Center Client

N/A

@ktmcp/dynamicdocs

MCP server for DynamicDocs

N/A

ktme

Knowledge Transfer Me - Automated documentation generation from code changes using AI

N/A

kube-audit-mcp-server

a simple kubernetes audit log mcp server

N/A

kubectl-go-mcp-server

MCP server for secure Kubernetes Interaction via kubectl commands. Enables AI assistants like GitHub Copilot to safely interact with K8s clusters with robust validation and security.

N/A

kubernetes-mcp-server

Manual fork of https://github.com/containers/kubernetes-mcp-server

N/A

kubernetes-mcp-server

MCP server for managing Kubernetes clusters and Helm releases

N/A

kubernetes-mcp-server

A Model Context Protocol (MCP) server for the Kubernetes API.

N/A

kubernetes-mcp-server

A minimalistic MCP server implementation for interacting with the kubernetes API

N/A

kubernetes-runbooks-mcp-server

A Model Context Protocol server that fetches Kubernetes troubleshooting runbooks

N/A

kubernetes-tools

Kubernetes tools, including kube-apiserver, kube-controller-manager, kube-proxy, kube-scheduler, kubeadm, kubectl and kustomize

N/A

@kud/mcp-jenkins

Jenkins MCP server with bearer token authentication support

N/A

kwaak

Run a team of autonomous agents on your code, right from your terminal

N/A

kylas-crm-mcp-server

MCP server for Kylas CRM lead operations: create leads, search leads, lookup users/products/pipelines.

N/A

Laguna Pools

AI sales manager for composite swimming pools — recommendations, pricing, BIM/CAD, dealers

N/A

lancor

End-to-end llama.cpp toolkit: API client, HuggingFace Hub, server orchestration, benchmarks

N/A

langgraph-api

Rust Client API of LangGraph

N/A

laravel-mcp-sdk

Laravel Based Implementation for Model Context Protocol

N/A

larkci-mcp

The official MCP Server for the Getlark API

N/A

larkrs-client

Lark (Feishu) API client library for Rust

N/A

@laststance/electron-mcp-server

MCP server for Electron application automation and management. See MCP_USAGE_GUIDE.md for proper argument structure examples.

N/A

Launch Engine — Business Execution OS

Agentic pipeline — 39 tools from idea to revenue for solo founders.

N/A

laurus-cli

Command-line interface for the Laurus search engine

N/A

lc-cli

LLM Client - A fast Rust-based LLM CLI tool with provider management and chat sessions

N/A

@ldraney/github-mcp

GitHub MCP server with OAuth and 327 API endpoints

N/A

learn-mcp-server

learning building mcp server

N/A

legend-cli

CLI for Legend Prime

N/A

lemma-cli

A language that means business.

N/A

levalicious-mcp-server-git

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

N/A

lhci-server

N/A

lhci-server

N/A

@liangshanli/mcp-server-git

MCP server for git push operations with flexible branch mapping

N/A

@liangshanli/mcp-server-gitee-pull-request

MCP server for creating Gitee Pull Requests with multiple instance support

N/A

libgen-mcp-server

MCP server to search and download books from LibGen

N/A

license-compliance

Scan npm dependencies for license compliance issues. Catch GPL contamination.

N/A

license-compliance-mcp

MCP server that scans npm project dependencies for license compliance issues

N/A

Licium

Delegate to specialist agents, search MCP tools, and access real-time data APIs — one connection.

N/A

Liepin Jobs

Liepin job search and resume workflows backed by the official Liepin MCP server.

N/A

lightning-memory

Decentralized agent memory for the Lightning economy. Nostr identity, L402 payments.

N/A

@lightsparkdev/grid-mcp

The official MCP Server for the Lightspark Grid API

N/A

limelight-mcp

Limelight MCP Server — runtime debugging intelligence for AI coding assistants

N/A

linear-cli

A powerful CLI for Linear.app - manage issues, projects, cycles, and more from your terminal

N/A

@line-harness/mcp-server

MCP Server for LINE Harness — operate LINE official accounts from any AI tool

N/A

Linkbreakers MCP

QR-driven customer-journey platform for tracked QR codes, short links, and analytics.

N/A

linkedctl

CLI and MCP server for the LinkedIn API

N/A

linkly-ai-cli

CLI for Linkly AI - search your local documents from the terminal

N/A

lint

A versatile linting tool with CLI, MCP, and library interfaces

N/A

linto-platform-business-logic-server

N/A

linto-platform-stt-server-manager

N/A

linuxdo

Linux.do CLI and MCP server

N/A

linux-mcp-server

support execute shell on a remote linux or local machine

N/A

linux-mcp-server-go

基于 Go 语言实现的模型上下文协议(MCP)服务器,通过 SSH 提供远程 Shell 执行功能。

N/A

linuxserver-codeserver

N/A

litecode

An ultra-lightweight Coding MCP server built with Rust

N/A

litra

Control Logitech Litra lights from the command line, Model Context Protocol (MCP) clients and Rust applications

N/A

@llamaindex/llama-cloud-mcp

The official MCP Server for the Llama Cloud API

N/A

ll-docker-server

N/A

lmstudio-installer-gen

Generate one-click LM Studio MCP installers from JSON configuration

N/A

local-voice-mcp

Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS

N/A

logbook-mcp

Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders.

N/A

logclaw-mcp-server

LogClaw MCP Server — expose incidents, logs, and anomalies to AI coding tools

N/A

logclaw-mcp-server

Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.

N/A

logic-lm-mcp-server

A Model Context Protocol server that provides symbolic reasoning capabilities using Logic-LM framework and Answer Set Programming

N/A

logidoc-mcp-server

MCP Server which provides logidoclet structured javadoc via Prolog queries

N/A

logitech-media-server

N/A

@logspace/mcp-server

MCP server for Logspace log analysis integration with AI models.

N/A

lore-cli

Capture AI coding sessions and link them to git commits

N/A

lowcode-client-sdk-mcp

MCP server exposing Kissflow SDK reference to AI assistants

N/A

lspi

Giving AI the sight of LSP: bridge LSP capabilities to AI coding CLIs via an MCP server over stdio.

N/A

lsp-mcp-server

MCP server bridging Claude Code to Language Server Protocol servers

N/A

Lucid

Lucid’s connector creates diagrams, searches, shares, and retrieves docs to summarize.

N/A

lucid-core

Reconstructive memory retrieval engine using ACT-R spreading activation

N/A

lucid-mcp-server

N/A

@lucitra/mcp-browser

MCP server for browser automation via Playwright — navigate, click, type, screenshot, and inspect web pages.

N/A

luckyPipewrench/pipelock

N/A

ludus-cli

UE5 dedicated server deployment CLI with MCP server

N/A

Luma Events

Discover events from Luma — search by category, city, distance, and keywords with calendar export

N/A

lumen-provider-mcp

The AI-Native Programming Language

N/A

luminarys-sdk

Rust SDK for building Luminarys WASM skills

N/A

lunar-mcp-server

A comprehensive Chinese Lunar Calendar MCP server providing traditional Chinese lunar calendar information, auspicious date checking, and festival data

N/A

@luorivergoddess/mcp-geo

MCP Server for generating precise geometric images using Asymptote.

N/A

lystbot

Smart lists that your AI can actually use. Manage lists via MCP, CLI, or REST API.

N/A

m2m-mcp-server-ssh-server

M2M MCP Server SSH Server for accepting remote clients through a secure SSH channel.

N/A

m8-mcp-server

M8 移动前端跨端框架 MCP Server - 提供文档查询、智能推荐和代码生成服务

N/A

macrat_mcp-ayd-server

Mirror of https://github.com/macrat/mcp-ayd-server

N/A

macrat_mcp-server-kintone

Mirror of https://github.com/macrat/mcp-server-kintone

N/A

@macroforge/mcp-server

MCP server for Macroforge documentation and code analysis

N/A

@maestro-ai/mcp-server

MCP Server do Maestro v6.0 com fluxos enxutos, especialistas dedicados e gates consolidados

N/A

@magek/mcp-server

MCP server for Magek documentation and CLI reference

N/A

magick-mcp

A MCP server which facilitates usage of ImageMagick.

N/A

@magicuidesign/mcp

Official MCP server for Magic UI.

N/A

maildev-mcp

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

N/A

malicious-mcp-server

A deliberately malicious MCP server for E2E testing purposes

N/A

mamf

Multi-AI council TUI - orchestrate conversations between AI advisors

N/A

@manansiingh/figma-react-mcp-server

An MCP server that converts Figma designs into React code.

N/A

manusa/kubernetes-mcp-server

N/A

manus-mcp

MCP server that provides Manus-like capabilities

N/A

manx-cli

A blazing-fast CLI documentation finder powered by Context7 MCP

N/A

@marchev/claudit

MCP server for searching Solodit smart contract security findings

N/A

mareana-dtrack-mcp-server

DependencyTrack MCP Server for vulnerability assessment in CI/CD pipelines

N/A

mareana-k8s-mcp-server

Kubernetes MCP Server for pod management and monitoring via Dashboard API

N/A

@mariox/weather-mcp-server

MCP server for querying weather by current IP location using Open-Meteo free API

N/A

mark3labs_mcp-filesystem-server

Mirror of https://github.com/mark3labs/mcp-filesystem-server

N/A

markdown

Markdown MCP — search, extract sections, list headings, find code blocks.

N/A

MarketCore

Create on-brand marketing deliverables and GTM docs with AI-powered blueprints and brand guidelines.

N/A

MarketDataMcpServer

An MCP server that provides tools to get the latest market data from the most trusted data sources.

N/A

mars-client

High-level client library for the Capability Mesh Protocol

N/A

@marswave/listenhub-mcp-server

Official MCP server for Listenhub - The AI Voice for Every Creator.

N/A

masaq-mcp-server

ex GitHub's official MCP Server

N/A

Mastercard Developers MCP

Access Mastercard Developers APIs, documentation, and API specifications through MCP.

N/A

@mattstratton/tiger-den-mcp-setup

CLI installer to configure the Tiger Den MCP server in Claude Desktop

N/A

maven-central-mcp

MCP server for Maven Central dependency intelligence

N/A

@maytapi/mcp-server

MCP server for Maytapi WhatsApp Unofficial API

N/A

mc

Git-based knowledge management CLI — manage customers, projects, meetings, research and tasks with Markdown + YAML frontmatter

N/A

mcd-mcp-cli

TypeScript CLI for the McDonald's China MCP server.

N/A

mcd-mcp-server

McDonald's China MCP Server with event calendar, coupon inquiries and redemption features.

N/A

mcp

Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

N/A

mcp

The official MCP Server for the Mux API

N/A

mcp

MCP Server that generate video call url

N/A

mcp

FinishKit MCP: scan GitHub repos for security vulnerabilities, deployment blockers, and quality

N/A

mcp

An MCP server that provides [describe what your server does]

N/A

mcp

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

N/A

mcp

Retrieve product specifications and technical details from Icecat's database

N/A

mcp

Jepto MCP server that provides access to client knowledgebase & analytics for connected data sources

N/A

mcp

Deploy forms and sites to live URLs from AI conversations with automatic form capture.

N/A

mcp

The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.

N/A

mcp

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

N/A

mcp

Search websites by source code, technology stack, analyze domains, and download lead lists.

N/A

mcp

Official GitLab MCP Server

N/A

mcp

Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams.

N/A

mcp

MCP server providing OpenFeature SDK installation guides and OFREP flag evaluation

N/A

mcp

Search SEC-registered financial advisors — profiles, disclosures, risk scores, and credentials.

N/A

mcp

Dreamtap provides sources of inspiration to your AI to make it more creative.

N/A

mcp

Company knowledge, services, case studies, pricing, and tools for craftable software.

N/A

mcp

Official Notion MCP server

N/A

mcp

Provides event organisers with tools to interact with a Ticket Tailor box office account.

N/A

mcp

An MCP server that provides congressional transcripts

N/A

mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

N/A

mcp

Build travel itineraries with Peek's 300k+ experiences. Search, details, and availability.

N/A

mcp

Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.

N/A

mcp2221-cli

CLI for the MCP2221 USB to I2C and GPIO converter

N/A

mcp3221

no_std driver for the MCP3221 external analog-to-digital converter (ADC)

N/A

mcp3x6x

no_std library for the MCP3x6x(R) family of analog digital converters

N/A

mcp49xx

Platform-agnostic Rust driver for the MCP49xx and MCP48xx digital-to-analog converters (DAC).

N/A

mcp4x

Platform-agnostic Rust driver for the MCP4x digital potentiometers.

N/A

mcpaas

Radio Protocol client for FAF — broadcast AI context once, all tools receive. Client SDK for mcpaas.live.

N/A

mcpack

A CLI tool for managing minecraft datapacks.

N/A

mcpacker

A command-line tool to convert client modpacks into ready-to-run Minecraft servers

N/A

mcp-acp

MCP server for Ambient Code Platform (ACP) session management - list, delete, debug, and manage AgenticSession resources via the public API

N/A

mcp-acp-fastmcp

MCP server for Ambient Code Platform (ACP) session management - list, delete, debug, and manage AgenticSession resources via the public API

N/A

mcp-agendor

MCP server for Agendor CRM - pipeline metrics and commercial management

N/A

mcp-agent-client

Placeholder for the official Python SDK for the Intelligent Agents Platform (MCP). Coming soon!

N/A

mcp-agentmemory

A specialized MCP server that tracks your Python development sessions, errors, fixes, and coding patterns using a persistent knowledge graph. This helps you build a searchable database of your development learnings, solutions, and insights.

N/A

mcp-ai-cli-servers

N/A

mcp-ambari-api

Model Context Protocol (MCP) server for Apache Ambari API integration. Provides comprehensive tools for managing Hadoop clusters including service operations, configuration management, status monitoring, and request tracking.

N/A

mcp-angular-client

this client uses angular and typescript with modelcontextprotocol/sdk to do mcp discovery and tool execution.

N/A

mcp-api-keys-server

MCP server for secure API key management in Docker

N/A

mcp-applemusic

A simple Apple Music API client for MCP

N/A

mcp-applemusic-fastmcp

A simple Apple Music API client for MCP

N/A

mcp-architecture-gliner

MCP server for architecture-specific entity extraction using GLiNER with TOGAF ADM phase awareness

N/A

mcp-askcpg

This is a MCP tools for connecting to Qmed Copilot askCPG feature, where it enable your LLM to get the medical knowledge from Malaysia Clinical Practice Guideline.

N/A

mcp-asset-generator

Builds supplemental UI, helper scripts, and resource files for use in client apps like Theia, Cursor, or TypingMind with visual rendering of tools, resources, and prompts

N/A

mcpat

The package provides an interface to McPAT.

N/A

mcpat-sys

The package provides bindings to McPAT.

N/A

mcp-attr

A library for declaratively building Model Context Protocol servers.

N/A

mcp-auditor-cli

A client for the Master Control Platform (MCP) Auditor Service.

N/A

mcp-auth-guard

Intuitive authorization middleware for MCP tools with type-safe policies

N/A

mcp-auto-builder

Final unified interface for global users

N/A

mcp-await

Condition watcher MCP server + CLI for AI assistants — block until a port opens, a file changes, a URL responds, a process exits, and more

N/A

mcp-azure-cli

MCP servers exposing read-only azure CLI helpers and context search

N/A

mcp-b

MCP-B (Master Client Bridge) - Connects everything, brings data flow together. Protocol with AMUM-QCI-ETHIC Module

N/A

mcp-background-job

MCP server for executing long-running shell commands asynchronously

N/A

mcp-backpack

A persistent, portable memory tool for Claude Code and MCP clients.

N/A

mcp-base

CLI tools for MCP (Model Context Protocol) server setup and management with OIDC support (Auth0, Dex, Keycloak)

N/A

mcp-bbs

FastMCP-based telnet client for BBS systems with auto-learning capabilities

N/A

@mcp-b/chrome-devtools-mcp

MCP server for Chrome DevTools

N/A

mcp-billing

Billing and monetization SDK for MCP servers. Add usage-based pricing to any MCP server in minutes.

N/A

mcpbind-xcode-mcp-server

MCP Server Package: xcode-mcp-server

N/A

mcp-bitbucket-dc

MCP server for Bitbucket Data Center — code search, file browsing, PRs, commits, and more.

N/A

MCP-BOE

MCP server para el BOE 🇪🇸 — Acceso a legislación consolidada, sumarios diarios y tablas oficiales del Boletín Oficial del Estado mediante Model Context Protocol y API REST.

N/A

mcp-browser-dev-tools

Local MCP server for Chromium DevTools Protocol and Firefox WebDriver BiDi

N/A

mcp-browser-use-tools

This package vendors a subset of [browser-use](https://github.com/browser-use/browser-use) with minimal dependencies exposed as an mcp-server.

N/A

mcp-bugbot-gitlab

MCP server for GitLab merge request management

N/A

mcp-builder

Build, package, install, and validate MCP servers (Matrix Hub–compatible).

N/A

mcp-builder-templates

A production-grade CLI tool for scaffolding MCP server projects with best practices

N/A

mcp-build-toolchain

MCP server that help to build and fix compilation errors

N/A

mcp-calculator-server

A Model Context Protocol (MCP) server that provides calculator functionality for MCP clients.

N/A

mcp-cd-youth

MCP Server (STDIO) to fetch and parse Chengdu Youth Center activities

N/A

mcp-cldkctl

MCP server for Cloudeka cldkctl CLI integration with automatic environment fallback (Testing Version)

N/A

mcp-cli

N/A

MCP-CLI Adapter

N/A

mcp-cli-builder

Command-line interface generation for MCP servers built with mcp-utils

N/A

mcp-clickhouse-like

An MCP server for ClickHouse.

N/A

mcp-clickhousex

A read-only Model Context Protocol (MCP) server for ClickHouse: metadata discovery, parameterized queries, and execution plan analysis.

N/A

MCP CLI Client

N/A

mcp-client

N/A

mcp-client

Add your description here

N/A

mcp-client4

Add your description here

N/A

mcp-client-capabilities

Index of all Model Context Protocol (MCP) clients and their capabilities

N/A

mcp-client-cli

Command line interface for MCP client

N/A

MCP.Client.Dev

How to create MCP Client using ModelContextProtocol sdk

N/A

mcp-client-for-testing

A minimalistic MCP client for testing MCP Server

N/A

mcp-client-jupyter-chat

A JupyterLab extension for Chat with AI supporting MCP

N/A

mcp-client-llm

MCP server for the LLMs

N/A

mcp_client_rs

Rust client SDK for the Model Context Protocol (MCP)

N/A

mcp-clients

Model Context Protocol Clients SDK

N/A

mcp-client-server

Simplest example of MCP client-server architecture over HTTP using Python & Golang

N/A

MCPClient_Server_AI

N/A

mcp-client-server-selection

百度天气查询mcp

N/A

mcp-client-tools

Add your description here

N/A

mcp-client-whby2

Add your description here

N/A

mcp-cli-host

Add your description here

N/A

mcp-clippy

Build effective agents with Model Context Protocol (MCP) using simple, composable patterns.

N/A

mcp-cli-skill

Call any MCP server tool from the command line with shell composition support

N/A

@mcpcn/video-mcp

MCP Server for Sora video generation API integration

N/A

mcp_code_analyzer

A Model Context Protocol (MCP) server implementation for comprehensive code analysis. This tool integrates with Claude Desktop to provide code analysis capabilities through natural language interactions.

N/A

mcp-codebase-insight

MCP Codebase Insight Server

N/A

mcp-codebase-oracle

🔮 MCP sunucusu — Herhangi bir codebase'i analiz et, mimariyi çıkar, etki analizi yap

N/A

mcp-code-context

MCP server for managing API endpoints and code context for AI coding assistants

N/A

mcp-code-editor

A FastMCP server providing powerful code editing tools

N/A

mcp-codegen

Python Package to provide assistance in generating MCP server project.

N/A

mcp-codemind

Multi-Workspace MCP Memory Server for GitHub Copilot with automatic re-indexing

N/A

mcp-codemode

N/A

mcp-code-snippets

Intermediate MCP server for code snippets search

N/A

mcp-comfyui

MCP server for ComfyUI – trigger image generation workflows from Claude Code

N/A

mcp-commander

Cross-platform command-line tool for managing MCP (Model Context Protocol) servers across editors

N/A

mcp-command-proxy

MCP server that proxies CLI commands and collects logs

N/A

mcp-commune

Rust client and server for building discoverable Model Context Protocol (MCP) networks

N/A

mcp-community

Easily run, deploy, and connect to MCP servers

N/A

mcp-compressor

An MCP server wrapper for reducing tokens consumed by MCP tools.

N/A

mcp-config-extractor

Extract MCP server config from GitHub repository README

N/A

mcp-config-helper

MCP server for fetching and transforming MCP configurations into Claude CLI commands

N/A

mcp-config-manager

Configuration management utilities for MCP servers

N/A

mcp-config-path

mcp client config path, such as Claude Desktop and code, Cline, Cursor

N/A

mcp-config-tool

A CLI tool to configure MCP servers for various clients like Claude Desktop and VSCode

N/A

mcp-content-pipeline

YouTube video analysis and content generation pipeline exposed as MCP tools

N/A

mcp-contract-builder

Contract builder MCP tool (simple|auto|llm) without execution

N/A

mcp-cookie-cutter

Intelligent MCP server generator from OpenAPI/Swagger specs

N/A

mcp-copilotcli-history

MCP server for searching GitHub Copilot conversation history

N/A

mcp-council

MCP server for multi-LLM peer review and council deliberation workflow

N/A

mcp-cpp-debugger

MCP server for C++ debugging, supporting launch, attach, dump analysis, and interactive debugging operations

N/A

mcp-cpp-server

A high-performance Model Context Protocol (MCP) server for C++ code analysis using clangd LSP integration

N/A

mcp-creator-python

Create, build, and publish Python MCP servers to PyPI — conversationally

N/A

mcp-cron

MCP server for cron task scheduling (shell commands and AI prompts)

N/A

mcpcrs

MCP client library in pure rust.

N/A

mcpctl

A CLI tool for interacting with MCP endpoints

N/A

mcp_ctl

A package manager to manage all your mcp servers across platforms

N/A

mcp-cube-server

MCP server for interfacing with Cube.dev REST API

N/A

mcp-cuc-bsy

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-fwj

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-fwj-zzt

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-hx

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-kkn

A simple MCP Server that provides time query functionality

N/A

mcp-cuc-lyx

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-mqh

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-mrjtjmn

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-mycmyc

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-nc

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-tangxr

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-wsw

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-yh

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-zs

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-cuc-ztc

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-curl

A curl-like CLI tool for interacting with Model Context Protocol (MCP) servers

N/A

mcp-dashboards

45+ interactive charts, dashboards, and KPIs inside any AI conversation

N/A

mcp-data-extractor

A commercial-grade MCP Server built on FastMCP, offering robust capabilities to read, extract, and localize (into Markdown) content from web pages and PDFs with both text and images. It is purpose-built for long-term deployment in enterprise environments.

N/A

mcp-debugger-launcher

Placeholder stub – full launcher coming soon.

N/A

mcp-debugger-server

N/A

mcp-delphi

Delphi and Lazarus/FPC MCP server: build/clean pascal projects via MCP tools.

N/A

mcp-demo

URL MCP is a proof of concept stateless MCP server builder that allows users to build MCP servers without writing or hosting code. It's intended for protocol and security experimentation rather than for building real world MCP integrations.

N/A

mcp-deployment

Secure MCP Server Management with Dynamic Discovery

N/A

mcp-devtasks

A development tasks MCP server for automating install, build, lint, test, and CI commands.

N/A

mcp-devtools

multi-functional MCP-devtools server over SSE

N/A

@mcp-devtools/jira

Talk to Jira - MCP Server

N/A

mcp-diet

Analyze MCP servers and see how much context window each tool consumes

N/A

mcp-digital_ocean_billing

MCP server for Digital Ocean Billing integration

N/A

mcp-docker-server

A Docker MCP Server

N/A

mcp-docs-server

AI access to Mapbox docs, API references, style specs, and guides. No token required.

N/A

mcp-document-brain-circlci

MCP server for converting files to markdown using Markitdown

N/A

mcpd-plugins-sdk

Rust SDK for building mcpd plugins

N/A

mcp-duty-pharma

MCP Duty Pharma helps you locate pharmacies legally required to stay open during nights, weekends, and holidays

N/A

mcp-ecosystem

MCP Ecosystem: Docker MCP Toolkit, IDE Configs & Presets for AIOS

N/A

mcp-eircode

MCP server for Irish address and Eircode lookup

N/A

mcp-ephemeral-k8s

Python implementation to spawn ephemeral Model Context Protocol (MCP) servers using the kubernetes API.

N/A

mcp-epochs

MCP tool that provides current Unix timestamp

N/A

mcpe_query

A library to get information of minecraft using the status ping [https://wiki.vg/Server_List_Ping#Client_to_server]

N/A

mcp-evals

GitHub Action for evaluating MCP server tool calls using LLM-based scoring

N/A

mcp-execution-server

MCP server for progressive loading TypeScript code generation

N/A

mcp-feedback-pipe

A modern Web-based MCP server for interactive user feedback collection - perfect for SSH environments

N/A

mcp-fider

MCP (Model Context Protocol) server for Fider API integration

N/A

mcp-file-lens

An MCP server providing a flexible lens into directory structures and files for LLM clients

N/A

mcp-file-to-base64

Convert the content of a local file to base64 code

N/A

mcp-fiscal-brasil

Servidor MCP para integrar IAs com o sistema fiscal brasileiro. Consulte CNPJ, NFe, NFSe, SPED, eSocial e mais via linguagem natural.

N/A

mcp-fmi

Unofficial integration of fmpy with mcp.

N/A

mcp-funding-insider-cc

一个能够自动抓取微信公众号融资信息的 MCP 工具

N/A

mcp-game-info

MCP server for game completion times (HLTB) and pricing data (gg.deals)

N/A

mcp-gdb

MCP server for GDB debugging functionality

N/A

mcp-git

MCP server for Git operations

N/A

mcp-git-analyzer

MCP server for analyzing Git repositories - extracts code structure, patterns, and documentation

N/A

mcp-git-commit-generator

Generate conventional commit messages from your staged git changes using Model Context Protocol (MCP).

N/A

mcp-git-config

MCP server for Git repository detection and username retrieval

N/A

mcp-git-explorer

Simple MCP server for fetching the remote git repository content as a structured text file

N/A

mcp-github

MCP server that lets LLMs interact with GitHub repositories, issues, and pull requests

N/A

mcp-github-advanced

Advanced GitHub MCP server — repo analysis, PR management, code review, CI/CD monitoring

N/A

mcp-github-cli

GitHub CLI extension for MCP that provides focused GraphQL and REST API tools.

N/A

mcp-github-memory-server

N/A

mcp-github-owners

Add your description here

N/A

mcp-github-projects

MCP Server for interacting with GitHub Projects V2

N/A

mcp-github-server

N/A

mcp-github-trending

A Model Context Protocol server providing GitHub trending repositories information for LLMs

N/A

MCP Gitlab

Secure MCP server for GitLab projects, merge requests, issues, and pipelines

N/A

mcp-gitlab-crunchtools

Secure MCP server for GitLab projects, merge requests, issues, and pipelines

N/A

mcp-gitlab-server

Creating GitLab MCP Server using Rust SDK

N/A

mcp-gitpro

Stdio-first GitHub-focused MCP server scaffold built on @vaur94/mcpbase.

N/A

mcp-git-tools

MCP server exposing read-only Git utilities (tree, file reads, commits)

N/A

mcp-govern

MCP server per consultar dades obertes del Govern de Catalunya: contractes, subvencions, sous, pressupostos, lobbies i transparència

N/A

mcp-hand-detection

MCP Hand Detection - 基于 MediaPipe 的手掌检测 MCP 服务

N/A

mcp-headgym-base

Provides utlities for accessing HeadGym experts

N/A

mcp-helper

MCP development assistant, helps build MCP client and MCP server.

N/A

mcp-hive-cli

CLI tool for creating MCP agents

N/A

mcp-host

Production-grade MCP host crate for building Model Context Protocol servers

N/A

mcp-http-tool

An MCP server that provides AI with robust HTTP request capabilities.

N/A

mcp-hydrocoder-ssh

SSH MCP Server for Claude Code

N/A

mcpick

Dynamic MCP server and plugin configuration manager for Claude Code

N/A

mcp-info

CLI tool to provide information about an MCP server

N/A

mcp-input-analyzer

Analyzes user-described build features (e

N/A

mcp-jenkins-fork

A fork of lanbaoshen/mcp-jenkins. See original at https://github.com/lanbaoshen/mcp-jenkins.

N/A

mcp-k8s-server

Kubernetes management MCP server

N/A

mcp-k8s-tools

MCP server for investigating Kubernetes clusters

N/A

MCP-Kali-Server

Automates Kali Linux pentesting with MCP: programmatic access to popular tools, SSH and reverse shell management, file operations, and Docker test mode. Perfect for CTFs, security research, and automated reporting.

N/A

mcpkit

Rust SDK for the Model Context Protocol (MCP) - the official facade crate providing unified access to all mcpkit functionality

N/A

mcp-kyvos-sample-client

A sample client implementation to interact with Kyvos MCP server.

N/A

mcp-langbase-reasoning

MCP server providing structured reasoning via Langbase Pipes - linear, tree, divergent, Graph-of-Thoughts, and decision framework modes

N/A

mcp-llm-client

Python client, based on fastmcp, for connecting to MCP servers through multiple protocols, specifically designed to work with integrated language models.

N/A

mcp-local-repo-analyzer

MCP server for analyzing outstanding git changes in repositories

N/A

mcp-log-agent

Real-time log capture CLI for development projects with MCP integration

N/A

mcp-luma

MCP server for Luma Dream Machine AI video generation

N/A

mcp-lumerpy

Official MCP wrapper for the lumerpy simulation library

N/A

mcp-macaroon-middleware

A production-grade, policy-as-code middleware for FastMCP servers that uses macaroons for fine-grained, dynamic, and capability-based authorization.

N/A

mcp-mailtrap

Official MCP Server for Mailtrap

N/A

mcp-manager

CLI tool for managing Model Context Protocol (MCP) servers in one place & using them across them different clients

N/A

mcp-manager-cli

A unified CLI and daemon/service to manage and proxy multiple MCP servers, with robust logging and a modern CLI UX.

N/A

mcp-master

A Python package for master MCP servers.

N/A

mcp-mat

Headless Eclipse MAT MCP server for Java heap dump analysis

N/A

mcp-materials-project

MCP Server for Materials Project database - query material properties, crystal structures, and phase diagrams with horizontal comparison Excel export

N/A

mcp-math-server

An MCP server that provides basic math operations

N/A

mcp-maven-deps

An MCP server that provides tools for checking Maven dependency versions

N/A

mcp-memento

An MCP server that provides persistent memory and context management across sessions

N/A

mcp-memory-server

mcp-memory-server is a Go-based context engine that captures and serves long-term developer memory—code, commits, logs, and docs—to power intelligent LLM assistants across your projects.

N/A

mcp-mermaid-image-gen

An MCP server that accepts mermaid code and generates diagrams as images.

N/A

mcp-methods

Reusable utility methods for MCP servers

N/A

mcp-metricflow

A Model Context Protocol (MCP) server that provides MetricFlow CLI tools

N/A

mcp-meupc

MCP server for browsing meupc.net — Brazilian PC building platform with price comparison

N/A

mcp-minideepsearch

A deep research agent based on LangGraph and MCP

N/A

mcp-mlb-statsapi

Python-based MCP using the mlb-statsapi library to provide three key functionalities(Retrieve Game Results, Retrieve Game Schedule and Retrieve Specific Game Results ) related to MLB games

N/A

mcp-modelservice-sdk

A CLI for the MCP Modelservice Example

N/A

mcp-mpv-player

MCP server for controlling mpv media player on Windows

N/A

mcp_mysql_server

一个基于 Go 语言和 `github.com/mark3labs/mcp-go` 库开发的 MySQL 数据库查询 MCP 服务器,支持通过 MCP 协议进行数据库查询操作。

N/A

mcp-n8n-builder

MCP server for building n8n workflows

N/A

mcp-neo4j-biomechanisms

Empirical Neuroscience Knowledge Graph MCP Server — how conscious experience is expressed in biological substrate

N/A

mcp-network-jcd

MCP server for network device queries (Palo Alto, Cisco IOS via SSH; F5 BIG-IP via iControl REST)

N/A

mcp-node-fetch

An MCP server for fetching URLs using undici

N/A

mcp-oignon

A lightweight, hand-crafted MCP server for exploring related literature and research

N/A

mcp-ollama-python

Model Context Protocol server that proxies local Ollama to MCP clients like Windsurf and VS Code

N/A

mcp-on-demand-tools

An MCP server for dynamic tool registration and AI-powered simulation via Goose recipes

N/A

mcp-openapi-proxy

MCP server for exposing OpenAPI specifications as MCP tools.

N/A

mcp-openapi-proxy-swagger-auth

MCP server for exposing OpenAPI specifications as MCP tools.

N/A

mcp-openapi-runner

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

N/A

mcp-open-client

An open MCP client implementation

N/A

mcpose

Composable FP (Koa-style) middleware proxy builder for any MCP server

N/A

mcp-package-hero

MCP server for package version checking, quality rating, and llms.txt documentation across PyPI, npm, pub.dev, and crates.io

N/A

mcp-pdb

MCP to use the python debugger, inspired by debug-gym

N/A

mcp-perforce

MCP server for Perforce code review - supports P4 native commands

N/A

mcp-platform

MCP Platform: Production-ready Model Context Protocol server deployment and management platform

N/A

mcp-plugin-api

A secure, high-performance API for building MCP plugins in Rust.

N/A

mcp-pr-description

MCP server that generates PR descriptions by learning from your team's merged PRs

N/A

mcp-prepare-transactions

MCP server for building unsigned transactions on multiple blockchains via Crypto APIs

N/A

mcp-protocol-client

⛔ DEPRECATED: Use mcp-protocol-sdk v0.4.0+ instead. This crate is consolidated into the main SDK.

N/A

mcp-proxy-exec

A MCP proxy-execute server for chaining tool calls. Passes output from one tool directly as input to another, especially when there are parameter dependencies.

N/A

mcp-pytest

pytest integration and CLI for testing MCP servers

N/A

mcp-python-client

Python client for interacting with MCP servers and LLMs

N/A

mcp-python-env-debugger

Add your description here

N/A

mcp-python-exec

MCP server to execute Python code in separate chroot environments

N/A

mcp-python-interpreter-adk-fork

MCP server for Python code execution and environment management. A fork of yzfly/mcp-python-interpreter for adk compatibility.

N/A

mcp-python-refactoring

MCP tool to guide Python code refactoring without automatic changes

N/A

mcp-refactor-typescript

MCP server for TypeScript/JavaScript code refactoring using TypeScript Language Server

N/A

mcp-registry-cli

CLI tool to navigate and manage MCP registry servers

N/A

mcp-relay-core

Zero-env-config credential relay for MCP servers

N/A

mcp-render

MCP server for managing services on Render.com

N/A

mcp-request

A comprehensive HTTP client MCP server for security testing, API testing, and web automation

N/A

mcp-requests

Un servidor MCP para realizar peticiones HTTP

N/A

mcp-resk

RESK-MCP is an open-source Python library designed to add a robust security and management layer over the official MCP Library.

N/A

mcp-rfc-editor

MCP server for editing RFC documents using rfc-editor library

N/A

mcp-rfc-editor

An MCP server that provides rfc editing capabilities

N/A

mcp-run-python-code

mcp-run-python-code: MCP server for running Python code, installing packages, and executing Python files.

N/A

mcp-rust-docs

A Model Context Protocol (MCP) server that provides comprehensive access to Rust crate documentation and metadata.

N/A

mcp-scaleway

MCP server for Scaleway cloud provider

N/A

mcp-scan

This package has been renamed to snyk-agent-scan. This is a redirect package that installs snyk-agent-scan and forwards the mcp-scan CLI to it.

N/A

mcp-scientific-calculator

Production-ready Model Context Protocol server for advanced mathematical calculations (SymPy, NumPy, SciPy, pandas)

N/A

mcp-sdk-rs

An SDK for building Model Context Protocol (MCP) clients and servers in Rust

N/A

mcp-search-linkup

A MCP server to search web with Linkup - **DEPRECATED** - Use the TypeScript version instead: https://github.com/LinkupPlatform/linkup-mcp-server

N/A

mcp-secure

MCPS -- MCP Secure. Cryptographic identity, message signing, and trust verification for the Model Context Protocol.

N/A

mcp-secure-exec

MCP server for executing user-defined shell commands via templates

N/A

mcp-seedance

MCP server for ByteDance Seedance AI video generation

N/A

mcp-select

CLI for discovering and running MCP Tool Shop tools

N/A

mcp-semantic-intelligence

An AI-Native Semantic Code Intelligence MCP Server — Deep correctness at scale.

N/A

mcp-sequential-thinking-test

MCP server for Notion integration

N/A

mcp-serve

Agentic server to support MCP tools for science

N/A

mcp-server

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB.

N/A

mcp-server

Cloud-hosted MCP server for Epidemic Sound

N/A

mcp-server

Discover cities where it's currently 5PM around the world with timezone and location data.

N/A

mcp-server

Official MCP server for FastAlert, providing tools to list channels and send notifications.

N/A

mcp-server

Commercial auto insurance MCP server for NYC TLC for-hire vehicles. 33 tools, submission to bind.

N/A

mcp-server

Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context.

N/A

mcp-server

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

N/A

mcp-server

An MCP server using official crate rmcp

N/A

mcp-server

An MCP server that provides visual memory and context storage with knowledge graph capabilities

N/A

mcp-server

“A Go-based MCP server with mock Contabo and Hetzner providers, designed for easy client integration and extensibility.”

N/A

mcp-server

A lightweight Go server designed to provide specific, read-only contexts (Git, OpenAPI, Stack Overflow) to assist an AI coding agent. The server is resilient, allowing features to be enabled or disabled via the configuration file.

N/A

mcp-server

Exploring MCP tooling and curating a lean, editor-friendly toolset that stays within the 80-tool recommendation for Cursor and similar environments.

N/A

mcp-server

MCP server exposing GitHub starred repositories as resources for LLM applications. Built with Bazel and Go.

N/A

mcp-server

An MCP server that provides access to Agility CMS. See https://mcp.agilitycms.com for more details.

N/A

mcp-server

52 MCP tools for AI social media: create, distribute, analyze, and optimize content.

N/A

mcp-server

build MCP servers via STDIO & streamable HTTP transport types

N/A

mcp-server

Servidor MCP (Model Context Protocol) - Implementación de servidor para integración con asistentes de IA

N/A

mcp-server

An MCP server built on top of Nasdanika (AI) capabilities

N/A

mcp-server

Packmind captures, scales, and enforces your organization's technical decisions.

N/A

mcp-server

Knowledge Graph, GraphQL, GS1 Digital Link and SEO tools for semantic content optimization.

N/A

mcp-server

Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale.

N/A

mcp-server

AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.

N/A

mcp-server

Yoku is a platform that provides structured, real-time brand identity and company data.

N/A

mcp-server

Healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints.

N/A

MCP-Server

MCP-Server built for clients with Azure SQL / Cosmos datastores

N/A

MCP-Server

This is a MCP server to provide a tools to management Inventory Firestore Database

N/A

mcp-server-aact

MCP server for AACT clinical trials database

N/A

mcp-server-aact-fastmcp

MCP server for AACT clinical trials database

N/A

mcp-server-adapter

This package provides mcp-servers by a simple mcp.json to the langchain-go ecosystem

N/A

mcp-server-agent-browser

MCP server for browser automation via Vercel's agent-browser CLI

N/A

mcp-server-aidd

This MCP server provides a set of tools that support AI-driven Development workflows.

N/A

mcp-server-amonhen

MCP server for Amon Hen — project-scoped advisory in Claude Code

N/A

mcp-server-analyzer

MCP server for Python code analysis with RUFF linting and VULTURE dead code detection

N/A

mcpServerAndClient

N/A

mcp-server-aws-code-documentation

N/A

mcp-server-aws-git-search

N/A

mcp-server-biliscribe

A MCP Server that extracts and formats video content into structured text, optimized for LLM processing and analysis.

N/A

mcp_server_blog_example

Demonstration of MCP server for incident response

N/A

mcp-server-c8y

A Python-based MCP server for Cumulocity IoT platform integration

N/A

mcp-server-circleci

N/A

mcp-server-clickhouse

N/A

mcp-server-client

N/A

McpServer-Client

N/A

mcp-server-clipboard

A MCP server to interact with Server Clipboard, research purpose only!

N/A

mcp-server-code-assist

MCP Code Assist Server

N/A

mcp-server-code-extractor

A Model Context Protocol (MCP) server that provides precise code extraction tools using tree-sitter parsing

N/A

mcp-server-codelogic

N/A

MCP-Server-Configuration-Debugger

CLI tool that helps debugging MCP Server Configuration errors

N/A

mcp-server-context-search-dcd222

MCP Server for codebase context search and retrieval

N/A

mcp-server-couchbase-sync-gateway

Experimental and unofficial MCP Server for interacting with Couchbase Sync Gateway

N/A

mcp-server-decoder

MCP server for Decoder - static call graph analysis for Python

N/A

mcp-server-deepresearch-yixing1684

My trial project for MCP deployment

N/A

mcp-server-demo

个人MCP Server 小Demo,配个client使用

N/A

mcp-server-devtools

A Model Context Protocol (MCP) server that provides useful developer tools for local development.

N/A

mcp-server-diff

Diff MCP server public interfaces - CLI tool and GitHub Action

N/A

mcp-server-dig

MCP server for AI-powered code archaeology — git blame, file history, contributor patterns, and related change analysis

N/A

mcp-server-docker

N/A

mcp-server-dpipblock

Add your description here

N/A

mcp-server-experiments

Go MCP server experiments exploring stdio and Cursor IDE integration patterns

N/A

mcp-server-fishcode2025

Server SDK for the Model Context Protocol

N/A

MCP Server for PowerPoint

PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.

N/A

mcp-server-for-powershell

MCP Server for PowerShell

N/A

mcp-server-gcodeclean

MCP server for G-code syntax validation using GCodeClean

N/A

mcp-server-git

N/A

mcp-server-git

MCP server for Git repository operations

N/A

mcp-server-github-chat

N/A

mcp-server-github-gist

MCP server to create, read, update, list, and search GitHub Gists from your IDE

N/A

mcp-server-glm-vision

MCP Server for GLM-4.5V integration with Claude Code

N/A

mcp-server-go-example

This example demonstrates how to build a minimal Model Context Protocol (MCP) server in Go

N/A

mcp-server-graylog

Search Graylog logs by timestamps, filter by streams, and debug production issues.

N/A

mcp-server-guide

A guide on how to use the Amplitude MCP server

N/A

mcp-server-if

MCP server for playing interactive fiction games (Glulx and Z-machine)

N/A

mcp-server-in-clicks

N/A

mcp-server-java

Simple Hello World server using https://github.com/modelcontextprotocol/java-sdk

N/A

mcpserver-judge

Juiz Computacional para LLMs - MCP Server

N/A

mcp-server-jupyter-edit

A runtime-less MCP server that provides tools for reading and editing Jupyter notebooks (.ipynb files) in an LLM-friendly format

N/A

mcp-server-kaggle-exec

MCP server for executing Python code on Kaggle GPU runtimes (T4/P100/TPU)

N/A

mcp-server-kubernetes

N/A

mcp-server-manager

A Model Context Protocol Server Manager (MCPSM) that orchestrates the MCP servers, manages their configurations, and provides a user-friendly interface for monitoring and controlling server instances.

N/A

mcp-server-meal-prep

Rust-based MCP server for meal planning and recipe management with comprehensive security features

N/A

mcp-server-mql5

A MCP server for MQL5 development: Compiles code locally via MetaEditor and searches official docs.

N/A

mcp-server-npm-search

MCP server to search npm packages, view details, compare, check downloads, and inspect dependencies from your IDE

N/A

mcp-server-ns-bridge

MCP server for Netherlands NS trains - route planning and pricing

N/A

mcp-server-nu

A Model Context Protocol (MCP) server for executing Nushell scripts

N/A

mcp-server-pipecd

An MCP Server for PipeCD

N/A

mcp-server-postcode

MCP server for searching Japanese postcodes, addresses, prefectures, buildings, and offices via postcode.teraren.com API

N/A

mcp-server-propel

MCP server for Propel code review API - submit git diffs for AI-powered code review

N/A

mcp-server-py2many

MCP Server for py2many - transpile Python to multiple languages

N/A

mcp-server-python-template

This template provides a streamlined foundation for building Model Context Protocol (MCP) servers in Python. It's designed to make AI-assisted development of MCP tools easier and more efficient.

N/A

mcp-server-qdrant-pro

MCP server for Qdrant vector database - supports personal memory management and enterprise GitHub codebase search. Extended from original mcp-server-qdrant package

N/A

mcp-server-runner

A WebSocket server implementation for running Model Context Protocol (MCP) servers. This application enables MCP servers to be accessed via WebSocket connections, facilitating integration with web applications and other network-enabled clients.

N/A

mcp-server-rust-test

这是一个简单的Rust语言编写的MCP_WEB框架,是cline+server的Mcp框架结构,局域网可用,里面除了简单的信息没有任何填充,带静态web界面

N/A

mcp-server-sensory

Multi-Sensory AI Communication - Morse, Braille, SSTV/REFLUX encode+decode for off-grid AI networks. Complete sensory loop!

N/A

mcp-server-software

A Model Context Protocol server that provides software management capabilities for your computer.

N/A

mcp-server-ssh-manager

SSH MCP server that can handle jumping between different hosts

N/A

mcp-server-statbridge

MCP server for official statistics from ISTAT, Eurostat, OECD, and ECB — with publication-quality charts and maps

N/A

mcp-server-tamplate

Template TypeScript para criacao de servidores MCP (Model Context Protocol) usando o SDK oficial @modelcontextprotocol/sdk

N/A

mcp-server-template-ts

Reference MCP server with best-practice patterns — starter template for building quality MCP servers (TypeScript)

N/A

mcp-server-thoth

MCP server for persistent codebase memory with semantic search and development tracking

N/A

mcp-server-tibet-forge

MCP Server for tibet-forge - Scan code, get roasts, submit to Hall of Shame

N/A

mcp-server-tilt

MCP server for Tilt dev environments — query status, read logs, trigger rebuilds, and wait for resources

N/A

mcp-server-today

Simple MCP Server to provide date services.

N/A

mcp-server-toggl

MCP Server for Toggl Track — team-wide reporting via Reports API v3

N/A

mcp-server-tree-sitter-extra

MCP Server for Tree-sitter code analysis

N/A

mcp-server-trending

MCP Server for trending data from multiple platforms for indie developers

N/A

mcp-server-wezterm

MCP server for WezTerm terminal

N/A

mcp-server-youtube

MCP server for YouTube — search videos, get transcripts, read comments and more

N/A

mcp-shared-lib

Shared library for MCP components providing common utilities, models, and tools

N/A

MCPShell

N/A

mcp-shell-server-fastmcp

MCP Shell Server - Execute shell commands via MCP protocol

N/A

mcp-shield-pii

Intercepting gateway proxy for MCP clients/servers — real-time PII redaction with regex, NLP, and optional subinterpreter concurrency

N/A

@mcp-sidekick/spotify

MCP server for Spotify API integration - control playback, search music, manage playlists

N/A

mcp-sitestone

MCP server for deploying sites to Sitestone (Arweave permanent hosting)

N/A

mcp-smart-proxy

An MCP server that provides a smart proxy to other mcp servers

N/A

mcp-smart-proxy

Token-efficient MCP server gateway with semantic tool search

N/A

mcpsmgr

Unified MCP server manager for multiple coding agents

N/A

mcp-snap7

MCP server for python-snap7, enabling MCP clients to interact with Siemens PLCs

N/A

mcp-sniffer

MCP Sniffer captures network traffic between MCP clients and servers and displays it in a web UI.

N/A

mcp-snoop

Transparent stdio interceptor for MCP JSON-RPC traffic. Like strace, but for MCP.

N/A

mcp-souschef

AI-powered MCP server for Chef, SaltStack, Puppet, PowerShell, and Bash to Ansible migration, plus Ansible upgrade planning

N/A

mcpspec

The definitive MCP server testing platform

N/A

mcp-springboot-server

Servidor Spring Boot para integração com o Model Context Protocol (MCP). Possui endpoints REST, arquitetura clara e documentação OpenAPI, facilitando o uso e integração de soluções MCP em Java.

N/A

mcp-sse-demo-02

Spring Boot MCP 服务器(示例占位描述),通过 GHCR 以 OCI 镜像发布至 MCP Registry。

N/A

mcp-sse-proxy

Proxy between MCP server using STDIO transport and client using SSE transport

N/A

mcp-ssh-session

MCP server for managing persistent SSH sessions

N/A

mcp-ssh-tmux

MCP server for persistent SSH sessions via local tmux

N/A

MCPStack

Stack & Orchestrate MCP Tools — The Scikit-Learn-Pipeline Way , For LLMs

N/A

mcp-standalone

A standalone MCP client without external dependencies

N/A

mcp-starter-cli

CLI tool to scaffold, run, and test MCP servers locally with Node

N/A

mcp-starter-template-ts

TypeScript starter template for building Model Context Protocol (MCP) servers, designed to help developers create secure and robust AI-agent-compatible services.

N/A

mcp-stdin-debug

A simple Python package

N/A

mcp-stdio-proxy

MCP (Model Context Protocol) proxy server and CLI tool for protocol conversion and remote service access

N/A

mcp-stock-screener

AI-powered financial analysis system that processes natural language queries and returns structured stock analysis results via MCP

N/A

mcp-swiss

Swiss open data MCP server — 68 tools across 20 modules. Zero API keys.

N/A

mcp-table-editor

Add your description here

N/A

mcp-tcl-udf-server

Provides a TCL Interpreter with user defined functions (UDF) as an MCP server

N/A

mcpterm

An MCP tool server that provides stateful, TUI-compatible terminal sessions.

N/A

mcp-terminal-emulator

MCP server for interactive terminal sessions with cross-platform PTY support

N/A

mcp-testcortexai

TestCortex AI is a specialized quality engineering tool built on top of the Goose AI platform

N/A

mcp-testing-framework

Comprehensive testing framework for Model Context Protocol (MCP) servers - Enhanced fork of mcp-client-cli with advanced testing capabilities

N/A

mcp-testing-sensei

An MCP server to guide agentic coding tools to use language agnostic testing principles.

N/A

mcp-test-server

A simple Model Context Protocol (MCP) server that provides various tools to test edge cases with MCP clients. Useful for testing error handling in MCP clients.

N/A

mcp-texicode

MCP server wrapping TeXicode CLI for LaTeX-formatted terminal output

N/A

mcp-text-editor-fastmcp

MCP Text Editor Server - Edit text files via MCP protocol

N/A

mcp-tfstate-reader

MCP server for auditing Terraform state files for security misconfigurations

N/A

mcp-this-openapi

MCP Server that creates tools from OpenAPI/Swagger specifications

N/A

mcp-time-servercuclsy

A simple MCP (Model Context Protocol) Server that provides a tool to get the current time with optional timezone support.

N/A

mcp_time_server_cyf_cuc

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-time-server-fwj

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-time-server-ziba

An MCP Server that provides a tool to get the current time with optional timezone support

N/A

mcp-tmux-server

MCP server for interactive tmux terminal sessions with Claude Code

N/A

mcp-tool-override-tester

Verifies if a tool with the same name can override an existing one on a different server.

N/A

mcp-tools-cli

command-line client for interacting with Model Context Protocol (MCP) servers.

N/A

mcp-tool-selection-bench

Benchmark LLM tool selection accuracy for MCP tools using the GitHub Copilot SDK

N/A

mcp-tool-server

A unified MCP platform that lets clients interact with infrastructure providers like Contabo and Hetzner through a single, extensible control layer.

N/A

mcp-tool-tingz

Helper toolkit to build MCP servers

N/A

mcp-transcoder

Bridge STDIO-based MCP clients to StreamableHTTP MCP servers with header, TLS, and timeout options.

N/A

mcp-translation-text

MCP provider wrapping the Niutrans translation API

N/A

mcp-tree-explorer

MCP tool that provides directory tree visualization for Cursor

N/A

mcp-ts-core

Agent-native TypeScript framework for building MCP servers with declarative definitions.

N/A

mcp_typegen

A library that exposes the model context protocol specificiation as rust types by generating types from a Model Context Protocol JSON files

N/A

mcp-valve

Unified MCP CLI - Generic MCP Protocol Client

N/A

mcp-vcd

A model context protocol (MCP) server for value change dump (VCD) waveforms.

N/A

mcp-vector-search

CLI-first semantic code search with MCP integration and interactive D3.js visualization for exploring code relationships

N/A

mcp-vector-search-nepavel

MCP server for cloud-based vector code search

N/A

mcp-veo

MCP server for Google Veo AI video generation

N/A

mcp-verification-code

一个简单的验证码生成工具

N/A

mcp-victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

N/A

mcp-video2text

Convert online video to text, read it quickly

N/A

mcp-video-pipeline_2

MCP server for generating algorithm explanation videos

N/A

mcp-vision-stat

A MCP server providing tools to fetch statistics from video intelligent operation platform powered by E20

N/A

mcp-vm-blackbox

MCP server for controlling VirtualBox VMs — screenshots, keyboard input, PowerShell, vagrant, WinRM, podman, and CI build pipelines

N/A

mcp-vue-codegen

MCP Server for generating Vue3 CRUD module code from database table schema JSON

N/A

mcpware/claude-code-organizer

N/A

mcp-wayback-machine

MCP server and CLI tool for interacting with the Wayback Machine without API keys

N/A

mcp-weather-server

Go MCP Weather Server with HTTP, SSE, and stdio transports. LLM tool discovery and Cursor IDE integration.

N/A

mcp-web-crawler-client

A Python MCP (Model Context Protocol) client for connecting to remote web crawler servers.

N/A

mcp-webpage-to-s3

MCP Server for deploy html content to S3

N/A

mcp-websearch-server

A Model Context Protocol (MCP) server that provides multi-engine web search capabilities with content extraction.

N/A

mcp-zen-of-languages

Multi-language architectural and idiomatic code analysis via CLI and MCP server.

N/A

mcp-zuul

Zuul CI — build failure analysis, log search, pipeline status, and job configuration

N/A

mdbook-exercises

An mdBook preprocessor for interactive exercises with hints, solutions, and test execution

N/A

mdvault

CLI tool for managing markdown vaults with structured notes, validation, and search

N/A

mealie-mcp-server-ts

MCP server for Mealie recipe management

N/A

media-works-mcp-server

A Docker-based media processing MCP server

N/A

Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval

Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.

N/A

medulla

A git-native, AI-accessible knowledge engine for software projects

N/A

megalinter

MCP server for running Ox Security MegaLinter via mega-linter-runner

N/A

mega-mcp-server

MCP server for MEGA cloud storage CLI

N/A

memcan

Persistent memory for Claude Code — CLI client

N/A

@memly/mcp-server

Memly MCP Server — persistent memory for any IDE

N/A

memory-mcp

Persistent memory + git snapshots for Claude Code. Never lose context or code.

N/A

memory-mcp

情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力

N/A

memrl

Memory-augmented reinforcement learning for Claude Code - persistent memory that learns from experience

N/A

@mergeguide/mcp-server

MergeGuide policy checking MCP server for Claude Code

N/A

meriadoc

A CLI tool for discovering, validating, and running tasks, jobs, and shells defined in project specification files, with built in MCP server capabilities.

N/A

mermaid-mcp-app

MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients

N/A

@mesaque/apikibot-mcp

MCP server para integração do Claude Code com o ApikiBot

N/A

@metaneutrons/doc-tools-mcp

MCP server for managing pandoc/CSL-YAML bibliographies

N/A

metarepo

A powerful multi-project management tool inspired by the meta npm package - manage multiple git repositories with ease

N/A

mete

Structural metrics engine for code quality analysis

N/A

metoro-io_metoro-mcp-server

Mirror of https://github.com/metoro-io/metoro-mcp-server

N/A

MetricDuck — Financial Analysis

SEC filing intelligence for AI agents. Financials, screening, peer comparison for 5,000+ companies.

N/A

metricui

React dashboard components — API lookup, code generation, and prop validation for AI tools.

N/A

@metronome/mcp

The official MCP Server for the Metronome API

N/A

@mgsoftwarebv/mcp-server-bridge

MCP Server bridge for MG Tickets - connects Cursor to HTTP MCP server with image support and GitHub code exploration

N/A

microcks-mcp-server

MCP Server for interacting with a Microcks instance from an Agent/MCP Client.

N/A

micropub

Ultra-compliant Micropub CLI for creating, updating, and managing IndieWeb posts

N/A

@microsoft/learn-cli

CLI for the Microsoft Learn MCP server.

N/A

@mieubrisse/notion-mcp-server

A maintained fork of the official Notion MCP server

N/A

MileMaker MCP

MileMaker MCP server provides mapping services for commercial transportation.

N/A

milkee-mcp

MCP server for MILKEE Swiss accounting software

N/A

Mimiq - Synthetic User Testing

Your agent tests pages, copy, and flows on simulated users while you build.

N/A

minimax-cli

Unofficial MiniMax M2.5 CLI - Just run 'minimax' to start chatting

N/A

minutes-cli

CLI for minutes — record, transcribe, and search conversation memory

N/A

@miocid152/sonarqube-mcp-server

MCP Server for SonarQube integration

N/A

Miro

Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.

N/A

@mirrai/mcp-server

MCP server for Mirra - AI-powered social media content platform

N/A

mirroir-mcp

MCP server that controls a real iPhone through macOS iPhone Mirroring. Screenshot, tap, swipe, type — from any MCP client.

N/A

mirrored-cilium-clustermesh-apiserver

N/A

@missionsquad/mcp-github

MCP server for using the GitHub API

N/A

mistaike.ai

295k+ bug-fix patterns with MCP Hub proxy, PII filtering, and code search

N/A

mistfs-mcp-server

Model Context Protocol (MCP) server providing integrated tools for Microsoft Team Foundation Server (TFS) operations. Features include:

N/A

mistralrs-mcp

MCP (Model Context Protocol) client for mistral.rs

N/A

mlua-probe-mcp

MCP server (stdio) for mlua-probe — Lua debugger for environments without DAP support

N/A

mm-server-20.11.1-ci

N/A

mm-server-20.18.1-ci

N/A

mne-docs-mcp

MCP server providing access to MNE-Python documentation, source code, GitHub issues, and community forum

N/A

mnemosyne-cli

AI-powered JVM heap analysis tool — parse HPROF dumps, detect memory leaks, trace GC paths

N/A

mobile-debug-mcp

MCP server for mobile app debugging (Android + iOS), with focus on security and reliability

N/A

mobile-device-mcp

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

N/A

mock_ncip_server

N/A

@modemdev/glance-codex

glance.sh MCP server package for Codex

N/A

modern-treasury-mcp

The official MCP Server for the Modern Treasury API

N/A

mollendorff-forge

Battle-tested financial math for AI. 173 Excel-compatible functions validated against Gnumeric & R. MCP integration, Monte Carlo, Decision Trees, Real Options.

N/A

Monarch MCP Server

Access Monarch financial data — accounts, transactions, budgets, and more

N/A

monarchmoney

Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.

N/A

Monday.com (unofficial)

N/A

monitor

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

N/A

@moonbaseai/mcp

The official MCP Server for the Moonbase API

N/A

moonphase-mcp-server

A demo MCP server with no external dependencies (specifically, no Go MCP SDK used). Great if you want to learn how MCP servers work.

N/A

@morphixai/mcp-server

MorphixAI MCP Server — connect AI agents (Claude Code, Cursor, Windsurf) to GitHub, GitLab, Jira, Notion, Gmail, Outlook, Figma, and 40+ workplace tools.

N/A

motosan-agent-loop

Standalone ReAct agent loop — LlmClient + AgentLoop with no platform dependencies

N/A

mpop

Server fleet management MCP — monitor, deploy, and manage distributed Linux servers

N/A

mr-magic-mcp-server

Lyrics MCP server connecting LRCLIB, Genius, Musixmatch, and Melon

N/A

@mrnitro360/react-native-mcp-guide

MCP server for React Native best practices guidance with expert-level code remediation

N/A

msbuild-mcp-server

A lightweight MCP server for automating MSBuild projects and solutions builds.

N/A

mseep-africas-talking-airtime-mcp-server

An MCP server that provides tools for interacting with Africa's Talking airtime service.

N/A

mseep-biggo-mcp-server

A Model Context Protocol (MCP) server that provides product search, price history tracking, and specification search capabilities.

N/A

mseep-echo-mcp-server-for-testing

A simple echo MCP (Model Context Protocol) Server for testing MCP Clients

N/A

mseep-k8s-mcp-server

MCP Server for Kubernetes CLI tools (kubectl, istioctl, helm, argocd)

N/A

mseep-luma-ai-mcp-server

MCP server for Luma AI video generation

N/A

mseep-mcp-cube-server

MCP server for interfacing with Cube.dev REST API

N/A

mseep-mcp-server-aact

MCP server for AACT clinical trials database

N/A

mseep-mcp-server-akshare

MCP server for AKShare financial data

N/A

mseep-mcp-server-code-assist

MCP Code Assist Server

N/A

mseep-mcp-server-starrocks

official MCP server for StarRocks

N/A

mseep-mcp-server-weibo

A MCP Server for Weibo

N/A

mseep-mcp-shell-server

MCP Shell Server - Execute shell commands via MCP protocol

N/A

mseep-mcp-yfinance-server

A Yfinance MCP Server providing comprehensive financial data and analysis

N/A

mseep-pygithub-mcp-server

GitHub MCP Server using PyGithub

N/A

mseep-td-mcp-server

Treasure Data API client for MCP

N/A

mseep-xctools-mcp-server

A Model Context Protocol server for different Xcode related tools

N/A

msx-mcp

MSX CAS Packager, a CLI tool to manage MSX CAS files

N/A

@mtane0412/perspective-mcp-server

A Model Context Protocol (MCP) server that provides tools for interacting with Perspective API

N/A

@mudravaorg/mcp-server

PixelFixer MCP server – exposes kanban tasks, GitHub context, and AI actions to MCP-compatible AI agents (Claude, Cursor, VS Code, Windsurf)

N/A

multi-docker-server

N/A

@muscular/robotmem

Thin npm wrapper for the robotmem Python CLI and MCP server.

N/A

@muuktest/amikoo-mcp

Official MuukTest Amikoo MCP Server.

N/A

@mux/mcp

The official MCP Server for the Mux API

N/A

mxr

A programmable, agent-native email client. One CLI across all your providers.

N/A

my-code-server

N/A

mysql-mcp-server-ms

MCP server for MySQL — connect to any MySQL host from Cursor, Claude Code, or any MCP client.

N/A

mysql-mcp-server-query-builder

MySQL MCP Server for Cursor IDE

N/A

@myuon/refactor-mcp

MCP server for refactoring tools

N/A

n8n-mcp-server

Servidor MCP para integraciones con arcar.org

N/A

nab

Token-optimized HTTP client for LLMs — fetches any URL as clean markdown

N/A

@nahisaho/shikigami-mcp-server

SHIKIGAMI MCP Server - Deep Research tools with search fallback mechanism

N/A

nakkas

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.

N/A

namecheap

Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links

N/A

Nansen (DEPRECATED)

DEPRECATED - This server has been moved to io.github.nansen-ai/nansen-mcp. Do not use.

N/A

@nayagamez/codex-cli-mcp

MCP server wrapping Codex CLI (codex exec) as tools

N/A

@nazruden/clickup-server

ClickUp MCP Server for LLM integration

N/A

NCI GDC

N/A

@ncukondo/pubmed-mcp

MCP server for searching PubMed scientific articles

N/A

@nekzus/mcp-server

NPM Sentinel MCP - A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI. Built to integrate with Claude and Anthropic AI, it provides real-time intelligence on package security, dependencies, and performance.

N/A

neptime-mcp-server

MCP server for Neptime.io API - Video platform API integration

N/A

nerdctl-mcp-server

MCP Server for Nerdctl coded in Go

N/A

nereid

Terminal-first diagram TUI and MCP server for Mermaid-backed sessions

N/A

@netlify/mcp

[Netlify MCP Server](https://docs.netlify.com/welcome/build-with-ai/netlify-mcp-server/) follows the [Model Context Protocol (MCP)](https://modelcontextprotocol.org) to enable code agents to use the Netlify API and CLI—so they can create new projects, bui

N/A

netmind-mcpserver-mcp

AThis is an MCP (Model Context Protocol) server specifically built to collect and serve ratings and reviews for other MCP servers deployed on the NetMind platform.

N/A

@netpad/mcp-server-remote

Remote MCP server for NetPad - deployable to Vercel for Claude custom connectors. Includes all 80+ tools from @netpad/mcp-server.

N/A

neuron-mcp

MCP client and server bridging MCP tools with neuron ToolRegistry

N/A

neurostack

Token-efficient MCP memory for Markdown vaults. Tiered retrieval, hybrid search, GraphRAG.

N/A

nexlify-mcp-server

The Nexlify MCP Server is a lightweight Python package designed to integrate GitHub Copilot with the Nexlify AI system.

N/A

next2d-development-mcp

MCP server for Next2D application development assistance

N/A

nexus

Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts

N/A

@nexus2520/bitbucket-mcp-server

MCP server for Bitbucket API integration - supports both Cloud and Server

N/A

nginx-agent-builder

N/A

nginx-agent-builder-arm64

N/A

ngircd

N/A

nguyenvanduocit/jira-mcp

N/A

nia-mcp-server

Nia

N/A

niceform-mcp-server

MCP server for niceform.ai - Create forms using AI from any MCP-compatible client

N/A

nightglass

Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.

N/A

nile-markets-cli

CLI for the Nile Markets platform

N/A

nimble-js-mcp

The official MCP Server for the Nimble API

N/A

@nimbus21.ai/chrome-devtools-mcp

MCP server for Chrome DevTools with stealth mode support

N/A

@nirvana-labs/nirvana-mcp

The official MCP Server for the Nirvana Labs API

N/A

@nitrostack/cli

CLI for NitroStack - Create and manage MCP server projects

N/A

nlobby-cli

CLI and MCP server for N Lobby school portal

N/A

noinput-cli-mcp-server

Command line interface for MCP clients with secure execution and customizable security policies (no STDIN)

N/A

noir-mcp-server

MCP server for Noir development - clones and searches Noir documentation, stdlib, and examples

N/A

Noosphere

Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.

N/A

normi

French real estate data API (DVF) — 17M+ geocoded transactions since 2014.

N/A

Norvstar — Professional Identity MCP Server

Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis.

N/A

notarai

CLI validator for NotarAI spec files

N/A

@notionhq/notion-mcp-server

Official MCP server for Notion API

N/A

nova-control-mcp-server

MCP server for controlling a NOVA DIY Artificial Intelligence Robot by Creoqode

N/A

Nowah Travel

Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more

N/A

@nozomtechs/daaem-pmo-mcp

MCP server for Daaem PMO — connect Claude Code to your project management system

N/A

npi-registry-mcp-server

MCP server for searching the National Provider Identifier (NPI) registry

N/A

npi-registry-mcp-server-fastmcp

MCP server for searching the National Provider Identifier (NPI) registry

N/A

npm

MCP server for npm package management — publish, version, search, audit, and more

N/A

npm-plus

npm MCP — search packages, bundle sizes, vulnerabilities, compare downloads.

N/A

NPM Plus

N/A

npm-search

npm search MCP — find packages, view details, compare, check downloads.

N/A

NPM Search

N/A

npm-search-mcp

Search npm packages, get live registry data, and compare alternatives. No API key needed.

N/A

@npm-workflow86/mcp-server

MCP Server for workflow86.com

N/A

nr-mcp

MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools

N/A

nsip

NSIP Search API client for nsipsearch.nsip.org/api

N/A

nucel-agent-opencode

OpenCode provider for Nucel agent-sdk — HTTP client to OpenCode server

N/A

nu-mcp

Modules to run a model context protocol (MCP) server that provides Nushell as a tool.

N/A

Nursing Home Database

MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).

N/A

nuuly-bigquery-mcp-server

MCP server for code editors, connects to Google BigQuery

N/A

nuwax-sync

Sync GitHub Release assets to Alibaba Cloud OSS

N/A

@nxavis/pb-parser-mcp

PowerBuilder source file parser MCP server

N/A

@o3r/mcp

Experimental package — This module provides a MCP Server

N/A

oak-julia

Julia scientific computing language parser with support for high-performance numerical analysis and scientific computing.

N/A

oak-mcp

Oak MCP server with support for compact code structures and fuzzy semantic search.

N/A

oak-nix

Nix package manager language parser with support for declarative package configuration and reproducible builds.

N/A

oak-php

PHP server-side scripting language parser with support for web development and modern PHP features.

N/A

oak-powershell

PowerShell script parser with support for modern PowerShell syntax and cmdlets.

N/A

oak-vhdl

VHDL language parser with support for hardware description and digital circuit design.

N/A

oak-wat

WebAssembly Text (WAT) language parser with support for web platform development and portable code generation.

N/A

oauth-server-cicd

N/A

OCDS German Procurement Search

Search and match German public procurement tenders (OCDS) from your local LLM.

N/A

oci-documentation-mcp-server

An Model Context Protocol (MCP) server for OCI Documentation

N/A

octav

CLI tool for the Octav crypto portfolio API

N/A

octoboost-mcp-server

OctoBoost MCP Server for token-efficient SEO / GEO analysis. Analyze multiple URLs with categorized checks and scored results.

N/A

Octopus Deploy

N/A

odnelazm-mcp

A MCP server that allows LLM clients to interact with Kenyan parliementary sittings data

N/A

@ohah/electron-mcp-server

MCP server for Electron app automation via CDP. Agent-browser style compact refs. Use with any Electron app running --remote-debugging-port=9222.

N/A

oke-mcp-server

Minimal MCP server for managing Oracle OKE & Kubernetes, optimized for LLMs.

N/A

@okmira/mcp

MCP server for Mira — where stakeholders shape how AI builds your product

N/A

olaf

Codebase context engine for Claude Code

N/A

@oliverames/sprout-mcp-server

MCP server for Sprout Social API

N/A

olmv0-mcp-server

A MCP server for Operator Lifecycle Manager (OLM) v0, providing AI assistants with the ability to interact with OLM resources in Kubernetes clusters.

N/A

omengrep

Semantic code search — multi-vector embeddings + BM25

N/A

OmniClip RAG

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

N/A

omni-index

Omniscient Code Index - Semantic, interventionist code indexer for AI agents

N/A

oncrawl-mcp-server

MCP server that exposes OnCrawl's API for use with Claude Code and Claude Desktop

N/A

@one710/consciousness

A powerful, pluggable vector memory and MCP server for semantic search.

N/A

OneChainCodeReviewMCP

MCP server: Move Book chapters + One Chain hackathon audit

N/A

@oneentry/mcp-server

MCP server for OneEntry SDK — rules and skills for Claude Code

N/A

@onetreehill/epayments-mcp-server

ePayments MCP Server - AI-powered payment integration assistant for all tech stacks

N/A

ookla-server-host.docker

N/A

oor

System operations and monitoring CLI for Optima infrastructure

N/A

@op0live/mcp-server

MCP server for OP0 Altar creation — deploy self-rewarding meme coins on Solana

N/A

opcd

Coding Agent配置管理CLI工具

N/A

openai-oxide

Idiomatic Rust client for the OpenAI API — 1:1 parity with the official Python SDK

N/A

openapi

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

N/A

openapi-mcp-server

HTTP server that converts OpenAPI specifications into MCP tools and proxies calls to upstream APIs.

N/A

openapi-mcp-swagger

Solve AI context window limits for API docs | Convert any Swagger/OpenAPI to searchable MCP server | AI-powered endpoint discovery & code generation | Works with Cursor, Claude, VS Code

N/A

openbrowser-ai

AI browser automation. Write async Python to navigate, click, type, and extract data.

N/A

openchrome-mcp

Open-source browser automation MCP server. Control your real Chrome from any AI agent.

N/A

OpenClaw Direct

Deploy, monitor, and manage your OpenClaw AI assistants via natural language.

N/A

opencode-sdk

Rust SDK for OpenCode (HTTP-first hybrid with SSE streaming)

N/A

opencode-server-mcp

MCP server for controlling OpenCode servers via the OpenCode Server API

N/A

openfinance

Connect your financial accounts to view balances, search transactions, and get spending insights.

N/A

opengrok-mcp-server

MCP server bridging OpenGrok search engine with AI for instant context across massive codebases

N/A

OpenGrok MCP Server

MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.

N/A

@openmemory/install

OpenMemory MCP server installation tool

N/A

openmeteo-mcp-server

MCP Server for global weather, forecasts, air quality and climate data via Open-Meteo

N/A

open-project-sidecar-mcp

MCP server for OpenProject project management – use with Claude Code, Cursor, or any MCP client

N/A

openregister-mcp

The official MCP Server for the Openregister API

N/A

openresponses-rust

A Rust client library for the Open Responses API specification

N/A

openrouter_api

A Rust client library for the OpenRouter API

N/A

@openstride/mcp-server

MCP server for OpenStride fitness data access

N/A

Open Video

AI-powered video publishing, channel management, and monetization via open.video

N/A

openvscode-server

N/A

openweathermap-mcp-server

A lightweight MCP server using Bun to fetch current and 5-day weather data from OpenWeatherMap APIs. Built with @modelcontextprotocol/sdk, Zod for validation, and Axios for API calls. Provides tools to get weather info by latitude and longitude over stdio transport.

N/A

@operatorkit/hs

HelpScout CLI with embedded MCP server

N/A

op-mcp

MCP server providing LLM access to 1Password CLI

N/A

ops-automation-mcp-ts

TypeScript MCP server for Docker, K3s, Systemd service management and Jenkins builds

N/A

optix-mcp-server

MCP server for source code analysis

N/A

optix-mcp-server-ravn

MCP server for source code analysis

N/A

oracle.oci-access-governance-mcp-server

OCI Access Governance MCP server

N/A

oracle.oci-ai-data-platform-mcp-server

OCI AI Data Platform MCP server

N/A

oracle.oci-analytics-mcp-server

OCI Analytics MCP server

N/A

oracle.oci-announcements-mcp-server

OCI Announcements MCP server

N/A

oracle.oci-api-gateway-mcp-server

OCI API Gateway MCP server

N/A

oracle.oci-api-mcp-server

OCI CLI MCP server

N/A

oracle.oci-application-dependency-management-mcp-server

OCI Application Dependency Management MCP server

N/A

oracle.oci-application-performance-monitoring-mcp-server

OCI Application Performance Monitoring MCP server

N/A

oracle.oci-artifacts-mcp-server

OCI Artifacts MCP server

N/A

oracle.oci-audit-mcp-server

OCI Audit MCP server

N/A

oracle.oci-autoscaling-mcp-server

OCI Autoscaling MCP server

N/A

oracle.oci-bastion-mcp-server

OCI Bastion MCP server

N/A

oracle.oci-big-data-mcp-server

OCI Big Data MCP server

N/A

oracle.oci-blockchain-platform-mcp-server

OCI Blockchain Platform MCP server

N/A

oracle.oci-budgets-mcp-server

OCI Budgets MCP server

N/A

oracle.oci-cache-mcp-server

OCI Cache MCP server

N/A

oracle.oci-certificates-mcp-server

OCI Certificates MCP server

N/A

oracle.oci-cloud-advisor-mcp-server

OCI Cloud Advisor MCP server

N/A

oracle.oci-cloud-bridge-mcp-server

OCI Cloud Bridge MCP server

N/A

oracle.oci-cloud-guard-mcp-server

OCI Cloud Guard Service MCP server

N/A

oracle.oci-cloud-mcp-server

OCI Python SDK MCP server

N/A

oracle.oci-cluster-placement-groups-mcp-server

OCI Cluster Placement Groups MCP server

N/A

oracle.oci-compute-cloud-at-customer-mcp-server

OCI Compute Cloud@Customer MCP server

N/A

oracle.oci-compute-instance-agent-mcp-server

OCI Compute Instance Agent MCP Server

N/A

oracle.oci-compute-mcp-server

OCI Compute Service MCP server

N/A

oracle.oci-connector-hub-mcp-server

OCI Connector Hub MCP server

N/A

oracle.oci-container-instance-mcp-server

OCI Container Instance MCP server

N/A

oracle.oci-control-center-mcp-server

OCI Control Center MCP server

N/A

oracle.oci-core-services-mcp-server

OCI Core Services MCP server

N/A

oracle.oci-dashboards-mcp-server

OCI Dashboards MCP server

N/A

oracle.oci-database-management-mcp-server

OCI Database Management MCP server

N/A

oracle.oci-database-mcp-server

OCI Database Service MCP server

N/A

oracle.oci-database-migration-mcp-server

OCI Database Migration MCP server

N/A

oracle.oci-database-tools-mcp-server

OCI Database Tools MCP server

N/A

oracle.oci-data-catalog-mcp-server

OCI Data Catalog MCP server

N/A

oracle.oci-data-flow-mcp-server

OCI Data Flow MCP server

N/A

oracle.oci-data-integration-mcp-server

OCI Data Integration MCP server

N/A

oracle.oci-data-labeling-management-mcp-server

OCI Data Labeling Management MCP server

N/A

oracle.oci-data-labeling-mcp-server

OCI Data Labeling MCP server

N/A

oracle.oci-data-safe-mcp-server

OCI Data Safe MCP server

N/A

oracle.oci-data-science-mcp-server

OCI Data Science MCP server

N/A

oracle.oci-delegate-access-control-mcp-server

OCI Delegate Access Control MCP server

N/A

oracle.oci-devops-mcp-server

OCI DevOps MCP server

N/A

oracle.oci-digital-assistant-mcp-server

OCI Digital Assistant MCP server

N/A

oracle.oci-dns-mcp-server

OCI DNS MCP server

N/A

oracle-oci-documentation-mcp-server

An Model Context Protocol (MCP) server for OCI Documentation

N/A

oracle.oci-document-understanding-mcp-server

OCI Document Understanding MCP server

N/A

oracle.oci-globally-distributed-database-mcp-server

OCI Globally Distributed Database MCP server

N/A

oracle.oci-goldengate-mcp-server

OCI GoldenGate MCP server

N/A

oracle.oci-identity-domains-mcp-server

OCI Identity Domains MCP server

N/A

oracle.oci-identity-mcp-server

OCI Identity Service MCP server

N/A

oracle.oci-internet-of-things-mcp-server

OCI Internet of Things MCP server

N/A

oracle.oci-java-management-mcp-server

OCI Java Management MCP server

N/A

oracle.oci-kubernetes-engine-mcp-server

OCI Kubernetes Engine MCP server

N/A

oracle.oci-language-mcp-server

OCI Language MCP server

N/A

oracle.oci-license-manager-mcp-server

OCI License Manager MCP server

N/A

oracle.oci-oracle-streaming-mcp-server

OCI Oracle Streaming MCP server

N/A

oracle.oci-resource-manager-mcp-server

OCI Resource Manager MCP server

N/A

oracle.oci-resource-scheduler-mcp-server

OCI Resource Scheduler MCP server

N/A

oracle.oci-rover-mcp-server

OCI Rover MCP server

N/A

oracle.oci-secure-desktops-mcp-server

OCI Secure Desktops MCP server

N/A

oracle.oci-service-catalog-mcp-server

OCI Service Catalog MCP server

N/A

oracle.oci-service-limits-mcp-server

OCI Service Limits MCP server

N/A

@orangeweb3/mcp-orange-api

Orange Web3 MCP server with Bedrock auth tooling and CLI

N/A

orcs-mcp

MCP (Model Context Protocol) client integration for ORCS

N/A

organizational-intelligence-plugin

Organizational Intelligence Plugin - Defect pattern analysis for GitHub organizations

N/A

oschina/mcp-gitee

N/A

osint-skill

OSINT Skill for AI agents (Claude Code, OpenClaw, Codex, OpenCode) — from a name to a scored dossier with psychoprofile, career map, and confidence grades. 55+ Apify actors, 7 search APIs, swarm mode. Early Beta.

N/A

OsqueryMcpServer

MCP wrapper and Claude Code Skill for osquery

N/A

oss-autopilot

Open source contribution manager with PR tracking, issue discovery, and CI diagnosis

N/A

osvm

OpenSVM CLI tool for managing SVM nodes and deployments

N/A

otoinstall-mcp-server

OtoInstall MCP Server — Deploy projects from Claude, Cursor, Windsurf, Cline, Zed, and any MCP-compatible AI tool

N/A

@ourroadmaps/mcp

MCP server for OurRoadmaps - manage roadmaps, features, and ideas from Claude Code

N/A

outline-mcp

Tree-structured session guide & checklist as an MCP server

N/A

oxlint-mcp

MCP server for Oxlint

N/A

@p1va/symbols

MCP server to read, inspect and troubleshoot codebase symbols

N/A

p402

Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee.

N/A

PaKi Curator — Visual Medicine Art Catalog

300 contemplative moving art works by César Yagüe. Search, browse, get recommendations.

N/A

palrun

AI command palette for your terminal - discover and run project commands instantly

N/A

@pangeacyber/mcp-proxy

Protect any MCP server from malicious entities and confidential PII.

N/A

papers-core

CLI and MCP server for academic paper search, management, and local RAG

N/A

PapersFlow

Academic research MCP server for paper search, citation checks, graphs, and deep research.

N/A

Parallect

Fan out deep research across multiple AI providers, synthesize into one unified report.

N/A

parecode

A terminal coding agent built for token efficiency and local model reliability

N/A

par-term-mcp

MCP (Model Context Protocol) stdio server for par-term terminal emulator

N/A

passport-mcp

Build MCP servers for any website with automatic browser auth syncing

N/A

pawan-mcp

Pawan MCP client integration — connect to MCP servers and bridge tools

N/A

@payark/mcp-server

The official PayArk Model Context Protocol (MCP) server.

N/A

pb-server-build

N/A

PDB-MCP-Server

A Model Context Protocol (MCP) server that provides access to the Protein Data Bank (PDB) - the worldwide repository of information about the 3D structures of proteins, nucleic acids, and complex assemblies.

N/A

PDF Generator

MCP server for creative PDF generation with full emoji, Unicode, and offline support

N/A

pdflens-mcp

An MCP server for reading PDFs, coded by human, designed for AI.

N/A

pdf_oxide

The fastest Rust PDF library with text extraction: 0.8ms mean, 100% pass rate on 3,830 PDFs. 5× faster than pdf_extract, 17× faster than oxidize_pdf. Extract, create, and edit PDFs.

N/A

Peacock for VS Code

N/A

pearl-api-mcp-server

Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server.

N/A

peeker

A library and CLI tool for extracting code structure using Tree-sitter

N/A

Perception

Real-time digital asset narrative intelligence from 1,000+ curated media sources.

N/A

perso-mcp-server

MCP server for PERSO API - video translation and dubbing platform

N/A

personalinsights-feed

AI-classified tech/investor news feed with editorial verdicts, entities, and theses.

N/A

personal_mcp_server

Docker MCP registry

N/A

personify-scim-server

N/A

PGA Golf

PGA's official MCP Server for all things golf-related. Find a coach, play golf, improve your game.

N/A

@phaserjs/editor-mcp-server

MCP server for Phaser Editor v5

N/A

Phos Sales Engine

B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management.

N/A

PHP MCP Client

N/A

phyllotaxis

Progressive disclosure CLI for OpenAPI documents — explore one layer at a time

N/A

@pikku/modelcontextprotocol

A Pikku MCP server runtime using the official MCP SDK

N/A

pingcode-mcp-server

PingCode's MCP Server

N/A

PinRAG

MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations.

N/A

piper

N/A

piper-mcp-server

Text-to-speech MCP server using Piper ONNX models

N/A

pipestream-wiremock-server

N/A

piping-server-rust

N/A

Piranha Vision & DevTools

BJJ video analysis — YOLO pose detection, AI technique analysis, and highlight reels.

N/A

pituitary

Catch spec drift before it catches you. Detect overlap, stale docs, and code drift.

N/A

@piut/cli

Build your AI brain instantly. Deploy it as an MCP server. Connect it to every project.

N/A

PixVerse-MCP

Official PixVerse Model Context Protocol (MCP) server that enables interaction with powerful AI video generation APIs.

N/A

pkgrank

Cargo dependency graph centrality analysis (workspace tool)

N/A

Placid.app

N/A

Plainly Videos

N/A

Plainsight MCP

Search the Plainsight playbook and review code against proven best practices.

N/A

plainyogurt21-clintrials-mcp

Provide structured access to ClinicalTrials.gov data for searching, retrieving, and analyzing clin…

N/A

Planform MCP Server

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

N/A

Pleasanter MCP

Pleasanter MCP - You can perform data operations on Pleasanter directly from VSCode

N/A

pleme-codesearch

Fast, local semantic code search powered by Rust — BM25, vector embeddings, tree-sitter AST

N/A

pleme-umbra

Local MCP proxy for Kubernetes container diagnostics

N/A

plenum

Agent-first database control CLI with least-privilege execution

N/A

plex-server-docker-rpi

N/A

plumery-mcp

The official MCP Server for the Plumery API

N/A

pmcp-code-mode

Code Mode validation and execution framework for MCP servers

N/A

pme-server

Project Memory Engine — MCP server for cross-project learning

N/A

pointbreak

MCP server enabling AI assistants to control IDE debuggers in VS Code, Cursor, and more.

N/A

@policies2/mcp

npm shim for the policy-mcp MCP server

N/A

poly-mcp

A comprehensive MCP server with filesystem, diagnostics, scripting, time, network, context, git, input, clipboard, and transform tools

N/A

pop-mcp

MCP Server for Polkadot ink! smart contract development with Pop CLI integration

N/A

Portfolio Ideas

Analyze your portfolio and generate ideas for improvements

N/A

post-for-me-mcp

The official MCP Server for the Post For Me API

N/A

PostIdentity

N/A

@postman/test-mcp-server

MCP Server for E2E testing of the Postman MCP Client

N/A

pplog

Official MCP server for pplog - a poem sharing service

N/A

pptx-mcp

Create Slides with a simple MCP server using Python PPTX library

N/A

prasanthmj_primitive-go-mcp-server

Mirror of https://github.com/prasanthmj/primitive-go-mcp-server

N/A

praxis-skill

Describe any task in natural language — OmniDrive analyzes intent, installs dependencies, and executes automatically.

N/A

precise

N/A

precium-server

N/A

PreClick — An MCP-native URL preflight scanning service for autonomous agents.

PreClick scans links for threats and confirms intent match with high accuracy before agents click.

N/A

Prefect MCP Server

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

N/A

@presidio-dev/specifai-mcp-server

Specifai MCP Server that runs over stdio

N/A

prism-cli

Prismworks CLI - Reserved for the official Prismworks MCP development tools

N/A

@prismicio/mcp-server

Prismic Model Context Protocol (MCP) Server

N/A

prism-mcp

MCP server that wraps Prismatic's Prism CLI tool

N/A

probe-code

AI-friendly, fully local, semantic code search tool for large codebases

N/A

problemreductions

A library for reducing NP-hard problems

N/A

product-playbook

World-class product planning AI skill for Claude Code — 22 PM frameworks, 6 modes, 6 languages. From idea to dev handoff.

N/A

profound-mcp

The official MCP Server for the Profound API

N/A

@programinglive/dev-workflow-mcp-server

MCP server to enforce development workflow discipline

N/A

promoteme

CLI tool that generates brag documents from your contributions

N/A

prompthub

A layered prompt management system inspired by Docker

N/A

Promptster

Test and compare prompts across any AI provider. Bring your own keys.

N/A

prompyai

Scores your prompts against your real codebase — context-aware prompt intelligence

N/A

protect-mcp

Security gateway for MCP servers. Per-tool policies, Ed25519-signed receipts, shadow mode.

N/A

provider-bitbucket-server

N/A

provider-bitbucket-server-amd64

N/A

provider-bitbucket-server-arm64

N/A

provider-bitbucket-server-controller

N/A

provider-bitbucket-server-controller-amd64

N/A

provider-bitbucket-server-controller-arm64

N/A

pty-mcp

Interactive PTY sessions over MCP: local shells, SSH, serial ports, and persistent remote sessions.

N/A

PublicData Oracle

Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.

N/A

Public Official Asset Disclosure (공직자 재산공개)

Korean public official asset disclosure data (공직자 재산공개) - search and retrieve assets

N/A

public-official-mcp-server

MCP server for Korean public official asset disclosure data (공직자 재산공개)

N/A

publishing-astro-websites-agentic-skill

A comprehensive Claude Code skill for building and deploying static websites with the Astro framework. Covers SSG, Content Collections, Markdown/MDX, Mermaid diagrams, Pagefind search, i18n, and deployment to Firebase/Netlify/Vercel.

N/A

pubmed-client

An async Rust client for PubMed and PMC APIs for retrieving biomedical research articles

N/A

PubMed Clinical Research

Search 36M+ PubMed biomedical articles and ClinicalTrials.gov studies.

N/A

pull-request-mcp-server

An MCP server that analyzes git repository changes by comparing against a base branch.

N/A

@pulsestream-ai/mcp

MCP server for PulseStream integration

N/A

puppeteer-mcp-server

Self-hosted Puppeteer MCP server with remote SSE access, API key authentication, and Docker deployment. Complete tool suite for browser automation via Model Context Protocol.

N/A

@pyrokine/mcp-chrome

Chrome browser automation MCP Server using Chrome DevTools Protocol

N/A

@pyrokine/mcp-ssh

A comprehensive SSH MCP Server for Claude Code

N/A

python-check-updates

Check for outdated Python dependencies

N/A

Python CLI MCP

N/A

Qase Test Management

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

N/A

qex-mcp

Lightweight MCP server for semantic code search — BM25 + optional dense vectors + tree-sitter chunking

N/A

QRcode-mcp-server

根据指定内容或者链接生成二维码的mcp server

N/A

qrmax

Prototype Model Context Protocol (MCP) project that allows QR code generation and decoding. QR Codes uploaded to catbox.moe.

N/A

quantum-sdk

Rust client SDK for the Quantum AI API

N/A

quavil

A performance-optimized AI coding CLI

N/A

queclink-listener

N/A

quectoclaw

QuectoClaw — Ultra-efficient AI assistant in Rust

N/A

quicken-mac-mcp

Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.

N/A

quickshell-mcp

MCP server for Quickshell QML documentation

N/A

@quiltr/log-mcp-server

MCP server exposing Quiltr log server tools for Claude Code

N/A

quotation-mcp-server

MCP compatible quote and pricing server

N/A

r14-mcp

MCP server exposing Root14 CLI operations to AI assistants

N/A

radiomcp

Internet radio streaming MCP server — search, play, and manage radio stations worldwide

N/A

Radzen Blazor MCP

AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components.

N/A

@raghulm/aegis-mcp

DevSecOps-focused MCP server for AWS, Kubernetes, CI/CD, and security tooling.

N/A

Rails AI Context

Auto-expose Rails app structure to AI via MCP or CLI. Zero config, 25 read-only tools.

N/A

ralph-hero-mcp-server

MCP server for GitHub Projects V2 - Ralph workflow automation

N/A

@ramidecodes/mcp-server-notion

A Model Context Protocol (MCP) server that exposes the official Notion SDK

N/A

ramparts

A CLI tool for scanning Model Context Protocol (MCP) servers

N/A

rancher-mcp-server

Model Context Protocol (MCP) server for the Rancher ecosystem: multi-cluster Kubernetes, Harvester HCI (VMs, storage, networks), and Fleet GitOps.

N/A

raps

🌼 RAPS (rapeseed) — Rust Autodesk Platform Services CLI

N/A

rash

Transpile Rust code to POSIX-compliant shell scripts with formal correctness guarantees

N/A

@raytien/git-mcp-server

MCP server for GitLab and GitHub

N/A

rcapi-mcp-server

Dynamic gRPC MCP server for VideoAmp's RCAPI using reflection. No hardcoded proto files - call any method dynamically\!

N/A

react-native-ai-devtools

MCP server for AI-powered React Native debugging - logs, REPL, state inspection

N/A

reasonkit-web

High-performance MCP server for browser automation, web capture, and content extraction. Rust-powered CDP client for AI agents.

N/A

recipe-commerce-mcp

Extract shoppable products from recipe content with affiliate network signals. Free tier 200/day.

N/A

recipe-mcp-server

N/A

recipes

N/A

redalert-mcp-server

MCP server for Israel RedAlert emergency alerts - real-time alerts, statistics, shelter search, and city data

N/A

redash-mcp-server

redash mcp server(unofficial)

N/A

redisctl

Unified CLI for Redis Cloud and Enterprise

N/A

redmine-mcp-server

This repository provides model context protocol server for Redmine server.

N/A

referencime

Identifiez les meilleurs spots netlinking selon leur performance Google réelle.

N/A

registrum-mcp

Search UK companies, get financials, directors, and networks via the Registrum Companies House API.

N/A

rekt

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

N/A

@remix-gg/mcp

MCP server + skills for building remix HTML games

N/A

remnote-bridge

RemNote 自动化桥接工具集:CLI + MCP Server + Plugin

N/A

remote-bridge

Sync code to remote servers via SSH/rsync and deploy from any AI IDE.

N/A

Remote Terminal MCP

Complete SSH terminal for Linux with AI/user control and dual-stream visibility

N/A

RenderMark

Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math.

N/A

repeatit-cimon-io

N/A

@replay-build/mcp-server

MCP server for Replay.build — generate React UI from video recordings via AI agents

N/A

replicant-mcp

Android MCP server for AI-assisted development. Build, test, emulate, and automate.

N/A

replicate-mcp

Official MCP server for Replicate's HTTP API

N/A

resonance-mcp-server

Resonance SpiderSilk MCP Server - Security intelligence API for threat data, assets, and dark web monitoring

N/A

reson-mcp

MCP (Model Context Protocol) support for reson - includes client, server, and MCP Apps extension

N/A

rest-e2e-mcp

MCP server for AI-driven REST API end-to-end testing — use-case oriented, safe, efficient

N/A

@retell-ai/mcp-server

The official MCP Server for the Retell API

N/A

@reveldigital/reveldigital-mcp-server

MCP Server generated from OpenAPI spec for revel-digital-rest-api

N/A

revibe-mcp

Analyze any codebase — get architecture, file roles, execution flows, and agent context.

N/A

ricecoder

Terminal-first, spec-driven coding assistant that understands your project before generating code

N/A

rich-piping-server

N/A

rideup-server

N/A

ripmap

Ultra-fast codebase cartography for LLMs

N/A

rippled-cli-server

N/A

risken-mcp-server

RISKEN's official MCP Server

N/A

rmcp-clipboard

MCP server for system clipboard access

N/A

rmcp-mux

MCP server multiplexer - single server, multiple clients via Unix sockets

N/A

rmcp-openapi-server

MCP server executable for OpenAPI specifications

N/A

rmcp-sensors

Cross-platform environmental awareness MCP server suite - system info, displays, idle time, network, USB, battery, bluetooth, git, weather

N/A

rmcp-server-builder

Composable MCP server builder for zero-boilerplate capability composition

N/A

rn-debug-mcp

RN Debug MCP server

N/A

@rn-debug-mcp/server

MCP Server for React Native runtime debugging

N/A

rnga-cli

Command-Line Interface and MCP Server for NGA

N/A

roam-sdk

Roam Research SDK and terminal UI client

N/A

@roarkanalytics/sdk-mcp

The official MCP Server for the Roark API

N/A

roberto-mcp

Roberto MCP - A lightning-fast, language-agnostic code analysis MCP server built in Rust

N/A

rog0x/mcp-docker-tools

N/A

rog0x/mcp-git-tools

N/A

@rokrokss/notion-mcp-server

Official MCP server for Notion API

N/A

RokuMCP

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

N/A

ronds-mcp-tracker

A Node.js MCP server that records code changes and publishes them to Kafka.

N/A

roo-logger

An MCP server for logging activity in Roo Code/Cline.

N/A

routy-mcp-server

Routy Travel Planner MCP Server — manage trips from any MCP client

N/A

@roxybrowser/openapi

MCP server for RoxyBrowser automation - manage browser instances and get CDP endpoints

N/A

@roywu01/slack-mcp-server

MCP server for interacting with Slack (forked from @zencoderai/slack-mcp-server)

N/A

r-packagedev-mcp

MCP server for R package development using usethis, devtools, renv, and testthat

N/A

rppal-mcp23s17

MCP23S17 driver An experimental driver for the MCP23S17 16 bit I/O expander chip addressed over the SPI bus on Raspbery Pi peripherals, such as the PiFace Digital HAT. Requires RPPAL for the SPI interface.

N/A

@rubyjobs-jp/tanebi-mcp-server

MCP server for Tanebi API - list, get, and create ideas

N/A

ruchy-mcp

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

N/A

rucio-server

N/A

run_code_rmcp

云函数服务,执行JS/TS/Python语言代码,脚本必须有约定的函数名称(handler/main),会调用约定的函数名称结果和日志返回.

N/A

@runframe/mcp-server

MCP server for Runframe incident management — any agent, any IDE, one system of record

N/A

rustant

Privacy-first autonomous personal agent — CLI and TUI for Rustant

N/A

rust-clippy-mcp-server

MCP Server for Rust Clippy - run checks, auto-fix, explain lints, configure rules, and detect environment

N/A

rust-crate-src-mcp

An MCP server for pulling the source of crate dependencies.

N/A

rust-doctor

A unified code health tool for Rust — scan, score, and fix your codebase

N/A

rust-mcp-core

Config-driven MCP server framework built on the official rmcp SDK. Fully implements the Model Context Protocol spec — define tools, auth, prompts, resources, and HTTP behavior in YAML/JSON with minimal Rust code.

N/A

rust-mcp-server

A simple MCP server build with rust and rust-mcp-sdk

N/A

rust-mcp-server-syncable-cli

High-performance Model Context Protocol (MCP) server for code analysis, security scanning, and project insights.

N/A

rust-rmcp-mcp-server.archetype

A Rust-based MCP Server archetype using the official rmcp framework

N/A

rustyroad

Rusty Road is a framework written in Rust that is based on Ruby on Rails. It is designed to provide the familiar conventions and ease of use of Ruby on Rails, while also taking advantage of the performance and efficiency of Rust.

N/A

ruvector-cli

CLI and MCP server for Ruvector

N/A

ruv-swarm-cli

Distributed swarm orchestration CLI with cognitive diversity

N/A

sabi-tui

Terminal AI agent with ReAct pattern - execute shell commands, run Python, analyze images

N/A

Safari DevTools MCP

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

N/A

SAIJ — Jurisprudencia Argentina

Search Argentine legal databases: court decisions, legislation, summaries, doctrine

N/A

@salesforce/pwa-kit-mcp

MCP server that helps you build Salesforce Commerce Cloud PWA Kit Composable Storefront

N/A

sample-building-mcp-servers-with-rust

This project provides sample MCP servers that can be used with Amazon Q CLI or other MCP-compatible AI assistants

N/A

sample-mcp-server

Code generation MCP server based on the user query

N/A

Santuri

Search official documentation for well-known libraries.

N/A

sap-adt-mcp-server

Eclipse plugin that runs MCP server for Claude Code integration with SAP ADT

N/A

SAVORDISH

AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart.

N/A

sayou-opendart-mcp

An MCP server that provides OpenDart API

N/A

scan_crate

Fast regex search through Rust crate source code - supports crates.io, GitHub repos, and local paths

N/A

schema-lint-mcp-server

N/A

scholarai-mcp

The official MCP Server for the Scholarai API

N/A

scholar_mcp_server

A mcp servers for academic paper search. The datasource incloude arxiv,semantic.crossref,scopus,adsabs and scihub

N/A

scim

N/A

scim-server

A comprehensive SCIM 2.0 server library for Rust with multi-tenant support and type-safe operations

N/A

Scite

Ground answers in scientific literature. Search full text, evaluate trust, access full-text articles

N/A

scix-client

Rust client for the SciX (NASA ADS) API — library, CLI, and MCP server

N/A

scope-cli

Code intelligence CLI for LLM coding agents — structural navigation, dependency graphs, and semantic search without reading full source files

N/A

scorecard-ai-mcp

The official MCP Server for the Scorecard API

N/A

scrapercity-cli

B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.

N/A

scud-cli

Fast, simple task master for AI-driven development

N/A

sdd-mcp-server

MCP server for spec-driven development workflows across AI-agent CLIs and IDEs

N/A

@sdsrs/code-graph

MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing

N/A

searchcode

Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.

N/A

searchgrep

Semantic grep for the AI era - natural language code search

N/A

SEC EDGAR Financial Data

Search SEC EDGAR filings, financial statements, and company data.

N/A

sec-mcp

MCP server for SEC EDGAR data — company filings, financial concepts, and company info via Claude Desktop

N/A

secop-mcp-server

Consulta contratación pública de Colombia (SECOP I y II) desde datos.gov.co

N/A

secureio-mcp

Secure, token-efficient MCP server for AI agent codebase access

N/A

secure-python-mcp-server

A lightweight MCP (Model Context Protocol) server that executes Python code in isolated Docker containers. Each code snippet runs safely with no network access and limited resources.

N/A

SecurityScan

Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.

N/A

@seepine/mcp-terminal

Terminal Mcp Server

N/A

seer-cli

Interactive CLI for Seer domain name utilities

N/A

segment-mcp-server

Tweek project - building MCP for Segment Public APIs using OpenAPI MCP generator in Go

N/A

seiro-mcp

Seiro MCP is an MCP server focused on spatial computing development. Today it provides tools to safely run visionOS project builds from Codex CLI, supporting autonomous AI-assisted coding workflows.

N/A

sekkei-mcp-server

MCP Server for generating Japanese software specification documents following V-model

N/A

@sekora/gitlab-mcp

@sekora/gitlab-mcp MCP server - GitLab integration for Claude Desktop

N/A

selfhost-apifox-mcp

Apifox private deployment MCP server

N/A

seltz-ai-seltz-mcp

Provides AI assistants with access to Seltz's powerful Web Search capabilities.

N/A

Semantic API

Search and discover any API using natural language. 163+ providers with auto-discovery.

N/A

semantic-code-edit-mcp

MCP server for semantic code editing with tree-sitter

N/A

semantic-edit-mcp

MCP server for semantic code editing with tree-sitter

N/A

semantic-scholar-rs

Unofficial Rust SDK and MCP server for the Semantic Scholar API

N/A

semi-formal-reasoning

Structured code verification, fault localization, and semantic analysis — agent skill based on the Agentic Code Reasoning paper

N/A

Semilattice - audience prediction

Semilattice lets agents make predictions about audiences for content testing and decision making.

N/A

@sendforsign/mcp

MCP server for SendForSign (templates list/read) with stdio and httpStream transports

N/A

sentinel-mcp

Sentinel MCP server — connects GitHub issues to Claude Code sessions

N/A

Senzing

Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting

N/A

Serenn — Find Verified Field Service Technicians

Find verified appliance repair, HVAC, and plumbing technicians by location and brand.

N/A

series-troxide

N/A

serpapi-cli

Official CLI client for SerpApi — fast search scraping for humans and AI agents

N/A

server-build

N/A

server-cli

N/A

server-cli

N/A

server-cli

N/A

server-client-plugins

N/A

server-deb-sidecar

N/A

server-debug

N/A

server-deploy

N/A

serverless-build-env

N/A

serverless-buildpack

N/A

serverless-decision-log-mcp-server

A Serverless MCP Server built using wasmcp, Spin and Akamai Functions

N/A

server-linux-build

N/A

ServerMCP

Project for the Advanced Programming course, Master's Degree in Computer Science 2025-2026

N/A

server-rpm-sidecar

N/A

server-status-code

N/A

server-suse11-build

N/A

service_kit

A foundational toolkit for building high-performance, modular services in Rust.

N/A

settlegrid-discovery

Discover monetized AI tools on SettleGrid. Search by category, get pricing.

N/A

Sevalla

Official Sevalla MCP — full PaaS API access through just 2 tools.

N/A

severity1/terraform-cloud-mcp

N/A

@shaykec/appxray-mcp-server

MCP server providing inside-out app intelligence tools for AI coding agents

N/A

shell-command-mcp

MCP server for running shell commands

N/A

shellfirm

`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal.

N/A

shell-mcp-server

MCP Server for executing shell commands

N/A

shellsage-mcp-server-kit

Production-ready MCP server templates for TypeScript and Python. Docker setup, GitHub Actions CI, resource/tool scaffolding.

N/A

shellwright

Universal CLI Session Broker for AI Agents — Playwright for CLIs

N/A

@sherifbutt/shadcn-ui-mcp-server

MCP server for shadcn/ui components with source code access, demos, and blocks support

N/A

Shipbook

Debug production issues using Shipbook logs and Loglytics error insights.

N/A

ship-page-skill

Create stunning interactive landing pages with Claude Code — zero dependencies, single HTML file

N/A

shipwright

One skill to design, build, test, polish, and ship world-class software. A complete AI coding agent skill covering architecture, frontend design, security, testing, performance, accessibility, CI/CD, and production readiness.

N/A

shll-skills

SHLL DeFi Agent - CLI + MCP Server for BSC

N/A

shouldigo-surf

MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide

N/A

@shuffll/mcp-server

MCP server for Shuffll video creation API

N/A

Sideways

Unexpected questions and lateral thinking prompts to break through mental blocks. 86 strategies.

N/A

Sideways

Use Sideways for unexpected questions and lateral thinking prompts to break through mental blocks.

N/A

sigil-cli

Automated security auditing for AI agent code - quarantine-first scanning for pip, npm, git repos, and MCP servers

N/A

@signalclaude/mcp-server

MCP server for SignalClaude — enables Claude Code to interact with the dashboard

N/A

simple-loki-mcp

MCP server for querying Loki logs via logcli

N/A

simple_mcp

A Test MCP server that provides tools, promts and resources

N/A

simple-mcpaintball-tool

A tool to easily analyze paintball events. Made for cubeside.de

N/A

simple-storybook-preview-mcp

MCP server that renders Storybook component previews inside the IDE

N/A

SimSense

Deploy sims to any screen. Control your displays with Claude.

N/A

SimStim

Deploy sims to any screen. Control your displays with Claude.

N/A

singularity-cli

CLI wrapper for the Singularity task manager API

N/A

sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains or custom .xyz domains via USDC.

N/A

skg-mcp

MCP client and server bridging MCP tools with skelegent ToolRegistry

N/A

skills

[WIP] Claude Skills for Political Scientists

N/A

skills

Malaysian accounting skill for Claude Code. Process client documents into accrual-basis financial statements, working papers, and tax computations.

N/A

skill-veil

CLI for skill-veil behavioral analysis

N/A

Skim MCP Server

MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.

N/A

skulk

MCP (Model Context Protocol) connection manager - sneaking connections to the outside

N/A

Skyvern

AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

N/A

slack-max-api-mcp

Operations-first Slack MCP server (stdio) for Codex and Claude Code

N/A

slack-mcp-server

Read Slack conversations, threads, user info, and search messages from your MCP client.

N/A

Slack MCP Server

Slack MCP for self-host or managed Cloud, with Gemini CLI and secure-default HTTP.

N/A

SLB Florida Business Intelligence

312K+ FL commercial parcels, 6,400+ verified listings, AI visibility reports, x402 micropayments

N/A

slidedown

Transform Markdown files into spectacular presentations with 6 themes and AI-powered design

N/A

SlideSpeak

N/A

sling-cli

Sling CLI MCP server for data pipeline and replication management

N/A

sling-cli

Sling CLI MCP server for querying any database, running data pipelines and managing replications

N/A

slite-mcp-server

'Slite MCP server'

N/A

sloth-d2c-mcp

**Figma Design-to-Code MCP Server | Figma 设计稿转代码 MCP 服务**

N/A

slush-meme-mcp

AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.

N/A

smart-git

N/A

@smarttechnologyinvestments/drivedecision-mcp

MCP server for DriveDecision vehicle TCO comparison API

N/A

Smasher Studio — AI Fashion Design

AI fashion design — product photos, videos, tech packs, colorways & fabric sims.

N/A

smg-mcp

Model Context Protocol (MCP) client implementation

N/A

smgrep

Semantic code search tool with GPU acceleration

N/A

smithery-unicorn

A choose your own adventure game where you play as a startup founder trying to build a unicorn again

N/A

@sniffo/mcp-server

MCP server for Sniffo codebase knowledge graph

N/A

snm-brightdata-client

Bright Data Wrapper Client Highly compacted Data implemented in Rust with Actix Web

N/A

@snokam/mcp-cvpartner

MCP server for CVPartner CV management with Claude Code

N/A

@snokam/mcp-salesforce

MCP server for Salesforce CRM integration with Claude Code

N/A

socialapi

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

N/A

solace-pubsub-connector-cdc-sqlserver

N/A

solidworks-mcp-server

Clean Architecture SolidWorks MCP Server - Production-ready with SOLID principles

N/A

sonarqube-mcp-server

This repository provides model context protocol server for SonarQube server.

N/A

sonr

High-performance semantic search tool for local codebases

N/A

soul-coder

Coding-specific tools for soul-core — read, write, edit, bash, grep, find, ls. WASM-first, cross-platform.

N/A

soulcraft-mcp

Analyze any company's identity. Get a Soul Score, dimension scores, a soul.md, and recommendations.

N/A

Sourcegraph MCP Server

Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.

N/A

@source-library/mcp-server

Search, read, and cite 1,200+ rare historical texts from the terminal or via MCP. 8 research tools, CLI + MCP server, no API key needed.

N/A

sovran-mcp

A synchronous Rust client for the Model Context Protocol (MCP)

N/A

Spain Legal by Legal Fournier

Spain legal MCP for visas, Beckham, NIE/TIE, residency, nationality, and EU family routes.

N/A

sparkle-mcp

Sparkle AI Collaboration Identity Framework MCP server

N/A

@sparkpesa/mcp-server

SparkPesa MCP Server for AI IDE integration — enables AI assistants to interact with the SparkPesa payment API

N/A

sparseglm

Fast memory-efficient solver for sparse generalized linear models

N/A

speciale

MCP server for DeepSeek-V3.2-Speciale reasoning model

N/A

spec-kit-mcp

MCP server for GitHub Spec-Kit - enables AI coding assistants to use spec-driven development

N/A

@speclife/mcp-server

MCP server for SpecLife - AI assistant interface

N/A

specman-mcp

An MCP server to provide SpecMan functionality to AI

N/A

specsync

Bidirectional spec-to-code validation — language-agnostic, blazing fast

N/A

speed-test

Official SpeedOf.Me server - Accurate speed tests via 129 global edge servers with analytics.

N/A

speeron-next

Speeron NEXT Digital Guest Journey MCP server (remote HTTP endpoint).

N/A

speq

speq — OpenAPI specification browser

N/A

spider_mcp

MCP (Model Context Protocol) server exposing Spider web crawler capabilities as tools.

N/A

@spooky-sync/devtools-mcp

MCP server for Spooky Sync devtools

N/A

spotify_mcp_server

A Model Context Protocol (MCP) server that provides Spotify API integration capabilities.

N/A

spotify-mcp-server

Spotify MCP backend server allowing an MCP client to manage playlists, what's playing, and DJ X

N/A

spring-mcp-server

An MCP server built with Spring boot, to get context to a local code repository

N/A

spullara_mcp-server

Mirror of https://github.com/spullara/mcp-server

N/A

sqry - Semantic Code Search

AST-based semantic code search: 33 tools, 35 languages, call tracing, impact analysis

N/A

Srclight

Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.

N/A

sscli

Agent-friendly token efficient SQL Server CLI tool for database inspection

N/A

Ssemble AI Clipping

Create AI-powered short-form video clips from YouTube videos using any AI assistant.

N/A

@stackguide/mcp-server

MCP Server for dynamic language and framework context loading - Compatible with Cursor and GitHub Copilot

N/A

@stainless-api/gitlab-internal-mcp

The official MCP Server for the GitLab API

N/A

@stainless-api/mcp

The official MCP Server for the Stainless API

N/A

@stainlessdev/xray-mcp

The official MCP Server for the X-ray API

N/A

stakpak-mcp-server

Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.

N/A

@staqpods/mcp-server

MCP server for accessing StaqPods from Claude Desktop and Claude Code

N/A

stateful-auth-for-the-github-mcp-server

Implementing Stateful Authorization for the Github MCP Server. Note: we have cloned the official Github MCP server and then worked on it.

N/A

Statera-mcp-server

GitHub's official MCP Server

N/A

staticmcp_sse_dynamic

A SSE bridge that enables MCP clients to connect to StaticMCP files over HTTP dynamically.

N/A

stefanoamorelli/codemagic-mcp

N/A

@steno-ai/mcp

MCP server for Claude Code, Claude Desktop, and other MCP clients

N/A

@stigg/typescript-mcp

The official MCP Server for the Stigg API

N/A

stiva

OCI-compatible container runtime — image management, container lifecycle, and orchestration for AGNOS

N/A

Stockfilm — Authentic Vintage Footage

Search and license 217,000+ authentic vintage 8mm home movie clips (1930s-1980s).

N/A

stocklyst

Stocklyst inventory CLI and MCP server for AI assistants

N/A

stock-market-mcp-server

Financial Datasets MCP Server for Stock Market API

N/A

stock-weekly-report

Stock weekly podcast report pipeline — CLI and MCP server

N/A

stoop

Find licensed HVAC, plumbing, and electrical providers in Miami with verified ratings.

N/A

@storelayer/mcp-server

MCP server for Store Layer — manage loyalty programs, promotions, wallets, and more from Claude Desktop, Claude Code, or Cursor.

N/A

@stqry/mcp-server

MCP server for STQRY Builder API

N/A

@structured-world/gitlab-mcp

Advanced GitLab MCP server

N/A

stuckbar

A straightforward CLI tool & MCP server for restarting Windows Explorer when the taskbar gets stuck

N/A

Stunt Double

Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do.

N/A

STUzhy-py_execute_mcp

Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…

N/A

stylelint-mcp

MCP server for Stylelint

N/A

SUBSTRATE

Persistent AI entity framework with causal memory, emotional state, and identity.

N/A

@sudocode-ai/mcp

MCP server for sudocode, git-native context management for AI-assisted development

N/A

superego

Superego - Metacognitive advisor for Claude Code

N/A

super-mcp-server

'Super MCP server'

N/A

super-mcp-server

A Lambda-deployable MCP server with embedded SuperDB for data querying.

N/A

super-shell-mcp

MCP server for executing shell commands across multiple platforms

N/A

surrealdb-docs-mcp

MCP server for SurrealDB documentation (unofficial)

N/A

suvadu

Total recall for your terminal. A database-backed shell history with fuzzy search.

N/A

@sveltejs/opencode

OpenCode plugin for Svelte that provides the Svelte MCP server, a specialized file editor subagent and instruction files.

N/A

Svelte MCP

The official Svelte MCP server providing docs and autofixing tools for Svelte development

N/A

Swiss Case Law

956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)

N/A

symbols

Fast polyglot source code intelligence: symbols, imports, dependencies, and impact analysis.

N/A

symbol-server-build-base

N/A

Symbols MCP

Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference

N/A

symforge

SymForge — in-memory code intelligence MCP server for Claude Code, Codex, and Gemini CLI

N/A

symposium-cargo

Symposium Cargo proxy - an MCP server connecting to Cargo and a ACP Proxy managing it

N/A

synaptic-deepseek

DeepSeek provider for Synaptic: ultra-low-cost reasoning models

N/A

@syncause/debug-mcp

Syncause Debug MCP Server

N/A

synchro_mcp

Synchro is a Rust framework for building fullstack applications that run seamlessly across platforms.

N/A

syncing-server

N/A

syncing-server

N/A

TablaCognita

MCP-native collaborative markdown editor with real-time AI document editing

N/A

tablestakes

Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools.

N/A

Tabula MCP

Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.

N/A

tailscale-mcp-server

MCP server for safe read-only operations on the Tailscale CLI

N/A

Taiwan CWA Weather

Access Taiwan CWA weather data and forecasts for all counties and cities

N/A

Tangled MCP

MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.

N/A

tanuki-mcp

A GitLab MCP server with fine-grained access control

N/A

Tarteel MCP Server

Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times.

N/A

taskflow-mcp-server

MCP server for TaskFlow – manage tasks, comments, and assignments from Claude Code

N/A

@taskjp/server-systemd-coredump

A Model Context Protocol (MCP) server for systemd-coredump

N/A

taskMaster-todoist-mcp

A lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.

N/A

tcl-mcp-server

A Model Context Protocol (MCP) server that provides TCL (Tool Command Language) execution capabilities with namespace-based tool management and versioning.

N/A

tcp-client-server

N/A

tcserver-client

N/A

TeamCity

N/A

teamcity-mcp-server

N/A

TeamDman_mcp-server-hello

Mirror of https://github.com/TeamDman/mcp-server-hello

N/A

@tekton-ui/mcp-server

Tekton MCP Server with Claude Code integration and timestamp-based preview system

N/A

telegram-bot-mcp

MCP server & CLI for Telegram Bot API — 166 methods, full API coverage including business, stories, gifts, payments

N/A

telegram-mcp-server

Go-based MCP server for Telegram channel discovery and digest workflows, with OAuth/Auth0 support and Docker-ready deployment.

N/A

@teleprompter/xcstrings-mcp-server

MCP server for manipulating Xcode string catalogs via xcstrings-cli

N/A

@tellagen/mcp-server

Tellagen MCP server — investigate incidents with AI agents

N/A

telnyx-mcp

The official MCP Server for the Telnyx API

N/A

@telora/mcp-products

MCP server exposing Telora product operations to Claude Code

N/A

tenderly-mcp

Tenderly MCP server for blockchain dev — simulate, debug, and test on 70+ networks.

N/A

tenk-cli

10K - CLI for tenk, fetching market data from multiple sources

N/A

@teolin/mcp-atlassian

MCP server for Atlassian Jira operations

N/A

Terminal-Control

N/A

terminal-inspector

CLI tool to inspect running terminal emulators and multiplexer sessions on macOS

N/A

terminator-cli

CLI for AI-native desktop automation - control any app with MCP

N/A

terraform-mcp-server

N/A

terraform-partner-mcp-server

Terraform MCP Server with partner managed resources for AI-assisted remediation

N/A

terraria-server-docker

N/A

tersify

Universal LLM context compressor — pipe anything, get token-optimized output

N/A

test-git-server

N/A

testgraph-mcp

MCP server: TestGraph test nodes ↔ git/code changes (stdio, Cursor-compatible)

N/A

Testiny Test Management

An MCP server that provides access to Testiny projects, test cases and test runs

N/A

test-mcp-server

Test MCP server for Building/Testing MCP clients - MCP gateway

N/A

test-mcp-server-building

N/A

test_mcp_servers

Fully implemented MCP servers for MCP client testing

N/A

test-server-client

N/A

tgebrowser-mcp-server

TgeBrowser Local API — monorepo: core, MCP server, and tgebrowser CLI/skill

N/A

theia-clickhouse-server

N/A

theothers

Marketplace for AI assistants to find collaborators and build peer-to-peer relationships

N/A

@therealchristhomas/gitlab-mcp-server

MCP Server for GitLab API operations

N/A

things3-cli

CLI tool for Things 3 with integrated MCP server

N/A

ThinkNEO Control Plane

Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.

N/A

this-cli

CLI toolkit for the this-rs entity-relationship framework — scaffold, develop, build, and expose projects via MCP

N/A

thrash888/terraform-mcp-server

N/A

thunderclient-mcp

Thunder Client MCP Server

N/A

Tiberriver256/mcp-server-github-actions

N/A

tickadoo-mcp

Search and book theatre, attractions, tours across 681 cities. 13,090+ products.

N/A

tidepool-mcp

Model Context Protocol (MCP) server for Tidepool

N/A

Tideways

N/A

@tigerdata/tiger-skills-mcp-server

MCP server to provide an agent with skills

N/A

tints-cli

Generate Tailwind-style color palettes from a single hex color

N/A

@tinybirdco/devtools-mcp

Tinybird DevTools MCP Server

N/A

tirith

Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection

N/A

tmall-design-wiki-mcp-server

MCP Server for Tmall Design AI - AI-powered design system component library with flexible dependency management

N/A

@tmegit/figma-developer-mcp

LLM-optimized Figma MCP server.

N/A

@tng-sh/mcp-server

MCP server for TNG test generation and code auditing

N/A

Todo

Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder,

N/A

tokemon

Unified LLM token usage tracking across all providers

N/A

token-codegraph

Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, and Scala codebases

N/A

token-counter-mcp

MCP server that accurately counts and tracks every Claude Code token — input, output, cache, and planning

N/A

token-pilot

Save up to 80% tokens when AI reads code via AST-aware structural reading

N/A

tokensave

Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases

N/A

tokio-prompt-orchestrator

Multi-core Tokio-native orchestration for LLM inference pipelines: dedup, circuit breakers, backpressure, MCP, and autonomous self-improvement

N/A

tokitai-mcp-server

MCP server scaffolding for Tokitai - Build AI-callable tool servers with zero runtime overhead

N/A

toolclad

Declarative CLI tool interface contracts for agentic runtimes — manifest parser, argument validator, command executor

N/A

tools-ethereum

tools for ethereum via cli, including an mcp server

N/A

tooltest

CLI conformance testing for MCP servers.

N/A

traceforge

TraceForge — AI-First Development Process Engine (CLI + MCP Server)

N/A

@tracepact/mcp-server

MCP server for TracePact — exposes CLI commands as MCP tools for agentic IDEs

N/A

tracey

CLI tool to measure spec coverage in Rust codebases

N/A

trading212-mcp-server

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

N/A

tradingview-mcp-server

Unofficial MCP server and CLI for TradingView stock screener API

N/A

transcript-critic

Claude Code skill that transcribes audio/video with whisper.cpp to get structured critical analysis including timestamped summaries, evidence notes, logical fallacies, and underdeveloped areas

N/A

TranslateSheet

Accurate, brand-controlled translation for text, code, images, and documents with terminology.

N/A

travel-mcp-server

Golang MCP server for travel operations (booking, getting, and canceling tickets) with full VS Code integration and internal workflow explanations.

N/A

trci

N/A

@treebeam/mcp

TreeBeam MCP server for accounting and financial management

N/A

tribal

Knowledge graph MCP server for AI-native code intelligence

N/A

trident-server

N/A

truenas-master-mcp

Official MCP server for TrueNAS API access

N/A

try

Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).

N/A

@tryfinch/finch-api-mcp

The official MCP Server for the Finch API

N/A

tryluck

Try your luck with AI: randomized tarot, dice, and coin results for creative storytelling and TRPG adventures via CLI and MCP.

N/A

@tscodex/mcp-server-example

MCP server for news headlines and articles from NewsAPI with @tscodex/mcp-sdk

N/A

@ttpears/gitlab-mcp-server

GitLab MCP Server with GraphQL discovery

N/A

ttyvid

Convert terminal recordings to video (GIF/WebM) with embedded fonts, themes, and MCP server for AI assistants

N/A

@turbopuffer/turbopuffer-mcp

The official MCP Server for the Turbopuffer API

N/A

@turbot/powerpipe-mcp

Powerpipe MCP server to run benchmarks, detections and controls using AI.

N/A

twitter-mcp-server

Twitter MCP Server based on ElizaOS Agent Twitter Client

N/A

ubl-mcp

Secure, audited Model Context Protocol (MCP) client/server with policy gates and audit logging.

N/A

ui-ciboard

N/A

ui-cli

A CLI to add components to your app.

N/A

uimax-mcp

Frontend expert for Claude Code. Screenshots, Lighthouse, axe-core, code analysis, auto-fix.

N/A

uk-business-intelligence

Enrich any UK business with Companies House, Google Places, DNS, and social data.

N/A

ultrafast-mcp-sequential-thinking

High-performance Rust-based MCP server and client for sequential thinking

N/A

ultrathink

MCP server for sequential thinking and complex problem-solving. Built iteratively using itself. Features confidence scoring, assumption tracking, and multi-session support.

N/A

@ultrathink-art/mcp-server

MCP server for ultrathink.art - terminal-native shopping experience

N/A

unia

A pragmatic, provider-agnostic Rust LLM client.

N/A

UniFi Access MCP

Manage UniFi Access doors, credentials, policies, visitors, and events via MCP.

N/A

unistructgen

A powerful Rust code generator

N/A

unitedideas/resolve-mcp

N/A

Unity AI Bridge

Remote-control Unity Editor from any AI IDE via file-based IPC. 62 tools, zero dependencies.

N/A

unity-build-automation-mcp

MCP server for Unity Build Automation (Cloud Build) API

N/A

unity-cli

Rust CLI for Unity Editor automation over the Unity TCP protocol

N/A

universal-blockchain-mcp

MCP server for ZetaChain universal blockchain -- CLI wrapper for zetachain CLI with cross-chain operations

N/A

unofficial-nmw-mcp-server

unofficial MCP Server base on the National Weather Service API

N/A

unofficial-ravensburger-playhub-mcp

MCP server for finding Disney Lorcana TCG events

N/A

upgrade-pilot-mcp

Workflow-oriented MCP server for safer JS/TS stack upgrades and migrations.

N/A

upper-mcp-server

MCP server for Upper Route Planner — manage routes, stops, drivers, vehicles, and analytics from Claude Code, Claude.ai, or any MCP client

N/A

@uptimebolt/mcp-server

UptimeBolt MCP Server — AI-powered infrastructure monitoring tools for Claude, CI/CD pipelines, and MCP clients

N/A

uptimebolt-mcp-server

AI-powered infrastructure monitoring — health, incidents, predictions, RCA, deploy safety

N/A

url-preview

High-performance URL preview generator for messaging and social media applications

N/A

use_aws_mcp

MCP server for AWS CLI operations

N/A

utilitybelt

A CLI tool for interacting with MCP endpoints

N/A

uuid-mcp

A simple MCP server that provides timestamp-based UUIDs

N/A

@uuv/mcp-server

A Model Context Protocol (MCP) server for UUV - a solution to facilitate the writing and execution of E2E tests understandable by any human being(English or French) using cucumber(BDD) and cypress or playwright.

N/A

uxc

Universal X-Protocol CLI for URL-first schema discovery and invocation across OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC

N/A

v0-mcp

MCP server v0 for adding components and dependencies to projects

N/A

validation

AI startup idea validation by a specialized 9-agent crew.

N/A

valknut-rs

High-performance Rust implementation of valknut code analysis algorithms

N/A

@vallt/mcp-server

Vallt MCP server — integration co-pilot for Claude Code

N/A

valyu

Official Rust SDK for the Valyu AI API

N/A

@velocitysoft/xero-mcp-server

MCP server implementation for Xero integration

N/A

Velvoite — EU Financial Regulatory Compliance

EU financial regulatory monitoring: DORA, MiCA, MiFID II, AML, Solvency II and more.

N/A

@vendure/mcp-server

The official Vendure MCP server

N/A

venus-docker-server

N/A

vera

Licensed master electrician in SE Wisconsin — estimates, scheduling, and code lookups via AI.

N/A

@verdaccio/mcp-server

MCP server for Verdaccio private npm registry

N/A

Verdict — Compliance for AI-Generated Code

Compliance verdicts for AI-generated code. SOC 2, HIPAA, HITRUST for healthcare IT.

N/A

vettly

Content moderation for AI applications. Moderate text, images, and video with configurable policies.

N/A

viam-mcp-sdk

SDK for building MCP server components

N/A

vibe

Social layer for Claude Code - DMs, presence, games between AI-assisted developers

N/A

@vibecloud/mcp-server

MCP server for VibeCloud - deploy and manage cloud environments from Claude Code

N/A

@vibecodetown/mcp-server

Vibe PM - AI Project Manager MCP Server for non-technical founders

N/A

vibefix

Bug bounty platform for vibe coders. Post bugs, find fixes, run diagnostics.

N/A

vibesharing

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

N/A

@vibetools/dokploy-mcp

Dokploy MCP server with Code Mode by default

N/A

vibetracer

Real-time tracing, replaying, and rewinding of AI coding assistant edits. MCP server for AI self-correction. Cross-agent support (Claude Code, Cursor, Codex). Export to Agent Trace JSON and git-ai git notes.

N/A

@vibeuniv/mcp-server

VibeUniv MCP Server - Sync your vibe-coded projects for tech stack analysis and learning

N/A

vibe-workspace

Extremely lightweight CLI for managing multiple git repositories and workspace configurations

N/A

video-llama-lvm-server

N/A

video-party-server

N/A

video-server

N/A

Video Still Capture

N/A

video-transcriber-mcp

High-performance video transcription MCP server using whisper.cpp for faster transcription

N/A

@viewlint/mcp

MCP server for ViewLint

N/A

vikunjamcp

An MCP server that provides access to Vikunja, a self-hosted task management solution.

N/A

Vintage Chocolate Recipes

Search 146 vintage chocolate recipes from 1914: cakes, candies, mousses, beverages.

N/A

@virsanghavi/axis-server

Axis MCP Server CLI

N/A

vivesca

An opinionated framework for building MCP tool ecosystems that evolve. Coming soon — vivesca.org

N/A

vizier

21st Century Digital Steward; Right hand agent for you majesty

N/A

@vj-presidio/specif-ai-mcp-server

Specif-ai MCP Server that runs over stdio

N/A

vkteams-bot

High-performance VK Teams Bot API toolkit with CLI and MCP server support

N/A

vkteams-bot-cli

High-performance VK Teams Bot API toolkit with CLI and MCP server support

N/A

vkteams-bot-mcp

High-performance VK Teams Bot API toolkit with CLI and MCP server support

N/A

VMware Monitor

Read-only VMware vCenter/ESXi monitoring with 8 MCP tools. Code-level safety.

N/A

VMware VKS

vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.

N/A

volition-shell-server

Shell server for the Volition AI assistant using MCP protocol

N/A

volthq

Compute price oracle for AI agents — compare pricing across 8 providers in real time.

N/A

voxtty

The power of whisper — your voice commands. Dictate, code, command, and converse on Linux.

N/A

vscode-ai-model-detector

N/A

@vscode-mcp/vscode-mcp-ipc

IPC communication layer between MCP Server and VSCode extension

N/A

@vscode-mcp/vscode-mcp-server

MCP Server that connects to VSCode Extension via Unix Socket

N/A

vs-code-server

N/A

vscode-server

N/A

vscode-server

N/A

vscode-terminal-mcp

Execute commands in visible VSCode terminal tabs with output capture and session reuse.

N/A

vtcode-file-search

Fast, parallel fuzzy file search library for VT Code

N/A

@vursulabs/mcp-server

Vursu Knowledge MCP Server for Claude Desktop and other MCP clients

N/A

@wagnergpnc/charactercounter-mcp

Unicode character counter MCP server

N/A

@wahlu/mcp-server

MCP server for the Wahlu social media management API

N/A

@wallarm-org/mcp

MCP server for Wallarm Design System — provides component metadata, props, variants, and design tokens to AI assistants

N/A

walrus-client

Client library for the Walrus daemon

N/A

@warmio/mcp

MCP server for Warm Financial API

N/A

wasmcp

Rust SDK for building MCP (Model Context Protocol) WebAssembly components

N/A

wasmic

A CLI tool for managing WASI components and running them as MCP servers

N/A

waveform-mcp

MCP server for reading VCD/FST waveform files using the wellen library

N/A

waypoint

Waypoint is a Farcaster synchronization tool built in Rust, optimized for memory efficiency.

N/A

@weadmin/weixin-minigame-helper-mcp

WeChat Mini Game MCP Server - Preview, debug, real-device test and publish

N/A

weather

An MCP server that provides weather information.

N/A

weather-mcp-server

Fast - accurate weather conditions and forecasts by city or coordinates.

N/A

web2llm

Fetch web pages and convert to clean Markdown for LLM pipelines

N/A

web-asset-server-build

N/A

webdev-mcp

An MCP server that provides useful web development tools via MCP server

N/A

web-ide

N/A

webview2-etw-mcp-server

MCP server for WebView2 ETW/ETL trace analysis — 4 tools: analyze_etl, decode_api_id, get_expected_trace_events, share_learnings

N/A

wechat-devtools

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

N/A

wechat-devtools-mcp

MCP Server for WeChat DevTools CLI - Automate development & testing with 8 aggregated APIs.

N/A

wechat-mcp-server

MCP Server for WeChat Video Automation

N/A

wemo

Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes

N/A

westonplatter/mcp-terraform-python

N/A

@whop/mcp

The official MCP Server for the Whop API

N/A

Willform Agent

Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds.

N/A

@willianpaiva/copilot-mcp-server

MCP server that integrates with GitHub Cbuildopilot to provide code assistance

N/A

wimcp

Wizards in Memory Cache Provider

N/A

windbg-mcp-server

MCP server for WinDbg debugging integration

N/A

windmill-api

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

N/A

Windows CLI

N/A

windows-exe-decompiler-mcp-server

MCP server for Windows binary reverse engineering, PE triage, Ghidra-assisted analysis, and reconstruction workflows.

N/A

wip-git

Git stash, but shared across machines via hidden refs

N/A

wirecrab

Agent-first CLI network analysis platform

N/A

wise-client-server

N/A

wisegit

Extracts decision intent from git history and protects intentional code from AI modification.

N/A

@wisflux/docmost-local-mcp

Docmost MCP server for local IDE integrations

N/A

Wistia API

Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP.

N/A

wld

Control WLED lights from the command line or your favorite MCP client

N/A

wm-mcp-server

MCP server for webMethods Integration Server — 336 tools replacing Designer for development and administration

N/A

wokwi-ci-server

N/A

@workos/mcp-docs-server

An MCP server that provides documentation, code examples, and changelogs for WorkOS SDKs and developer tooling

N/A

workspace-inspector

CLI tool to inspect running terminal emulators, multiplexer sessions, and browser tabs

N/A

workz

Zoxide for Git worktrees — zero-config sync, fuzzy switching, AI-ready

N/A

wpm-mcp-server-mcp

The official MCP Server for the Wpm Mcp Server API

N/A

wtp-mcp-rs

MCP server for WTP - Git Worktree Plus

N/A

xai-grpc-client

Feature-complete gRPC client for xAI's Grok API with streaming, tools, multimodal support

N/A

xbp

XBP is a zero-config build pack that can also interact with proxies, kafka, sockets, synthetic monitors.

N/A

XcodeBuildMCP

N/A

Xcode-mcp-server

N/A

@xenonflare/mcp-server

Local MCP server for XenonFlare API

N/A

@xferops-public/design-guide

MCP server and query helpers for XferOps frontend design guidance.

N/A

xhs-mcp

XiaoHongShu CLI and MCP Server

N/A

x-m32-mcp-server

MCP server for controlling Behringer X32/M32 digital mixing consoles via OSC

N/A

XRay-Vision

AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools.

N/A

yarli

CLI, stream mode renderer, interactive TUI, scheduler, store, and API

N/A

@yeepay/lowcode-mcp-server

yeepay lowcode mcp server

N/A

@yhy2001/figma-mcp-server

MCP server for Figma design integration with AI coding tools

N/A

yokigo-mcp-server

MCP server for [Yokigo](https://yokigo.com) — AI workspace intelligence. Gives Claude Code, Codex, and other MCP clients access to 36 tools for calls, tasks, chats, documents, people, and knowledge graph.

N/A

yonaka15_mcp-server-runner

Mirror of https://github.com/yonaka15/mcp-server-runner

N/A

YouTube MCP

Interact with public YouTube data via the official Data API v3

N/A

youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini

N/A

YouTube Video Summarizer

N/A

youtube-video-summarizer-mcp

An MCP server for YouTube video summarization

N/A

@zachflint/ssh-mcp-server

SSH-based MCP Server

N/A

zadig-mcp

Zadig MCP Server - Model Context Protocol integration for Zadig CI/CD platform

N/A

zapcode-core

A minimal, secure TypeScript subset interpreter — parse, compile, execute, snapshot

N/A

zavora-cli

Rust CLI AI agent built on ADK-Rust with provider-aware runtime, workflow orchestration, and tool safety controls

N/A

@zavudev/sdk-mcp

The official MCP Server for the Zavudev API

N/A

zed-code-runner-mcp-server

Code Runner MCP Server for Zed

N/A

zed-mcp-server-kubernetes

Kubernetes MCP Server Extension for Zed

N/A

zed-mcp-server-kubernetes

N/A

zed-mcp-server-serena

Zed editor extension for Serena MCP server - semantic code analysis toolkit

N/A

zed-mcp-server-supabase

A Supabase MCP server extension for Zed editor

N/A

zed-surrealdb-mcp-server

A mcp server for surrealdb that wraps surrealdb-mcp-server for zed editor

N/A

zenable

Zenable cleans up sloppy AI code and prevents vulnerabilities with deterministic guardrails

N/A

Zencoder

N/A

zeph-acp

ACP (Agent Client Protocol) server for IDE embedding

N/A

@zereight/mcp-gitlab

MCP server for using the GitLab API

N/A

zread-mcp

Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。

N/A

zuiku-mcp

MCP server for round-tripping Zuiku diagrams between AI, Markdown, and the local editor

N/A
8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered