AI MCP Servers - spinningideas/resources GitHub Wiki

General MCP Information

General MCP Directories/Collections

Primary Directories and Registries

MCP Usage Within Code Itself

IDE SpecifiC MCP Directories

Community Resources


MCP Servers (General Development)

MCP Servers for Enhanced AI Development

This document outlines several Model Context Protocol (MCP) servers that enhance AI-assisted development by providing real-time, accurate, and persistent context.

Bright Data MCP Server

Provides real-time, unblocked access to public web data, allowing AI assistants to perform web scraping, data extraction, and browser automation tasks.


Knowledge Graph Memory Server

Understands and maps relationships between code components, preventing cascade errors during refactoring.


Filesystem MCP Server

Gives the AI real-time access to the project's file structure, preventing broken imports and incorrect path references.


GitMCP

Provides the AI with full repository awareness, including history, branches, and commits, to prevent code conflicts.

  • Core Functionality: Understands git history, prevents merge conflicts, and is ideal for team collaboration and feature branch development.
  • Repo: https://gitmcp.io/

Obsidian-MCP

Connects the AI to an Obsidian knowledge base, integrating personal notes, project documentation, and architectural decisions into the AI's context.


Tavily MCP

Adds developer-focused, AI-powered search to find contextually relevant information on libraries, frameworks, and best practices.


Sequential Thinking MCP

Enables the AI to break down complex tasks into logical, manageable steps, improving problem-solving and reducing errors from rushed implementations.


Fetch MCP Server

Allows the AI to retrieve and process web content, converting online documentation, tutorials, and resources into usable context.

  • Core Functionality: Fetches and converts web content to markdown, provides real-time access to external resources, and is ideal for integrating with third-party APIs.
  • Repo: https://github.com/davej/mcp-server-fetch

ElevenLabs MCP

Enables AI agents to generate speech, clone voices, and transcribe audio using ElevenLabs' realistic voice technology.


Firecrawl MCP

Allows AI agents to crawl entire websites, extract structured data, and perform deep research from a single prompt.


Supabase MCP

Provides direct, real-time database access for AI agents to create tables, read user data, and write to a Supabase backend.


Browserbase MCP

Empowers AI agents to control headless browsers to automate web tasks, simulate user actions, and navigate complex websites.


FastAPI MCP

Automatically converts a FastAPI application into a set of plug-and-play MCP tools with zero configuration. Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!


Agent Memory MCP Servers

Context7 MCP

Provides the AI with the latest, version-specific library documentation to prevent errors from outdated APIs and syntax.

  • Core Functionality: Fetches current documentation, prevents use of deprecated APIs, and is ideal for projects with rapidly evolving frameworks.
  • Repo: https://github.com/upstash/context7

Memory Bank MCP Server

Creates persistent, centralized memory for the AI across all coding sessions, remembering project context, coding patterns, and architectural decisions.


MCP Servers for UI/UX Designers

This document provides a simplified overview of Model Context Protocol (MCP) servers tailored for UI/UX design workflows.


Figma Context MCP Server

Translates Figma design files into clean, AI-readable data, extracting layout structure, color tokens, and spacing values for AI assistants.


Cursor Talk to Figma MCP

Allows you to modify Figma designs using natural language commands within Cursor, connected via a WebSocket plugin.


21st.dev Magic AI Agent

Generates modern, production-ready UI components from plain English descriptions, complete with styling and responsive behavior.


Web UX Evaluator

Analyzes live websites to provide detailed UX feedback, identifying usability issues, accessibility problems, and design improvements.


MCP Figma to React Converter

Converts Figma designs directly into clean, maintainable React components styled with Tailwind CSS.


Figma Dev Mode MCP Server

Figma's native integration for bridging design and development, providing direct access to design tokens, component specifications, and developer handoff features.

  • Core Functionality: Offers official, reliable integration with Figma's ecosystem, aligning with its development roadmap.
  • Resource: Figma Dev Mode MCP Server Guide

MCP-Miro

Connects your AI assistant to Miro boards, allowing it to read, create, and manage board content like sticky notes and shapes programmatically.