OtterMind/Chat2DB
A cross-platform database client and SQL workspace for more than forty databases that includes MCP support and uses a user-supplied model to generate, explain and optimise queries.
Awesome MCP › Domain-Specific Integrations
MCP Simple Slackbot is a Python Slack application that works as a Model Context Protocol client, giving a Slack workspace an assistant able to call tools exposed by MCP servers. The bot runs in Socket Mode, connects at startup to every MCP server listed in its configuration, discovers the tools those servers advertise, and then listens for direct messages and channel mentions. When a message arrives it forwards the text to a large language model together with the list of available tools; if the model replies with a tool call, the bot executes that tool through the MCP server, returns the result to the model for interpretation, and posts the final answer in Slack. Three model back ends are supported through a single LLMClient abstraction - OpenAI, Groq and Anthropic - selected by the API key and model name given in environment variables. The code base is small and split into four parts: SlackMCPBot handles Slack events and message processing, LLMClient talks to the model APIs, Server manages communication with each MCP server, and Tool represents a single discovered tool. Setup follows the usual Slack path: create an app from the bundled manifest.yaml, install it into the workspace, generate an app-level token with the connections:write scope, and put the bot token, app token and model credentials in a .env file. Dependencies install from requirements.txt into a virtual environment and the bot starts with python main.py. Users interact with it by sending a direct message, mentioning it in a channel, or opening the App Home tab, which lists the tools currently available from the connected servers. The project is derived from the simple-chatbot example in the MCP Python SDK and is released under the MIT license, so it serves as a compact reference for wiring MCP tool use into a chat platform.
https://github.com/sooperset/mcp-client-slackbot
A cross-platform database client and SQL workspace for more than forty databases that includes MCP support and uses a user-supplied model to generate, explain and optimise queries.
Unity MCP is a bridge that connects the Unity Editor with AI assistants via the Model Context Protocol, enabling natural language control and automation of Unity development tasks.
An n8n custom node that enables interaction with Model Context Protocol (MCP) servers, allowing AI-driven workflows to access and execute external tools and data sources through MCP.
An iOS Simulator Skill for Claude Code providing robust, semantic navigation-based automation scripts for iOS app testing, building, and accessibility auditing, optimized for integration with MCP-based workflows.
QGISMCP integrates the Model Context Protocol with QGIS Desktop to enable AI-driven control and automation of GIS projects through Claude AI.
An MCP tool that integrates Google Ads with Claude AI and Cursor, enabling natural language conversation-based analysis and management of advertising data including campaigns, keywords, and budgets.
Infio-Copilot is an AI assistant plugin for Obsidian that offers smart autocomplete, interactive chat with notes, and supports Model Context Protocol integration to enhance note-taking and knowledge management.
UnrealGenAISupport is an Unreal Engine plugin that integrates generative AI models via Model Control Protocol (MCP) to enable automatic blueprint and scene generation, AI-driven game content creation, and control within Unreal Engine 5.5 and above.