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 Wolfram Alpha
MCP ServerA MCP server to connect to wolfram alpha API. This is analogous to the !wa bang in duckduckgo search. Query Wolfram Alpha api. You must set the WOLFRAMAPIKEY environment variable. Get an api ket from Wolfram Alpha. This was tested with the full results API, but it might not be required. Since the official MCP inspector does not have good environment support, I reccommend using wong2's mcp-cli-insp
Filesystem MCP
MCP ServerMCP Server that enables LLMs to interact with the local filesystem. Provides tools for navigation, search, file management, and analysis — all scoped to allowed directories. Filesystem MCP exposes a rich set of tools for reading, writing, searching, and inspecting files and directories. All operations are strictly bounded to the directories you provide at startup, preventing access to any path out
Unsplash MCP Server
MCP ServerEnglish | 简体中文 Unsplash MCP Server is used for searching rich, high-quality images. It's ideal for developers who want to integrate Unsplash functionality into their own applications. - Advanced Image Search: Search Unsplash's extensive photo library with filters for: - Keyword relevance - Color schemes - Orientation options - Custom sorting and pagination Before installing this server, you'll nee
MLB API MCP Server
MCP ServerA Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface. This MCP server acts as a bridge between AI applications and MLB data sources, enabling seamless integration of baseball statistics, game information, player data, and more into AI workflows and applications. - Current standings for all MLB teams with flex
MCP Tic-Tac-Toe
MCP ServerA Model Context Protocol (MCP) server that enables AI assistants to play tic-tac-toe through standardized tool interfaces. Perfect for demonstrating AI-human collaboration and MCP integration. This project implements a complete tic-tac-toe game as an MCP server, allowing AI assistants like Claude to: - Create and manage multiple game sessions - Make strategic moves and analyze positions - Provide
Finbud Data TypeScript MCP Server
MCP ServerIt is generated with Stainless. You can run the MCP Server directly via npx: There is a partial list of existing clients at modelcontextprotocol.io. If you already have a client, consult their documentation to install the MCP server. For clients with a configuration JSON, it might look something like this: You can run the package on the command line to discover and filter the set of tools that are
GitHub Repo MCP
MCP ServerGitHub Repo MCP is an open-source MCP server that lets your AI assistants browse GitHub repositories, explore directories, and view file contents. Getting started • Feature overview - 💻 Compatible with Cursor, Windsurf, Claude Desktop, and other MCP clients supporting stdio protocol - 🔎 Browse the contents of any public GitHub repository - 📂 Navigate through repository directories and subdirect
EVM MCP Server
MCP ServerAn MCP (Model Context Protocol) server that provides comprehensive access to Ethereum Virtual Machine (EVM) JSON-RPC methods for AI coding environments like Cursor and Claude Desktop. - 🌐 Any EVM Network – Ethereum, Polygon, Arbitrum, Optimism, BSC, Avalanche, and more - 🔌 Any Node Provider – Infura, Alchemy, QuickNode, local nodes, or custom RPC - 📊 20+ RPC Methods – Complete access to blockch
FastMCP LaTeX Server (tex-mcp)
A small FastMCP-based Microservice that renders LaTeX to PDF. The server exposes MCP tools to render raw LaTeX or templates and produces artifacts (a .tex file and .pdf) under src/artifacts/. This repository is prepared to run locally and to be loaded by Claude Desktop (via the Model Context Protocol). The default entrypoint is runserver.py. - Render raw LaTeX to .tex and (optionally) .pdf using p
any-chat-completions-mcp MCP Server
MCP ServerIntegrate Claude with Any OpenAI SDK Compatible Chat Completion API - OpenAI, Perplexity, Groq, xAI, PyroPrompts and more. This implements the Model Context Protocol Server. Learn more: https://modelcontextprotocol.io This is a TypeScript-based MCP server that implements an implementation into any OpenAI SDK Compatible Chat Completions API. It has one tool, chat which relays a question to a config
ADLS2 MCP Server 🚀
MCP ServerA Model Context Protocol (MCP) server implementation for Azure Data Lake Storage Gen2. This service provides a standardized interface for interacting with ADLS2 storage, enabling file operations through MCP tools. Requires Python 3.13 or higher. Install the package using uv: 1 - Edit Claude Desktop Configuration: Open claudedesktopconfig.json and add the following configuration. On MacOs, the file
Orchestro
MCP ServerTransform product ideas into reality with an intelligent orchestration system that bridges Product Managers, Developers, and AI. Orchestro conducts the entire development symphony: task decomposition, dependency tracking, pattern learning, and real-time progress visualization. The Problem: - Product Managers lose track of development progress - Developers struggle with context switching and depend
VictoriaMetrics MCP Server
MCP ServerMCP Server for the VictoriaMetrics. To install VictoriaMetrics Server for Claude Desktop automatically via Smithery: Description: Write data to the VictoriaMetrics database. Input Parameters: Description: Import Prometheus exposition format data into VictoriaMetrics. Input Parameters: Description: Query time series data over a specific time range. Input Parameters: Description: Query the current v
dbt MCP Server
MCP ServerThis MCP (Model Context Protocol) server provides various tools to interact with dbt. You can use this MCP server to provide AI agents with context of your project in dbt Core, dbt Fusion, and dbt Platform. Read our documentation here to learn more. This blog post provides more details for what is possible with the dbt MCP server. We publish an experimental Model Context Protocol Bundle (dbt-mcp.m
Forage
Self-improving tool discovery for AI agents. Install one MCP server. Your agent finds the rest. npm · GitHub · Contributing Forage is an MCP server that lets AI agents discover, install, and learn to use new tools — automatically. When an agent hits a wall, it forages for the right tool, installs it, and teaches itself how to use it. No restarts. No manual config. The agent gets permanently smarte
Architect Cert MCP
MCP ServerAce the Claude Certified Architect exam Adaptive certification prep powered by the Model Context Protocol. 390 questions. Guided capstone build. 30 concept handouts. 6 reference projects. Practice exams. Spaced repetition. Zero sycophancy. Quick Start • Features • How It Works • Study Modes • Capstone Build • Reference Projects • Concept Handouts • Exam Domains • Architecture Architect Cert is a f
Cal Server
MCP ServerCal 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
itcoin & Lightning Network MCP Server
MCP ServerDocumentation Try with Claude Try with Goose A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin and Lightning Network, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. - ₿itcoin \& Lightning Network MCP Server - 💼 Table of Contents - 🔧 Features - 🔑 Claude Desktop Integration - Testing the Claude Desktop I
Code Assistant
An AI coding assistant built in Rust that provides both command-line and graphical interfaces for autonomous code analysis and modification. Multi-Modal Tool Execution: Adapts to different LLM capabilities with pluggable tool invocation modes - native function calling, XML-style tags, and triple-caret blocks - ensuring compatibility across various AI providers. Real-Time Streaming Interface: Advan
arxiv-latex MCP Server
MCP ServerAn MCP server that enables Claude Desktop, Claude Code, Cursor, or other MCP clients to directly access and process arXiv papers by fetching the LaTeX source. It uses arxiv-to-prompt under the hood to handle downloading and processing the LaTeX. Why use the LaTeX source instead of uploading PDFs? Many PDF chat applications often struggle with mathematical content and equation-heavy papers. By util
Apktool MCP Server
MCP Server⚡ Fully automated MCP server built on top of apktool to analyze Android APKs using LLMs like Claude — uncover vulnerabilities, parse manifests, and reverse engineer effortlessly. Image generated using AI tools. apktool-mcp-server is a MCP server for the Apk Tool that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. Think: "Dec
The Game Crafter MCP Server
MCP ServerAn MCP server that connects AI assistants to The Game Crafter API, letting you design, manage, and price tabletop games through natural conversation. Browse the component catalog, create game projects, add card decks and boards, upload artwork, and get instant pricing estimates — all through your AI assistant. Indie board game designers, tabletop creators, and TGC users who want to manage their pr
MCP Language Server
MCP ServerThis is an MCP server that runs and exposes a language server to LLMs. Not a language server for MCP, whatever that would be. mcp-language-server helps MCP enabled clients navigate codebases more easily by giving them access semantic tools like get definition, references, rename, and diagnostics. 1. Install Go: Follow instructions at 2. Install or update this server: go install github.com/isaacphi
Baseline MCP Server
MCP ServerBaseline MCP Server 日本語版 | English Version Web Platform APIのサポート状況を提供するModel Context Protocolサーバーです。 このサーバーは、Web Platform DashboardのAPIを使用して、WebのAPI機能のBaselineステータス(サポート状況)を取得できるMCPサーバーを実装しています。クエリに基づいてWeb機能の情報を取得し、その結果をMCPクライアントに返します。 - Web Platform DashboardのAPIを使用した機能検索 - 機能のBaselineステータス(widely、newly、limited、nodata)の提供 - ブラウザ実装状況(バージョンと実装日)の提供 - 機能の使用状況データの提供 - 特定のブラウザを除外した機能検索(chrome, edge, f