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

aimemo

English | 中文 Zero-dependency MCP memory server for AI agents — persistent, searchable, local-first, single binary. - No infra to babysit. Single Go binary. No Docker, no Node.js runtime, no cloud account, no API keys. brew install in 30 seconds. - Memory stays with the project. Stored in .aimemo/ next to your code — commit it to git or add it to .gitignore. Switch branches; memory follows the dire

7.0MyAgentHubs/aimemo

mcp-gopls – MCP server for Go (gopls)

MCP Server

A Model Context Protocol (MCP) server that lets AI assistants use Go’s LSP (gopls) for navigation, diagnostics, testing, coverage, and more. This MCP server helps AI assistants to: - Use LSP to analyze Go workspaces - Navigate to definitions, references, and workspace symbols - Format, rename, and inspect code actions without leaving MCP - Run Go tests, coverage, go mod tidy, govulncheck, and modu

8.0hloiseaufcms/mcp-gopls

MCP Server Kubernetes

MCP Server

MCP Server that can connect to a Kubernetes cluster and manage it. Supports loading kubeconfig from multiple sources in priority order. Before using this MCP server with any tool, make sure you have: 1. kubectl installed and in your PATH 2. A valid kubeconfig file with contexts configured 3. Access to a Kubernetes cluster configured for kubectl (e.g. minikube, Rancher Desktop, GKE, etc.) 4. Helm v

9.0Flux159/mcp-server-kubernetes

MCP Access Point

MCP Server

MCP Access Point is a lightweight protocol conversion gateway tool designed to establish a communication bridge between traditional HTTP services and MCP (Model Context Protocol) clients. It enables MCP clients to interact directly with existing HTTP services without requiring any server-side interface modifications. This project is built on Pingora - an ultra-high performance gateway proxy librar

8.0sxhxliang/mcp-access-point

VictoriaLogs MCP Server

MCP Server

The implementation of Model Context Protocol (MCP) server for VictoriaLogs. This provides access to your VictoriaLogs instance and seamless integration with VictoriaLogs APIs and documentation. It can give you a comprehensive interface for logs, observability, and debugging tasks related to your VictoriaLogs instances, enable advanced automation and interaction capabilities for engineers and tools

8.0VictoriaMetrics-Community/mcp-victorialogs

Grok MCP

MCP Server

MCP server for xAI's Grok API with agentic tool calling, image and video generation, vision, and file support. - Agentic Tool Calling: Web search, X search, and code execution with multi-step reasoning - Multiple Grok Models: Access to Grok-4.1-Fast-Reasoning, Grok-4.1-Fast-Non-Reasoning, Grok-4-Fast, and more - Image and Video Generation: Create images and videos using Grok Imagine - Vision Capab

8.0merterbak/Grok-MCP

Kash MCP Server

MCP Server

Kash MCP Server is a server compliant with the MCP (Model Context Protocol), allowing ChatGPT, Claude, and other MCP-compatible clients to connect to a sales recorder system (or POS, cash register). It provides a simple interface to: - 📊 View sales and revenue - 🧾 Create and record receipts - 🛒 Manage products and stock - 🧠 Generate automated reports through conversational requests Connect you

8.0paracetamol951/caisse-enregistreuse-mcp-server

Pepper

MCP Server

Pepper gives AI agents eyes and hands inside iOS Simulator apps. It injects a shared library into any running simulator app — no source changes, no SDK, no build step. Your agent sees the screen as structured data, taps buttons, inspects live objects, intercepts network calls, reads the heap, and debugs layout issues. Dylib injection requires the simulator; device support uses a different mechanis

8.7skwallace36/Pepper

Nocodb MCP Server

MCP Server

The NocoDB MCP Server enables seamless interaction with your NocoDB database using the Model Context Protocol (MCP). This server makes it easy to perform CRUD (Create, Read, Update, Delete) operations on NocoDB tables through natural language commands. JSON location file in: exampleupload.json This repository is a TypeScript-based fork of NocoDB-MCP-Server. It retains the core functionality while

7.0edwinbernadus/nocodb-mcp-server

Calculator Server - Go MCP Server

A comprehensive Go-based MCP (Model Context Protocol) server for mathematical computations, implementing 13 mathematical tools with advanced features and high precision calculations. Owner & Maintainer: Avinash Sangle (avinash.sangle123@gmail.com) 1. Basic Math Operations - Precision arithmetic with configurable decimal places - Addition, subtraction, multiplication, division - Multiple operand su

8.0avisangle/calculator-server

Globalping MCP Server

MCP Server

Enable AI models to interact with a global network measurement platform through natural language. Give network access to any LLM. Globalping is a free, public API that provides access to a globally distributed network of probes for monitoring, debugging, and benchmarking internet infrastructure. With Globalping, you can run network tests (ping, traceroute, DNS, MTR, HTTP) from thousands of locatio

8.0jsdelivr/globalping-mcp-server

Channel Post

MCP Server

Compose and post formatted content to a Telegram channel -- MarkdownV2 escaping, message splitting, media ordering

8.7n24q02m/better-telegram-mcp

Bulk Update

MCP Server

Update properties or content across many pages in a Notion database with dry-run and error recovery

8.7n24q02m/better-notion-mcp

Bilibili MCP

这是一个基于 Model Context Protocol (MCP) 的 B站视频搜索服务器。该服务器提供了简单的 API 接口,允许用户搜索 B站 的视频内容。提供LangChain调用示例、测试脚本。 - LangChain 示例代码参考自 mcp-langchain-ts-client - 搜索B站视频内容简介列表 - 获取B站热门内容(综合热门、入站必刷、排行榜、全站音乐榜) - 获取B站视频详情信息(支持BV号或AV号) - 获取UP主信息(基本信息、粉丝数、关注数等) - 番剧时间表(时间范围内的番剧播出信息) - Node.js >= 20.12.0 感谢HQHC发布的npm包 先npm run build然后这里改成你build之后的dist文件夹路径,"args": ["d:\\your-path\\bilibili-mcp-js\\dist\\index.js"]

7.034892002/bilibili-mcp-js

ImmoStage Virtual Staging MCP Server

MCP Server

AI-powered virtual staging MCP server for real estate professionals. Stage empty rooms with photorealistic furniture, beautify floor plans into 3D renders, classify room images, generate German property descriptions, and get staging style recommendations — all through the Model Context Protocol. Built for Immobilienmakler, PropTech platforms, and real estate photographers in the DACH market. Conne

7.0LarryWalkerDEV/mcp-immostage

Couchbase MCP Server

MCP Server

An MCP server implementation of Couchbase that allows LLMs to directly interact with Couchbase clusters. - Python 3.10 or higher. - A running Couchbase cluster. The easiest way to get started is to use Capella free tier, which is fully managed version of Couchbase server. You can follow instructions to import one of the sample datasets or import your own. - uv installed to run the server. - An MCP

8.0Couchbase-Ecosystem/mcp-server-couchbase

MCP Codebase Index

MCP Server

A structural codebase indexer with an MCP server for AI-assisted development. Zero runtime dependencies — uses Python's ast module for Python analysis and regex-based parsing for TypeScript/JS, Go, and Rust. Requires Python 3.11+. Indexes codebases by parsing source files into structural metadata -- functions, classes, imports, dependency graphs, and cross-file call chains -- then exposes 18 query

9.0MikeRecognex/mcp-codebase-index

Firefox DevTools MCP

MCP Server

Model Context Protocol server for automating Firefox via WebDriver BiDi (through Selenium WebDriver). Works with Claude Code, Claude Desktop, Cursor, Cline and other MCP clients. Repository: https://github.com/freema/firefox-devtools-mcp - Node.js ≥ 20.19.0 - Firefox 100+ installed (auto‑detected, or pass --firefox-path) Recommended: use npx so you always run the latest published version from npm.

8.0freema/firefox-devtools-mcp

Domain Search MCP

MCP Server

Fast, local-first domain availability checks for MCP clients. Works with zero configuration using public RDAP/WHOIS, and optionally enriches results with registrar pricing via a backend you control. 🆕 v1.10.0: GoDaddy public endpoint integration! Enhanced fallback chain (RDAP → GoDaddy → WHOIS) with premium/auction domain detection. Circuit breaker pattern ensures resilience. 🤖 v1.9.0+: AI-power

8.0dorukardahan/domain-search-mcp

Fermat MCP

MCP Server

This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting. - Python 3.12 or higher (To install Python3.12 follow Python Download) - uv (To install uv follow uv Installation) You can find the mcp.json file in the MCP: Open User Configuration or MCP: Open Workspace Configuration Add the following to your mcp.json: If you'

8.0abhiphile/fermat-mcp

Follow Up

MCP Server

Find emails needing follow-up -- unanswered sent emails, flagged unreplied, draft contextual responses

8.1n24q02m/better-email-mcp

Twitterapi IO MCP

MCP Server

An MCP server that gives Claude, Cursor, VS Code Copilot, and other AI assistants instant, offline access to TwitterAPI.io documentation. - 59 API endpoints with full HTTP method, body/query parameters, cURL examples, and response schemas - 32 guide pages covering pricing, authentication, rate limits, webhooks, streaming - 24 blog posts with tutorials and use cases - All v2 write endpoints documen

8.0dorukardahan/twitterapi-docs-mcp

blockrun/mcp

MCP Server

Want to use GPT-5, Gemini, or DeepSeek in Claude Code? Today you need to: 1. Create accounts with 5+ AI providers 2. Manage 5+ API keys and billing systems 3. Pay $20-100/month minimums per provider 4. Configure each provider separately That's too much friction. BlockRun MCP gives you access to 30+ AI models with: - Zero API keys - No accounts needed with OpenAI, Google, etc. - One wallet - Single

8.0blockrunai/blockrun-mcp

MCP Altegio

MCP Server

MCP-сервер для Altegio API — управление записями, клиентами, услугами, сотрудниками и расписанием через AI-ассистента. - 18 MCP-инструментов — записи, клиенты, услуги, сотрудники, расписание, финансы - CRUD-операции — полный цикл создания, чтения, обновления и удаления записей и клиентов - Умный поиск — автоопределение типа запроса (телефон, email, имя) - Docker-образ — multi-stage build на Alpine

8.0moro3k/mcp-altegio