mdskills
← All tags

Mcp AI Agent Skills

Browse AI agent skills tagged "Mcp". Find and install skills, MCP servers, and plugins for your AI coding assistant.

461 listings

JetBrains MCP Proxy

This repository is no longer maintained. The core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2. The built-in functionality works with SSE and JVM-based proxy (for STDIO) so this NPM package is no longer required. Migration: Please refer to the official documentation for details on using the built-in functionality. Issues & Support: For bugs or feature request

3.0JetBrains/mcpProxy

BigQuery MCP Server

MCP Server

This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently. No more writing SQL queries by hand - just chat naturally with your data! This server uses the Model Context Protocol (MCP), which is like a universal translator for AI

7.0ergut/mcp-bigquery-server

RAG Documentation MCP Server

MCP Server

An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. - Vector-based documentation search and retrieval - Support for multiple documentation sources - Semantic search capabilities - Automated documentation processing - Real-time context augmentation f

8.0hannesrudolph/mcp-ragdocs

MongoDB Atlas MCP Server

MCP Server

A Model Context Protocol (MCP) server that provides access to the MongoDB Atlas API. This server wraps the mongodb-atlas-api-client package to expose MongoDB Atlas functionality through MCP tools. This MCP server exposes most of the mongodb-atlas-api-client surface as MCP tools. - userget — Get a database user by username - usergetall — List all database users - usercreate — Create a database user

8.0montumodi/mongodb-atlas-mcp-server

Neo4j Labs MCP Servers

MCP Server

These MCP servers are a part of the Neo4j Labs program. They are developed and maintained by the Neo4j Field GenAI team and welcome contributions from the larger developer community. These servers are frequently updated with new and experimental features, but are not supported by the Neo4j product team. They are actively developed and maintained, but we don’t provide any SLAs or guarantees around

7.0neo4j-contrib/mcp-neo4j

SqlAugur

An MCP server that gives AI assistants safe, read-only access to SQL Server databases. Every query is parsed into a full AST using Microsoft's official T-SQL parser — not regex — so comment injection, string literal tricks, and encoding bypasses are blocked at the syntax level. Prerequisite: .NET 10.0 runtime 2. Configure — create ~/.config/sqlaugur/appsettings.json (Linux/macOS) or %APPDATA%\sqla

8.0mbentham/SqlAugur

Gnosis MCP

MCP Server

CRUD operations for knowledge base docs — add, delete, update metadata, embed. Requires GNOSIS_MCP_WRITABLE=true.

8.0nicholasglazer/gnosis-mcp

MCP MongoDB Server

MCP Server

A Model Context Protocol server that enables LLMs to interact with MongoDB databases. This server provides capabilities for inspecting collection schemas and executing MongoDB operations through a standardized interface. - Smart ObjectId Handling - Configurable auto/none/force modes for string-to-ObjectId conversion - Read-Only Mode - Protection against write operations, uses secondary read prefer

7.0kiliczsh/mcp-mongo-server

BigQuery MCP server

MCP Server

A Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries. The server implements one tool: - execute-query: Executes a SQL query using BigQuery dialect - list-tables: Lists all tables in the BigQuery database - describe-table: Describes the schema of a specific table The server can be configured either with command li

7.0LucasHild/mcp-server-bigquery

MySQL MCP Server

MCP Server

A Model Context Protocol (MCP) implementation that enables secure interaction with MySQL databases. This server component facilitates communication between AI applications (hosts/clients) and MySQL databases, making database exploration and analysis safer and more structured through a controlled interface. - List available MySQL tables as resources - Read table contents - Execute SQL queries with

7.0designcomputer/mysql_mcp_server

Phloem

Your AI forgets everything when you close the tab. Phloem fixes that. Phloem is a local MCP server that gives your AI persistent memory across sessions. It works with any tool that supports the Model Context Protocol — an open standard. Today that includes Claude Code, VS Code, Cursor, Windsurf, Zed, Neovim, Cline, Warp, Continue, JetBrains, and more arriving every week. You install it once. Every

7.0CanopyHQ/phloem

Code To Tree

- MCP Server: code-to-tree - Using code-to-tree - Configure MCP Clients - Building (Windows) - Building (macOS) The code-to-tree server's goals are: 1. Give LLMs the capability of accurately converting source code into AST(Abstract Syntax Tree), regardless of language. 2. One standalone binary should be everything the MCP client needs. These goals imply: 1. The underlying syntax parser should be v

7.0micl2e2/code-to-tree

Git Context MCP

MCP Server

A local Model Context Protocol (MCP) server that provides structured, high-signal insight into a Git repository, enabling AI coding agents to understand project state, structure, activity, and risk — without uploading or modifying the codebase. AI coding agents (Claude Code, Cursor, Codex, Gemini, etc.) are powerful, but they lack situational awareness when working with non-trivial codebases. They

8.0TamiShaks-2/git-context-mcp

Mcpr

The MCPR (Model Context Protocol Tools for R) package addresses a fundamental limitation in the current paradigm of AI-assisted R programming. Existing AI agents operate in a stateless execution model, invoking Rscript for each command, which is antithetical to the iterative, state-dependent nature of serious data analysis. An analytical workflow is a cumulative process of exploration, modelling,

8.0phisanti/MCPR

Langfuse MCP Server

MCP Server Plugin

Debug AI traces, find exceptions, analyze sessions, and manage prompts via Langfuse MCP. Also handles MCP setup and configuration.

8.0avivsinai/langfuse-mcp

MCP Web Research Server

MCP Server

A Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic. - Google search integration - Webpage content extraction - Research session tracking (list of visited pages, search queries, etc.) - Screenshot capture - Node.js >= 18 (includes npm and npx) - Claude Desktop app First, ensure you've downloaded and installed the Claude Desktop app

8.0mzxrai/mcp-webresearch

NCP - Natural Context Provider

Your MCPs, supercharged. Find any tool instantly, execute with code mode, run on schedule, discover skills, load Photons, ready for any client. Smart loading saves tokens and energy. Instead of your AI juggling 50+ tools scattered across different MCPs, NCP gives it a single, unified interface with code mode execution, scheduling, skills discovery, and custom Photons. Your AI sees just 2-3 simple

6.0portel-dev/ncp

AGENIUM

Stateful agent-to-agent communication client for the agent:// protocol. AGENIUM provides identity, discovery, and messaging for AI agents. Think of it as DNS + HTTP for agents — each agent gets a unique agent://name URI and can discover and communicate with other agents. Choose from 3 templates: echo (hello world), tools (tool-calling), api (REST gateway). - agent:// Protocol — Unique agent identi

5.0Aganium/agenium

Conversation Handoff MCP

MCP Server

MCP server for transferring conversation context between AI chats or different projects within the same AI. - Audit Logging (v0.7.0+): Optional structured JSONL logging for diagnostics (--audit flag) - Verbatim Conversation Saving (v0.6.1+): AI saves complete conversations without summarization or abbreviation - Merge Handoffs (v0.6.0+): Combine multiple related handoffs into one unified context -

8.0trust-delta/conversation-handoff-mcp

1MCP - One MCP Server for All

A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. 1MCP (One MCP) is designed to simplify the way you work with AI assistants. Instead of configuring multiple MCP servers for different clients (Claude Desktop, Cherry Studio, Cursor, Roo Code, Claude, etc.), 1MCP provides a single, unified server. - 🔄 Unified Interface: Aggregates multiple MCP ser

8.01mcp-app/agent

MCP Prompt Engine

MCP Server

A Model Control Protocol (MCP) server for managing and serving dynamic prompt templates using elegant and powerful text template engine. Create reusable, logic-driven prompts with variables, partials, and conditionals that can be served to any compatible MCP client like Claude Code, Claude Desktop, Gemini CLI, VSCode with Copilot, etc. - MCP Compatible: Works out-of-the-box with any MCP client tha

8.0vasayxtx/mcp-prompt-engine

Mattermost MCP Host

A Mattermost integration that connects to Model Context Protocol (MCP) servers, leveraging a LangGraph-based AI agent to provide an intelligent interface for interacting with users and executing tools directly within Mattermost. - 🤖 Langgraph Agent Integration: Uses a LangGraph agent to understand user requests and orchestrate responses. - 🔌 MCP Server Integration: Connects to multiple MCP serve

8.0jagan-shanmugam/mattermost-mcp-host

XERT MCP Server

MCP Server

A Model Context Protocol (MCP) server that connects Claude to the XERT API, providing access to your fitness signature, training load, workouts, and activities. - 📊 Fitness Signature - Get your current FTP, LTP, HIE, and Peak Power - 🎯 Training Status - Check freshness, training load, and recommended XSS - 🏋️ Workout of the Day - AI-powered workout recommendations - 📋 Workouts - List, view det

7.0Milofax/xert-mcp

TurboMCP

Production-ready Rust SDK for the Model Context Protocol (MCP) with zero-boilerplate development and progressive enhancement. Build MCP servers in seconds with automatic schema generation, type-safe handlers, and multiple transport protocols. - Rust 1.89.0+ (Edition 2024) - Check with rustc --version - Tokio async runtime Add to your Cargo.toml: Or with cargo: TurboMCP uses feature flags for progr

9.0Epistates/turbomcp