Packages
25784 resultssinglestore-mcp-server
A Multi-Model/Model Context Protocol (MCP) server that exposes SingleStore capabilities to AI agents via MCP tools. It is intended to let an agent perform database operations through a standardized MCP interface.
Unity-AI-ProBuilder
Unity editor tooling that integrates AI (via an MCP-based platform) to perform natural-language-driven operations on Unity ProBuilder meshes, including creating primitives, editing geometry (extrude, bevel, bridge, subdivide), modifying materials/pivots, and querying mesh info.
exact-online-mcp-server-by-cdata
Provides a locally hosted, read-only MCP server that exposes Exact Online data (via CData’s JDBC Driver for Exact Online) as MCP tools for listing tables/columns and executing SQL SELECT queries.
facebook-mcp-server
An MCP (Model Context Protocol) server that exposes Facebook Page operations as MCP tools, including posting to a page, retrieving page posts/comments, filtering negative comments by keywords, replying to comments, and deleting posts/comments using a configured Facebook Page access token and Page ID.
image-gen-server
Provides an MCP server (via fastmcp) that takes text prompts (intended for Cursor IDE integration) and calls an upstream image generation service (即梦AI) to generate images. It supports downloading/saving generated images to a specified folder (including configurable width/height and sampling strength) and generates multiple images per request.
MCP Chinese Getting Started Guide
A comprehensive Chinese-language tutorial and educational guide for the Model Context Protocol (MCP). Covers MCP server development with Python/FastMCP, client implementation, tool integration, sampling callbacks, LLM integration (DeepSeek), and Claude Desktop configuration. This is NOT an MCP server -- it is documentation only.
mcp-server-aws-canvas
An MCP server integration for AWS Canvas (based on the package name), intended to let an MCP-capable agent interact with AWS resources via tools exposed by the server.
resonant
Resonant is an open-source, self-hosted “relational AI companion” framework that runs a local Node.js server and orchestrates interactions with the Claude Code Agent SDK. It provides persistent identity/session continuity (via Claude Code’s memory system), an orchestrator for autonomous routines/triggers, and multiple user channels (web UI, Discord, Telegram, voice with transcription/TTS).
sap-businessobjects-bi-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes SAP BusinessObjects BI data to LLM clients via MCP tools. It wraps a CData JDBC Driver connection and offers MCP tools to list tables/columns and run SELECT queries through JSON-RPC.
thingworx-mcp-server
Provides a Spring Boot MCP server that exposes PTC ThingWorx entities (Things, Properties, Services, and Collections) as AI-friendly tools/endpoints. It uses ThingWorx REST API access with AppKey authentication and includes Redis-backed caching with runtime toggles, configurable via environment variables, and Docker support.
cloudwatch-appsignals-mcp-server
An MCP server that enables agents to query Amazon CloudWatch Application Signals (application-level metrics/traces) through MCP tools/actions.
Custom-MCP-Server
Provides a Python-based Model Context Protocol (MCP) server exposing tools to scrape social media profile data (LinkedIn, Facebook, Instagram) and perform Google search via Serper/Google search. It is intended to be run locally (e.g., with Claude Desktop) and uses external APIs (RapidAPI and Serper) authenticated via environment variables.
mcp-config-manager
MCP Config Manager is a local CLI/GUI utility for managing Model Context Protocol (MCP) server configuration files across multiple client systems (Claude, Gemini, Codex, etc.). It enables/disables servers, edits server configuration fields, performs backups/restores, supports preset management, and can discover servers from project configuration files.
mcp-foundry
mcp-foundry is an MCP (Model Context Protocol) server (Python/stdio) intended to provide a unified set of tools for Azure AI Foundry, covering model discovery/details, deployment-related operations, knowledge/index management for Azure AI Search, evaluation utilities for text/agents, and fine-tuning/job status and related management. The README indicates this repo is a deprecated/older experimental implementation and that a newer Foundry MCP Server exists as a cloud-hosted preview.
mcp-gateway
A gateway that translates MCP traffic between Claude Desktop’s stdio-based MCP client and HTTP/SSE-based MCP servers by accepting stdio requests, forwarding them to an SSE MCP server, and converting the responses back to the stdio MCP format.
mcp-server-filesystem
MCP server that exposes a filesystem interface to an AI agent, enabling read/write (and possibly directory listing/search) operations through MCP tools, based on a server-side configuration of allowed paths/permissions.
mcp-telegram
An MCP (Model Context Protocol) server that provides read-only access to the Telegram API (via MTProto/Telethon), exposing tools for listing dialogs (chats/channels/groups) and fetching unread messages from a given dialog.
mysql-mcp-server
Provides an MCP (Model Context Protocol) server that exposes MySQL capabilities to an AI agent, enabling the agent to connect to a MySQL database and run SQL queries via MCP tools.
oracle.oci-fleet-application-management-mcp-server
MCP server for Oracle OCI Fleet Application Management (FAM), enabling AI agents to manage fleets of applications, perform patch management, compliance checking, and lifecycle operations across multiple OCI resources and environments.
pdf-mcp-server
An MCP server intended to help agents work with PDF documents (e.g., converting/extracting/processing PDFs) via Model Context Protocol tools.