Skip to main content
Real-world MCP servers you can deploy today. Each example shows credential setup, tool implementation, and server configuration.

GitHub + Supabase

A multi-connection MCP server exposing GitHub and Supabase tools.

Environment

Server

GitHub tools


X (Twitter) API

Read-only X API tools using OAuth 2.0 App-Only authentication.

Environment

Free tier limits: 100 tweet reads, 500 writes/month. For production, consider Basic ($100/mo) or Pro tier.

Connection

Tools


Gmail (OAuth 2.0)

Gmail MCP server with true OAuth 2.0 user authentication.

Environment

Setup

  1. Enable Gmail API: Go to Gmail API and click “Enable”
  2. Create OAuth credentials: Go to APIs & Services → Credentials and:
    • Click “Create Credentials” → “OAuth client ID”
    • Application type: “Web application”
    • Add authorized redirect URIs for your deployment
    • Copy the Client ID and Client Secret to your .env
  3. Configure consent screen: Set up the OAuth consent screen with the Gmail scopes listed above

Server

Connection

Tools


Running the examples

All examples follow the same pattern:
Server runs on http://127.0.0.1:8080/mcp.
Last modified on August 9, 2026