cline/cline
Cline is an autonomous AI coding assistant integrated into IDEs that uses the Model Context Protocol to safely create and edit files, execute terminal commands, and interact with web applications with user approval at every step.
Awesome MCP › IDE Extensions & Code Assistants
ChatGPT Copilot is an open-source Visual Studio Code extension that puts a chat assistant in the editor sidebar and connects it to a wide range of model providers. Model Context Protocol support, added in release 4.7, is one of its headline features: the extension acts as an MCP client so users can bring their own tools into the conversation and let the model call them while answering. For models that lack native function calling, version 4.9 added tool calls implemented by parsing the model output, which extends MCP tool use to back ends that cannot do it directly. The provider list is broad and covers OpenAI including GPT-5, GPT-4o and the o-series reasoning models, Anthropic Claude, Google Gemini, GitHub Copilot using the built-in VS Code authentication, a Claude Code provider added in 4.10, DeepSeek, Azure OpenAI and Azure AI, locally run models through Ollama, and aggregators such as Groq, Perplexity, xAI, Mistral, Together and OpenRouter. Configuration is a matter of setting an API key, an optional base URL and a model name in the extension settings, and the README documents the exact values for each provider. Around the chat itself the extension offers file and image attachment with the @ syntax, streaming answers in the sidebar, a prompt manager searched with #, custom prompt prefixes, editable and resendable prompts, one-click code insertion or file creation from suggestions, and export of the whole conversation history as Markdown. The author stresses that the extension collects no usage data. It installs from the Visual Studio Marketplace or by searching for ChatGPT Copilot inside the extensions pane, and requires a reload of VS Code afterwards. For a list of MCP projects it is relevant as an IDE-side MCP client rather than as a server.
https://github.com/feiskyer/chatgpt-copilot
Cline is an autonomous AI coding assistant integrated into IDEs that uses the Model Context Protocol to safely create and edit files, execute terminal commands, and interact with web applications with user approval at every step.
21st-dev/magic-mcp is an AI-driven Magic Component Platform server that enables developers to create modern UI components instantly through natural language commands within popular IDEs using the Model Context Protocol.
OpenSumi is a framework that enables rapid development of AI Native IDE products by acting as an MCP client supporting Model Context Protocol tools through an MCP server.
MCP Unity is an implementation of the Model Context Protocol that integrates the Unity Editor with AI model clients, enabling AI-driven interactions and automation within Unity projects.
MCP Hub is a Neovim plugin that integrates and manages MCP servers, providing centralized configuration, interactive testing, and deep integration with chat plugins to enhance LLM workflows.
codemcp is an AI-powered coding assistant that integrates with Claude Desktop via the Model Context Protocol to enable direct codebase editing, testing, and version-controlled changes for efficient pair programming.
PaperDebugger is an AI-powered academic writing assistant that integrates with Overleaf using a custom MCP-based orchestration engine to provide multi-step reasoning, reviewer-style critique, and structured revision for research papers.
Nx Console is a user interface tool for Nx and Lerna monorepos that enhances developer productivity with visual workflows, AI-powered context via an MCP server, and deep integration with popular code editors.