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.
GitHub REST API
GitHub's comprehensive REST API for programmatic access to repositories, pull requests, issues, actions, code search, and all GitHub platform features.
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.
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.
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.
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.
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).
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.
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.
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.
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.
Vercel API
Vercel's REST API for programmatically managing deployments, projects, domains, environment variables, and team settings on the Vercel platform.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Turso MCP
Edge SQLite database platform with an MCP server for AI agents to create, query, and manage distributed SQLite databases at the edge.
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.
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.
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.
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.
Postman API
Postman's programmatic API for managing collections, environments, workspaces, monitors, and mock servers — enabling automation of API testing, documentation, and collaboration workflows.
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.
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.
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.
Netlify API
Netlify's REST API for managing site deployments, builds, functions, forms, identity, and DNS configuration on the Netlify hosting platform.
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.
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.
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.
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.
1MCP Agent
Aggregates multiple MCP servers into a single unified endpoint, simplifying configuration across AI assistant clients like Claude Desktop, Cursor, and VSCode.
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.
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.
Bitbucket API
Atlassian Bitbucket's REST API for managing Git repositories, pull requests, branches, pipelines (CI/CD), deployments, and code review workflows.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Codecov API
Codecov's API for accessing code coverage reports, coverage trends, and diff coverage data across repositories integrated with CI/CD pipelines.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
custom-mcp-server
An MCP server for custom functionality.
mcp-client-and-server
MCP Client and Server demo
mcp-server-and-client
openmcp
OpenMCP Server Proxy CLI
zhaoganghao-hellomcp
Greet people by name with friendly, concise messages. Explore the origin of 'Hello, World' for fun…
123elec-mcp
1trippulse
1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.
aidb
akshare-one-mcp
Allstacks Analytics MCP Server
Alpic
AppDeploy
arcar-mcp
argocd-mcp
Argo CD MCP Server
aristocles-data-api
Subscription pricing, trade costs, and financial data for AI agents across 5 countries.
Axon.MCP.Server
Transform your codebase into an intelligent knowledge base for AI-powered development with Cursor IDE, Google AntiGravity, and MCP-enabled assistants
BadRooBot-my_test_mcp
Get current weather for any city and create images from your prompts. Streamline planning, reports…
bazaar-mcp
x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning
B.O.N.S.A.I. Health Intelligence API
Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references.
booking
Browse venues, check availability, view effects, get pricing, and book architectural lighting.
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
brandonbosco-sigao-scf-mcp
broker-safety
Bug Detector
Agent to detect bugs
Calories Club: AI Food Tracker
CData Connect AI
cdgcsearchmetadata
Provides metadata information to AI agents through the search API.
CigarFinder
Cirra AI Salesforce Admin MCP Server
MCP Server for interacting with Salesforce instances
close-mcp
CoderSwap MCP Server
Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.
CodeSherlock
AI-powered static and contextual code analysis MCP server
Compliance Auditor MCP
City hiring-compliance MCP server with regulation search and full audit risk scoring.
confucius-debug
AI debugging with 980+ verified fixes. Search the YanHui KB — never repeat a mistake.
cpretzinger-ai-assistant-simple
CSJN — Corte Suprema de Justicia de la Nación
DataGraph
deepviews
Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.
DEWEY SOC codes classifier.
Classification service to seamlessly retrieve SOC codes for job titles and descriptions.
dialer
ecommerce-intelligence-mcp-server
Analyze Shopify stores, get product catalogs, pricing strategies, and store performance data
egnyte-mcp-server
Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.
enigma-mcp-server
exa-labs-exa-code-mcp
Find open-source libraries and fetch contextual code snippets by version to accelerate development…
fabrx
MCP server for Fabrx - Build APIs from documents in your IDE
fascia-mcp-server
Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP
FDA Data MCP
Clean FDA regulatory data: company resolution, facilities, recalls, inspections, approvals.
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
ghost-mcp-server
glider
Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.
Google-Flights-MCP-Server
MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup
hjsh200219-pharminfo-mcp
Look up Korean drug ingredient and product data by HIRA component and product codes via Pilldoc. V…
hopx-mcp
i18n-agent-action
idealift
IndianAppGuy-magicslide-mcp
IndianAppGuy-magicslide-mcp-actual-test
in-memoria
InstaPods
Deploy and manage cloud servers from AI agents. Create pods, push code, run commands — all via MCP.
javelin-guardrails-mcp-server
jdubois/azure-cli-mcp
jinko-mcp
Jinko is a travel MCP server that provides hotel search and booking capabilities.
jolt-transform-web
An MCP server that provides bazaarvoic JOLT transformation capabilities.
JUBA — Jurisprudencia de Buenos Aires
Kevros — Agentic Identity Trust
Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof
Knapcode.SampleMcpServer
A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.
local-voice-mcp
mcd-mcp-server
mcp-eurlex
Eurlex MCP client: Access EU law & Official Journal. https://www.lexsocket.ai/
mcp-meet
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
mcp-server-graylog
mcp-server-research-signals
MCP server for research signal intelligence — scored trends plus build/monitor/ignore triage from HN, Reddit, ArXiv, and GitHub.
mcp-sse-demo-02
mcp-weather
An MCP server that provides [describe what your server does]
Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval
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.
MileMaker MCP
mne-docs
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
n8n-mcp-server
Nansen (DEPRECATED)
neuro
Neuroscience MCP server (Python)
OGForge MCP
OrgX MCP - Agent Orchestration
Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client.
PageDrop MCP
Pantry Persona
AI-powered kitchen management — pantry, recipes, meal plans, shopping lists
partsiq
Parts research for IT hardware brokers: PN normalization, validation, and pricing
pearl-api-mcp-server
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!
PGA Golf
Phos Sales Engine
Piranha Vision & DevTools
plainyogurt21-clintrials-mcp
Planform MCP Server
Portfolio Ideas
Pratiksha-Kanoja-magicslide-mcp-test
Create polished slide decks from text or YouTube links in seconds. Fetch video transcripts to tran…
Prefect MCP Server
proletariat-cli
Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows
prompts.chat MCP Server
Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.
ProofX - Content Protection for Creators
Protect and verify digital content with cryptographic signing and proof of ownership.
python-version
An MCP server that provides [describe what your server does]
QRMint MCP
rash
refcheck
Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.
remote-terminal
rideshare-comparison
Compare Uber and Lyft prices for any route
rosettahub-mcp-server
Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control.
rube
ruchy-mcp
SageFs
``` ▄████████ ▄████████ ▄██████▄ ▄████████ ▄████████ ▄████████ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ █▀ ███ ███ ███ █▀ ███ █▀ ███ █▀ ███ █▀ ███ ███ ███ ▄███ ▄███▄▄▄ ▄███▄▄▄ ███ ▀███████████ ▀███████████ ▀▀███ ████▄ ▀▀███▀▀▀ ▀▀███▀▀▀ ▀███████████ ███ ███ ███ ███ ███ ███ █▄ ███ ███ ▄█ ███ ███ ███ ███ ███ ███ ███ ███ ▄█ ███ ▄████████▀ ███ █▀ ████████▀ ██████████ ███ ▄████████▀
SAIJ — Jurisprudencia Argentina
Santuri
seltz-ai-seltz-mcp
Semantic API
shebe
Fast BM25 full-text search for code repositories. 14 MCP tools, 2ms search latency.
shelter
AI financial coaching powered by real bank data — cash flow, alerts, and savings
ShipScreens MCP Server
Deterministic App Store and Google Play screenshot pipeline with CLI and stdio MCP tools.
Sideways
Silpo MCP Server
MCP server for Silpo online supermarket: products, cart, delivery, recipes.
Skim MCP Server
skr-cloudify-clickup-mcp-server-new
Manage your ClickUp workspace by creating, updating, and organizing tasks, lists, folders, and tag…
sling-cli
smithery-unicorn
social-content-mcp-server
Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol
SpecProof
SpecProof: Search standards specs with MCP-ready precision.
speed-test
speeron-next
Srclight
STUzhy-py_execute_mcp
Syncline MCP Server (TypeScript)
Syncline MCP Server (TypeScript) - AI-powered meeting scheduling with intelligent auto-scheduling
Taiwan CWA Weather
Tangled MCP
Tarteel MCP Server
Telbase
Deploy any web project with one command. AI-native platform with self-healing feedback.
Testiny Test Management
theothers
try
ts-mcp-debugger
Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection
update-hijack-demo
Demo: Server update hijack PoC (clean copy for video)
upwork
MCP server for Upwork job discovery, client analysis, and proposal assistance
vasperamemory
Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.
vera
vettly
vibecheck-mcp
AI Code Firewall — MCP Server for hallucination prevention in AI development
vikunjamcp
vincikit
AI stack configurator with conversational interviews and intelligent recommendations
Vintage Chocolate Recipes
voteship
Manage feature requests, votes, roadmaps, and changelogs from any MCP client.
website-search
Write better IR reports, improve security writing, and plan cybersecurity product strategy.
Well
Connect your AI to your Well financial data - invoices, companies, contacts.
Wistia API
zenable
顏回 YanHui Debug AI
Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05.
cinemore-server
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.
@0xarchive/mcp-server
MCP server exposing 0xArchive market data API as tools for Claude Desktop/Code/API
@0xbigboss/tilt-mcp
MCP server for Tilt CLI integration
123elec-mcp
Interface MCP officielle du site marchand 123elec, catalogue, stock, panier, commandes.
1stay
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
247afk-mcp
MCP server for the 247afk block editor
2slides
4testing-appserver-doceditor
a1800_codec
A clean room implementation of the GeneralPlus A1800 audio codec
@a2a-ai/ata-shell-tool-mcp
Ata MCP server for the shell tool with patched Bash and exec wrappers.
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.
a2a-swap-cli
A2A-Swap CLI — command-line interface for the A2A-Swap agent-native AMM on Solana
a2a-swap-sdk
A2A-Swap Rust SDK — agent-native constant-product AMM client for Solana
a2ui-adk
Claude Code skill for building ADK agents with Google A2UI declarative UI format
a8e-mcp
Articulate (a8e): The sovereign AI operator for your terminal.
aapt-mcp-server
An MCP server that provides APK analysis capabilities using the Android Asset Packaging Tool (aapt)
@aaronbassett/midnight-local-devnet
Local Midnight development network manager — CLI and MCP server
abundai-mcp
The official MCP Server for the Abundai API
accounting-subject-analysis-mcp-server
MCP Server for Accounting Subject Analysis Method - 提供根据科目/指标名称获取分析方法和输出样例的工具
ace-tool-rs
MCP server for codebase indexing, semantic search, and prompt enhancement
Acid-base/FastMCP-Proper
aci-webserver
acli-mcp-server
MCP server that wraps the Atlassian CLI (acli) into generic tools
ac-mcp-server
Official ActiveCampaign MCP Server
acp-protocol
AI Context Protocol - Token-efficient and context enhancing code documentation for AI systems
acp-ws-bridge
WebSocket bridge between GitHub Copilot CLI (ACP) and remote clients
act-cli
CLI host for ACT (Agent Component Tools) WebAssembly components
act-sdk
Rust SDK for building ACT (Agent Component Tools) WebAssembly components
adb-mcp
MCP server for Android Debug Bridge (ADB) interactions in TypeScript
adb-mcp-server
A server implementation for handling ADB (Android Debug Bridge) communications using the Message Control Protocol (MCP)
add-mcp
Install MCP servers into AI client configurations
@admtoolkit/mcp-server
MCP server for ADM Toolkit — ROI, metrics, deployment playbook, competitive intelligence for AI Deployment Managers
@adobe-commerce/commerce-extensibility-tools
MCP server providing Adobe Commerce extensibility tools for AI-powered development
adoptai-github-mcp
GitHub MCP server for adopt.ai
adrs
Command line tool for managing Architecture Decision Records
aethershell
The world's first multi-agent shell with typed functional pipelines and multi-modal AI
agcodex-mcp-server
Model Context Protocol server mode for AGCodex
agent-browser-mcp-server
MCP server for browser automation via agent-browser CLI
AgentBuilders
Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.
agent-builder-tool-server
agent-builder-trigger-server
agentchrome
A CLI tool for browser automation via the Chrome DevTools Protocol
agentdiff
Audit and trace autonomous AI code contributions in git repositories
AgentDilemma
Submit a dilemma for blind community verdict with reasoning to improve low confidence
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
agentic
Support library for building Agentic MCP and Agent2Agent based systems
agentic-browser
CLI and MCP server for AI agents to control Chrome via CDP
Agentic Platform
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
agentisc-relay-adapter-claude
Claude Code CLI adapter for the agentisc-relay
agentlens
CLI tool to prepare codebases for AI agents by generating outlines, memory files, and reading rules
agentmap
CLI tool to prepare codebases for AI agents by generating outlines, memory files, and reading rules
agentox-cli
CLI for AgentOx MCP security and conformance auditor
agent-playground
CLI for running agent in a temporary playground.
Agentry — The Trust Layer for the Agent Economy
Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.
agent-task
Lightweight task management CLI for coding agents and humans to collaborate asynchronously
AgentTrust — Identity & Trust for A2A Agents
Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
@agimon-ai/video-editor-mcp
MCP server for video editing with Remotion
agit
AI-native Git wrapper for capturing context alongside code
agpm-cli
AGent Package Manager - A Git-based package manager for coding agents
@ai4you/openapi-mcp-server
MCP server for OpenEdge ABL OpenAPI code generation
aida-cli
AI-native requirements management CLI — track what you build and why, with structured context for AI coding agents
aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
aider-mcp-server
AI Diagram Maker
Generate software diagrams from natural language, code, ASCII, images, Mermaid.
ai-dictionary-mcp
Look up, search, cite, discuss, and track AI phenomenology terms
ai-dispatch
Multi-AI CLI team orchestrator
aig-mcp-server
AI Git checkpoint MCP server
@aigne/example-mcp-server
A demonstration of using AIGNE CLI to build a MCP server
aiinbx-mcp
The official MCP Server for the AI Inbx API
aipm
AI Plugin Manager — consumer CLI (install, validate, doctor, link)
ai-quality-gate
🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨
aircodelabs/grasp
airis-monorepo
Docker-first monorepo workspace manager for rapid prototyping
ai-session
AI-optimized terminal session management library
ai-video-server
@ai.weget.jp/weget-gateway-mcp
WeGet gateway MCP server for Codex-hosted local tools
akshare-one-mcp
MCP server that provides access to Chinese stock market data using akshare-one
@alaarab/video-recorder-mcp
MCP server for recording, analyzing, and editing demo videos
aldrin-labs_solana-mcp-server
Mirror of https://github.com/aldrin-labs/solana-mcp-server
alexa-mcp
MCP server and CLI for Alexa devices and smart home control
@alexsarrell/jenkins-mcp-server
Jenkins MCP server for Claude Code integration
algocline
LLM amplification engine — MCP server with Lua scripting
al-go-mcp-server
MCP server for AL-Go documentation integration
alive-analysis
Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.
aliyun-mcp-server
interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.
@allpepper/memory-bank-mcp
MCP server for remote management of project memory banks
Allstacks Analytics MCP Server
Provides 208+ tools for AI-native engineering intelligence via Allstacks API.
ALM X++ MCP Server
50 AI tools for D365 F&O: X++ search, ADO integration, code gen, security tracing & upgrade impact.
@alosies/gitlab-mcp-server
MCP server for GitLab API integration with comprehensive project, issue, merge request, pipeline, and job management capabilities
Alpic
Manage your projects, debug deployment, and check analytics for any MCP server you host with Alpic
alpine-builder
alpine-code-server
alpine-git
alpine-git-arm64
amcharts5
On-demand access to amCharts 5 docs, code examples, and API reference
amulen-mcp-server
MCP server para integración con AMULEN - Sistema de Gestión de Proyectos
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
anchor-mcp-server
Anchor program interface - Deploy, test, and interact with Anchor programs
anda_cloud_cdk
A Canister Development Kit for the Anda Cloud
@andre.buzeli/git-mcp
MCP server para Git com operações locais e sincronização paralela GitHub/Gitea
AndrewDonelson_go-mcp-server-service
Mirror of https://github.com/AndrewDonelson/go-mcp-server-service
Android Security Analyzer
MCP server for static security analysis of Android source code
androjack-mcp
MCP server that validates AI-generated Android code against official SDK documentation.
anet_a2a_server
A Rust framework for building Agent-to-Agent (A2A) protocol services
ankit
Complete async Rust client for the AnkiConnect API
@annguyen209/mantis-mcp-server
Standalone MCP server for MantisBT REST API endpoints
ans-client
ANS API client for agent registration and management
antdigital-aico-guard-mcp-server
Ant guard mcp server
anthropik
Anthropic client for Rust.
antrieb
Validates AI infra code on real VMs. Self-corrects until it works. No containers, no sandboxes.
@antv/mcp-server-antv
MCP Server for AntV visualization libraries development, which provides documentation context and examples for visualization developers.
@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.
aoc-mcp-server-rs
Advent of Code - MCP Server
aofctl
CLI for AOF framework - kubectl-style agent orchestration
@apacfinstab/mcp-server
APAC FINSTAB MCP Server - Real-time regulatory intelligence for crypto businesses in Asia-Pacific
api
HTTP client, JWT decode, header analysis for AI agents
apiai-mcp-server
MCP server for apiai.me — use AI image processing tools directly from VS Code, Cursor, and other MCP-enabled editors.
apiari-codex-sdk
Rust SDK for the Codex CLI — spawn and stream codex exec sessions
apiari-gemini-sdk
Rust SDK for the Gemini CLI — spawn and stream gemini execution sessions
apibase
327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint.
apicentric
Toolkit for building, recording, and sharing mock APIs
AppDeploy
AppDeploy turns app ideas described in AI chat into live full-stack web applications
@appkit/claudex
Interactive MCP server selector wrapper for the claude CLI
@apployd/mcp-server
Apployd MCP server for listing projects and triggering deployments from MCP clients.
@appsignal/mcp
The official AppSignal MCP server
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.
aptu-mcp
MCP server exposing aptu-core functionality for AI-powered GitHub triage and review
arbor-graph-cli
Command-line interface for Arbor
Arcadia Finance
Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.
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.
arcane-cli
CLI for Arcane - agent-native 2D game engine (dev server, testing, project scaffolding)
arcar-mcp
Servidor MCP para integraciones con arcar.org
architect-to-product
MCP server that turns software architectures into tested, secure products
@archlinter/mcp-server
Model Context Protocol (MCP) server for archlint
archmap
Static architectural analysis of codebases.
arch-mcp-server
MCP server that gives code agents architectural context - ERD diagrams, code policies, API docs, service relationships, and best practices.
archtracker-mcp
Architecture & Dependency Tracker — MCP server + CLI + interactive web viewer for AI-driven development
Arcjet
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Arcology Knowledge Node
Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries.
Arduino MCP Server
Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.
argocd-mcp-server
ArgoCD MCP Server
argocd-mcp-server
argocd-server
@ark-ui/mcp
The official MCP server for Ark UI
Artifacts
Save decisions, plans, and notes from any AI session and retrieve them later — from any client. Ask
arxiv-search-mcp-server
An MCP server that provides search functionality for arXiv.org papers
aryn-mcp-server
The Official Local Aryn MCP Server
@ascendkit/cli
AscendKit CLI and MCP server
ascii-art
MCP server that exposes ASCII and Unicode art tools
asciikit-mcp
AsciiKit MCP server - Complete UX design intelligence system that transforms Claude into a senior designer
asc-mcp-server
MCP server for Apple App Store Connect API — manage apps, builds, TestFlight, reviews and more
asgard-mcp-server
Asgard's official MCP Server
@asphalt-react/cli
MCP server for Asphalt React component documentation
assay
The firewall for MCP tool calls. Block, audit, replay with evidence bundles.
ast-grep-mcp
An MCP server providing structural code search via ast-grep
astrid-build
Astrid capsule build tooling - compiles and packages capsules
@astrosheep/keiyaku
MCP server for running iterative keiyaku workflows with Codex subagents.
atest-mcp-server-launcher
Auto-download & launch https://github.com/LinuxSuRen/atest-mcp-server
@atlassian-dc-mcp/confluence
This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Confluence Data Center edition.
@atlassian-dc-mcp/jira
This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Jira Data Center edition.
@atomgit.com/atomgit-mcp-server
AtomGit MCP Server - Model Context Protocol server for AtomGit code hosting platform
ATProto Data Layer
Search ATProto writing, annotations, identity, agents, and forum posts. 12 read-only tools.
atv
Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios.
audacity
auq-mcp-server
An MCP server that provides a tool to ask a user questions via the terminal
aur-build-server
authora
Official Rust SDK for the Authora agent authorization platform
autoagents-burn
Agent Framework for Building Autonomous Agents
auto-fix-workflow
Auto-fix workflow MCP server for GitHub issue automation
awesome-mcp-servers
A curated list of excellent Model Context Protocol (MCP) servers.
awpak-ai-cmd-client
A command-line client for executing AI workflow graphs using the awpak-ai library.
aws-cdk-mcp-server
aws-cli-mcp-server
A simple implementation of an AWS CLI MCP server with read/write tools for executing AWS CLI commands
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.
awslabs.code-doc-gen-mcp-server
An AWS Labs Model Context Protocol (MCP) server for code-doc-gen
awslabs.github-actions-mcp-server
A library for GitHub Actions MCP server
awslabs.iam-mcp-server
An AWS Labs Model Context Protocol (MCP) server for managing AWS IAM resources including users, roles, policies, and permissions
awslabs.syntheticdata-mcp-server
An AWS Labs Model Context Protocol (MCP) server for syntheticdata
awslabs.terraform-mcp-server
An AWS Labs Model Context Protocol (MCP) server for terraform
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.
aws-pricing-mcp-server
axiom-mcp
MCP server for Axiom development skills, agents, and commands
azure-diagram-mcp
MCP server that turns natural-language prompts into Microsoft Azure architecture diagrams (PNG) using Python Diagrams + Graphviz.
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.
backend-tests-git-server
backlog-prr-mcp
MCP Server for reviewing Nulab Backlog Git Pull Requests
@balakumar.dev/mcpkit
MCP client that turns any MCP server into CLI commands + lightweight agent skills — zero context bloat
bamboohr-mcp-server
An MCP (Model Context Protocol) server that provides access to BambooHR's time-off functionality.
base-gasless-deploy-mcp
MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
bashrs
Rust-to-Shell transpiler for deterministic bootstrap scripts
bazel-mcp-server
An MCP server for the Bazel build system
bb-mcp-server
Bitbucket MCP (Model Context Protocol) server built with FastMCP that provides programmatic access to Bitbucket API v2.0
bc-code-intelligence-mcp
BC Code Intelligence MCP Server - Complete Specialist Bundle with AI-driven expert consultation, seamless handoffs, and context-preserving workflows
BC Curriculum
Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more.
bcm-pricing-calculator-mcp-server
Model Context Protocol (MCP) server for AWS Billing and Cost Management Pricing Calculator
beacon-mcp-server
Beacon MCP server - can be integrated with clients such as Claude, Cursor etc.
bear-deals
MCP server for surfacing developer tool deals
BearTrail
Query workouts, browse exercises, and explore fitness data from BearTrail
@beeper/desktop-mcp
The official MCP Server for the Beeper Desktop API
bellwether-mcp
Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.
berth
Berth CLI - the safe runtime & package manager for MCP servers
better-code-review-graph
Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings
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.
BigGo-MCP-Server
A Model Context Protocol (MCP) server that provides product search, price history tracking, and specification search capabilities.
BIGHUB
Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.
Bilt
AI agents autonomously build and deploy mobile apps through natural language workflows
bionicforms-mcp
Build forms, manage responses, and run AI analysis via the BionicForms API.
birdeatsbug-mcp-server
MCP server for BirdeatsBug — extracts console logs, network logs, and video frames from bug reports for AI-powered root-cause analysis
Bitbucket MCP Server
MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more
bitcompass
BitCompass CLI - rules, docs, and MCP server
bitget-mcp-server
Official Bitget MCP Server
bito
Quality gate tooling for building-in-the-open artifacts
blocklens-mcp-server
Bitcoin on-chain analytics — 109 metrics: MVRV, SOPR, NUPL, HODL Waves, CDD, cycles & more
@blockspool/mcp
BlockSpool MCP server - stateful tool provider for Claude Code
blpapi-mcp
A MCP server providing financial data from Bloomberg blpapi
Blueprint Agentic Staking (Solentic)
Native Solana staking for AI agents. 18 MCP tools, zero custody, agents sign client-side.
bm25-turbo-cli
CLI and HTTP server for BM25 Turbo
bn-google-workspace-mcp-server
Stateless MCP Server for Google Workspace APIs
board-sdk-mcp-server
MCP server for Board SDK (fun.board v3.2.1) — provides AI assistants with structured access to Board SDK APIs
bob-sps-helper
MCP server for IBM Verify SaaS SPS security issue management and migration helper
boj-client
Rust client for the Bank of Japan time-series statistics API
bpftrace-mcp-server
A Model Context Protocol (MCP) server that provides AI assistants with access to bpftrace kernel tracing capabilities
brain-cli
MCP toolset.
brain-client
MCP toolset.
brand.dev-mcp
The official MCP Server for the Brand Dev API
branding-mcp
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
brandonbosco-sigao-scf-mcp
Provides access to Civic Plus - See Click Fix, allowing you to interact with your data via an LLM.…
@bretwardjames/ghp-mcp
MCP server for ghp (GitHub Projects)
brewers-almanack
Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes
Brick Directory
Provides data for LEGO sets, minifigures, parts and elements. Not affiliated with LEGO® Group.
bricks-build-server
broker-safety
MCP server offering regulator-sourced legitimacy checks on investment entities by name or URL.
BrowseAI Dev
Evidence-backed web research for AI agents with citations and confidence scores.
browser-debug-mcp-bridge
Chrome Extension + Node.js MCP server for browser debugging
bsv-wallet-cli
Self-hosted BSV wallet CLI and BRC-100 server, wire-compatible with MetaNet Client
btcpayserver-plugin-builder
build-agent
build-agent-host
@build-astron-co/mcp-server
Astron MCP Server — Model Context Protocol server for DevOps bots
builder-contest-server
builder-server
@buildingopen/mcp-server
MCP server for RunIt, lets AI agents deploy and run apps
build-server
build-server-image
build-your-own-mcp
Scaffold a starter MCP server project
bundler
Bundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free.
@burger-editor/mcp-server
MCP Server for BurgerEditor
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.
BVG MCP Server - (Unofficial)
c2pa-mcp
MCP server for reading C2PA Content Credentials using the official c2pa Rust library
c7-mcp-server
An unofficial MCP server for Context7 by Upstash
cadance
Cadance tunnel CLI - expose local ports via secure tunnels
@cadivus/mcp-server-visual-stack-browser
MCP server for visual browser navigation, OCR-based coordinate clicking, and JS stack trace debugging.
calcit
Interpreter and js codegen for Calcit
@calltelemetry/cisco-axl-mcp
MCP server for Cisco CUCM AXL (SOAP) via cisco-axl
@calltelemetry/cisco-ris-mcp
MCP server for Cisco CUCM RIS (Real-time Information Service) and PerfMon APIs
Calories Club: AI Food Tracker
AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging
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.
@canvas-mcp/server
[](https://www.npmjs.com/package/@canvas-mcp/server) [](https://www.npmjs.com/package/@canvas-mcp/server) [](https://github.com/DecisionsDev/di-mcp-server/actions/workflows/build.yml) [](LI
dioxus-inspector
HTTP bridge for inspecting and debugging Dioxus Desktop apps
dira
A CLI tool for aliasing directories for faster directory switching
<div align="center"><img src="https://raw.githubusercontent.com/pietrozullo/mcp-use/refs/heads/main/docs/favicon.svg" height="20"/></div>
dli-mcp-server
An MCP server to control Digital Loggers (DLI) Web Power Switches.
dlstreamer-pipeline-server-k8s-sidecar
dm-nkp-gitops-custom-mcp-server
dnd-oracle
D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools
docbert
A powerful semantic search CLI for your documents
@doccler/mcp-server
Doccler MCP Server - Connect your IDE to your documentation platform
@docdigitizer/mcp-server
MCP server for DocDigitizer document processing API
dociium
Multi-Language Documentation & Code MCP Server - Fast documentation access for Rust, Python, and Node.js
dock-aso-mcp-server
MCP Server for Dock ASO Tracker - Enables Claude Desktop to analyze keywords, manage ASO content, and view sales & financial reports
docker
MCP server for Docker — manage containers, images, volumes, and compose services from your IDE
Docker
Docker
docker_api_logic_project
docker-code-server
docker-compose
docker-compose-builder
docker-deploy
docker-gocd-server
docker-http-server
docker-ipsec-vpn-server
docker-krb5-server
docker-lftp
docker-moto-server
docker-nfs-server
docker-nfs-server
docker-openvpn
docker-pdfocr
docker-phi-server
docker-php
docker-react_server
docker-s3-server-dev
docker-scp-server
docker-sensu-server
docker-squid
docker_tails-server
docker-tikaserver
docker-tikaserver
docker-tools
Docker tools, including docker, docker-compose and dockerd
docker-utility
docker-zandronum-server
docs-mcp
Provides Vaadin Documentation and help with development tasks
docx-mcp-server
MCP server for DOCX document editing — read, edit, format, comment, highlight, and track changes in Word documents
dodopayments-mcp
The official MCP Server for the Dodo Payments API
@doitintl/doit-mcp-server
DoiT official MCP Server
dol
DOL (Design Ontology Language) - A declarative specification language for ontology-first development
@domscribe/mcp
MCP server for Domscribe — connects editors and agents to runtime context
@dongju101/gemini-mcp
Gemini CLI MCP Server for Claude Code
doom-mcp
Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client
doordash
DoorDash MCP server — search, order, and track food delivery. By Strider Labs.
@dopplerhq/mcp-server
MCP server for Doppler API with auto-generated tools from OpenAPI specification
@downatthebottomofthemolehole/infracost-mcp-server
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
@downatthebottomofthemolehole/megalinter-mcp-server
MCP server for running Ox Security MegaLinter via mega-linter-runner
draft-mcp-server
Review AI-generated drafts before they go anywhere. MCP server with local review UI.
dravr-sciotte-server
Unified REST API + MCP server + CLI for sport activity scraping
ds-api
A Rust client library for the DeepSeek API with support for chat completions, streaming, and tools
DSers MCP Product Import
AI-powered dropshipping: import products from AliExpress/Alibaba/Accio to Shopify & Wix via DSers
@dugleelabs/strapi-mcp-server
[](https://github.com/dugleelabs/strapi-mcp-server/actions/workflows/pull_request.yaml) [ (republished for testing)
dwasm
Build tool for Leptos WASM frontends — handles wasm-bindgen, wasm-opt with bulk-memory, content hashing, and index.html patching
@dwiesendanger/servicenow-mcp
MCP server for ServiceNow incident management
dwiki
Unofficial CLI for the DeepWiki MCP server — query repository documentation from your terminal or coding agent
dynamic_grounding_for_github_copilot
MCP server providing Google Gemini AI integration for enhanced codebase search and analysis
dynamic-mcp
A production-grade **dynamic MCP server** for Node.js
e3-server-build
Earnings Feed
SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.
e-arveldaja-mcp
MCP server for Estonian e-arveldaja (e-Financials) API
easy-backlog-tools
MCP server and CLI for easy-backlog issue tracker
easy-notion
Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.
ebook
A CLI tool for reading, writing, and operating on various ebook formats
@ebowwa/mcp-claude-code-history
MCP server for Claude Code conversation history with useful context and summaries
@ebowwa/mcp-github-search
MCP server for comprehensive GitHub search capabilities
echo-mcp-server-for-testing
A simple echo MCP (Model Context Protocol) Server for testing MCP Clients
eclipse-mcp-server
Eclipse IDE plugin exposing workspace operations to Claude Code via MCP
@ecosyste-ms/mcp
MCP server for querying ecosyste.ms packages API
@edgefinder/cli
EdgeFinder CLI and MCP server for sports analysis
@edjufy/fakturia-mcp
Unofficial MCP server for the Fakturia billing/subscription management API
efficient-gitlab-mcp-server
Production-ready GitLab MCP Server with progressive disclosure pattern
@egyleader/dart-mcp-server
MCP server for Dart SDK commands
@ejazullah/playwright-mcp-server
A Model Context Protocol (MCP) server for Playwright browser automation with dynamic CDP endpoint support
eka_mcp_server
The official Eka MCP Server for medical science tools curated by eka.care
@eldoraui/mcp
Official MCP server for Eldora UI.
electronics-mcp-servers
MCP servers for electronics and embedded development: GPIO pin reference, capacitor calculator, and resistor color code decoder
elevenlabs-cli
Unofficial CLI for ElevenLabs text-to-speech API
elicit_server
Cross-crate workflow plugins for elicitation — code recovery, multi-crate compositions, and server-side orchestration
elisym-client
CLI agent runner for elisym
ember-mcp
MCP server for Ember.js documentation, guides, and best practices
emcp
A framework for building simple MCP servers with custom middleware
emergencescience-mcp-server
MCP server for Emergence Science marketplace
enact-mcp
MCP (Model Context Protocol) client for Enact
enbuild-mcp-server
enbuild-mcp-server
encode-mcp-server
Add your description here
encoderfile
Distribute and run transformer encoders with a single file.
ENCODE Toolkit
20 MCP tools + 48 skills for ENCODE Project genomics — search, download, pipelines
endiagram-mcp
13 deterministic graph tools for structural analysis. No AI inside the computation.
@enfyra/mcp-server
MCP server for Enfyra - manage your Enfyra instance via Claude Code
enigma-mcp-server
An MCP server that provides access to trusted data about business identity and activity
entrouter-universal
Pipeline integrity guardian - what goes in, comes out identical.
ephemeris-mcp
Precision astronomical ephemeris and planetary positions via the Swiss Ephemeris.
eqsl-mcp
eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status.
eraser-io-mcp-server
A Python MCP (Model Context Protocol) server and CLI tool to render diagrams using the Eraser API.
erl_dist_mcp
Erlang Distribution MCP Server - connects to Erlang/BEAM nodes for introspection and debugging
esa
Official MCP server for esa.io - a documentation sharing service for teams
@eslint/mcp
MCP server for ESLint
eslint-mcp-server
A comprehensive ESLint MCP Server for AI tools with incremental detection and auto-fix capabilities
@esperio/mcp-server
Esper MCP Server - AI-powered device management assistant
esp-mcp42u83
An ergonomic wrapper for interfacing with ESP42U83 digital potentiometers using an ESP32
essay-spider-xhs-mcp-server-lc
Add your description here
essence-engine
A fast web retrieval engine with HTTP-to-browser fallback, producing LLM-ready Markdown
ethcli
Comprehensive Ethereum CLI for logs, transactions, accounts, and contracts
ethcli-mcp
MCP server exposing ethcli functionality as tools
@etm-professional-control/winccoa-mcp-server
MCP Server for WinCC OA with field-specific configurations
ets-inside-server
ets-inside-server
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
eventkit-rs
A Rust library and CLI for managing macOS Calendar events and Reminders via EventKit
eventuali-mcp-server
MCP server and client for Eventuali event sourcing system with integrated API server
Example App
Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc
example-lhci-server
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.
ExecuFunction
AI executive function assistant — tasks, calendar, knowledge, code indexing, and CRM for your IDE.
@execufunction/mcp-server
MCP server for ExecuFunction - enables IDE integrations via Model Context Protocol
@expandfi/mcp-server
ExpandFi MCP server for Claude Desktop and Claude Code
extendable-kubernetes-mcp-server
Extendable Kubernetes Model Context Protocol (MCP) Server - A extensible MCP server for Kubernetes operations
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.
@f2c/mcp
 [](https://smithery.ai/server/@f2c-ai/f2c-mcp) [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-download
fake-gcs-server-ci
fallow-mcp
MCP server for the fallow TypeScript/JavaScript codebase analyzer
@fangjunjie/ssh-mcp-server
SSH-based MCP Server (基于 SSH 的 MCP 服务器)
@fascia-run/mcp-server
MCP server for Fascia — expose deployed Tools to AI agents
fastalert-mcp-server
Official MCP server for FastAlert, providing tools to list channels and send notifications.
fast-context-mcp
AI-driven semantic code search MCP server (Node.js)
fast-cxt-mcp
AI-driven semantic code search MCP server (Node.js)
@fast-kit/spec-kit
SpecKit MCP Server - Specification Management System
fastmcp-agents-cli
CLI for running FastMCP and calling tools on it
fastmcp-agents-library-agent-github
Agents for GitHub
fastmcp-agents-library-agents
Agents with no dependencies on other libraries
fastmcp-agents-library-agent-simple-code
Agents for Simple Code
fastmcp-client-demo
FastMCP client demo using uv
fastmcp-extensions
Unofficial extension library for FastMCP 2.0 with patterns, practices, and utilities
fastmcp-langfuse
Langfuse observability integration for FastMCP v3 servers — one-line setup
fastmcp-lint
Static analysis for FastMCP servers — catches schema quality issues before they ship
fastmcp-template
FastMCP server template with mcp-refcache and Langfuse tracing
fastmcp-tool
Command line tool for interacting with MCP servers
fastmcp-transport-ble
BLE transport for FastMCP clients.
fc-code-interpreter-mcp-server
Code Interpreter MCP Server - Secure code execution via E2B on Function Compute
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
FDIC BankFind MCP Server - (Unofficial)
@feedmob/github-issues
MCP server for using the GitHub API
ferrograph
Graph-powered Rust code intelligence
ferroscope
MCP server that enables AI assistants to debug Rust programs using LLDB and GDB
ffmpeg-mcp-server
MCP server for FFmpeg video operations
fgp-daemon
Fast Gateway Protocol SDK for building low-latency daemon services
figmanage
MCP server for managing your Figma workspace from the terminal.
figma-react
An MCP server that converts Figma designs into React code.
@fiialkod/toon-mcp-server
MCP server providing LEAN and TOON format encoding/decoding for token-efficient LLM data exchange
fileview
A minimal file tree UI for terminal emulators
finance-query
A Rust library for querying financial data
financial-analyzer-mcp-server
MCP server for financial analysis using the 'Cessez de vous faire avoir' method.
Financial Datasets
financial-freedom
findtime MCP Server
MCP server for time in cities around the world, time zones, DST, conversion, and meetings.
firekey-mcp
MCP server for FireKey browser profile management
@firestitch/specify-mcp
MCP server for Specify project management (stdio + HTTP)
FirstData
Hosted MCP server for finding authoritative primary data sources and official portals.
@first-to-fly/orchestrator-mcp
MCP server for FirstToFly Orchestrator - persistent memory for Claude Code
flashduty-mcp-server
Flashduty's official MCP Server
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.
@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.
floom
Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.
flowistry-cli
Clean CLI for Flowistry information-flow analysis
fly-io-mcp-server
Local implementation of Fly.io MCP server
flyr-cli
Search Google Flights from the terminal
fnal-rucio-server
fons-code-server-client
fons-code-server-org
@fontofweb/mcp
MCP Server and CLI installer for Font of Web
forgekit-storybook-mcp
MCP server for Storybook story generation, component analysis, and validation
forge-mcp
Claude Code plugin for building enterprise-grade MCP servers — guided discovery, security audits, code generation using @modelcontextprotocol/sdk
forgex
CLI and runtime for the Forge full-stack framework
@foundation0/git
Foundation 0 Git API and MCP server
foundry-mcp
A comprehensive CLI tool and MCP server for deterministic project management and AI coding assistant integration
@fragments-sdk/cli
CLI, MCP server, and dev tools for Fragments design system
@fre4x/docx
DOCX Editor MCP server
@fre4x/github
GitHub MCP server
freelo-mcp
MCP Server for Freelo API v1
freqtrade-mcp-server
Read-only MCP server for Freqtrade codebase introspection
freshcontext
Real-time web intelligence for AI agents. 11 tools, no API keys. GitHub, HN, Reddit, arXiv & more.
frigg
Local-first MCP server for code understanding.
Frihet ERP
AI-native business management — 52 tools for invoicing, CRM, accounting & tax.
frituur-client-frontend
fs_query
A Model Context Protocol server for efficient code symbol extraction using Tree-sitter
fulfill-mcp-server-3pl
MCP server for 3PL provider search and management
function-health-mcp
Function Health MCP server and CLI — query lab results, detect changes, track biomarkers
@fupete/design-system-italia-mcp
Filo – MCP server non ufficiale per il Design system .italia
furnace-mcp
FURNACE - AI-powered code generation and analysis MCP server with knowledge graph and tiered search
@futurelab-studio/latest-science-mcp
MCP Server for Scientific Paper Harvesting from arXiv and OpenAlex
@futuretea/flashduty-mcp-server
Model Context Protocol (MCP) server for FlashDuty incident management
@futuretea/rancher-mcp-server
Model Context Protocol (MCP) server for Rancher multi-cluster management
fxserver-docker
gabb-cli
Fast local code indexing CLI for TypeScript, Rust, and Kotlin projects
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.
game-server-sidecar
Garmin Workouts MCP
Manage Garmin Connect workouts, including strength workouts with mapped exercises.
garnix-insights
CI/CD insights for Garnix.io - CLI tool, HTTP server, and MCP server for build status analysis
@garoon/mcp-server
The official MCP Server for Garoon
@gburanda/clipsense-mcp-server
MCP server for mobile debugging with video analysis and follow-up Q&A
gdcli
Agent-friendly CLI for Godot 4
gdcli-godot
Agent-friendly CLI toolkit for Godot 4 — scene editing, linting, MCP server
gdelt
CLI for GDELT Project - optimized for agentic usage with local data caching
gd-gitlab-mcp
GitLab MCP server — HTTP and stdio transport
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.
@gemcoder/gemdesign-mcp-server
MCP Server for GemDesign API
gemini-cli-sdk
Rust SDK wrapping Google's Gemini CLI as a subprocess via JSON-RPC 2.0
gen-orb-mcp
Generate MCP servers from CircleCI orb definitions
@genwave/svgmaker-mcp
MCP server for generating, editing, and converting SVG images using SVGMaker API
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.
gerrit-mcp-server
An MCP server for interacting with Gerrit via curl
@getmcp/registry
Registry of MCP server definitions synced from the official MCP registry
@gettalon/mcp
Standalone MCP server for Talon browser control via Chrome DevTools Protocol
gfg-github-tools-mcp-server
MCP server with GitHub repository and workflow tools
gh-cli-mcp-server
MCP server that wraps the GitHub CLI (gh) into a single generic tool
ghost-mcp-server
Minimal MCP server for Ghost Security API - compatible with all MCP clients
Git
gitctx
MCP server for GitHub repository exploration
gitea-mcp-server
@gitee/mcp-gitee
Model Context Protocol (MCP) server for Gitee
@gitee/mcp-gitee-windows-amd64
Model Context Protocol (MCP) server for Gitee
gitee-mcp-server
MCP Server for using the Gitee API
GitGuardian
git-http-server
git_https_server
github
GitHub analytics - repos, PRs, issues, releases, contributors
Github
github-actions
GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.
githubchat-mcp-server
Model Context Protocol (MCP) server for GitHub Chat
github-cli
github-desktop
github-enterprise-mcp-server
MCP server for GitHub Enterprise API - local/internal use only. No authentication info included.
github-gist
MCP server to create, read, update, list, and search GitHub Gists from your IDE
github_github-mcp-server
github-mcp
GitHub MCP Server with OAuth support for Issue management
github-mcp-custom
Cross-platform NPX-wrappable GitHub MCP Server
github_mcp_server
github-mcp-server
github-mcp-server
github-mcp-server
GitHub's official MCP Server
github-mcp-server
GitHub's official MCP Server
github-mcp-server
github-mcp-server
github-mcp-server
github-mcp-server
GitHub's official MCP Server
github-mcp-server
AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.
github-mcp-server
🔒 Ultra-secure GitHub MCP server with workflow automation for Claude & Cursor
github-mcp-server
GitHub's official MCP Server
github-mcp-server
github-mcp-server
MCP server to interact with Github, written in Golang
github-mcp-server
github-mcp-server
github-mcp-server
github-mcp-server
GitHub's official MCP Server
github-mcp-server
Github-mcp-server
github-mcp-server-222559
Kavia repository created from https://github.com/github/github-mcp-server
github-mcp-server-asifdotpy
github-mcp-server-http
GitHub MCP server over HTTP transport
github-mcp-server-kosta
MCP server for GitHub repository operations with CLI token support
github-mcp-server-local
github-mcp-server-main
github-mcp-server-sse
GitHub MCP Server (SSE)
github-mcp-server-test-2
GitHub's official MCP Server
github-mcp-server-unofficial
GitHub's official MCP Server packaged unofficially for Python
github-pr-mcp-server
MCP server that let's you review your active PR's
github-pr-mcp-server
GitHub PR MCP Server - MCP&Agent Challenge
GitHub Projects
github-project-skills
Specialized Agent Skills to automate GitHub workflows using the GitHub CLI
GitHub Repos Manager MCP Server
github-server-mcp
Gitingest-MCP
GitKraken
gitlab-clone-mcp-server
Model Context Protocol server for GitLab API integration
gitlab-mcp-agent-server
MCP server for GitLab integration via OAuth
gitlab-mcp-server
for now it is for gemini cli to run with gitlab
gitlab-mcp-server
This repository provides model context protocol server for GitLab server.
gitlab-mcp-server
MCP Server for gitlab.com
gitlab-mcp-server
Read-only Go MCP server for GitLab — single binary, zero runtime dependencies
gitlab-mcp-server
gitlab-mcp-server
gitlab operator mcp server for AI agent
gitlab-mcp-server-firasmosbehi
Model Context Protocol (MCP) server for GitLab: issues, merge requests, repository files, and CI pipelines.
gitlab-sonar-scanner
git-mcp-server
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
git-mcp-server-rust
git-mob
Git Mob
git-mob-mcp-server
MCP Server for git-mob CLI app
git-rpc-server
gitserver
git-server
git-server
git-server
git-server-proxy
git_ssh_server
git-ssh-server
gitstack
Git history viewer with insights - Author stats, file heatmap, code ownership
git-sync
gituthub-mcp-server
@giveagent/cli
Install GiveAgent skill for Claude Code — lightweight alternative to MCP server
@glauxdev/mcp-server
Standalone stdio MCP server for Glaux codebase intelligence
glitchtip-mcp
MCP server for GlitchTip error monitoring integration
glues
Unified CLI entry point for the Glues toolkit
goalie
🎯 AI-powered research assistant with GOAP planning, advanced reasoning, MCP protocol support, and Perplexity API integration - Rust wrapper for goalie npm package
gocd-server
gocd-server
gocd-server
gocd-server
gocd-server
godotiq
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
@goke/mcp
Dynamically generate CLI commands from MCP server tools
go-mcp-server
Example of MCP server using official Go SDK
go-mcp-server
Go package for building MCP (Model Context Protocol) servers with structured logging, file-based configuration, and multiple transport support
go_mcp_server_github_api
MCP server for working with GitHub repository via API.
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.
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.
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.
google-mcp-server
An MCP (Model Context Protocol) server for reading Google Slides presentations.
google-mcp-server
Google Suite MCP Server for Cursor and other MCP clients
google-ocr-mcp-server
Google OCR MCP server
go-piping-server
gossiphs
A Rust lib for general code file relationship analysis. Based on tree-sitter and git analysis.
gotoolkits_mcp-difyworkflow-server
Mirror of https://github.com/gotoolkits/mcp-difyworkflow-server
Govbase
U.S. federal policy data — bills, Congress members, voting records, and civic info.
govctl
Project governance CLI for RFC, ADR, and Work Item management
GovRider
Match tech products and consulting services to live government tenders, grants, and RFPs
@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
gpuse-mcp-server
GPUse MCP server for Claude Code, Codex, Gemini, Cursor, Windsurf, and other MCP clients
@grafema/mcp
MCP server for Grafema code analysis toolkit
graphor-mcp
The official MCP Server for the Graphor API
graphql
Turn any GraphQL API into MCP tools. Zero config, zero code.
Graqle
Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.
greentic
The fastest, most secure and extendable digital workers platform
greentic-dev
Developer CLI and local tooling for Greentic flows, packs, and components
greentic-operator
Greentic operator CLI for local dev and demo orchestration.
grep-mcp
Grep MCP Server - TypeScript implementation for grep.app GitHub code search
greptile-mcp-server
Modern TypeScript MCP server for AI-powered code search and querying with Greptile API
grider-server
grits-cli
Git-native, local-first issue tracker CLI and MCP server.
groundtruth
Self-hosted MCP for live docs, code audits, and best practices. 363+ libraries, no rate limits.
gtc
Greentic - The operation system for digital workers
guide-server
guilhermeyoshida/mcp-terraform-assistant
gunsnation
MCP server for real-time access to the Gunsnation firearms catalog and specifications.
GuruWalk
Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details.
gw-synth-flash-mcp
An unofficial MCP server for Gowin IDE CLI workflows as tools.
@gzoo/forge-mcp
MCP server for GZOO Forge — persistent project intelligence for Claude Code
@haibun/mcp
haibun mcp server and client steppers
@hailer/mcp
MCP server for Hailer - provides 34+ tools to AI assistants (Claude Desktop, Claude Code).
hanzo-mcp-server
Hanzo MCP Server - Rust implementation with search, tools, and code analysis
@hapticpaper/mcp-server
Official MCP Server for Haptic Paper - Connect your account to create human tasks from agentic pipelines.
harmonica-mcp
MCP server for Harmonica deliberation sessions
harvey-tools
Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC.
hashi-code-server
hci-binary-neutron-server
health-auto-export-mcp-server
An MCP server that provides Apple Health data via the Health Auto Export app for iOS
healthcare-mcp
Healthcare MCP Server for medical information access
Hebbian Mind
Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse.
hecate-mcp-server
The Model Context Protocol server for the Hecate simulation code generator!
hecc
Hiding erasure-correcting codes (HECC) from MCP whitepaper
hectofinancial-mcp-server
헥토파이낸셜 결제 서비스 연동 문서를 검색하고 조회할 수 있는 MCP 서버입니다. 공식 가이드를 AI와 함께 빠르게 탐색하여 정확한 결제 시스템 구축을 지원합니다.
Helm Chart CLI
@henrylabs/mcp
The official MCP Server for the Henry SDK API
herolib-rpc
RPC framework with Redis-based logging, configuration, error storage, and MCP client support
heygen-mcp-server
MCP server for HeyGen API - Assets and Folders management
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
historis
Track client interactions and events. Your AI organizes everything for you.
@hitoshura25/mcp-android
MCP server for Android development quality gates
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.
hkopenai.diagram-as-code-mcp-server
This is a MCP server to provide mermaid js validation tools and prompt for MCP client
hoist-az
Configuration-as-code CLI for Azure AI Search and Microsoft Foundry
homebutler
Homelab management CLI + MCP server — manage servers, Docker, ports, alerts via AI
hoover
Continuous audio transcription and dictation tool with speaker identification, GPU acceleration, and AI assistant integration
hopx-mcp
Execute code in isolated cloud containers. Supports Python, JavaScript, Bash, and Go.
@hoshikawashiro/ide-mcp-server
MCP Server for enhance IntelliJ IDEA abilities
hotpath
Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks.
hotplug
Ephemeral, session-scoped MCP runtime. https://github.com/ShipSecAI/hotplug
howtocook-mcp
MCP Server for howtocook recipe database - 炫一周好饭,拒绝拼好饭
hs-server-side
http_debug_server
httpmcp-rust
A fast, simple library for building MCP servers using Streamable HTTP (Beta)
https://github.com/sv/mcp-paradex-py
hub-codegen
Multi-language code generator for Hub plugins from Synapse IR
@hubspot/mcp-server
MCP Server for developers building HubSpot Apps
Hyades
Render LaTeX math as pure Unicode text art for terminals, code comments, and emails.
hydrus-mcp-server
MCP Server for Hydrus - Allowing your LLM to interact with your hydrus client to interact with your media
@hyperdrive-eng/mcp-nodejs-debugger
An MCP server to debug Node.js at runtime
i18n-agent-action
An i18n github action for language translate
iam-mcp-server
Individual Application Mesh, MCP Server
ibmcloud-mcp-server
MCP server for IBM Cloud CLI
icarus-cli
Command-line tool for creating, building, testing, and deploying MCP servers to ICP
@icepanel/mcp-server
IcePanel MCP Server for integrating with MCP clients
i-ching
I Ching divination readings for CLI and Goose extension
iconmate
CLI to fetch icons and save them into your Vite, NextJS, or similar TypeScript project
ideaboardz-mcp-server
MCP server for Ideaboardz board operations
idea-license-server
idealift
Manage product ideas, decisions, and customer signals from AI assistants with NLQ
@idealyst/mcp-server
MCP server providing documentation and examples for the Idealyst framework
ide-mcp-server
identity_server
ifg-mcp-server
MCP server for IFG — International tax research across 213 jurisdictions. Use with Claude Desktop, Claude Code, or any MCP-compatible client.
ifirma-mcp-server
MCP server for the iFirma.pl Polish accounting API
iflow-cli-sdk-rust
Rust SDK for iFlow CLI using Agent Client Protocol
iflow-mcp_adit-999_gitlab-mcp-server
GitLab MCP (Model Context Protocol) server for interacting with GitLab API through AI Clients
iflow-mcp_adity-star-mcp-yfinance-server
A Yfinance MCP Server providing comprehensive financial data and analysis
iflow-mcp_angrysky56_memvid_mcp_server
An MCP server to expose Memvid functionalities to AI clients
iflow-mcp_arjundivecha_ibkr-mcp-server
Interactive Brokers MCP Server for Claude Desktop/Code
iflow-mcp_atomicchonk-roadrecon-mcp-server
ROADrecon MCP Server - Provides MCP access to ROADrecon Azure AD data for security analysis
@iflow-mcp/block-vscode-mcp-server
VSCode MCP Server for AI assistants to interact with VSCode
iflow-mcp_bobtista-luma-ai-mcp-server
MCP server for Luma AI video generation
iflow-mcp_buildmcpserver
Add your description here
iflow-mcp_campusx-official-sample-remote-mcp-server
Add your description here
iflow-mcp_campusx-official_test-remote-server
Add your description here
iflow-mcp_climatiq-mcp-server
Climatiq MCP server for carbon emission calculations
iflow-mcp_crisschan-server
MCP server for JaCoCo code coverage report analysis
iflow-mcp_Cumulocity-mcp_server_c8y
A Python-based MCP server for Cumulocity IoT platform integration
iflow-mcp_dev-kit-mcp-server
A Model Context Protocol server for turning repositories into navigable MCP systems
iflow-mcp_docdyhr-simplenote-mcp-server
A simple MCP Server that connects to Simplenote
@iflow-mcp/docker-dockerhub-mcp-server
MCP Server that dynamically generates tools from OpenAPI specifications
@iflow-mcp/dynamicendpoints-cisa-m365
CISA BOD 25-01 M365 MCP Server
@iflow-mcp/dynamics365ninja-d365fo-mcp-server
MCP Server for X++ Code Completion in D365 Finance & Operations
@iflow-mcp/elliothux-container-mcp-server
MCP Server for Apple Container CLI operations
iflow-mcp_enterprise-mcp-server
A Model Context Protocol (MCP) server implementation that provides deployed CrewAI workflows
iflow-mcp_evan7198-mcp-server-pcileech
MCP Server for PCILeech - Memory debugging via Model Context Protocol
iflow-mcp_ferrants_memvid-mcp-server
Memvid MCP Server - Video memory search and retrieval
iflow-mcp_financial-datasets-mcp-server
Add your description here
@iflow-mcp/folkz1-easypanel-mcp-server
MCP Server for Easypanel - Manage projects, services, and deployments
iflow-mcp_gemini-mcp-server
MCP server for Gemini CLI
iflow-mcp_gkydev_twitter-mcp-server
Twitter MCP Server using twikit - provides Twitter functionality through Model Context Protocol
@iflow-mcp/glaucia86-weather-mcp-server
A robust Weather MCP Server in TypeScript
iflow-mcp_gmen1057-headhunter-mcp-server
HeadHunter MCP Server - Integrate HeadHunter API with Claude Code and other MCP clients
iflow-mcp_gongrzhe_audio-mcp-server
An MCP server that provides audio input/output capabilities for AI assistants
iflow-mcp_guinacio-mcp-server-google-calendar
MCP Server for Google Calendar integration
@iflow-mcp/gulbaki-swagger-mcp-server
MCP Server for exploring Swagger/OpenAPI specifications
iflow-mcp_hannesrudolph-imessage-query-fastmcp-mcp-server
An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP).
iflow-mcp_hexix23-shodan-mcp-server
Master Control Program for Shodan API - Integrates with IDEs and AI assistants via MCP protocol
iflow-mcp_huangzelincute-github-mcp-server
Add your description here
@iflow-mcp/iamrichardd-mcp-server-pinescript
AI-optimized MCP server for PineScript documentation and code review
@iflow-mcp/incomestreamsurfer-roo-code-memory-bank-mcp-server
MCP server for Roo Code Memory Bank functionality
iflow-mcp_interactionco-mcp-server-template
A minimal FastMCP server template for Render deployment with streamable HTTP transport
iflow-mcp_jackkuo666-sci-hub-mcp-server
MCP server for searching and accessing academic papers through Sci-Hub
iflow-mcp_jin38324_oci-documentation-mcp-server
An Model Context Protocol (MCP) server for OCI Documentation
iflow-mcp_johannhartmann-mcp-code-analysis-server
MCP server for intelligent code analysis and search capabilities
iflow-mcp_kev-hu-mcp-server-zep-cloud
MCP Server for Zep Cloud provides a bridge between Claude Desktop and the Zep Cloud API
iflow-mcp_labeveryday-youtube-mcp-server-enhanced
Enhanced YouTube MCP Server for comprehensive video data extraction and analysis
iflow-mcp_loonghao-pypi-query-mcp-server
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility
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
iflow-mcp_manim-mcp-server
MCP server that executes Manim animation code and returns the generated video
@iflow-mcp/marianfoo-abap-mcp-server
ABAP/RAP-focused MCP server for ADT (Eclipse) - search documentation, lint code
@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.
iflow-mcp_mcp_cube_server
MCP server for interfacing with Cube.dev REST API
iflow-mcp_mcp-k8s-server
MCP Kubernetes Server for managing Kubernetes clusters through MCP protocol
iflow-mcp_mcp-observer-server
An MCP server that monitors system events, such as file changes, and sends notifications to an MCP client
iflow-mcp_mcp-server-aact
MCP server for AACT clinical trials database
iflow-mcp_mcp-server-baidu-digitalhuman
MCP Server Baidu Digital Human
iflow-mcp_mcp-server-glm-vision
MCP Server for GLM-4.5V integration with Claude Code
iflow-mcp_mcp-server-neurolorap
MCP server for code collection and documentation
iflow-mcp-mcp-server-starrocks
official MCP server for StarRocks
iflow-mcp_mcp-shell-server
MCP Shell Server - Execute shell commands via MCP protocol
iflow-mcp_mong-mcp-server
A Docker-like name generator MCP server
iflow-mcp_mourad-ghafiri-youtube-mcp-server
A YouTube MCP Server for video information and transcription
@iflow-mcp/mschwarzmueller-demo-mcp-server-client-implementation
Demo MCP Server consuming a dummy knowledge service
@iflow-mcp/nozomi-koborinai-contextlint
MCP server for contextlint
iflow-mcp_okta-mcp-server
Model Context Protocol (MCP) server for Okta identity management
iflow-mcp_opspawn-google-flights-mcp-server
An MCP server that provides tools to interact with Google Flights data
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.
iflow-mcp_phelanshao_abacus-mcp-server
A Model Context Protocol server for ABACUS first-principles calculations
@iflow-mcp/phialsbasement-mcp-github-server-plus
MCP server for using the GitHub API
iflow-mcp_phildougherty-dexcom_g7_mcp_server
A Model Context Protocol (MCP) server that provides access to Dexcom G7 continuous glucose monitor data
@iflow-mcp/playcanvas-editor-mcp-server
The PlayCanvas Editor MCP Server
@iflow-mcp/polarvista-xcode-mcp-server
MCP server for building and testing Xcode projects
iflow-mcp-ponchotitlan-radkit-mcp-server
FastMCP server for Cisco RADKit - Network device management via MCP protocol
iflow-mcp_pptx-mcp-server
Create Slides with a simple Python MCP server using Python PPTX library
iflow-mcp_quentincody-github-graphql-mcp-server
A Model Context Protocol (MCP) server that provides access to GitHub's GraphQL API
@iflow-mcp/r3-yamauchi-unofficial-kintone-mcp-server
MCP server for kintone (Unofficial)
iflow-mcp_radostkali_gitlab-mcp-server
MCP server for GitLab integration
iflow-mcp-rajeevchandra-client-server
MCP Server example with add and multiply tools
iflow-mcp-rajeevchandra-mcp-client-server-example
MCP Server example with add and multiply tools
@iflow-mcp/restdb-codehooks-mcp-server
MCP server for codehooks.io integration
iflow-mcp_rohitsingh-iitd-zillow-mcp-server
A Model Context Protocol (MCP) server that provides real-time access to Zillow real estate data
iflow-mcp_rosingul-mcp-active-directory-server
MCP server for Active Directory management with Python server and PowerShell backend
iflow-mcp_saha-rajdeep-remote-mcp-server
A containerized MCP server using FastMCP that provides a simple calculator tool
iflow-mcp_schemdraw-mcp-server
MCP Server for schemdraw - Electronic circuit diagram drawing
iflow-mcp_secretiveshell-mcp-timeserver
An MCP server for providing the current date/time to LLMs
@iflow-mcp/server-github
MCP server for using the GitHub API
iflow-mcp_shibuiwilliam_mcp-server-scikit-learn
Add your description here
iflow-mcp-sourangshupal-custompymcpserver
Building your own Custom MCP Servers
@iflow-mcp/stefan-xyz-mcp-server-runescape
[](https://badge.fury.io/js/mcp-server-runescape) [](https://smithery.ai/server/@stefan-xyz/mcp-server-runescape)
@iflow-mcp/stjepko-xyz-mcp-server-runescape
[](https://badge.fury.io/js/mcp-server-runescape) [](https://smithery.ai/server/@stefan-xyz/mcp-server-runescape)
@iflow-mcp/techlibs-codesandbox-mcp
MCP server for CodeSandbox SDK
iflow-mcp_theailanguage-terminal_server
Add your description here
@iflow-mcp/tomoyanakano-timing-mcp-server
MCP server for Timing application features - manage time tracking and tasks efficiently
@iflow-mcp/tosin2013-documcp
Intelligent MCP server for GitHub Pages documentation deployment
iflow-mcp_tsuchijo_sandbox-server
MCP sandbox server for running code in containers
iflow-mcp_ttjslbz001_mcp-server-akshare
MCP server for AKShare financial data
iflow-mcp_vgiri2015-spark-mcp-server
MCP server for Spark code optimization
iflow-mcp_vinnividivicci_ids-mcp-server
MCP server for creating buildingSMART IDS files with 100% compliance
iflow-mcp_vinnyvangogh-gemini-mcp-server
MCP server for Google Gemini CLI integration
@iflow-mcp/washyu-ansible-mcp-server
MCP server for Ansible CLI integration
iflow-mcp_yangbuyiya-yby6_video_mcp_server
全网短视频/图集去水印链接提取、视频文本内容提取MCP服务 @yangbuyiya
iflow-mcp_yezere-codeql_n1ght_mcp_server
MCP server for CodeQL N1ght tool integration
@iflow-mcp/yosider-cosense-mcp-server
A MCP server for cosense
iflow-mcp_yumeminami-git_mcp_server
Git MCP Server - Unified command-line tool for managing Git repositories across GitHub and GitLab
iflow-mcp_zinja-coder-jadx-mcp-server
Add your description here
@igniter-js/adapter-mcp-server
[](https://www.npmjs.com/package/@igniter-js/adapter-mcp-server) [](https://opensource.org/licenses/MIT)
@igniteui/mcp-server
Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding
Imagician
IMAGIN.studio API Docs
Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more.
im-bibtex
Fast BibTeX parser, formatter, and toolkit — parse, format, decode LaTeX, expand journal macros. Includes CLI, MCP server, and Python bindings.
@imbytecat/em2
EM2 周报自动化 CLI & MCP Server
img2svg
A rust native image to SVG converter in CLI/MCP/Library
im-identifiers
Extract, validate, and resolve academic identifiers — DOI, arXiv, ISBN, PMID, bibcode. Includes CLI, MCP server, and Python bindings.
Improve Digital Publisher MCP
incode
InCode - MCP server for LLDB debugging automation
incubator-kie-serverless-logic-web-tools-base-builder
incubator-kie-serverless-logic-web-tools-swf-builder
IndianAppGuy-magicslide-mcp
Generate professional PowerPoint presentations from text, YouTube videos, or structured JSON data.…
IndianAppGuy-magicslide-mcp-actual-test
Generate polished PowerPoint presentations from text prompts, YouTube videos, or structured outlin…
indigo-mcp
Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance
indonesia-civic-stack
40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+
@infisical/mcp
Official Infisical MCP Server
@infochamp/gitlab-mcp-server
GitLab MCP Server (Node.js/TypeScript)
infracost
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
Ink MCP
Deploy and manage applications, databases, domains, and git repos
in-memoria
Persistent codebase intelligence that gives AI assistants memory across sessions
in-memoria
Persistent codebase intelligence that gives AI assistants memory across sessions
insomnia-mcp-server
MCP server for interacting with Insomnia API client
instacart
Instacart MCP server — search, cart, and order groceries. By Strider Labs.
instruqt-code-server
insurance-mcp-server
An application to demonstrate MCP server integration with Claude client.
@intelligentelectron/universal-netlist
MCP server for netlist parsing and circuit analysis
intelligent_traffic_management_pipeline_server_init
intelligent_traffic_management_pipeline_server_init_dev
intellij-idea
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.
intersight-mcp-server
MCP server for Cisco Intersight - enables AI assistants to query server infrastructure
@introfini/mcp-server-zotero-dev
MCP server for Zotero plugin development - enables AI assistants to build, test, and debug Zotero plugins
invoicebuilder
invoice-ninja-mcp-server
MCP server for Invoice Ninja - create invoices, manage clients, payments, quotes, and expenses
Invoicetronic MCP Server
MCP server for Italian electronic invoicing (SDI) via Invoicetronic API
IPGeolocation.io MCP Server
Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.
iracing-data-mcp-server
Node.js mcp server for iRacing data api
iracing-mcp-server
MCP server for iRacing
isaacphi_mcp-language-server
Mirror of https://github.com/isaacphi/mcp-language-server
iterminal
MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.
ivideon-server
@iwaneo/kubernetes-mcp-server
Model Context Protocol (MCP) server for Kubernetes — TypeScript/npm implementation
jaegis-mcp-server
JAEGIS MCP Server for Cline
jamjet-a2a
Standalone Rust SDK for the A2A protocol — client, server, coordinator, MCP bridge
jamjet-core
JamJet core execution model — workflow states, node types, retry/timeout policies
jashkahar/Terraform-MCP-Server
java-class-decompiler-mcp-maven
MCP server for decompiling Java classes from Maven dependencies
java-maven-yarn-build-server
javelin-guardrails-mcp-server
An MCP server that provides Javelin Standalone Guardrails
jCodemunch MCP
Token-efficient code exploration via tree-sitter AST parsing. 25+ languages, 95%+ token savings.
@jeff-stapleton/clickup-mcp-server
MCP server for ClickUp integration
@jeff-stapleton/digitalocean-mcp-server
MCP server for DigitalOcean integration
jenkins-builder
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.
@jesbrian/gitlab-mcp-server
GitLab MCP Server with Modular Configuration
jig-cli
jig - A command line toolbox
@jinzcdev/markmap-mcp-server
MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG)
jlens-mcp-server
MCP server for inspecting Java classes and Maven dependencies
@jmsa/argus-mcp
Argus — Chrome DevTools Protocol MCP server for browser debugging
JobGPT - Job Search Automation & Auto Apply
Job search automation, auto apply, resume builder, application tracking, and recruiter outreach
@johnymontana/neo4j-mcp
Node.js package to download and run the official Neo4j MCP server
@jonmatum/git-metrics-mcp-server
MCP server for analyzing git repository metrics and understanding team health
@joycode-ide/resources-mcp
MCP server for AI resources management
JUBA — Jurisprudencia de Buenos Aires
Search Buenos Aires Province court rulings: summaries, full text, legal topics
jumble
An MCP server that provides queryable, on-demand project context to LLMs
@junioralmeida/ciano-ds-mcp
MCP server CLI for Ciano Design System
junobuild-mcp-server
MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more
jupyter-code-executor-mcp-server
Jupyter code executor mcp server
k4000
AI-assisted feature development and code review MCP servers
k8s-gpu-mcp-server
NVIDIA GPU hardware introspection for Kubernetes clusters via MCP
k8s-mcp
Kubernetes MCP Server - Feature complete as kubectl
k8s-mcp-server
MCP for configuring and managing kubernetes clusters
kadabra-runes
MCP server bridging LLM applications with language servers for semantic code navigation
kaho-mcp-server
MCP server for Kaho — gives Claude Code tools to control the Kaho avatar and chat
kai
Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.
@kailashg101/mcp-figma-to-code
MCP server for converting Figma designs to React Native components
kaish-mcp
MCP client and server integration for kaish
kam
A lightweight, networkless CLI for scaffolding and packaging Magisk/Kernelsu/APU/Anykernel3/Astrbot/... modules.
kanban-lite
Kanban board manager - VSCode extension, CLI, MCP server, and standalone web app
kapua-mcp-server
Eclipse Kapua MCP Server for IoT Device Management tools
kardo-cli
Kardo — AI-readiness score for your Git project. Score 0-100 across Freshness, Configuration, Integrity, Agent Setup, Structure. Track over time.
kastell
Server security audit (413 checks), hardening, and fleet management across 4 cloud providers.
Kawa Code MCP
Intent tracking, decision recording, and team coordination for AI coding assistants
kcis
kdex
A fast CLI for indexing and searching code repositories and knowledge bases for AI-powered workflows
keda-mcp-server
KEDA Zero Scaling with Graceful Termination - MCP Server for Kubernetes Event-Driven Autoscaling with container-aware pod lifecycle management
kg-cli
A knowledge graph CLI tool for managing structured information
kiali-mcp-server
Model Context Protocol (MCP) server for Kiali
ki.aws-bedrock-agentcore-deployment-mcp-server
MCP server for Bedrock AgentCore deployment automation
kick-mcpserver
A CLI tool to scaffold an MCP server project
@kilnai/cli
CLI and MCP server for Kiln AI orchestration engine
Kiosk Builder
Build and manage airline self-service kiosk apps — styling, pages, CMS, and CUSS2.
@kirjapro/mcp-server
MCP server for Finnish accounting — exposes Kirjapro bookkeeping, invoicing, and reporting tools to Claude Code, Claude Desktop, and any MCP client.
@kiroku/cli
AI-powered memory system for Claude Code — MCP Server & Proxy
klip
Cross-platform MCP server allowing agents to copy values to the system's clipboard
@klutometis/opencode-mcp
MCP server for orchestrating OpenCode instances across machines via SSH reverse tunnels
knowage-server-docker
kocierik/mcp-nomad
kodegen
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_bundler_autoconfig
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_bundler_install
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_bundler_release
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_candle_agent
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_claude_agent
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_config
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegend
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_daemon
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_mcp_schema
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_mcp_schema_macros
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_mcp_tool
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_native_notify
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_native_permissions
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_browser
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_citescrape
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_claude_agent
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_config
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_database
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_filesystem
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_git
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_github
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_introspection
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_process
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_prompt
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_reasoner
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_sequential_thinking
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
kodegen_tools_terminal
KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
@koki-develop/esa-mcp-server
[](https://github.com/koki-develop/esa-mcp-server/releases/latest) [](./LICENSE) [ server that provides context and tools for working with the KOS UI SDK.
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.
krait-cli
Code intelligence CLI for AI agents
kreuzberg-cli
Command-line interface for Kreuzberg document intelligence
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
@krozov/maven-central-mcp
MCP server for Maven Central dependency intelligence
kryptonclaw
GitHub Actions & CI/CD security scanner with org-level batch scanning and optional red-team probing
@ktmcp/appcenter
MCP server for App Center Client
@ktmcp/dynamicdocs
MCP server for DynamicDocs
ktme
Knowledge Transfer Me - Automated documentation generation from code changes using AI
kube-audit-mcp-server
a simple kubernetes audit log mcp server
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.
kubernetes-mcp-server
Manual fork of https://github.com/containers/kubernetes-mcp-server
kubernetes-mcp-server
MCP server for managing Kubernetes clusters and Helm releases
kubernetes-mcp-server
A Model Context Protocol (MCP) server for the Kubernetes API.
kubernetes-mcp-server
A minimalistic MCP server implementation for interacting with the kubernetes API
kubernetes-runbooks-mcp-server
A Model Context Protocol server that fetches Kubernetes troubleshooting runbooks
kubernetes-tools
Kubernetes tools, including kube-apiserver, kube-controller-manager, kube-proxy, kube-scheduler, kubeadm, kubectl and kustomize
@kud/mcp-jenkins
Jenkins MCP server with bearer token authentication support
kwaak
Run a team of autonomous agents on your code, right from your terminal
kylas-crm-mcp-server
MCP server for Kylas CRM lead operations: create leads, search leads, lookup users/products/pipelines.
Laguna Pools
AI sales manager for composite swimming pools — recommendations, pricing, BIM/CAD, dealers
lancor
End-to-end llama.cpp toolkit: API client, HuggingFace Hub, server orchestration, benchmarks
langgraph-api
Rust Client API of LangGraph
laravel-mcp-sdk
Laravel Based Implementation for Model Context Protocol
larkci-mcp
The official MCP Server for the Getlark API
larkrs-client
Lark (Feishu) API client library for Rust
@laststance/electron-mcp-server
MCP server for Electron application automation and management. See MCP_USAGE_GUIDE.md for proper argument structure examples.
Launch Engine — Business Execution OS
Agentic pipeline — 39 tools from idea to revenue for solo founders.
laurus-cli
Command-line interface for the Laurus search engine
lc-cli
LLM Client - A fast Rust-based LLM CLI tool with provider management and chat sessions
@ldraney/github-mcp
GitHub MCP server with OAuth and 327 API endpoints
learn-mcp-server
learning building mcp server
legend-cli
CLI for Legend Prime
lemma-cli
A language that means business.
levalicious-mcp-server-git
A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs
lhci-server
lhci-server
@liangshanli/mcp-server-git
MCP server for git push operations with flexible branch mapping
@liangshanli/mcp-server-gitee-pull-request
MCP server for creating Gitee Pull Requests with multiple instance support
libgen-mcp-server
MCP server to search and download books from LibGen
license-compliance
Scan npm dependencies for license compliance issues. Catch GPL contamination.
license-compliance-mcp
MCP server that scans npm project dependencies for license compliance issues
Licium
Delegate to specialist agents, search MCP tools, and access real-time data APIs — one connection.
Liepin Jobs
Liepin job search and resume workflows backed by the official Liepin MCP server.
lightning-memory
Decentralized agent memory for the Lightning economy. Nostr identity, L402 payments.
@lightsparkdev/grid-mcp
The official MCP Server for the Lightspark Grid API
limelight-mcp
Limelight MCP Server — runtime debugging intelligence for AI coding assistants
linear-cli
A powerful CLI for Linear.app - manage issues, projects, cycles, and more from your terminal
@line-harness/mcp-server
MCP Server for LINE Harness — operate LINE official accounts from any AI tool
Linkbreakers MCP
QR-driven customer-journey platform for tracked QR codes, short links, and analytics.
linkedctl
CLI and MCP server for the LinkedIn API
linkly-ai-cli
CLI for Linkly AI - search your local documents from the terminal
lint
A versatile linting tool with CLI, MCP, and library interfaces
linto-platform-business-logic-server
linto-platform-stt-server-manager
linuxdo
Linux.do CLI and MCP server
linux-mcp-server
support execute shell on a remote linux or local machine
linux-mcp-server-go
基于 Go 语言实现的模型上下文协议(MCP)服务器,通过 SSH 提供远程 Shell 执行功能。
linuxserver-codeserver
litecode
An ultra-lightweight Coding MCP server built with Rust
litra
Control Logitech Litra lights from the command line, Model Context Protocol (MCP) clients and Rust applications
@llamaindex/llama-cloud-mcp
The official MCP Server for the Llama Cloud API
ll-docker-server
lmstudio-installer-gen
Generate one-click LM Studio MCP installers from JSON configuration
local-voice-mcp
Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS
logbook-mcp
Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders.
logclaw-mcp-server
LogClaw MCP Server — expose incidents, logs, and anomalies to AI coding tools
logclaw-mcp-server
Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.
logic-lm-mcp-server
A Model Context Protocol server that provides symbolic reasoning capabilities using Logic-LM framework and Answer Set Programming
logidoc-mcp-server
MCP Server which provides logidoclet structured javadoc via Prolog queries
logitech-media-server
@logspace/mcp-server
MCP server for Logspace log analysis integration with AI models.
lore-cli
Capture AI coding sessions and link them to git commits
lowcode-client-sdk-mcp
MCP server exposing Kissflow SDK reference to AI assistants
lspi
Giving AI the sight of LSP: bridge LSP capabilities to AI coding CLIs via an MCP server over stdio.
lsp-mcp-server
MCP server bridging Claude Code to Language Server Protocol servers
Lucid
Lucid’s connector creates diagrams, searches, shares, and retrieves docs to summarize.
lucid-core
Reconstructive memory retrieval engine using ACT-R spreading activation
lucid-mcp-server
@lucitra/mcp-browser
MCP server for browser automation via Playwright — navigate, click, type, screenshot, and inspect web pages.
luckyPipewrench/pipelock
ludus-cli
UE5 dedicated server deployment CLI with MCP server
Luma Events
Discover events from Luma — search by category, city, distance, and keywords with calendar export
lumen-provider-mcp
The AI-Native Programming Language
luminarys-sdk
Rust SDK for building Luminarys WASM skills
lunar-mcp-server
A comprehensive Chinese Lunar Calendar MCP server providing traditional Chinese lunar calendar information, auspicious date checking, and festival data
@luorivergoddess/mcp-geo
MCP Server for generating precise geometric images using Asymptote.
lystbot
Smart lists that your AI can actually use. Manage lists via MCP, CLI, or REST API.
m2m-mcp-server-ssh-server
M2M MCP Server SSH Server for accepting remote clients through a secure SSH channel.
m8-mcp-server
M8 移动前端跨端框架 MCP Server - 提供文档查询、智能推荐和代码生成服务
macrat_mcp-ayd-server
Mirror of https://github.com/macrat/mcp-ayd-server
macrat_mcp-server-kintone
Mirror of https://github.com/macrat/mcp-server-kintone
@macroforge/mcp-server
MCP server for Macroforge documentation and code analysis
@maestro-ai/mcp-server
MCP Server do Maestro v6.0 com fluxos enxutos, especialistas dedicados e gates consolidados
@magek/mcp-server
MCP server for Magek documentation and CLI reference
magick-mcp
A MCP server which facilitates usage of ImageMagick.
@magicuidesign/mcp
Official MCP server for Magic UI.
maildev-mcp
MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.
malicious-mcp-server
A deliberately malicious MCP server for E2E testing purposes
mamf
Multi-AI council TUI - orchestrate conversations between AI advisors
@manansiingh/figma-react-mcp-server
An MCP server that converts Figma designs into React code.
manusa/kubernetes-mcp-server
manus-mcp
MCP server that provides Manus-like capabilities
manx-cli
A blazing-fast CLI documentation finder powered by Context7 MCP
@marchev/claudit
MCP server for searching Solodit smart contract security findings
mareana-dtrack-mcp-server
DependencyTrack MCP Server for vulnerability assessment in CI/CD pipelines
mareana-k8s-mcp-server
Kubernetes MCP Server for pod management and monitoring via Dashboard API
@mariox/weather-mcp-server
MCP server for querying weather by current IP location using Open-Meteo free API
mark3labs_mcp-filesystem-server
Mirror of https://github.com/mark3labs/mcp-filesystem-server
markdown
Markdown MCP — search, extract sections, list headings, find code blocks.
MarketCore
Create on-brand marketing deliverables and GTM docs with AI-powered blueprints and brand guidelines.
MarketDataMcpServer
An MCP server that provides tools to get the latest market data from the most trusted data sources.
mars-client
High-level client library for the Capability Mesh Protocol
@marswave/listenhub-mcp-server
Official MCP server for Listenhub - The AI Voice for Every Creator.
masaq-mcp-server
ex GitHub's official MCP Server
Mastercard Developers MCP
Access Mastercard Developers APIs, documentation, and API specifications through MCP.
@mattstratton/tiger-den-mcp-setup
CLI installer to configure the Tiger Den MCP server in Claude Desktop
maven-central-mcp
MCP server for Maven Central dependency intelligence
@maytapi/mcp-server
MCP server for Maytapi WhatsApp Unofficial API
mc
Git-based knowledge management CLI — manage customers, projects, meetings, research and tasks with Markdown + YAML frontmatter
mcd-mcp-cli
TypeScript CLI for the McDonald's China MCP server.
mcd-mcp-server
McDonald's China MCP Server with event calendar, coupon inquiries and redemption features.
mcp
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
mcp
The official MCP Server for the Mux API
mcp
MCP Server that generate video call url
mcp
FinishKit MCP: scan GitHub repos for security vulnerabilities, deployment blockers, and quality
mcp
An MCP server that provides [describe what your server does]
mcp
3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.
mcp
Retrieve product specifications and technical details from Icecat's database
mcp
Jepto MCP server that provides access to client knowledgebase & analytics for connected data sources
mcp
Deploy forms and sites to live URLs from AI conversations with automatic form capture.
mcp
The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.
mcp
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
mcp
Search websites by source code, technology stack, analyze domains, and download lead lists.
mcp
Official GitLab MCP Server
mcp
Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams.
mcp
MCP server providing OpenFeature SDK installation guides and OFREP flag evaluation
mcp
Search SEC-registered financial advisors — profiles, disclosures, risk scores, and credentials.
mcp
Dreamtap provides sources of inspiration to your AI to make it more creative.
mcp
Company knowledge, services, case studies, pricing, and tools for craftable software.
mcp
Official Notion MCP server
mcp
Provides event organisers with tools to interact with a Ticket Tailor box office account.
mcp
An MCP server that provides congressional transcripts
mcp
PayPal MCP server provides access to PayPal services and operations for AI assistants
mcp
Build travel itineraries with Peek's 300k+ experiences. Search, details, and availability.
mcp
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp2221-cli
CLI for the MCP2221 USB to I2C and GPIO converter
mcp3221
no_std driver for the MCP3221 external analog-to-digital converter (ADC)
mcp3x6x
no_std library for the MCP3x6x(R) family of analog digital converters
mcp49xx
Platform-agnostic Rust driver for the MCP49xx and MCP48xx digital-to-analog converters (DAC).
mcp4x
Platform-agnostic Rust driver for the MCP4x digital potentiometers.
mcpaas
Radio Protocol client for FAF — broadcast AI context once, all tools receive. Client SDK for mcpaas.live.
mcpack
A CLI tool for managing minecraft datapacks.
mcpacker
A command-line tool to convert client modpacks into ready-to-run Minecraft servers
mcp-acp
MCP server for Ambient Code Platform (ACP) session management - list, delete, debug, and manage AgenticSession resources via the public API
mcp-acp-fastmcp
MCP server for Ambient Code Platform (ACP) session management - list, delete, debug, and manage AgenticSession resources via the public API
mcp-agendor
MCP server for Agendor CRM - pipeline metrics and commercial management
mcp-agent-client
Placeholder for the official Python SDK for the Intelligent Agents Platform (MCP). Coming soon!
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.
mcp-ai-cli-servers
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.
mcp-angular-client
this client uses angular and typescript with modelcontextprotocol/sdk to do mcp discovery and tool execution.
mcp-api-keys-server
MCP server for secure API key management in Docker
mcp-applemusic
A simple Apple Music API client for MCP
mcp-applemusic-fastmcp
A simple Apple Music API client for MCP
mcp-architecture-gliner
MCP server for architecture-specific entity extraction using GLiNER with TOGAF ADM phase awareness
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.
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
mcpat
The package provides an interface to McPAT.
mcpat-sys
The package provides bindings to McPAT.
mcp-attr
A library for declaratively building Model Context Protocol servers.
mcp-auditor-cli
A client for the Master Control Platform (MCP) Auditor Service.
mcp-auth-guard
Intuitive authorization middleware for MCP tools with type-safe policies
mcp-auto-builder
Final unified interface for global users
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
mcp-azure-cli
MCP servers exposing read-only azure CLI helpers and context search
mcp-b
MCP-B (Master Client Bridge) - Connects everything, brings data flow together. Protocol with AMUM-QCI-ETHIC Module
mcp-background-job
MCP server for executing long-running shell commands asynchronously
mcp-backpack
A persistent, portable memory tool for Claude Code and MCP clients.
mcp-base
CLI tools for MCP (Model Context Protocol) server setup and management with OIDC support (Auth0, Dex, Keycloak)
mcp-bbs
FastMCP-based telnet client for BBS systems with auto-learning capabilities
@mcp-b/chrome-devtools-mcp
MCP server for Chrome DevTools
mcp-billing
Billing and monetization SDK for MCP servers. Add usage-based pricing to any MCP server in minutes.
mcpbind-xcode-mcp-server
MCP Server Package: xcode-mcp-server
mcp-bitbucket-dc
MCP server for Bitbucket Data Center — code search, file browsing, PRs, commits, and more.
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.
mcp-browser-dev-tools
Local MCP server for Chromium DevTools Protocol and Firefox WebDriver BiDi
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.
mcp-bugbot-gitlab
MCP server for GitLab merge request management
mcp-builder
Build, package, install, and validate MCP servers (Matrix Hub–compatible).
mcp-builder-templates
A production-grade CLI tool for scaffolding MCP server projects with best practices
mcp-build-toolchain
MCP server that help to build and fix compilation errors
mcp-calculator-server
A Model Context Protocol (MCP) server that provides calculator functionality for MCP clients.
mcp-cd-youth
MCP Server (STDIO) to fetch and parse Chengdu Youth Center activities
mcp-cldkctl
MCP server for Cloudeka cldkctl CLI integration with automatic environment fallback (Testing Version)
mcp-cli
MCP-CLI Adapter
mcp-cli-builder
Command-line interface generation for MCP servers built with mcp-utils
mcp-clickhouse-like
An MCP server for ClickHouse.
mcp-clickhousex
A read-only Model Context Protocol (MCP) server for ClickHouse: metadata discovery, parameterized queries, and execution plan analysis.
MCP CLI Client
mcp-client
mcp-client
Add your description here
mcp-client4
Add your description here
mcp-client-capabilities
Index of all Model Context Protocol (MCP) clients and their capabilities
mcp-client-cli
Command line interface for MCP client
MCP.Client.Dev
How to create MCP Client using ModelContextProtocol sdk
mcp-client-for-testing
A minimalistic MCP client for testing MCP Server
mcp-client-jupyter-chat
A JupyterLab extension for Chat with AI supporting MCP
mcp-client-llm
MCP server for the LLMs
mcp_client_rs
Rust client SDK for the Model Context Protocol (MCP)
mcp-clients
Model Context Protocol Clients SDK
mcp-client-server
Simplest example of MCP client-server architecture over HTTP using Python & Golang
MCPClient_Server_AI
mcp-client-server-selection
百度天气查询mcp
mcp-client-tools
Add your description here
mcp-client-whby2
Add your description here
mcp-cli-host
Add your description here
mcp-clippy
Build effective agents with Model Context Protocol (MCP) using simple, composable patterns.
mcp-cli-skill
Call any MCP server tool from the command line with shell composition support
@mcpcn/video-mcp
MCP Server for Sora video generation API integration
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.
mcp-codebase-insight
MCP Codebase Insight Server
mcp-codebase-oracle
🔮 MCP sunucusu — Herhangi bir codebase'i analiz et, mimariyi çıkar, etki analizi yap
mcp-code-context
MCP server for managing API endpoints and code context for AI coding assistants
mcp-code-editor
A FastMCP server providing powerful code editing tools
mcp-codegen
Python Package to provide assistance in generating MCP server project.
mcp-codemind
Multi-Workspace MCP Memory Server for GitHub Copilot with automatic re-indexing
mcp-codemode
mcp-code-snippets
Intermediate MCP server for code snippets search
mcp-comfyui
MCP server for ComfyUI – trigger image generation workflows from Claude Code
mcp-commander
Cross-platform command-line tool for managing MCP (Model Context Protocol) servers across editors
mcp-command-proxy
MCP server that proxies CLI commands and collects logs
mcp-commune
Rust client and server for building discoverable Model Context Protocol (MCP) networks
mcp-community
Easily run, deploy, and connect to MCP servers
mcp-compressor
An MCP server wrapper for reducing tokens consumed by MCP tools.
mcp-config-extractor
Extract MCP server config from GitHub repository README
mcp-config-helper
MCP server for fetching and transforming MCP configurations into Claude CLI commands
mcp-config-manager
Configuration management utilities for MCP servers
mcp-config-path
mcp client config path, such as Claude Desktop and code, Cline, Cursor
mcp-config-tool
A CLI tool to configure MCP servers for various clients like Claude Desktop and VSCode
mcp-content-pipeline
YouTube video analysis and content generation pipeline exposed as MCP tools
mcp-contract-builder
Contract builder MCP tool (simple|auto|llm) without execution
mcp-cookie-cutter
Intelligent MCP server generator from OpenAPI/Swagger specs
mcp-copilotcli-history
MCP server for searching GitHub Copilot conversation history
mcp-council
MCP server for multi-LLM peer review and council deliberation workflow
mcp-cpp-debugger
MCP server for C++ debugging, supporting launch, attach, dump analysis, and interactive debugging operations
mcp-cpp-server
A high-performance Model Context Protocol (MCP) server for C++ code analysis using clangd LSP integration
mcp-creator-python
Create, build, and publish Python MCP servers to PyPI — conversationally
mcp-cron
MCP server for cron task scheduling (shell commands and AI prompts)
mcpcrs
MCP client library in pure rust.
mcpctl
A CLI tool for interacting with MCP endpoints
mcp_ctl
A package manager to manage all your mcp servers across platforms
mcp-cube-server
MCP server for interfacing with Cube.dev REST API
mcp-cuc-bsy
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-fwj
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-fwj-zzt
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-hx
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-kkn
A simple MCP Server that provides time query functionality
mcp-cuc-lyx
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-mqh
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-mrjtjmn
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-mycmyc
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-nc
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-tangxr
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-wsw
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-yh
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-zs
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-cuc-ztc
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-curl
A curl-like CLI tool for interacting with Model Context Protocol (MCP) servers
mcp-dashboards
45+ interactive charts, dashboards, and KPIs inside any AI conversation
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.
mcp-debugger-launcher
Placeholder stub – full launcher coming soon.
mcp-debugger-server
mcp-delphi
Delphi and Lazarus/FPC MCP server: build/clean pascal projects via MCP tools.
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.
mcp-deployment
Secure MCP Server Management with Dynamic Discovery
mcp-devtasks
A development tasks MCP server for automating install, build, lint, test, and CI commands.
mcp-devtools
multi-functional MCP-devtools server over SSE
@mcp-devtools/jira
Talk to Jira - MCP Server
mcp-diet
Analyze MCP servers and see how much context window each tool consumes
mcp-digital_ocean_billing
MCP server for Digital Ocean Billing integration
mcp-docker-server
A Docker MCP Server
mcp-docs-server
AI access to Mapbox docs, API references, style specs, and guides. No token required.
mcp-document-brain-circlci
MCP server for converting files to markdown using Markitdown
mcpd-plugins-sdk
Rust SDK for building mcpd plugins
mcp-duty-pharma
MCP Duty Pharma helps you locate pharmacies legally required to stay open during nights, weekends, and holidays
mcp-ecosystem
MCP Ecosystem: Docker MCP Toolkit, IDE Configs & Presets for AIOS
mcp-eircode
MCP server for Irish address and Eircode lookup
mcp-ephemeral-k8s
Python implementation to spawn ephemeral Model Context Protocol (MCP) servers using the kubernetes API.
mcp-epochs
MCP tool that provides current Unix timestamp
mcpe_query
A library to get information of minecraft using the status ping [https://wiki.vg/Server_List_Ping#Client_to_server]
mcp-evals
GitHub Action for evaluating MCP server tool calls using LLM-based scoring
mcp-execution-server
MCP server for progressive loading TypeScript code generation
mcp-feedback-pipe
A modern Web-based MCP server for interactive user feedback collection - perfect for SSH environments
mcp-fider
MCP (Model Context Protocol) server for Fider API integration
mcp-file-lens
An MCP server providing a flexible lens into directory structures and files for LLM clients
mcp-file-to-base64
Convert the content of a local file to base64 code
mcp-fiscal-brasil
Servidor MCP para integrar IAs com o sistema fiscal brasileiro. Consulte CNPJ, NFe, NFSe, SPED, eSocial e mais via linguagem natural.
mcp-fmi
Unofficial integration of fmpy with mcp.
mcp-funding-insider-cc
一个能够自动抓取微信公众号融资信息的 MCP 工具
mcp-game-info
MCP server for game completion times (HLTB) and pricing data (gg.deals)
mcp-gdb
MCP server for GDB debugging functionality
mcp-git
MCP server for Git operations
mcp-git-analyzer
MCP server for analyzing Git repositories - extracts code structure, patterns, and documentation
mcp-git-commit-generator
Generate conventional commit messages from your staged git changes using Model Context Protocol (MCP).
mcp-git-config
MCP server for Git repository detection and username retrieval
mcp-git-explorer
Simple MCP server for fetching the remote git repository content as a structured text file
mcp-github
MCP server that lets LLMs interact with GitHub repositories, issues, and pull requests
mcp-github-advanced
Advanced GitHub MCP server — repo analysis, PR management, code review, CI/CD monitoring
mcp-github-cli
GitHub CLI extension for MCP that provides focused GraphQL and REST API tools.
mcp-github-memory-server
mcp-github-owners
Add your description here
mcp-github-projects
MCP Server for interacting with GitHub Projects V2
mcp-github-server
mcp-github-trending
A Model Context Protocol server providing GitHub trending repositories information for LLMs
MCP Gitlab
Secure MCP server for GitLab projects, merge requests, issues, and pipelines
mcp-gitlab-crunchtools
Secure MCP server for GitLab projects, merge requests, issues, and pipelines
mcp-gitlab-server
Creating GitLab MCP Server using Rust SDK
mcp-gitpro
Stdio-first GitHub-focused MCP server scaffold built on @vaur94/mcpbase.
mcp-git-tools
MCP server exposing read-only Git utilities (tree, file reads, commits)
mcp-govern
MCP server per consultar dades obertes del Govern de Catalunya: contractes, subvencions, sous, pressupostos, lobbies i transparència
mcp-hand-detection
MCP Hand Detection - 基于 MediaPipe 的手掌检测 MCP 服务
mcp-headgym-base
Provides utlities for accessing HeadGym experts
mcp-helper
MCP development assistant, helps build MCP client and MCP server.
mcp-hive-cli
CLI tool for creating MCP agents
mcp-host
Production-grade MCP host crate for building Model Context Protocol servers
mcp-http-tool
An MCP server that provides AI with robust HTTP request capabilities.
mcp-hydrocoder-ssh
SSH MCP Server for Claude Code
mcpick
Dynamic MCP server and plugin configuration manager for Claude Code
mcp-info
CLI tool to provide information about an MCP server
mcp-input-analyzer
Analyzes user-described build features (e
mcp-jenkins-fork
A fork of lanbaoshen/mcp-jenkins. See original at https://github.com/lanbaoshen/mcp-jenkins.
mcp-k8s-server
Kubernetes management MCP server
mcp-k8s-tools
MCP server for investigating Kubernetes clusters
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.
mcpkit
Rust SDK for the Model Context Protocol (MCP) - the official facade crate providing unified access to all mcpkit functionality
mcp-kyvos-sample-client
A sample client implementation to interact with Kyvos MCP server.
mcp-langbase-reasoning
MCP server providing structured reasoning via Langbase Pipes - linear, tree, divergent, Graph-of-Thoughts, and decision framework modes
mcp-llm-client
Python client, based on fastmcp, for connecting to MCP servers through multiple protocols, specifically designed to work with integrated language models.
mcp-local-repo-analyzer
MCP server for analyzing outstanding git changes in repositories
mcp-log-agent
Real-time log capture CLI for development projects with MCP integration
mcp-luma
MCP server for Luma Dream Machine AI video generation
mcp-lumerpy
Official MCP wrapper for the lumerpy simulation library
mcp-macaroon-middleware
A production-grade, policy-as-code middleware for FastMCP servers that uses macaroons for fine-grained, dynamic, and capability-based authorization.
mcp-mailtrap
Official MCP Server for Mailtrap
mcp-manager
CLI tool for managing Model Context Protocol (MCP) servers in one place & using them across them different clients
mcp-manager-cli
A unified CLI and daemon/service to manage and proxy multiple MCP servers, with robust logging and a modern CLI UX.
mcp-master
A Python package for master MCP servers.
mcp-mat
Headless Eclipse MAT MCP server for Java heap dump analysis
mcp-materials-project
MCP Server for Materials Project database - query material properties, crystal structures, and phase diagrams with horizontal comparison Excel export
mcp-math-server
An MCP server that provides basic math operations
mcp-maven-deps
An MCP server that provides tools for checking Maven dependency versions
mcp-memento
An MCP server that provides persistent memory and context management across sessions
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.
mcp-mermaid-image-gen
An MCP server that accepts mermaid code and generates diagrams as images.
mcp-methods
Reusable utility methods for MCP servers
mcp-metricflow
A Model Context Protocol (MCP) server that provides MetricFlow CLI tools
mcp-meupc
MCP server for browsing meupc.net — Brazilian PC building platform with price comparison
mcp-minideepsearch
A deep research agent based on LangGraph and MCP
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
mcp-modelservice-sdk
A CLI for the MCP Modelservice Example
mcp-mpv-player
MCP server for controlling mpv media player on Windows
mcp_mysql_server
一个基于 Go 语言和 `github.com/mark3labs/mcp-go` 库开发的 MySQL 数据库查询 MCP 服务器,支持通过 MCP 协议进行数据库查询操作。
mcp-n8n-builder
MCP server for building n8n workflows
mcp-neo4j-biomechanisms
Empirical Neuroscience Knowledge Graph MCP Server — how conscious experience is expressed in biological substrate
mcp-network-jcd
MCP server for network device queries (Palo Alto, Cisco IOS via SSH; F5 BIG-IP via iControl REST)
mcp-node-fetch
An MCP server for fetching URLs using undici
mcp-oignon
A lightweight, hand-crafted MCP server for exploring related literature and research
mcp-ollama-python
Model Context Protocol server that proxies local Ollama to MCP clients like Windsurf and VS Code
mcp-on-demand-tools
An MCP server for dynamic tool registration and AI-powered simulation via Goose recipes
mcp-openapi-proxy
MCP server for exposing OpenAPI specifications as MCP tools.
mcp-openapi-proxy-swagger-auth
MCP server for exposing OpenAPI specifications as MCP tools.
mcp-openapi-runner
Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.
mcp-open-client
An open MCP client implementation
mcpose
Composable FP (Koa-style) middleware proxy builder for any MCP server
mcp-package-hero
MCP server for package version checking, quality rating, and llms.txt documentation across PyPI, npm, pub.dev, and crates.io
mcp-pdb
MCP to use the python debugger, inspired by debug-gym
mcp-perforce
MCP server for Perforce code review - supports P4 native commands
mcp-platform
MCP Platform: Production-ready Model Context Protocol server deployment and management platform
mcp-plugin-api
A secure, high-performance API for building MCP plugins in Rust.
mcp-pr-description
MCP server that generates PR descriptions by learning from your team's merged PRs
mcp-prepare-transactions
MCP server for building unsigned transactions on multiple blockchains via Crypto APIs
mcp-protocol-client
⛔ DEPRECATED: Use mcp-protocol-sdk v0.4.0+ instead. This crate is consolidated into the main SDK.
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.
mcp-pytest
pytest integration and CLI for testing MCP servers
mcp-python-client
Python client for interacting with MCP servers and LLMs
mcp-python-env-debugger
Add your description here
mcp-python-exec
MCP server to execute Python code in separate chroot environments
mcp-python-interpreter-adk-fork
MCP server for Python code execution and environment management. A fork of yzfly/mcp-python-interpreter for adk compatibility.
mcp-python-refactoring
MCP tool to guide Python code refactoring without automatic changes
mcp-refactor-typescript
MCP server for TypeScript/JavaScript code refactoring using TypeScript Language Server
mcp-registry-cli
CLI tool to navigate and manage MCP registry servers
mcp-relay-core
Zero-env-config credential relay for MCP servers
mcp-render
MCP server for managing services on Render.com
mcp-request
A comprehensive HTTP client MCP server for security testing, API testing, and web automation
mcp-requests
Un servidor MCP para realizar peticiones HTTP
mcp-resk
RESK-MCP is an open-source Python library designed to add a robust security and management layer over the official MCP Library.
mcp-rfc-editor
MCP server for editing RFC documents using rfc-editor library
mcp-rfc-editor
An MCP server that provides rfc editing capabilities
mcp-run-python-code
mcp-run-python-code: MCP server for running Python code, installing packages, and executing Python files.
mcp-rust-docs
A Model Context Protocol (MCP) server that provides comprehensive access to Rust crate documentation and metadata.
mcp-scaleway
MCP server for Scaleway cloud provider
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.
mcp-scientific-calculator
Production-ready Model Context Protocol server for advanced mathematical calculations (SymPy, NumPy, SciPy, pandas)
mcp-sdk-rs
An SDK for building Model Context Protocol (MCP) clients and servers in Rust
mcp-search-linkup
A MCP server to search web with Linkup - **DEPRECATED** - Use the TypeScript version instead: https://github.com/LinkupPlatform/linkup-mcp-server
mcp-secure
MCPS -- MCP Secure. Cryptographic identity, message signing, and trust verification for the Model Context Protocol.
mcp-secure-exec
MCP server for executing user-defined shell commands via templates
mcp-seedance
MCP server for ByteDance Seedance AI video generation
mcp-select
CLI for discovering and running MCP Tool Shop tools
mcp-semantic-intelligence
An AI-Native Semantic Code Intelligence MCP Server — Deep correctness at scale.
mcp-sequential-thinking-test
MCP server for Notion integration
mcp-serve
Agentic server to support MCP tools for science
mcp-server
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB.
mcp-server
Cloud-hosted MCP server for Epidemic Sound
mcp-server
Discover cities where it's currently 5PM around the world with timezone and location data.
mcp-server
Official MCP server for FastAlert, providing tools to list channels and send notifications.
mcp-server
Commercial auto insurance MCP server for NYC TLC for-hire vehicles. 33 tools, submission to bind.
mcp-server
Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context.
mcp-server
Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.
mcp-server
An MCP server using official crate rmcp
mcp-server
An MCP server that provides visual memory and context storage with knowledge graph capabilities
mcp-server
“A Go-based MCP server with mock Contabo and Hetzner providers, designed for easy client integration and extensibility.”
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.
mcp-server
Exploring MCP tooling and curating a lean, editor-friendly toolset that stays within the 80-tool recommendation for Cursor and similar environments.
mcp-server
MCP server exposing GitHub starred repositories as resources for LLM applications. Built with Bazel and Go.
mcp-server
An MCP server that provides access to Agility CMS. See https://mcp.agilitycms.com for more details.
mcp-server
52 MCP tools for AI social media: create, distribute, analyze, and optimize content.
mcp-server
build MCP servers via STDIO & streamable HTTP transport types
mcp-server
Servidor MCP (Model Context Protocol) - Implementación de servidor para integración con asistentes de IA
mcp-server
An MCP server built on top of Nasdanika (AI) capabilities
mcp-server
Packmind captures, scales, and enforces your organization's technical decisions.
mcp-server
Knowledge Graph, GraphQL, GS1 Digital Link and SEO tools for semantic content optimization.
mcp-server
Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale.
mcp-server
AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.
mcp-server
Yoku is a platform that provides structured, real-time brand identity and company data.
mcp-server
Healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints.
MCP-Server
MCP-Server built for clients with Azure SQL / Cosmos datastores
MCP-Server
This is a MCP server to provide a tools to management Inventory Firestore Database
mcp-server-aact
MCP server for AACT clinical trials database
mcp-server-aact-fastmcp
MCP server for AACT clinical trials database
mcp-server-adapter
This package provides mcp-servers by a simple mcp.json to the langchain-go ecosystem
mcp-server-agent-browser
MCP server for browser automation via Vercel's agent-browser CLI
mcp-server-aidd
This MCP server provides a set of tools that support AI-driven Development workflows.
mcp-server-amonhen
MCP server for Amon Hen — project-scoped advisory in Claude Code
mcp-server-analyzer
MCP server for Python code analysis with RUFF linting and VULTURE dead code detection
mcpServerAndClient
mcp-server-aws-code-documentation
mcp-server-aws-git-search
mcp-server-biliscribe
A MCP Server that extracts and formats video content into structured text, optimized for LLM processing and analysis.
mcp_server_blog_example
Demonstration of MCP server for incident response
mcp-server-c8y
A Python-based MCP server for Cumulocity IoT platform integration
mcp-server-circleci
mcp-server-clickhouse
mcp-server-client
McpServer-Client
mcp-server-clipboard
A MCP server to interact with Server Clipboard, research purpose only!
mcp-server-code-assist
MCP Code Assist Server
mcp-server-code-extractor
A Model Context Protocol (MCP) server that provides precise code extraction tools using tree-sitter parsing
mcp-server-codelogic
MCP-Server-Configuration-Debugger
CLI tool that helps debugging MCP Server Configuration errors
mcp-server-context-search-dcd222
MCP Server for codebase context search and retrieval
mcp-server-couchbase-sync-gateway
Experimental and unofficial MCP Server for interacting with Couchbase Sync Gateway
mcp-server-decoder
MCP server for Decoder - static call graph analysis for Python
mcp-server-deepresearch-yixing1684
My trial project for MCP deployment
mcp-server-demo
个人MCP Server 小Demo,配个client使用
mcp-server-devtools
A Model Context Protocol (MCP) server that provides useful developer tools for local development.
mcp-server-diff
Diff MCP server public interfaces - CLI tool and GitHub Action
mcp-server-dig
MCP server for AI-powered code archaeology — git blame, file history, contributor patterns, and related change analysis
mcp-server-docker
mcp-server-dpipblock
Add your description here
mcp-server-experiments
Go MCP server experiments exploring stdio and Cursor IDE integration patterns
mcp-server-fishcode2025
Server SDK for the Model Context Protocol
MCP Server for PowerPoint
PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.
mcp-server-for-powershell
MCP Server for PowerShell
mcp-server-gcodeclean
MCP server for G-code syntax validation using GCodeClean
mcp-server-git
mcp-server-git
MCP server for Git repository operations
mcp-server-github-chat
mcp-server-github-gist
MCP server to create, read, update, list, and search GitHub Gists from your IDE
mcp-server-glm-vision
MCP Server for GLM-4.5V integration with Claude Code
mcp-server-go-example
This example demonstrates how to build a minimal Model Context Protocol (MCP) server in Go
mcp-server-graylog
Search Graylog logs by timestamps, filter by streams, and debug production issues.
mcp-server-guide
A guide on how to use the Amplitude MCP server
mcp-server-if
MCP server for playing interactive fiction games (Glulx and Z-machine)
mcp-server-in-clicks
mcp-server-java
Simple Hello World server using https://github.com/modelcontextprotocol/java-sdk
mcpserver-judge
Juiz Computacional para LLMs - MCP Server
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
mcp-server-kaggle-exec
MCP server for executing Python code on Kaggle GPU runtimes (T4/P100/TPU)
mcp-server-kubernetes
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.
mcp-server-meal-prep
Rust-based MCP server for meal planning and recipe management with comprehensive security features
mcp-server-mql5
A MCP server for MQL5 development: Compiles code locally via MetaEditor and searches official docs.
mcp-server-npm-search
MCP server to search npm packages, view details, compare, check downloads, and inspect dependencies from your IDE
mcp-server-ns-bridge
MCP server for Netherlands NS trains - route planning and pricing
mcp-server-nu
A Model Context Protocol (MCP) server for executing Nushell scripts
mcp-server-pipecd
An MCP Server for PipeCD
mcp-server-postcode
MCP server for searching Japanese postcodes, addresses, prefectures, buildings, and offices via postcode.teraren.com API
mcp-server-propel
MCP server for Propel code review API - submit git diffs for AI-powered code review
mcp-server-py2many
MCP Server for py2many - transpile Python to multiple languages
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.
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
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.
mcp-server-rust-test
这是一个简单的Rust语言编写的MCP_WEB框架,是cline+server的Mcp框架结构,局域网可用,里面除了简单的信息没有任何填充,带静态web界面
mcp-server-sensory
Multi-Sensory AI Communication - Morse, Braille, SSTV/REFLUX encode+decode for off-grid AI networks. Complete sensory loop!
mcp-server-software
A Model Context Protocol server that provides software management capabilities for your computer.
mcp-server-ssh-manager
SSH MCP server that can handle jumping between different hosts
mcp-server-statbridge
MCP server for official statistics from ISTAT, Eurostat, OECD, and ECB — with publication-quality charts and maps
mcp-server-tamplate
Template TypeScript para criacao de servidores MCP (Model Context Protocol) usando o SDK oficial @modelcontextprotocol/sdk
mcp-server-template-ts
Reference MCP server with best-practice patterns — starter template for building quality MCP servers (TypeScript)
mcp-server-thoth
MCP server for persistent codebase memory with semantic search and development tracking
mcp-server-tibet-forge
MCP Server for tibet-forge - Scan code, get roasts, submit to Hall of Shame
mcp-server-tilt
MCP server for Tilt dev environments — query status, read logs, trigger rebuilds, and wait for resources
mcp-server-today
Simple MCP Server to provide date services.
mcp-server-toggl
MCP Server for Toggl Track — team-wide reporting via Reports API v3
mcp-server-tree-sitter-extra
MCP Server for Tree-sitter code analysis
mcp-server-trending
MCP Server for trending data from multiple platforms for indie developers
mcp-server-wezterm
MCP server for WezTerm terminal
mcp-server-youtube
MCP server for YouTube — search videos, get transcripts, read comments and more
mcp-shared-lib
Shared library for MCP components providing common utilities, models, and tools
MCPShell
mcp-shell-server-fastmcp
MCP Shell Server - Execute shell commands via MCP protocol
mcp-shield-pii
Intercepting gateway proxy for MCP clients/servers — real-time PII redaction with regex, NLP, and optional subinterpreter concurrency
@mcp-sidekick/spotify
MCP server for Spotify API integration - control playback, search music, manage playlists
mcp-sitestone
MCP server for deploying sites to Sitestone (Arweave permanent hosting)
mcp-smart-proxy
An MCP server that provides a smart proxy to other mcp servers
mcp-smart-proxy
Token-efficient MCP server gateway with semantic tool search
mcpsmgr
Unified MCP server manager for multiple coding agents
mcp-snap7
MCP server for python-snap7, enabling MCP clients to interact with Siemens PLCs
mcp-sniffer
MCP Sniffer captures network traffic between MCP clients and servers and displays it in a web UI.
mcp-snoop
Transparent stdio interceptor for MCP JSON-RPC traffic. Like strace, but for MCP.
mcp-souschef
AI-powered MCP server for Chef, SaltStack, Puppet, PowerShell, and Bash to Ansible migration, plus Ansible upgrade planning
mcpspec
The definitive MCP server testing platform
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.
mcp-sse-demo-02
Spring Boot MCP 服务器(示例占位描述),通过 GHCR 以 OCI 镜像发布至 MCP Registry。
mcp-sse-proxy
Proxy between MCP server using STDIO transport and client using SSE transport
mcp-ssh-session
MCP server for managing persistent SSH sessions
mcp-ssh-tmux
MCP server for persistent SSH sessions via local tmux
MCPStack
Stack & Orchestrate MCP Tools — The Scikit-Learn-Pipeline Way , For LLMs
mcp-standalone
A standalone MCP client without external dependencies
mcp-starter-cli
CLI tool to scaffold, run, and test MCP servers locally with Node
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.
mcp-stdin-debug
A simple Python package
mcp-stdio-proxy
MCP (Model Context Protocol) proxy server and CLI tool for protocol conversion and remote service access
mcp-stock-screener
AI-powered financial analysis system that processes natural language queries and returns structured stock analysis results via MCP
mcp-swiss
Swiss open data MCP server — 68 tools across 20 modules. Zero API keys.
mcp-table-editor
Add your description here
mcp-tcl-udf-server
Provides a TCL Interpreter with user defined functions (UDF) as an MCP server
mcpterm
An MCP tool server that provides stateful, TUI-compatible terminal sessions.
mcp-terminal-emulator
MCP server for interactive terminal sessions with cross-platform PTY support
mcp-testcortexai
TestCortex AI is a specialized quality engineering tool built on top of the Goose AI platform
mcp-testing-framework
Comprehensive testing framework for Model Context Protocol (MCP) servers - Enhanced fork of mcp-client-cli with advanced testing capabilities
mcp-testing-sensei
An MCP server to guide agentic coding tools to use language agnostic testing principles.
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.
mcp-texicode
MCP server wrapping TeXicode CLI for LaTeX-formatted terminal output
mcp-text-editor-fastmcp
MCP Text Editor Server - Edit text files via MCP protocol
mcp-tfstate-reader
MCP server for auditing Terraform state files for security misconfigurations
mcp-this-openapi
MCP Server that creates tools from OpenAPI/Swagger specifications
mcp-time-servercuclsy
A simple MCP (Model Context Protocol) Server that provides a tool to get the current time with optional timezone support.
mcp_time_server_cyf_cuc
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-time-server-fwj
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-time-server-ziba
An MCP Server that provides a tool to get the current time with optional timezone support
mcp-tmux-server
MCP server for interactive tmux terminal sessions with Claude Code
mcp-tool-override-tester
Verifies if a tool with the same name can override an existing one on a different server.
mcp-tools-cli
command-line client for interacting with Model Context Protocol (MCP) servers.
mcp-tool-selection-bench
Benchmark LLM tool selection accuracy for MCP tools using the GitHub Copilot SDK
mcp-tool-server
A unified MCP platform that lets clients interact with infrastructure providers like Contabo and Hetzner through a single, extensible control layer.
mcp-tool-tingz
Helper toolkit to build MCP servers
mcp-transcoder
Bridge STDIO-based MCP clients to StreamableHTTP MCP servers with header, TLS, and timeout options.
mcp-translation-text
MCP provider wrapping the Niutrans translation API
mcp-tree-explorer
MCP tool that provides directory tree visualization for Cursor
mcp-ts-core
Agent-native TypeScript framework for building MCP servers with declarative definitions.
mcp_typegen
A library that exposes the model context protocol specificiation as rust types by generating types from a Model Context Protocol JSON files
mcp-valve
Unified MCP CLI - Generic MCP Protocol Client
mcp-vcd
A model context protocol (MCP) server for value change dump (VCD) waveforms.
mcp-vector-search
CLI-first semantic code search with MCP integration and interactive D3.js visualization for exploring code relationships
mcp-vector-search-nepavel
MCP server for cloud-based vector code search
mcp-veo
MCP server for Google Veo AI video generation
mcp-verification-code
一个简单的验证码生成工具
mcp-victoriametrics
MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation
mcp-video2text
Convert online video to text, read it quickly
mcp-video-pipeline_2
MCP server for generating algorithm explanation videos
mcp-vision-stat
A MCP server providing tools to fetch statistics from video intelligent operation platform powered by E20
mcp-vm-blackbox
MCP server for controlling VirtualBox VMs — screenshots, keyboard input, PowerShell, vagrant, WinRM, podman, and CI build pipelines
mcp-vue-codegen
MCP Server for generating Vue3 CRUD module code from database table schema JSON
mcpware/claude-code-organizer
mcp-wayback-machine
MCP server and CLI tool for interacting with the Wayback Machine without API keys
mcp-weather-server
Go MCP Weather Server with HTTP, SSE, and stdio transports. LLM tool discovery and Cursor IDE integration.
mcp-web-crawler-client
A Python MCP (Model Context Protocol) client for connecting to remote web crawler servers.
mcp-webpage-to-s3
MCP Server for deploy html content to S3
mcp-websearch-server
A Model Context Protocol (MCP) server that provides multi-engine web search capabilities with content extraction.
mcp-zen-of-languages
Multi-language architectural and idiomatic code analysis via CLI and MCP server.
mcp-zuul
Zuul CI — build failure analysis, log search, pipeline status, and job configuration
mdbook-exercises
An mdBook preprocessor for interactive exercises with hints, solutions, and test execution
mdvault
CLI tool for managing markdown vaults with structured notes, validation, and search
mealie-mcp-server-ts
MCP server for Mealie recipe management
media-works-mcp-server
A Docker-based media processing MCP server
Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
medulla
A git-native, AI-accessible knowledge engine for software projects
megalinter
MCP server for running Ox Security MegaLinter via mega-linter-runner
mega-mcp-server
MCP server for MEGA cloud storage CLI
memcan
Persistent memory for Claude Code — CLI client
@memly/mcp-server
Memly MCP Server — persistent memory for any IDE
memory-mcp
Persistent memory + git snapshots for Claude Code. Never lose context or code.
memory-mcp
情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力
memrl
Memory-augmented reinforcement learning for Claude Code - persistent memory that learns from experience
@mergeguide/mcp-server
MergeGuide policy checking MCP server for Claude Code
meriadoc
A CLI tool for discovering, validating, and running tasks, jobs, and shells defined in project specification files, with built in MCP server capabilities.
mermaid-mcp-app
MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients
@mesaque/apikibot-mcp
MCP server para integração do Claude Code com o ApikiBot
@metaneutrons/doc-tools-mcp
MCP server for managing pandoc/CSL-YAML bibliographies
metarepo
A powerful multi-project management tool inspired by the meta npm package - manage multiple git repositories with ease
mete
Structural metrics engine for code quality analysis
metoro-io_metoro-mcp-server
Mirror of https://github.com/metoro-io/metoro-mcp-server
MetricDuck — Financial Analysis
SEC filing intelligence for AI agents. Financials, screening, peer comparison for 5,000+ companies.
metricui
React dashboard components — API lookup, code generation, and prop validation for AI tools.
@metronome/mcp
The official MCP Server for the Metronome API
@mgsoftwarebv/mcp-server-bridge
MCP Server bridge for MG Tickets - connects Cursor to HTTP MCP server with image support and GitHub code exploration
microcks-mcp-server
MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
micropub
Ultra-compliant Micropub CLI for creating, updating, and managing IndieWeb posts
@microsoft/learn-cli
CLI for the Microsoft Learn MCP server.
@mieubrisse/notion-mcp-server
A maintained fork of the official Notion MCP server
MileMaker MCP
MileMaker MCP server provides mapping services for commercial transportation.
milkee-mcp
MCP server for MILKEE Swiss accounting software
Mimiq - Synthetic User Testing
Your agent tests pages, copy, and flows on simulated users while you build.
minimax-cli
Unofficial MiniMax M2.5 CLI - Just run 'minimax' to start chatting
minutes-cli
CLI for minutes — record, transcribe, and search conversation memory
@miocid152/sonarqube-mcp-server
MCP Server for SonarQube integration
Miro
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
@mirrai/mcp-server
MCP server for Mirra - AI-powered social media content platform
mirroir-mcp
MCP server that controls a real iPhone through macOS iPhone Mirroring. Screenshot, tap, swipe, type — from any MCP client.
mirrored-cilium-clustermesh-apiserver
@missionsquad/mcp-github
MCP server for using the GitHub API
mistaike.ai
295k+ bug-fix patterns with MCP Hub proxy, PII filtering, and code search
mistfs-mcp-server
Model Context Protocol (MCP) server providing integrated tools for Microsoft Team Foundation Server (TFS) operations. Features include:
mistralrs-mcp
MCP (Model Context Protocol) client for mistral.rs
mlua-probe-mcp
MCP server (stdio) for mlua-probe — Lua debugger for environments without DAP support
mm-server-20.11.1-ci
mm-server-20.18.1-ci
mne-docs-mcp
MCP server providing access to MNE-Python documentation, source code, GitHub issues, and community forum
mnemosyne-cli
AI-powered JVM heap analysis tool — parse HPROF dumps, detect memory leaks, trace GC paths
mobile-debug-mcp
MCP server for mobile app debugging (Android + iOS), with focus on security and reliability
mobile-device-mcp
AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.
mock_ncip_server
@modemdev/glance-codex
glance.sh MCP server package for Codex
modern-treasury-mcp
The official MCP Server for the Modern Treasury API
mollendorff-forge
Battle-tested financial math for AI. 173 Excel-compatible functions validated against Gnumeric & R. MCP integration, Monte Carlo, Decision Trees, Real Options.
Monarch MCP Server
Access Monarch financial data — accounts, transactions, budgets, and more
monarchmoney
Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.
Monday.com (unofficial)
monitor
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
@moonbaseai/mcp
The official MCP Server for the Moonbase API
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.
@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.
motosan-agent-loop
Standalone ReAct agent loop — LlmClient + AgentLoop with no platform dependencies
mpop
Server fleet management MCP — monitor, deploy, and manage distributed Linux servers
mr-magic-mcp-server
Lyrics MCP server connecting LRCLIB, Genius, Musixmatch, and Melon
@mrnitro360/react-native-mcp-guide
MCP server for React Native best practices guidance with expert-level code remediation
msbuild-mcp-server
A lightweight MCP server for automating MSBuild projects and solutions builds.
mseep-africas-talking-airtime-mcp-server
An MCP server that provides tools for interacting with Africa's Talking airtime service.
mseep-biggo-mcp-server
A Model Context Protocol (MCP) server that provides product search, price history tracking, and specification search capabilities.
mseep-echo-mcp-server-for-testing
A simple echo MCP (Model Context Protocol) Server for testing MCP Clients
mseep-k8s-mcp-server
MCP Server for Kubernetes CLI tools (kubectl, istioctl, helm, argocd)
mseep-luma-ai-mcp-server
MCP server for Luma AI video generation
mseep-mcp-cube-server
MCP server for interfacing with Cube.dev REST API
mseep-mcp-server-aact
MCP server for AACT clinical trials database
mseep-mcp-server-akshare
MCP server for AKShare financial data
mseep-mcp-server-code-assist
MCP Code Assist Server
mseep-mcp-server-starrocks
official MCP server for StarRocks
mseep-mcp-server-weibo
A MCP Server for Weibo
mseep-mcp-shell-server
MCP Shell Server - Execute shell commands via MCP protocol
mseep-mcp-yfinance-server
A Yfinance MCP Server providing comprehensive financial data and analysis
mseep-pygithub-mcp-server
GitHub MCP Server using PyGithub
mseep-td-mcp-server
Treasure Data API client for MCP
mseep-xctools-mcp-server
A Model Context Protocol server for different Xcode related tools
msx-mcp
MSX CAS Packager, a CLI tool to manage MSX CAS files
@mtane0412/perspective-mcp-server
A Model Context Protocol (MCP) server that provides tools for interacting with Perspective API
@mudravaorg/mcp-server
PixelFixer MCP server – exposes kanban tasks, GitHub context, and AI actions to MCP-compatible AI agents (Claude, Cursor, VS Code, Windsurf)
multi-docker-server
@muscular/robotmem
Thin npm wrapper for the robotmem Python CLI and MCP server.
@muuktest/amikoo-mcp
Official MuukTest Amikoo MCP Server.
@mux/mcp
The official MCP Server for the Mux API
mxr
A programmable, agent-native email client. One CLI across all your providers.
my-code-server
mysql-mcp-server-ms
MCP server for MySQL — connect to any MySQL host from Cursor, Claude Code, or any MCP client.
mysql-mcp-server-query-builder
MySQL MCP Server for Cursor IDE
@myuon/refactor-mcp
MCP server for refactoring tools
n8n-mcp-server
Servidor MCP para integraciones con arcar.org
nab
Token-optimized HTTP client for LLMs — fetches any URL as clean markdown
@nahisaho/shikigami-mcp-server
SHIKIGAMI MCP Server - Deep Research tools with search fallback mechanism
nakkas
MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.
namecheap
Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links
Nansen (DEPRECATED)
DEPRECATED - This server has been moved to io.github.nansen-ai/nansen-mcp. Do not use.
@nayagamez/codex-cli-mcp
MCP server wrapping Codex CLI (codex exec) as tools
@nazruden/clickup-server
ClickUp MCP Server for LLM integration
NCI GDC
@ncukondo/pubmed-mcp
MCP server for searching PubMed scientific articles
@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.
neptime-mcp-server
MCP server for Neptime.io API - Video platform API integration
nerdctl-mcp-server
MCP Server for Nerdctl coded in Go
nereid
Terminal-first diagram TUI and MCP server for Mermaid-backed sessions
@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
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.
@netpad/mcp-server-remote
Remote MCP server for NetPad - deployable to Vercel for Claude custom connectors. Includes all 80+ tools from @netpad/mcp-server.
neuron-mcp
MCP client and server bridging MCP tools with neuron ToolRegistry
neurostack
Token-efficient MCP memory for Markdown vaults. Tiered retrieval, hybrid search, GraphRAG.
nexlify-mcp-server
The Nexlify MCP Server is a lightweight Python package designed to integrate GitHub Copilot with the Nexlify AI system.
next2d-development-mcp
MCP server for Next2D application development assistance
nexus
Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts
@nexus2520/bitbucket-mcp-server
MCP server for Bitbucket API integration - supports both Cloud and Server
nginx-agent-builder
nginx-agent-builder-arm64
ngircd
nguyenvanduocit/jira-mcp
nia-mcp-server
Nia
niceform-mcp-server
MCP server for niceform.ai - Create forms using AI from any MCP-compatible client
nightglass
Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.
nile-markets-cli
CLI for the Nile Markets platform
nimble-js-mcp
The official MCP Server for the Nimble API
@nimbus21.ai/chrome-devtools-mcp
MCP server for Chrome DevTools with stealth mode support
@nirvana-labs/nirvana-mcp
The official MCP Server for the Nirvana Labs API
@nitrostack/cli
CLI for NitroStack - Create and manage MCP server projects
nlobby-cli
CLI and MCP server for N Lobby school portal
noinput-cli-mcp-server
Command line interface for MCP clients with secure execution and customizable security policies (no STDIN)
noir-mcp-server
MCP server for Noir development - clones and searches Noir documentation, stdlib, and examples
Noosphere
Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.
normi
French real estate data API (DVF) — 17M+ geocoded transactions since 2014.
Norvstar — Professional Identity MCP Server
Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis.
notarai
CLI validator for NotarAI spec files
@notionhq/notion-mcp-server
Official MCP server for Notion API
nova-control-mcp-server
MCP server for controlling a NOVA DIY Artificial Intelligence Robot by Creoqode
Nowah Travel
Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more
@nozomtechs/daaem-pmo-mcp
MCP server for Daaem PMO — connect Claude Code to your project management system
npi-registry-mcp-server
MCP server for searching the National Provider Identifier (NPI) registry
npi-registry-mcp-server-fastmcp
MCP server for searching the National Provider Identifier (NPI) registry
npm
MCP server for npm package management — publish, version, search, audit, and more
npm-plus
npm MCP — search packages, bundle sizes, vulnerabilities, compare downloads.
NPM Plus
npm-search
npm search MCP — find packages, view details, compare, check downloads.
NPM Search
npm-search-mcp
Search npm packages, get live registry data, and compare alternatives. No API key needed.
@npm-workflow86/mcp-server
MCP Server for workflow86.com
nr-mcp
MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools
nsip
NSIP Search API client for nsipsearch.nsip.org/api
nucel-agent-opencode
OpenCode provider for Nucel agent-sdk — HTTP client to OpenCode server
nu-mcp
Modules to run a model context protocol (MCP) server that provides Nushell as a tool.
Nursing Home Database
MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).
nuuly-bigquery-mcp-server
MCP server for code editors, connects to Google BigQuery
nuwax-sync
Sync GitHub Release assets to Alibaba Cloud OSS
@nxavis/pb-parser-mcp
PowerBuilder source file parser MCP server
@o3r/mcp
Experimental package — This module provides a MCP Server
oak-julia
Julia scientific computing language parser with support for high-performance numerical analysis and scientific computing.
oak-mcp
Oak MCP server with support for compact code structures and fuzzy semantic search.
oak-nix
Nix package manager language parser with support for declarative package configuration and reproducible builds.
oak-php
PHP server-side scripting language parser with support for web development and modern PHP features.
oak-powershell
PowerShell script parser with support for modern PowerShell syntax and cmdlets.
oak-vhdl
VHDL language parser with support for hardware description and digital circuit design.
oak-wat
WebAssembly Text (WAT) language parser with support for web platform development and portable code generation.
oauth-server-cicd
OCDS German Procurement Search
Search and match German public procurement tenders (OCDS) from your local LLM.
oci-documentation-mcp-server
An Model Context Protocol (MCP) server for OCI Documentation
octav
CLI tool for the Octav crypto portfolio API
octoboost-mcp-server
OctoBoost MCP Server for token-efficient SEO / GEO analysis. Analyze multiple URLs with categorized checks and scored results.
Octopus Deploy
odnelazm-mcp
A MCP server that allows LLM clients to interact with Kenyan parliementary sittings data
@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.
oke-mcp-server
Minimal MCP server for managing Oracle OKE & Kubernetes, optimized for LLMs.
@okmira/mcp
MCP server for Mira — where stakeholders shape how AI builds your product
olaf
Codebase context engine for Claude Code
@oliverames/sprout-mcp-server
MCP server for Sprout Social API
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.
omengrep
Semantic code search — multi-vector embeddings + BM25
OmniClip RAG
Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.
omni-index
Omniscient Code Index - Semantic, interventionist code indexer for AI agents
oncrawl-mcp-server
MCP server that exposes OnCrawl's API for use with Claude Code and Claude Desktop
@one710/consciousness
A powerful, pluggable vector memory and MCP server for semantic search.
OneChainCodeReviewMCP
MCP server: Move Book chapters + One Chain hackathon audit
@oneentry/mcp-server
MCP server for OneEntry SDK — rules and skills for Claude Code
@onetreehill/epayments-mcp-server
ePayments MCP Server - AI-powered payment integration assistant for all tech stacks
ookla-server-host.docker
oor
System operations and monitoring CLI for Optima infrastructure
@op0live/mcp-server
MCP server for OP0 Altar creation — deploy self-rewarding meme coins on Solana
opcd
Coding Agent配置管理CLI工具
openai-oxide
Idiomatic Rust client for the OpenAI API — 1:1 parity with the official Python SDK
openapi
Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.
openapi-mcp-server
HTTP server that converts OpenAPI specifications into MCP tools and proxies calls to upstream APIs.
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
openbrowser-ai
AI browser automation. Write async Python to navigate, click, type, and extract data.
openchrome-mcp
Open-source browser automation MCP server. Control your real Chrome from any AI agent.
OpenClaw Direct
Deploy, monitor, and manage your OpenClaw AI assistants via natural language.
opencode-sdk
Rust SDK for OpenCode (HTTP-first hybrid with SSE streaming)
opencode-server-mcp
MCP server for controlling OpenCode servers via the OpenCode Server API
openfinance
Connect your financial accounts to view balances, search transactions, and get spending insights.
opengrok-mcp-server
MCP server bridging OpenGrok search engine with AI for instant context across massive codebases
OpenGrok MCP Server
MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.
@openmemory/install
OpenMemory MCP server installation tool
openmeteo-mcp-server
MCP Server for global weather, forecasts, air quality and climate data via Open-Meteo
open-project-sidecar-mcp
MCP server for OpenProject project management – use with Claude Code, Cursor, or any MCP client
openregister-mcp
The official MCP Server for the Openregister API
openresponses-rust
A Rust client library for the Open Responses API specification
openrouter_api
A Rust client library for the OpenRouter API
@openstride/mcp-server
MCP server for OpenStride fitness data access
Open Video
AI-powered video publishing, channel management, and monetization via open.video
openvscode-server
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.
@operatorkit/hs
HelpScout CLI with embedded MCP server
op-mcp
MCP server providing LLM access to 1Password CLI
ops-automation-mcp-ts
TypeScript MCP server for Docker, K3s, Systemd service management and Jenkins builds
optix-mcp-server
MCP server for source code analysis
optix-mcp-server-ravn
MCP server for source code analysis
oracle.oci-access-governance-mcp-server
OCI Access Governance MCP server
oracle.oci-ai-data-platform-mcp-server
OCI AI Data Platform MCP server
oracle.oci-analytics-mcp-server
OCI Analytics MCP server
oracle.oci-announcements-mcp-server
OCI Announcements MCP server
oracle.oci-api-gateway-mcp-server
OCI API Gateway MCP server
oracle.oci-api-mcp-server
OCI CLI MCP server
oracle.oci-application-dependency-management-mcp-server
OCI Application Dependency Management MCP server
oracle.oci-application-performance-monitoring-mcp-server
OCI Application Performance Monitoring MCP server
oracle.oci-artifacts-mcp-server
OCI Artifacts MCP server
oracle.oci-audit-mcp-server
OCI Audit MCP server
oracle.oci-autoscaling-mcp-server
OCI Autoscaling MCP server
oracle.oci-bastion-mcp-server
OCI Bastion MCP server
oracle.oci-big-data-mcp-server
OCI Big Data MCP server
oracle.oci-blockchain-platform-mcp-server
OCI Blockchain Platform MCP server
oracle.oci-budgets-mcp-server
OCI Budgets MCP server
oracle.oci-cache-mcp-server
OCI Cache MCP server
oracle.oci-certificates-mcp-server
OCI Certificates MCP server
oracle.oci-cloud-advisor-mcp-server
OCI Cloud Advisor MCP server
oracle.oci-cloud-bridge-mcp-server
OCI Cloud Bridge MCP server
oracle.oci-cloud-guard-mcp-server
OCI Cloud Guard Service MCP server
oracle.oci-cloud-mcp-server
OCI Python SDK MCP server
oracle.oci-cluster-placement-groups-mcp-server
OCI Cluster Placement Groups MCP server
oracle.oci-compute-cloud-at-customer-mcp-server
OCI Compute Cloud@Customer MCP server
oracle.oci-compute-instance-agent-mcp-server
OCI Compute Instance Agent MCP Server
oracle.oci-compute-mcp-server
OCI Compute Service MCP server
oracle.oci-connector-hub-mcp-server
OCI Connector Hub MCP server
oracle.oci-container-instance-mcp-server
OCI Container Instance MCP server
oracle.oci-control-center-mcp-server
OCI Control Center MCP server
oracle.oci-core-services-mcp-server
OCI Core Services MCP server
oracle.oci-dashboards-mcp-server
OCI Dashboards MCP server
oracle.oci-database-management-mcp-server
OCI Database Management MCP server
oracle.oci-database-mcp-server
OCI Database Service MCP server
oracle.oci-database-migration-mcp-server
OCI Database Migration MCP server
oracle.oci-database-tools-mcp-server
OCI Database Tools MCP server
oracle.oci-data-catalog-mcp-server
OCI Data Catalog MCP server
oracle.oci-data-flow-mcp-server
OCI Data Flow MCP server
oracle.oci-data-integration-mcp-server
OCI Data Integration MCP server
oracle.oci-data-labeling-management-mcp-server
OCI Data Labeling Management MCP server
oracle.oci-data-labeling-mcp-server
OCI Data Labeling MCP server
oracle.oci-data-safe-mcp-server
OCI Data Safe MCP server
oracle.oci-data-science-mcp-server
OCI Data Science MCP server
oracle.oci-delegate-access-control-mcp-server
OCI Delegate Access Control MCP server
oracle.oci-devops-mcp-server
OCI DevOps MCP server
oracle.oci-digital-assistant-mcp-server
OCI Digital Assistant MCP server
oracle.oci-dns-mcp-server
OCI DNS MCP server
oracle-oci-documentation-mcp-server
An Model Context Protocol (MCP) server for OCI Documentation
oracle.oci-document-understanding-mcp-server
OCI Document Understanding MCP server
oracle.oci-globally-distributed-database-mcp-server
OCI Globally Distributed Database MCP server
oracle.oci-goldengate-mcp-server
OCI GoldenGate MCP server
oracle.oci-identity-domains-mcp-server
OCI Identity Domains MCP server
oracle.oci-identity-mcp-server
OCI Identity Service MCP server
oracle.oci-internet-of-things-mcp-server
OCI Internet of Things MCP server
oracle.oci-java-management-mcp-server
OCI Java Management MCP server
oracle.oci-kubernetes-engine-mcp-server
OCI Kubernetes Engine MCP server
oracle.oci-language-mcp-server
OCI Language MCP server
oracle.oci-license-manager-mcp-server
OCI License Manager MCP server
oracle.oci-oracle-streaming-mcp-server
OCI Oracle Streaming MCP server
oracle.oci-resource-manager-mcp-server
OCI Resource Manager MCP server
oracle.oci-resource-scheduler-mcp-server
OCI Resource Scheduler MCP server
oracle.oci-rover-mcp-server
OCI Rover MCP server
oracle.oci-secure-desktops-mcp-server
OCI Secure Desktops MCP server
oracle.oci-service-catalog-mcp-server
OCI Service Catalog MCP server
oracle.oci-service-limits-mcp-server
OCI Service Limits MCP server
@orangeweb3/mcp-orange-api
Orange Web3 MCP server with Bedrock auth tooling and CLI
orcs-mcp
MCP (Model Context Protocol) client integration for ORCS
organizational-intelligence-plugin
Organizational Intelligence Plugin - Defect pattern analysis for GitHub organizations
oschina/mcp-gitee
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.
OsqueryMcpServer
MCP wrapper and Claude Code Skill for osquery
oss-autopilot
Open source contribution manager with PR tracking, issue discovery, and CI diagnosis
osvm
OpenSVM CLI tool for managing SVM nodes and deployments
otoinstall-mcp-server
OtoInstall MCP Server — Deploy projects from Claude, Cursor, Windsurf, Cline, Zed, and any MCP-compatible AI tool
@ourroadmaps/mcp
MCP server for OurRoadmaps - manage roadmaps, features, and ideas from Claude Code
outline-mcp
Tree-structured session guide & checklist as an MCP server
oxlint-mcp
MCP server for Oxlint
@p1va/symbols
MCP server to read, inspect and troubleshoot codebase symbols
p402
Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee.
PaKi Curator — Visual Medicine Art Catalog
300 contemplative moving art works by César Yagüe. Search, browse, get recommendations.
palrun
AI command palette for your terminal - discover and run project commands instantly
@pangeacyber/mcp-proxy
Protect any MCP server from malicious entities and confidential PII.
papers-core
CLI and MCP server for academic paper search, management, and local RAG
PapersFlow
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Parallect
Fan out deep research across multiple AI providers, synthesize into one unified report.
parecode
A terminal coding agent built for token efficiency and local model reliability
par-term-mcp
MCP (Model Context Protocol) stdio server for par-term terminal emulator
passport-mcp
Build MCP servers for any website with automatic browser auth syncing
pawan-mcp
Pawan MCP client integration — connect to MCP servers and bridge tools
@payark/mcp-server
The official PayArk Model Context Protocol (MCP) server.
pb-server-build
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.
PDF Generator
MCP server for creative PDF generation with full emoji, Unicode, and offline support
pdflens-mcp
An MCP server for reading PDFs, coded by human, designed for AI.
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.
Peacock for VS Code
pearl-api-mcp-server
Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server.
peeker
A library and CLI tool for extracting code structure using Tree-sitter
Perception
Real-time digital asset narrative intelligence from 1,000+ curated media sources.
perso-mcp-server
MCP server for PERSO API - video translation and dubbing platform
personalinsights-feed
AI-classified tech/investor news feed with editorial verdicts, entities, and theses.
personal_mcp_server
Docker MCP registry
personify-scim-server
PGA Golf
PGA's official MCP Server for all things golf-related. Find a coach, play golf, improve your game.
@phaserjs/editor-mcp-server
MCP server for Phaser Editor v5
Phos Sales Engine
B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management.
PHP MCP Client
phyllotaxis
Progressive disclosure CLI for OpenAPI documents — explore one layer at a time
@pikku/modelcontextprotocol
A Pikku MCP server runtime using the official MCP SDK
pingcode-mcp-server
PingCode's MCP Server
PinRAG
MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations.
piper
piper-mcp-server
Text-to-speech MCP server using Piper ONNX models
pipestream-wiremock-server
piping-server-rust
Piranha Vision & DevTools
BJJ video analysis — YOLO pose detection, AI technique analysis, and highlight reels.
pituitary
Catch spec drift before it catches you. Detect overlap, stale docs, and code drift.
@piut/cli
Build your AI brain instantly. Deploy it as an MCP server. Connect it to every project.
PixVerse-MCP
Official PixVerse Model Context Protocol (MCP) server that enables interaction with powerful AI video generation APIs.
pkgrank
Cargo dependency graph centrality analysis (workspace tool)
Placid.app
Plainly Videos
Plainsight MCP
Search the Plainsight playbook and review code against proven best practices.
plainyogurt21-clintrials-mcp
Provide structured access to ClinicalTrials.gov data for searching, retrieving, and analyzing clin…
Planform MCP Server
Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.
Pleasanter MCP
Pleasanter MCP - You can perform data operations on Pleasanter directly from VSCode
pleme-codesearch
Fast, local semantic code search powered by Rust — BM25, vector embeddings, tree-sitter AST
pleme-umbra
Local MCP proxy for Kubernetes container diagnostics
plenum
Agent-first database control CLI with least-privilege execution
plex-server-docker-rpi
plumery-mcp
The official MCP Server for the Plumery API
pmcp-code-mode
Code Mode validation and execution framework for MCP servers
pme-server
Project Memory Engine — MCP server for cross-project learning
pointbreak
MCP server enabling AI assistants to control IDE debuggers in VS Code, Cursor, and more.
@policies2/mcp
npm shim for the policy-mcp MCP server
poly-mcp
A comprehensive MCP server with filesystem, diagnostics, scripting, time, network, context, git, input, clipboard, and transform tools
pop-mcp
MCP Server for Polkadot ink! smart contract development with Pop CLI integration
Portfolio Ideas
Analyze your portfolio and generate ideas for improvements
post-for-me-mcp
The official MCP Server for the Post For Me API
PostIdentity
@postman/test-mcp-server
MCP Server for E2E testing of the Postman MCP Client
pplog
Official MCP server for pplog - a poem sharing service
pptx-mcp
Create Slides with a simple MCP server using Python PPTX library
prasanthmj_primitive-go-mcp-server
Mirror of https://github.com/prasanthmj/primitive-go-mcp-server
praxis-skill
Describe any task in natural language — OmniDrive analyzes intent, installs dependencies, and executes automatically.
precise
precium-server
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.
Prefect MCP Server
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
@presidio-dev/specifai-mcp-server
Specifai MCP Server that runs over stdio
prism-cli
Prismworks CLI - Reserved for the official Prismworks MCP development tools
@prismicio/mcp-server
Prismic Model Context Protocol (MCP) Server
prism-mcp
MCP server that wraps Prismatic's Prism CLI tool
probe-code
AI-friendly, fully local, semantic code search tool for large codebases
problemreductions
A library for reducing NP-hard problems
product-playbook
World-class product planning AI skill for Claude Code — 22 PM frameworks, 6 modes, 6 languages. From idea to dev handoff.
profound-mcp
The official MCP Server for the Profound API
@programinglive/dev-workflow-mcp-server
MCP server to enforce development workflow discipline
promoteme
CLI tool that generates brag documents from your contributions
prompthub
A layered prompt management system inspired by Docker
Promptster
Test and compare prompts across any AI provider. Bring your own keys.
prompyai
Scores your prompts against your real codebase — context-aware prompt intelligence
protect-mcp
Security gateway for MCP servers. Per-tool policies, Ed25519-signed receipts, shadow mode.
provider-bitbucket-server
provider-bitbucket-server-amd64
provider-bitbucket-server-arm64
provider-bitbucket-server-controller
provider-bitbucket-server-controller-amd64
provider-bitbucket-server-controller-arm64
pty-mcp
Interactive PTY sessions over MCP: local shells, SSH, serial ports, and persistent remote sessions.
PublicData Oracle
Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.
Public Official Asset Disclosure (공직자 재산공개)
Korean public official asset disclosure data (공직자 재산공개) - search and retrieve assets
public-official-mcp-server
MCP server for Korean public official asset disclosure data (공직자 재산공개)
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.
pubmed-client
An async Rust client for PubMed and PMC APIs for retrieving biomedical research articles
PubMed Clinical Research
Search 36M+ PubMed biomedical articles and ClinicalTrials.gov studies.
pull-request-mcp-server
An MCP server that analyzes git repository changes by comparing against a base branch.
@pulsestream-ai/mcp
MCP server for PulseStream integration
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.
@pyrokine/mcp-chrome
Chrome browser automation MCP Server using Chrome DevTools Protocol
@pyrokine/mcp-ssh
A comprehensive SSH MCP Server for Claude Code
python-check-updates
Check for outdated Python dependencies
Python CLI MCP
Qase Test Management
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
qex-mcp
Lightweight MCP server for semantic code search — BM25 + optional dense vectors + tree-sitter chunking
QRcode-mcp-server
根据指定内容或者链接生成二维码的mcp server
qrmax
Prototype Model Context Protocol (MCP) project that allows QR code generation and decoding. QR Codes uploaded to catbox.moe.
quantum-sdk
Rust client SDK for the Quantum AI API
quavil
A performance-optimized AI coding CLI
queclink-listener
quectoclaw
QuectoClaw — Ultra-efficient AI assistant in Rust
quicken-mac-mcp
Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.
quickshell-mcp
MCP server for Quickshell QML documentation
@quiltr/log-mcp-server
MCP server exposing Quiltr log server tools for Claude Code
quotation-mcp-server
MCP compatible quote and pricing server
r14-mcp
MCP server exposing Root14 CLI operations to AI assistants
radiomcp
Internet radio streaming MCP server — search, play, and manage radio stations worldwide
Radzen Blazor MCP
AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components.
@raghulm/aegis-mcp
DevSecOps-focused MCP server for AWS, Kubernetes, CI/CD, and security tooling.
Rails AI Context
Auto-expose Rails app structure to AI via MCP or CLI. Zero config, 25 read-only tools.
ralph-hero-mcp-server
MCP server for GitHub Projects V2 - Ralph workflow automation
@ramidecodes/mcp-server-notion
A Model Context Protocol (MCP) server that exposes the official Notion SDK
ramparts
A CLI tool for scanning Model Context Protocol (MCP) servers
rancher-mcp-server
Model Context Protocol (MCP) server for the Rancher ecosystem: multi-cluster Kubernetes, Harvester HCI (VMs, storage, networks), and Fleet GitOps.
raps
🌼 RAPS (rapeseed) — Rust Autodesk Platform Services CLI
rash
Transpile Rust code to POSIX-compliant shell scripts with formal correctness guarantees
@raytien/git-mcp-server
MCP server for GitLab and GitHub
rcapi-mcp-server
Dynamic gRPC MCP server for VideoAmp's RCAPI using reflection. No hardcoded proto files - call any method dynamically\!
react-native-ai-devtools
MCP server for AI-powered React Native debugging - logs, REPL, state inspection
reasonkit-web
High-performance MCP server for browser automation, web capture, and content extraction. Rust-powered CDP client for AI agents.
recipe-commerce-mcp
Extract shoppable products from recipe content with affiliate network signals. Free tier 200/day.
recipe-mcp-server
recipes
redalert-mcp-server
MCP server for Israel RedAlert emergency alerts - real-time alerts, statistics, shelter search, and city data
redash-mcp-server
redash mcp server(unofficial)
redisctl
Unified CLI for Redis Cloud and Enterprise
redmine-mcp-server
This repository provides model context protocol server for Redmine server.
referencime
Identifiez les meilleurs spots netlinking selon leur performance Google réelle.
registrum-mcp
Search UK companies, get financials, directors, and networks via the Registrum Companies House API.
rekt
REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client
@remix-gg/mcp
MCP server + skills for building remix HTML games
remnote-bridge
RemNote 自动化桥接工具集:CLI + MCP Server + Plugin
remote-bridge
Sync code to remote servers via SSH/rsync and deploy from any AI IDE.
Remote Terminal MCP
Complete SSH terminal for Linux with AI/user control and dual-stream visibility
RenderMark
Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math.
repeatit-cimon-io
@replay-build/mcp-server
MCP server for Replay.build — generate React UI from video recordings via AI agents
replicant-mcp
Android MCP server for AI-assisted development. Build, test, emulate, and automate.
replicate-mcp
Official MCP server for Replicate's HTTP API
resonance-mcp-server
Resonance SpiderSilk MCP Server - Security intelligence API for threat data, assets, and dark web monitoring
reson-mcp
MCP (Model Context Protocol) support for reson - includes client, server, and MCP Apps extension
rest-e2e-mcp
MCP server for AI-driven REST API end-to-end testing — use-case oriented, safe, efficient
@retell-ai/mcp-server
The official MCP Server for the Retell API
@reveldigital/reveldigital-mcp-server
MCP Server generated from OpenAPI spec for revel-digital-rest-api
revibe-mcp
Analyze any codebase — get architecture, file roles, execution flows, and agent context.
ricecoder
Terminal-first, spec-driven coding assistant that understands your project before generating code
rich-piping-server
rideup-server
ripmap
Ultra-fast codebase cartography for LLMs
rippled-cli-server
risken-mcp-server
RISKEN's official MCP Server
rmcp-clipboard
MCP server for system clipboard access
rmcp-mux
MCP server multiplexer - single server, multiple clients via Unix sockets
rmcp-openapi-server
MCP server executable for OpenAPI specifications
rmcp-sensors
Cross-platform environmental awareness MCP server suite - system info, displays, idle time, network, USB, battery, bluetooth, git, weather
rmcp-server-builder
Composable MCP server builder for zero-boilerplate capability composition
rn-debug-mcp
RN Debug MCP server
@rn-debug-mcp/server
MCP Server for React Native runtime debugging
rnga-cli
Command-Line Interface and MCP Server for NGA
roam-sdk
Roam Research SDK and terminal UI client
@roarkanalytics/sdk-mcp
The official MCP Server for the Roark API
roberto-mcp
Roberto MCP - A lightning-fast, language-agnostic code analysis MCP server built in Rust
rog0x/mcp-docker-tools
rog0x/mcp-git-tools
@rokrokss/notion-mcp-server
Official MCP server for Notion API
RokuMCP
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
ronds-mcp-tracker
A Node.js MCP server that records code changes and publishes them to Kafka.
roo-logger
An MCP server for logging activity in Roo Code/Cline.
routy-mcp-server
Routy Travel Planner MCP Server — manage trips from any MCP client
@roxybrowser/openapi
MCP server for RoxyBrowser automation - manage browser instances and get CDP endpoints
@roywu01/slack-mcp-server
MCP server for interacting with Slack (forked from @zencoderai/slack-mcp-server)
r-packagedev-mcp
MCP server for R package development using usethis, devtools, renv, and testthat
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.
@rubyjobs-jp/tanebi-mcp-server
MCP server for Tanebi API - list, get, and create ideas
ruchy-mcp
MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools
rucio-server
run_code_rmcp
云函数服务,执行JS/TS/Python语言代码,脚本必须有约定的函数名称(handler/main),会调用约定的函数名称结果和日志返回.
@runframe/mcp-server
MCP server for Runframe incident management — any agent, any IDE, one system of record
rustant
Privacy-first autonomous personal agent — CLI and TUI for Rustant
rust-clippy-mcp-server
MCP Server for Rust Clippy - run checks, auto-fix, explain lints, configure rules, and detect environment
rust-crate-src-mcp
An MCP server for pulling the source of crate dependencies.
rust-doctor
A unified code health tool for Rust — scan, score, and fix your codebase
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.
rust-mcp-server
A simple MCP server build with rust and rust-mcp-sdk
rust-mcp-server-syncable-cli
High-performance Model Context Protocol (MCP) server for code analysis, security scanning, and project insights.
rust-rmcp-mcp-server.archetype
A Rust-based MCP Server archetype using the official rmcp framework
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.
ruvector-cli
CLI and MCP server for Ruvector
ruv-swarm-cli
Distributed swarm orchestration CLI with cognitive diversity
sabi-tui
Terminal AI agent with ReAct pattern - execute shell commands, run Python, analyze images
Safari DevTools MCP
MCP server for Safari DevTools — browser debugging and automation for AI coding agents
SAIJ — Jurisprudencia Argentina
Search Argentine legal databases: court decisions, legislation, summaries, doctrine
@salesforce/pwa-kit-mcp
MCP server that helps you build Salesforce Commerce Cloud PWA Kit Composable Storefront
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
sample-mcp-server
Code generation MCP server based on the user query
Santuri
Search official documentation for well-known libraries.
sap-adt-mcp-server
Eclipse plugin that runs MCP server for Claude Code integration with SAP ADT
SAVORDISH
AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart.
sayou-opendart-mcp
An MCP server that provides OpenDart API
scan_crate
Fast regex search through Rust crate source code - supports crates.io, GitHub repos, and local paths
schema-lint-mcp-server
scholarai-mcp
The official MCP Server for the Scholarai API
scholar_mcp_server
A mcp servers for academic paper search. The datasource incloude arxiv,semantic.crossref,scopus,adsabs and scihub
scim
scim-server
A comprehensive SCIM 2.0 server library for Rust with multi-tenant support and type-safe operations
Scite
Ground answers in scientific literature. Search full text, evaluate trust, access full-text articles
scix-client
Rust client for the SciX (NASA ADS) API — library, CLI, and MCP server
scope-cli
Code intelligence CLI for LLM coding agents — structural navigation, dependency graphs, and semantic search without reading full source files
scorecard-ai-mcp
The official MCP Server for the Scorecard API
scrapercity-cli
B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.
scud-cli
Fast, simple task master for AI-driven development
sdd-mcp-server
MCP server for spec-driven development workflows across AI-agent CLIs and IDEs
@sdsrs/code-graph
MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing
searchcode
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
searchgrep
Semantic grep for the AI era - natural language code search
SEC EDGAR Financial Data
Search SEC EDGAR filings, financial statements, and company data.
sec-mcp
MCP server for SEC EDGAR data — company filings, financial concepts, and company info via Claude Desktop
secop-mcp-server
Consulta contratación pública de Colombia (SECOP I y II) desde datos.gov.co
secureio-mcp
Secure, token-efficient MCP server for AI agent codebase access
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.
SecurityScan
Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.
@seepine/mcp-terminal
Terminal Mcp Server
seer-cli
Interactive CLI for Seer domain name utilities
segment-mcp-server
Tweek project - building MCP for Segment Public APIs using OpenAPI MCP generator in Go
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.
sekkei-mcp-server
MCP Server for generating Japanese software specification documents following V-model
@sekora/gitlab-mcp
@sekora/gitlab-mcp MCP server - GitLab integration for Claude Desktop
selfhost-apifox-mcp
Apifox private deployment MCP server
seltz-ai-seltz-mcp
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Semantic API
Search and discover any API using natural language. 163+ providers with auto-discovery.
semantic-code-edit-mcp
MCP server for semantic code editing with tree-sitter
semantic-edit-mcp
MCP server for semantic code editing with tree-sitter
semantic-scholar-rs
Unofficial Rust SDK and MCP server for the Semantic Scholar API
semi-formal-reasoning
Structured code verification, fault localization, and semantic analysis — agent skill based on the Agentic Code Reasoning paper
Semilattice - audience prediction
Semilattice lets agents make predictions about audiences for content testing and decision making.
@sendforsign/mcp
MCP server for SendForSign (templates list/read) with stdio and httpStream transports
sentinel-mcp
Sentinel MCP server — connects GitHub issues to Claude Code sessions
Senzing
Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting
Serenn — Find Verified Field Service Technicians
Find verified appliance repair, HVAC, and plumbing technicians by location and brand.
series-troxide
serpapi-cli
Official CLI client for SerpApi — fast search scraping for humans and AI agents
server-build
server-cli
server-cli
server-cli
server-client-plugins
server-deb-sidecar
server-debug
server-deploy
serverless-build-env
serverless-buildpack
serverless-decision-log-mcp-server
A Serverless MCP Server built using wasmcp, Spin and Akamai Functions
server-linux-build
ServerMCP
Project for the Advanced Programming course, Master's Degree in Computer Science 2025-2026
server-rpm-sidecar
server-status-code
server-suse11-build
service_kit
A foundational toolkit for building high-performance, modular services in Rust.
settlegrid-discovery
Discover monetized AI tools on SettleGrid. Search by category, get pricing.
Sevalla
Official Sevalla MCP — full PaaS API access through just 2 tools.
severity1/terraform-cloud-mcp
@shaykec/appxray-mcp-server
MCP server providing inside-out app intelligence tools for AI coding agents
shell-command-mcp
MCP server for running shell commands
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.
shell-mcp-server
MCP Server for executing shell commands
shellsage-mcp-server-kit
Production-ready MCP server templates for TypeScript and Python. Docker setup, GitHub Actions CI, resource/tool scaffolding.
shellwright
Universal CLI Session Broker for AI Agents — Playwright for CLIs
@sherifbutt/shadcn-ui-mcp-server
MCP server for shadcn/ui components with source code access, demos, and blocks support
Shipbook
Debug production issues using Shipbook logs and Loglytics error insights.
ship-page-skill
Create stunning interactive landing pages with Claude Code — zero dependencies, single HTML file
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.
shll-skills
SHLL DeFi Agent - CLI + MCP Server for BSC
shouldigo-surf
MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide
@shuffll/mcp-server
MCP server for Shuffll video creation API
Sideways
Unexpected questions and lateral thinking prompts to break through mental blocks. 86 strategies.
Sideways
Use Sideways for unexpected questions and lateral thinking prompts to break through mental blocks.
sigil-cli
Automated security auditing for AI agent code - quarantine-first scanning for pip, npm, git repos, and MCP servers
@signalclaude/mcp-server
MCP server for SignalClaude — enables Claude Code to interact with the dashboard
simple-loki-mcp
MCP server for querying Loki logs via logcli
simple_mcp
A Test MCP server that provides tools, promts and resources
simple-mcpaintball-tool
A tool to easily analyze paintball events. Made for cubeside.de
simple-storybook-preview-mcp
MCP server that renders Storybook component previews inside the IDE
SimSense
Deploy sims to any screen. Control your displays with Claude.
SimStim
Deploy sims to any screen. Control your displays with Claude.
singularity-cli
CLI wrapper for the Singularity task manager API
sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains or custom .xyz domains via USDC.
skg-mcp
MCP client and server bridging MCP tools with skelegent ToolRegistry
skills
[WIP] Claude Skills for Political Scientists
skills
Malaysian accounting skill for Claude Code. Process client documents into accrual-basis financial statements, working papers, and tax computations.
skill-veil
CLI for skill-veil behavioral analysis
Skim MCP Server
MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.
skulk
MCP (Model Context Protocol) connection manager - sneaking connections to the outside
Skyvern
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
slack-max-api-mcp
Operations-first Slack MCP server (stdio) for Codex and Claude Code
slack-mcp-server
Read Slack conversations, threads, user info, and search messages from your MCP client.
Slack MCP Server
Slack MCP for self-host or managed Cloud, with Gemini CLI and secure-default HTTP.
SLB Florida Business Intelligence
312K+ FL commercial parcels, 6,400+ verified listings, AI visibility reports, x402 micropayments
slidedown
Transform Markdown files into spectacular presentations with 6 themes and AI-powered design
SlideSpeak
sling-cli
Sling CLI MCP server for data pipeline and replication management
sling-cli
Sling CLI MCP server for querying any database, running data pipelines and managing replications
slite-mcp-server
'Slite MCP server'
sloth-d2c-mcp
**Figma Design-to-Code MCP Server | Figma 设计稿转代码 MCP 服务**
slush-meme-mcp
AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.
smart-git
@smarttechnologyinvestments/drivedecision-mcp
MCP server for DriveDecision vehicle TCO comparison API
Smasher Studio — AI Fashion Design
AI fashion design — product photos, videos, tech packs, colorways & fabric sims.
smg-mcp
Model Context Protocol (MCP) client implementation
smgrep
Semantic code search tool with GPU acceleration
smithery-unicorn
A choose your own adventure game where you play as a startup founder trying to build a unicorn again
@sniffo/mcp-server
MCP server for Sniffo codebase knowledge graph
snm-brightdata-client
Bright Data Wrapper Client Highly compacted Data implemented in Rust with Actix Web
@snokam/mcp-cvpartner
MCP server for CVPartner CV management with Claude Code
@snokam/mcp-salesforce
MCP server for Salesforce CRM integration with Claude Code
socialapi
MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
solace-pubsub-connector-cdc-sqlserver
solidworks-mcp-server
Clean Architecture SolidWorks MCP Server - Production-ready with SOLID principles
sonarqube-mcp-server
This repository provides model context protocol server for SonarQube server.
sonr
High-performance semantic search tool for local codebases
soul-coder
Coding-specific tools for soul-core — read, write, edit, bash, grep, find, ls. WASM-first, cross-platform.
soulcraft-mcp
Analyze any company's identity. Get a Soul Score, dimension scores, a soul.md, and recommendations.
Sourcegraph MCP Server
Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.
@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.
sovran-mcp
A synchronous Rust client for the Model Context Protocol (MCP)
Spain Legal by Legal Fournier
Spain legal MCP for visas, Beckham, NIE/TIE, residency, nationality, and EU family routes.
sparkle-mcp
Sparkle AI Collaboration Identity Framework MCP server
@sparkpesa/mcp-server
SparkPesa MCP Server for AI IDE integration — enables AI assistants to interact with the SparkPesa payment API
sparseglm
Fast memory-efficient solver for sparse generalized linear models
speciale
MCP server for DeepSeek-V3.2-Speciale reasoning model
spec-kit-mcp
MCP server for GitHub Spec-Kit - enables AI coding assistants to use spec-driven development
@speclife/mcp-server
MCP server for SpecLife - AI assistant interface
specman-mcp
An MCP server to provide SpecMan functionality to AI
specsync
Bidirectional spec-to-code validation — language-agnostic, blazing fast
speed-test
Official SpeedOf.Me server - Accurate speed tests via 129 global edge servers with analytics.
speeron-next
Speeron NEXT Digital Guest Journey MCP server (remote HTTP endpoint).
speq
speq — OpenAPI specification browser
spider_mcp
MCP (Model Context Protocol) server exposing Spider web crawler capabilities as tools.
@spooky-sync/devtools-mcp
MCP server for Spooky Sync devtools
spotify_mcp_server
A Model Context Protocol (MCP) server that provides Spotify API integration capabilities.
spotify-mcp-server
Spotify MCP backend server allowing an MCP client to manage playlists, what's playing, and DJ X
spring-mcp-server
An MCP server built with Spring boot, to get context to a local code repository
spullara_mcp-server
Mirror of https://github.com/spullara/mcp-server
sqry - Semantic Code Search
AST-based semantic code search: 33 tools, 35 languages, call tracing, impact analysis
Srclight
Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.
sscli
Agent-friendly token efficient SQL Server CLI tool for database inspection
Ssemble AI Clipping
Create AI-powered short-form video clips from YouTube videos using any AI assistant.
@stackguide/mcp-server
MCP Server for dynamic language and framework context loading - Compatible with Cursor and GitHub Copilot
@stainless-api/gitlab-internal-mcp
The official MCP Server for the GitLab API
@stainless-api/mcp
The official MCP Server for the Stainless API
@stainlessdev/xray-mcp
The official MCP Server for the X-ray API
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.
@staqpods/mcp-server
MCP server for accessing StaqPods from Claude Desktop and Claude Code
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.
Statera-mcp-server
GitHub's official MCP Server
staticmcp_sse_dynamic
A SSE bridge that enables MCP clients to connect to StaticMCP files over HTTP dynamically.
stefanoamorelli/codemagic-mcp
@steno-ai/mcp
MCP server for Claude Code, Claude Desktop, and other MCP clients
@stigg/typescript-mcp
The official MCP Server for the Stigg API
stiva
OCI-compatible container runtime — image management, container lifecycle, and orchestration for AGNOS
Stockfilm — Authentic Vintage Footage
Search and license 217,000+ authentic vintage 8mm home movie clips (1930s-1980s).
stocklyst
Stocklyst inventory CLI and MCP server for AI assistants
stock-market-mcp-server
Financial Datasets MCP Server for Stock Market API
stock-weekly-report
Stock weekly podcast report pipeline — CLI and MCP server
stoop
Find licensed HVAC, plumbing, and electrical providers in Miami with verified ratings.
@storelayer/mcp-server
MCP server for Store Layer — manage loyalty programs, promotions, wallets, and more from Claude Desktop, Claude Code, or Cursor.
@stqry/mcp-server
MCP server for STQRY Builder API
@structured-world/gitlab-mcp
Advanced GitLab MCP server
stuckbar
A straightforward CLI tool & MCP server for restarting Windows Explorer when the taskbar gets stuck
Stunt Double
Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do.
STUzhy-py_execute_mcp
Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…
stylelint-mcp
MCP server for Stylelint
SUBSTRATE
Persistent AI entity framework with causal memory, emotional state, and identity.
@sudocode-ai/mcp
MCP server for sudocode, git-native context management for AI-assisted development
superego
Superego - Metacognitive advisor for Claude Code
super-mcp-server
'Super MCP server'
super-mcp-server
A Lambda-deployable MCP server with embedded SuperDB for data querying.
super-shell-mcp
MCP server for executing shell commands across multiple platforms
surrealdb-docs-mcp
MCP server for SurrealDB documentation (unofficial)
suvadu
Total recall for your terminal. A database-backed shell history with fuzzy search.
@sveltejs/opencode
OpenCode plugin for Svelte that provides the Svelte MCP server, a specialized file editor subagent and instruction files.
Svelte MCP
The official Svelte MCP server providing docs and autofixing tools for Svelte development
Swiss Case Law
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
symbols
Fast polyglot source code intelligence: symbols, imports, dependencies, and impact analysis.
symbol-server-build-base
Symbols MCP
Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference
symforge
SymForge — in-memory code intelligence MCP server for Claude Code, Codex, and Gemini CLI
symposium-cargo
Symposium Cargo proxy - an MCP server connecting to Cargo and a ACP Proxy managing it
synaptic-deepseek
DeepSeek provider for Synaptic: ultra-low-cost reasoning models
@syncause/debug-mcp
Syncause Debug MCP Server
synchro_mcp
Synchro is a Rust framework for building fullstack applications that run seamlessly across platforms.
syncing-server
syncing-server
TablaCognita
MCP-native collaborative markdown editor with real-time AI document editing
tablestakes
Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools.
Tabula MCP
Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.
tailscale-mcp-server
MCP server for safe read-only operations on the Tailscale CLI
Taiwan CWA Weather
Access Taiwan CWA weather data and forecasts for all counties and cities
Tangled MCP
MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.
tanuki-mcp
A GitLab MCP server with fine-grained access control
Tarteel MCP Server
Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times.
taskflow-mcp-server
MCP server for TaskFlow – manage tasks, comments, and assignments from Claude Code
@taskjp/server-systemd-coredump
A Model Context Protocol (MCP) server for systemd-coredump
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.
tcl-mcp-server
A Model Context Protocol (MCP) server that provides TCL (Tool Command Language) execution capabilities with namespace-based tool management and versioning.
tcp-client-server
tcserver-client
TeamCity
teamcity-mcp-server
TeamDman_mcp-server-hello
Mirror of https://github.com/TeamDman/mcp-server-hello
@tekton-ui/mcp-server
Tekton MCP Server with Claude Code integration and timestamp-based preview system
telegram-bot-mcp
MCP server & CLI for Telegram Bot API — 166 methods, full API coverage including business, stories, gifts, payments
telegram-mcp-server
Go-based MCP server for Telegram channel discovery and digest workflows, with OAuth/Auth0 support and Docker-ready deployment.
@teleprompter/xcstrings-mcp-server
MCP server for manipulating Xcode string catalogs via xcstrings-cli
@tellagen/mcp-server
Tellagen MCP server — investigate incidents with AI agents
telnyx-mcp
The official MCP Server for the Telnyx API
@telora/mcp-products
MCP server exposing Telora product operations to Claude Code
tenderly-mcp
Tenderly MCP server for blockchain dev — simulate, debug, and test on 70+ networks.
tenk-cli
10K - CLI for tenk, fetching market data from multiple sources
@teolin/mcp-atlassian
MCP server for Atlassian Jira operations
Terminal-Control
terminal-inspector
CLI tool to inspect running terminal emulators and multiplexer sessions on macOS
terminator-cli
CLI for AI-native desktop automation - control any app with MCP
terraform-mcp-server
terraform-partner-mcp-server
Terraform MCP Server with partner managed resources for AI-assisted remediation
terraria-server-docker
tersify
Universal LLM context compressor — pipe anything, get token-optimized output
test-git-server
testgraph-mcp
MCP server: TestGraph test nodes ↔ git/code changes (stdio, Cursor-compatible)
Testiny Test Management
An MCP server that provides access to Testiny projects, test cases and test runs
test-mcp-server
Test MCP server for Building/Testing MCP clients - MCP gateway
test-mcp-server-building
test_mcp_servers
Fully implemented MCP servers for MCP client testing
test-server-client
tgebrowser-mcp-server
TgeBrowser Local API — monorepo: core, MCP server, and tgebrowser CLI/skill
theia-clickhouse-server
theothers
Marketplace for AI assistants to find collaborators and build peer-to-peer relationships
@therealchristhomas/gitlab-mcp-server
MCP Server for GitLab API operations
things3-cli
CLI tool for Things 3 with integrated MCP server
ThinkNEO Control Plane
Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.
this-cli
CLI toolkit for the this-rs entity-relationship framework — scaffold, develop, build, and expose projects via MCP
thrash888/terraform-mcp-server
thunderclient-mcp
Thunder Client MCP Server
Tiberriver256/mcp-server-github-actions
tickadoo-mcp
Search and book theatre, attractions, tours across 681 cities. 13,090+ products.
tidepool-mcp
Model Context Protocol (MCP) server for Tidepool
Tideways
@tigerdata/tiger-skills-mcp-server
MCP server to provide an agent with skills
tints-cli
Generate Tailwind-style color palettes from a single hex color
@tinybirdco/devtools-mcp
Tinybird DevTools MCP Server
tirith
Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection
tmall-design-wiki-mcp-server
MCP Server for Tmall Design AI - AI-powered design system component library with flexible dependency management
@tmegit/figma-developer-mcp
LLM-optimized Figma MCP server.
@tng-sh/mcp-server
MCP server for TNG test generation and code auditing
Todo
Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder,
tokemon
Unified LLM token usage tracking across all providers
token-codegraph
Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, and Scala codebases
token-counter-mcp
MCP server that accurately counts and tracks every Claude Code token — input, output, cache, and planning
token-pilot
Save up to 80% tokens when AI reads code via AST-aware structural reading
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
tokio-prompt-orchestrator
Multi-core Tokio-native orchestration for LLM inference pipelines: dedup, circuit breakers, backpressure, MCP, and autonomous self-improvement
tokitai-mcp-server
MCP server scaffolding for Tokitai - Build AI-callable tool servers with zero runtime overhead
toolclad
Declarative CLI tool interface contracts for agentic runtimes — manifest parser, argument validator, command executor
tools-ethereum
tools for ethereum via cli, including an mcp server
tooltest
CLI conformance testing for MCP servers.
traceforge
TraceForge — AI-First Development Process Engine (CLI + MCP Server)
@tracepact/mcp-server
MCP server for TracePact — exposes CLI commands as MCP tools for agentic IDEs
tracey
CLI tool to measure spec coverage in Rust codebases
trading212-mcp-server
MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics
tradingview-mcp-server
Unofficial MCP server and CLI for TradingView stock screener API
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
TranslateSheet
Accurate, brand-controlled translation for text, code, images, and documents with terminology.
travel-mcp-server
Golang MCP server for travel operations (booking, getting, and canceling tickets) with full VS Code integration and internal workflow explanations.
trci
@treebeam/mcp
TreeBeam MCP server for accounting and financial management
tribal
Knowledge graph MCP server for AI-native code intelligence
trident-server
truenas-master-mcp
Official MCP server for TrueNAS API access
try
Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).
@tryfinch/finch-api-mcp
The official MCP Server for the Finch API
tryluck
Try your luck with AI: randomized tarot, dice, and coin results for creative storytelling and TRPG adventures via CLI and MCP.
@tscodex/mcp-server-example
MCP server for news headlines and articles from NewsAPI with @tscodex/mcp-sdk
@ttpears/gitlab-mcp-server
GitLab MCP Server with GraphQL discovery
ttyvid
Convert terminal recordings to video (GIF/WebM) with embedded fonts, themes, and MCP server for AI assistants
@turbopuffer/turbopuffer-mcp
The official MCP Server for the Turbopuffer API
@turbot/powerpipe-mcp
Powerpipe MCP server to run benchmarks, detections and controls using AI.
twitter-mcp-server
Twitter MCP Server based on ElizaOS Agent Twitter Client
ubl-mcp
Secure, audited Model Context Protocol (MCP) client/server with policy gates and audit logging.
ui-ciboard
ui-cli
A CLI to add components to your app.
uimax-mcp
Frontend expert for Claude Code. Screenshots, Lighthouse, axe-core, code analysis, auto-fix.
uk-business-intelligence
Enrich any UK business with Companies House, Google Places, DNS, and social data.
ultrafast-mcp-sequential-thinking
High-performance Rust-based MCP server and client for sequential thinking
ultrathink
MCP server for sequential thinking and complex problem-solving. Built iteratively using itself. Features confidence scoring, assumption tracking, and multi-session support.
@ultrathink-art/mcp-server
MCP server for ultrathink.art - terminal-native shopping experience
unia
A pragmatic, provider-agnostic Rust LLM client.
UniFi Access MCP
Manage UniFi Access doors, credentials, policies, visitors, and events via MCP.
unistructgen
A powerful Rust code generator
unitedideas/resolve-mcp
Unity AI Bridge
Remote-control Unity Editor from any AI IDE via file-based IPC. 62 tools, zero dependencies.
unity-build-automation-mcp
MCP server for Unity Build Automation (Cloud Build) API
unity-cli
Rust CLI for Unity Editor automation over the Unity TCP protocol
universal-blockchain-mcp
MCP server for ZetaChain universal blockchain -- CLI wrapper for zetachain CLI with cross-chain operations
unofficial-nmw-mcp-server
unofficial MCP Server base on the National Weather Service API
unofficial-ravensburger-playhub-mcp
MCP server for finding Disney Lorcana TCG events
upgrade-pilot-mcp
Workflow-oriented MCP server for safer JS/TS stack upgrades and migrations.
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
@uptimebolt/mcp-server
UptimeBolt MCP Server — AI-powered infrastructure monitoring tools for Claude, CI/CD pipelines, and MCP clients
uptimebolt-mcp-server
AI-powered infrastructure monitoring — health, incidents, predictions, RCA, deploy safety
url-preview
High-performance URL preview generator for messaging and social media applications
use_aws_mcp
MCP server for AWS CLI operations
utilitybelt
A CLI tool for interacting with MCP endpoints
uuid-mcp
A simple MCP server that provides timestamp-based UUIDs
@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.
uxc
Universal X-Protocol CLI for URL-first schema discovery and invocation across OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC
v0-mcp
MCP server v0 for adding components and dependencies to projects
validation
AI startup idea validation by a specialized 9-agent crew.
valknut-rs
High-performance Rust implementation of valknut code analysis algorithms
@vallt/mcp-server
Vallt MCP server — integration co-pilot for Claude Code
valyu
Official Rust SDK for the Valyu AI API
@velocitysoft/xero-mcp-server
MCP server implementation for Xero integration
Velvoite — EU Financial Regulatory Compliance
EU financial regulatory monitoring: DORA, MiCA, MiFID II, AML, Solvency II and more.
@vendure/mcp-server
The official Vendure MCP server
venus-docker-server
vera
Licensed master electrician in SE Wisconsin — estimates, scheduling, and code lookups via AI.
@verdaccio/mcp-server
MCP server for Verdaccio private npm registry
Verdict — Compliance for AI-Generated Code
Compliance verdicts for AI-generated code. SOC 2, HIPAA, HITRUST for healthcare IT.
vettly
Content moderation for AI applications. Moderate text, images, and video with configurable policies.
viam-mcp-sdk
SDK for building MCP server components
vibe
Social layer for Claude Code - DMs, presence, games between AI-assisted developers
@vibecloud/mcp-server
MCP server for VibeCloud - deploy and manage cloud environments from Claude Code
@vibecodetown/mcp-server
Vibe PM - AI Project Manager MCP Server for non-technical founders
vibefix
Bug bounty platform for vibe coders. Post bugs, find fixes, run diagnostics.
vibesharing
Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.
@vibetools/dokploy-mcp
Dokploy MCP server with Code Mode by default
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.
@vibeuniv/mcp-server
VibeUniv MCP Server - Sync your vibe-coded projects for tech stack analysis and learning
vibe-workspace
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
video-llama-lvm-server
video-party-server
video-server
Video Still Capture
video-transcriber-mcp
High-performance video transcription MCP server using whisper.cpp for faster transcription
@viewlint/mcp
MCP server for ViewLint
vikunjamcp
An MCP server that provides access to Vikunja, a self-hosted task management solution.
Vintage Chocolate Recipes
Search 146 vintage chocolate recipes from 1914: cakes, candies, mousses, beverages.
@virsanghavi/axis-server
Axis MCP Server CLI
vivesca
An opinionated framework for building MCP tool ecosystems that evolve. Coming soon — vivesca.org
vizier
21st Century Digital Steward; Right hand agent for you majesty
@vj-presidio/specif-ai-mcp-server
Specif-ai MCP Server that runs over stdio
vkteams-bot
High-performance VK Teams Bot API toolkit with CLI and MCP server support
vkteams-bot-cli
High-performance VK Teams Bot API toolkit with CLI and MCP server support
vkteams-bot-mcp
High-performance VK Teams Bot API toolkit with CLI and MCP server support
VMware Monitor
Read-only VMware vCenter/ESXi monitoring with 8 MCP tools. Code-level safety.
VMware VKS
vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.
volition-shell-server
Shell server for the Volition AI assistant using MCP protocol
volthq
Compute price oracle for AI agents — compare pricing across 8 providers in real time.
voxtty
The power of whisper — your voice commands. Dictate, code, command, and converse on Linux.
vscode-ai-model-detector
@vscode-mcp/vscode-mcp-ipc
IPC communication layer between MCP Server and VSCode extension
@vscode-mcp/vscode-mcp-server
MCP Server that connects to VSCode Extension via Unix Socket
vs-code-server
vscode-server
vscode-server
vscode-terminal-mcp
Execute commands in visible VSCode terminal tabs with output capture and session reuse.
vtcode-file-search
Fast, parallel fuzzy file search library for VT Code
@vursulabs/mcp-server
Vursu Knowledge MCP Server for Claude Desktop and other MCP clients
@wagnergpnc/charactercounter-mcp
Unicode character counter MCP server
@wahlu/mcp-server
MCP server for the Wahlu social media management API
@wallarm-org/mcp
MCP server for Wallarm Design System — provides component metadata, props, variants, and design tokens to AI assistants
walrus-client
Client library for the Walrus daemon
@warmio/mcp
MCP server for Warm Financial API
wasmcp
Rust SDK for building MCP (Model Context Protocol) WebAssembly components
wasmic
A CLI tool for managing WASI components and running them as MCP servers
waveform-mcp
MCP server for reading VCD/FST waveform files using the wellen library
waypoint
Waypoint is a Farcaster synchronization tool built in Rust, optimized for memory efficiency.
@weadmin/weixin-minigame-helper-mcp
WeChat Mini Game MCP Server - Preview, debug, real-device test and publish
weather
An MCP server that provides weather information.
weather-mcp-server
Fast - accurate weather conditions and forecasts by city or coordinates.
web2llm
Fetch web pages and convert to clean Markdown for LLM pipelines
web-asset-server-build
webdev-mcp
An MCP server that provides useful web development tools via MCP server
web-ide
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
wechat-devtools
MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.
wechat-devtools-mcp
MCP Server for WeChat DevTools CLI - Automate development & testing with 8 aggregated APIs.
wechat-mcp-server
MCP Server for WeChat Video Automation
wemo
Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes
westonplatter/mcp-terraform-python
@whop/mcp
The official MCP Server for the Whop API
Willform Agent
Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds.
@willianpaiva/copilot-mcp-server
MCP server that integrates with GitHub Cbuildopilot to provide code assistance
wimcp
Wizards in Memory Cache Provider
windbg-mcp-server
MCP server for WinDbg debugging integration
windmill-api
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Windows CLI
windows-exe-decompiler-mcp-server
MCP server for Windows binary reverse engineering, PE triage, Ghidra-assisted analysis, and reconstruction workflows.
wip-git
Git stash, but shared across machines via hidden refs
wirecrab
Agent-first CLI network analysis platform
wise-client-server
wisegit
Extracts decision intent from git history and protects intentional code from AI modification.
@wisflux/docmost-local-mcp
Docmost MCP server for local IDE integrations
Wistia API
Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP.
wld
Control WLED lights from the command line or your favorite MCP client
wm-mcp-server
MCP server for webMethods Integration Server — 336 tools replacing Designer for development and administration
wokwi-ci-server
@workos/mcp-docs-server
An MCP server that provides documentation, code examples, and changelogs for WorkOS SDKs and developer tooling
workspace-inspector
CLI tool to inspect running terminal emulators, multiplexer sessions, and browser tabs
workz
Zoxide for Git worktrees — zero-config sync, fuzzy switching, AI-ready
wpm-mcp-server-mcp
The official MCP Server for the Wpm Mcp Server API
wtp-mcp-rs
MCP server for WTP - Git Worktree Plus
xai-grpc-client
Feature-complete gRPC client for xAI's Grok API with streaming, tools, multimodal support
xbp
XBP is a zero-config build pack that can also interact with proxies, kafka, sockets, synthetic monitors.
XcodeBuildMCP
Xcode-mcp-server
@xenonflare/mcp-server
Local MCP server for XenonFlare API
@xferops-public/design-guide
MCP server and query helpers for XferOps frontend design guidance.
xhs-mcp
XiaoHongShu CLI and MCP Server
x-m32-mcp-server
MCP server for controlling Behringer X32/M32 digital mixing consoles via OSC
XRay-Vision
AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools.
yarli
CLI, stream mode renderer, interactive TUI, scheduler, store, and API
@yeepay/lowcode-mcp-server
yeepay lowcode mcp server
@yhy2001/figma-mcp-server
MCP server for Figma design integration with AI coding tools
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.
yonaka15_mcp-server-runner
Mirror of https://github.com/yonaka15/mcp-server-runner
YouTube MCP
Interact with public YouTube data via the official Data API v3
youtube-video-analyzer
MCP stdio server for analyzing YouTube videos with Google Gemini
YouTube Video Summarizer
youtube-video-summarizer-mcp
An MCP server for YouTube video summarization
@zachflint/ssh-mcp-server
SSH-based MCP Server
zadig-mcp
Zadig MCP Server - Model Context Protocol integration for Zadig CI/CD platform
zapcode-core
A minimal, secure TypeScript subset interpreter — parse, compile, execute, snapshot
zavora-cli
Rust CLI AI agent built on ADK-Rust with provider-aware runtime, workflow orchestration, and tool safety controls
@zavudev/sdk-mcp
The official MCP Server for the Zavudev API
zed-code-runner-mcp-server
Code Runner MCP Server for Zed
zed-mcp-server-kubernetes
Kubernetes MCP Server Extension for Zed
zed-mcp-server-kubernetes
zed-mcp-server-serena
Zed editor extension for Serena MCP server - semantic code analysis toolkit
zed-mcp-server-supabase
A Supabase MCP server extension for Zed editor
zed-surrealdb-mcp-server
A mcp server for surrealdb that wraps surrealdb-mcp-server for zed editor
zenable
Zenable cleans up sloppy AI code and prevents vulnerabilities with deterministic guardrails
Zencoder
zeph-acp
ACP (Agent Client Protocol) server for IDE embedding
@zereight/mcp-gitlab
MCP server for using the GitLab API
zread-mcp
Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。
zuiku-mcp
MCP server for round-tripping Zuiku diagrams between AI, Markdown, and the local editor