Best APIs MCP Servers for Windsurf

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

MCPgee indexes 1,566 apis MCP servers with a median of 23 GitHub stars; 84% are written in typescript and 25% install via npm. All work with Windsurf.

Top 30 of 1,566 APIs Servers for Windsurf

Kong MCP Server

🦍 The API and AI Gateway

43,425 starsmanual

Api Mega List MCP Server

This GitHub repo is a powerhouse collection of APIs you can start using immediately to build everything from simple automations to full-scale applications. One of the most valuable API lists on GitHub—period. 💪

5,449 starsmanual

Fetch MCP

Fetch web content and convert to markdown for AI consumption

5,410 starspip

Fusio MCP Server

Self-Hosted API Management for Builders

2,094 starsmanual

Korean Law MCP Server

국가법령정보MCP v4.0 | 법제처 41개 API → 17개 MCP 도구. 법령·판례·조례 검색 + LLM 환각 방지 인용검증 + 조문 영향 그래프(impact_map) + 시점 비교 자동 diff(time_travel) + 시민 5단계 실행 가이드(action_plan) | 41 Korean legal APIs → 17 MCP tools

1,799 starsnpm

Rulego MCP Server

⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.

1,511 starsmanual

Grafbase MCP Server

[Acquired by The Guild] The Grafbase GraphQL Federation Gateway

1,230 starsmanual

MCP Adapter

Automatically converts OpenAPI specifications into Model Context Protocol applications, enabling HTTP APIs to be managed as MCP services. It features a dynamic architecture that monitors file systems or Kubernetes ConfigMaps to update MCP tools in re

1,127 starsmanual

Openapi Servers MCP Server

OpenAPI Tool Servers

970 starsmanual

OpenAPI

Powerful bridge between OpenAPI specifications and AI assistants using the Model Context Protocol (MCP). Automatically converts any OpenAPI/Swagger API specification into MCP tools that can be used by AI assistants like Claude Desktop.

892 starsnpm

Bank Api MCP Server

The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.

835 starsmanual

Laravel Restify MCP Server

Laravel API for Ai Agents and humans.

675 starsmanual

Python Utcp MCP Server

Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.

643 starsmanual

Unifapi MCP Server

UnifAPI — One Unified API for AI Agents

477 starsmanual

mcp-hfspace

📇 ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads.

388 starsnpm

mcp-graphql

A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.

387 starsmanual

nanobanana-mcp-server

A security-hardened MCP server for generating and editing images using Google Gemini models. It provides tools for text-to-image creation and iterative image editing with strict input validation and secure file handling.

354 starsnpm

Lap MCP Server

Your agents are guessing at APIs. Give them the actual Agent-Native spec. 1500+ API's Ready To-Use skills, Compile any API spec into a lean, agent-native format. 10× smaller. OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman.

321 starsmanual

Agentic Ai Apis MCP Server

The ultimate collection of APIs for building autonomous AI agents — 2,036 production-ready APIs across Agents, AI Models, and MCP Servers. Stop wasting weeks building infrastructure. Plug these in and ship your agent today.

317 starsmanual

MCP Google Map Server

📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), s

310 starsnpm

Open Bsp Api MCP Server

Open-source WhatsApp Business platform

310 starsmanual

Mcp Google Map MCP Server

A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.

308 starsnpm

MCP Weather Server

Provides comprehensive weather information including current conditions, 7-day forecasts, and air quality data for any city worldwide using the Open-Meteo API. Features real-time weather data, hourly forecasts, sunrise/sunset times, and European Air

301 starsmanual

Api Agent MCP Server

Universal MCP server for GraphQL/REST APIs

274 starsmanual

Smg MCP Server

Engine-agnostic LLM gateway in Rust. Full OpenAI & Anthropic API compatibility across SGLang, vLLM, TRT-LLM, OpenAI, Gemini & more. Industry-first gRPC pipeline, KV cache-aware routing, chat history, tokenization caching, Responses API, embeddings, W

274 starsmanual

Openapi To Mcpserver MCP Server

A tool&lib that can automatically convert OpenAPI documents into Higress remote MCP server configurations.

265 starsmanual

OpenAPI MCP Server

A generic MCP server that dynamically exposes any OpenAPI-documented REST API to LLMs by auto-discovering endpoints. It provides tools for exploring API capabilities and making authenticated requests directly through natural language interfaces.

262 starsnpm

Api200 MCP Server

API 200 is an open source API gateway to simplify 3rd-party integrations. Import endpoints, set up caching, retries, and mocks. Access all services via one URL. Monitor logs, track errors, and get alerts on API incidents.

255 starsmanual

AIPOLabs MCP Server

A Model Context Protocol server that provides access to ACI.dev functions (tools) through either direct app-specific tools or a unified interface with dynamic tool discovery and execution based on user intent.

250 starsmanual

Postman

Postman’s remote MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.

244 starsnpm

Windsurf Configuration

Add apis 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