drio
Open app

Custom MCP (Model Context Protocol) with ChatGPT AI Template

Source

A Model Context Protocol (MCP Server) created from scratch

Catalog onlyCatalog onlySTDIO

Overview

Custom MCP (Mission Control Panel) is a project that integrates a Custom MCP with a ChatGPT AI Template, providing an intelligent system that connects with Gmail and GitHub for enhanced productivity.

To use Custom MCP, set up the MCP server and the ChatGPT AI Template by following the setup instructions, then access the interface through your browser to interact with the system.

  • Gmail Integration: Reads and analyzes emails from your Gmail account. - GitHub Integration: Interacts with GitHub repositories to check for issues and alerts. - Intelligent Decision Making: Utilizes OpenAI models for processing information. - Autonomous Operation: Navigates between services to fulfill complex requests. - Modern UI: Built with Next.js and Chakra UI for a responsive design.
  1. Checking for GitHub warnings in Gmail.
  2. Finding dependency alerts for repositories.
  3. Summarizing recent GitHub notifications.

Add to your AI client

Use these steps to connect Custom MCP (Model Context Protocol) with ChatGPT AI Template in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "custommcp-wriath18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custommcp-wriath18"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "custommcp-wriath18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custommcp-wriath18"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "custommcp-wriath18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custommcp-wriath18"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "custommcp-wriath18": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custommcp-wriath18"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "custommcp-wriath18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custommcp-wriath18"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "custommcp-wriath18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custommcp-wriath18"
      ]
    }
  }
}

FAQ

**What technologies are used in Custom MCP?**

The project uses FastAPI for the backend, OpenAI API for AI functionalities, and Next.js with Chakra UI for the frontend.

**Is there a license for Custom MCP?**

Yes, the project is licensed under MIT.

**How can I set up the environment?**

You need to set up API credentials for Gmail, GitHub, and OpenAI, as detailed in the setup instructions.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2951,"uuid":"5606576c-d9e1-48e6-9442-37e86b9d4203","name":"CustomMCP","title":"Custom MCP (Model Context Protocol) with ChatGPT AI Template","description":"A Model Context Protocol (MCP Server) created from scratch","avatar_url":"https://avatars.githubusercontent.com/u/73741692?v=4","created_at":"2025-03-16T04:27:22.042Z","updated_at":"2025-03-16T05:35:25.613Z","status":"created","author_name":"Wriath18","author_avatar_url":"https://avatars.githubusercontent.com/u/73741692?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Wriath18/CustomMCP","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-04-28 11:17:49\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]