Best Coding Agents MCP Servers for Windsurf

Connect coding agents tools to Windsurf using MCP servers. These servers let Windsurf interact with coding agents resources, enabling powerful AI-assisted workflows for developers.

MCPgee indexes 2,123 coding agents MCP servers with a median of 72 GitHub stars; 73% are written in typescript and 19% install via npm. All work with Windsurf.

Top 30 of 2,123 Coding Agents Servers for Windsurf

Dify MCP Server

Production-ready platform for agentic workflow development.

142,215 starsnpm

Ruflo MCP Server

🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat

53,981 starsnpm

Goose MCP Server

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

45,656 starsmanual

Antigravity Awesome Skills MCP Server

Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.

38,307 starsmanual

Agentscope MCP Server

Build and run agents you can see, understand and trust.

25,479 starsmanual

Serena

A coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.

24,484 starsnpm

Gemini MCP Server

Enables comprehensive codebase analysis using Google's Gemini CLI and its massive context window. Supports file/directory analysis, security audits, architecture analysis, feature verification, and complete project overviews for large codebases that

11,556 starsmanual

Pal MCP Server

The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.

11,553 starsmanual

Auto Claude Code Research In Sleep MCP Server

ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.

10,322 starsmanual

Voltagent MCP Server

AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

9,076 starsnpm

MCP Agent

A modular Python framework implementing the Model Context Protocol (MCP). It features a standardized client-server architecture over StdIO, integrating LLMs with external tools, real-time weather data fetching, and an advanced RAG (Retrieval-Augmente

8,335 starsmanual

Modelcontextprotocol MCP Server

MCP Chat is a command-line interface application that enables interactive chat capabilities with AI models through the Anthropic API. The application supports document retrieval, command-based prompts, and extensible tool integrations via the MCP (Mo

8,184 starsmanual

Adk Go MCP Server

An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

7,982 starsmanual

Upsonic MCP Server

Build autonomous AI agents in Python.

7,855 starsmanual

Evolver MCP Server

The GEP-powered self-evolving engine for AI agents. Auditable evolution with Genes, Capsules, and Events. | evomap.ai

7,527 starsmanual

Jcode MCP Server

Coding Agent Harness

6,444 starsmanual

Open Multi Agent MCP Server

From a goal to a task DAG, automatically. TypeScript-native multi-agent orchestration with MCP and live tracing. Three runtime dependencies.

6,218 starsmanual

Oh My Pi MCP Server

⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more

5,954 starsnpm

Sdk Python MCP Server

A model-driven approach to building AI agents in just a few lines of code.

5,915 starsmanual

Holaos MCP Server

Turn repeat work into running AI work-streams.

5,644 starsmanual

Stitch Skills MCP Server

A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.

5,620 starsmanual

Osaurus MCP Server

Own your AI. The native macOS harness for AI agents -- any model, persistent memory, autonomous execution, cryptographic identity. Built in Swift. Fully offline. Open source.

5,480 starsmanual

Ruoyi Ai MCP Server

面向企业级市场的一站式AI应用开发框架,支持多厂商大模型统一接入与管理,具备安全可控的企业知识库与高精度检索优化能力,提供可视化流程编排、自主决策智能体与多智能体协同调度,兼容主流 Agent Skill 协议,帮助企业与开发者零门槛快速构建安全、高效、可落地的AI智能体应用与行业解决方案。

5,291 starsmanual

53Aihub MCP Server

53AI Hub is an open-source AI portal, which enables you to quickly build a operational-level AI portal to launch and operate AI agents, prompts, and AI tools. It supports seamless integration with development platforms like Coze, Dify, FastGPT, RAGFl

4,950 starsmanual

Openagent MCP Server

⚡️next-generation personal AI assistant powered by LLM, RAG and agent loops, supporting computer-use, browser-use and coding agent, demo: https://demo.openagentai.org

4,884 starsmanual

Magic MCP Server

Magicrew. The first open-source all-in-one AI productivity platform (Generalist AI Agent + Workflow Engine + IM + Online collaborative office system)

4,826 starsnpm

Nexent MCP Server

Nexent is a zero-code platform for auto-generating production-grade AI agents using Harness Engineering principles — unified tools, skills, memory, and orchestration with built-in constraints, feedback loops, and control planes.

4,623 starsmanual

Ag2 MCP Server

AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x

4,590 starsmanual

Solace Agent Mesh MCP Server

An event-driven framework designed to build and orchestrate multi-agent AI systems. It enables seamless integration of AI agents with real-world data sources and systems, facilitating complex, multi-step workflows.

4,308 starsmanual

Koog MCP Server

Koog is a JVM (Java and Kotlin) framework for building predictable, fault-tolerant and enterprise-ready AI agents across all platforms – from backend services to Android and iOS, JVM, and even in-browser environments. Koog is based on our AI products

4,218 starsmanual

Windsurf Configuration

Add coding agents MCP servers to your Windsurf configuration at ~/.windsurf/mcp.json:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
    },
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key_here"
      }
    },
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Related Resources