mdskills
← All tags

Mcp Server AI Agent Skills

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

345 listings

MCP OpenAPI Schema Explorer

MCP Server

An MCP (Model Context Protocol) server that provides token-efficient access to OpenAPI (v3.0) and Swagger (v2.0) specifications via MCP Resource Templates. The primary goal of this project is to allow MCP clients (like Cline or Claude Desktop) to explore the structure and details of large OpenAPI specifications without needing to load the entire file into an LLM's context window. It achieves this

7.0kadykov/mcp-openapi-schema-explorer

Reapi/mcp Openapi

MCP Server

A Model Context Protocol (MCP) server that loads and serves multiple OpenAPI specifications to enable LLM-powered IDE integrations. This server acts as a bridge between your OpenAPI specifications and LLM-powered development tools like Cursor and other code editors. - Loads multiple OpenAPI specifications from a directory - Exposes API operations and schemas through MCP protocol - Enables LLMs to

8.0ReAPI-com/mcp-openapi

Barevalue MCP

MCP Server

MCP (Model Context Protocol) server for the Barevalue AI podcast editing API. Allows Claude Code and other MCP-compatible tools to submit and manage podcast editing orders programmatically. - Upload audio files directly from your local machine - Submit orders for AI-powered podcast editing - Check order status and download completed files - Manage webhooks for automated notifications - Pre-validat

8.0quietnotion/barevalue-mcp

MCP GraphQL Forge

MCP Server

A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. mcp-graphql-forge lets you turn any GraphQL endpoint into an MCP server whose tools are defined in YAML files that specify the GraphQL queries and their parameters. This allows you to create a modular, secure, and minimal server that can be e

8.0UnitVectorY-Labs/mcp-graphql-forge

Airtable MCP Server

MCP Server

A Model Context Protocol (MCP) server for Airtable with full CRUD operations, schema management, record comments, webhooks, batch operations, governance controls, and AI-powered analytics. Version 4.0.0 | MCP Protocol 2024-11-05 | No installation required — just add this to your Claude Desktop config and restart: macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json Windows: %APPDAT

8.0rashidazarang/airtable-mcp

Weather MCP Server

MCP Server

A Model Context Protocol (MCP) server for weather data, built with FastAPI and the MCP framework. This server provides various weather-related tools that can be used by AI assistants to retrieve current weather conditions, forecasts, air quality data, and more. - Current weather conditions - Weather forecasts (1-14 days) - Historical weather data - Weather alerts - Air quality information - Astron

6.0devilcoder01/weather-mcp-server

Python Openstackmcp Server

MCP Server

Openstack mcp server is a Model Context Protocol (MCP) server that provides an interface for AI assistants to interact with OpenStack services. - Table of Contents - Quick Start with Claude Desktop - Requirements - Using python - Using uvx - Contributing - MCP Protocol Support: Implements the Model Context Protocol for AI assistants. - Compute Tools: Manage OpenStack compute resources (servers, fl

7.0openstack-kr/python-openstackmcp-server

Naver Search MCP Server

MCP Server

MCP server for Naver Search API and DataLab API integration, enabling comprehensive search across various Naver services and data trend analysis. You can use this server immediately without API keys through Kakao PlayMCP. Simply visit the link and start using it right away! - findcategory: Category search tool so you no longer need to manually check category numbers in URLs for trend and shopping

8.0isnow890/naver-search-mcp

Cal Server

MCP Server

Cal Server 是一个基于 FastMCP 框架构建的简单数学表达式计算服务,使用 Bun 运行时环境。它利用 expr-eval 库解析和计算用户输入的数学表达式,并通过标准输入输出(stdio)与外界交互。该项目旨在提供一个轻量、高效的计算工具,支持基本数学运算和内置常量。 - 表达式计算:支持用户输入数学表达式并返回计算结果。 - E:Bun 环境中的 Math.E。 - PI:Bun 环境中的 Math.PI。 - true:逻辑真值。 - false:逻辑假值。 - 工具名称:cal。 - 参数:接受一个字符串类型的数学表达式(exp)。 - fastmcp:用于构建 MCP 服务。 - expr-eval:用于解析和计算数学表达式。 - zod:用于参数验证。 - 确保已安装 Bun 运行时(推荐最新版本)。 To install cal-mcp for Claude D

6.0pwh-pwh/cal-mcp