Custom MCP (Model Context Protocol) with ChatGPT AI Template
@Wriath18
About Custom MCP (Model Context Protocol) with ChatGPT AI Template
A Model Context Protocol (MCP Server) created from scratch
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"CustomMCP": {
"command": "python",
"args": [
"run.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Custom MCP (Model Context Protocol) with ChatGPT AI Template?
Custom MCP (Model Context Protocol) with ChatGPT AI Template is an intelligent agentic system that integrates with Gmail and GitHub, using OpenAI models to autonomously decide which tools to use and how to process information. It is built for developers and users who need automated cross-service workflows.
How to use Custom MCP (Model Context Protocol) with ChatGPT AI Template?
After setting up the MCP server (FastAPI on port 8000) and the ChatGPT AI Template frontend (Next.js on port 3000), open the browser at http://localhost:3000, click "MCP Chat" in the sidebar, and enter a query. A provided start.sh script launches both servers together.
Key features of Custom MCP (Model Context Protocol) with ChatGPT AI Template
- Gmail integration: reads and analyzes emails from your Gmail account.
- GitHub integration: interacts with repositories to check issues and alerts.
- Intelligent decision making via OpenAI models.
- Autonomous operation between Gmail, GitHub, and OpenAI.
- Modern UI built with Next.js and Chakra UI.
Use cases of Custom MCP (Model Context Protocol) with ChatGPT AI Template
- Check if GitHub warnings exist in your Gmail inbox.
- Find dependency alerts for your repositories.
- Summarize recent GitHub notifications.
- Execute complex requests involving multiple services without manual steps.
FAQ from Custom MCP (Model Context Protocol) with ChatGPT AI Template
What external APIs does it require?
Gmail API (OAuth2), GitHub API (Personal Access Token), and OpenAI API.
How is the system started?
Run ./start.sh to launch both the MCP server and the ChatGPT AI Template frontend. Alternatively start each manually using the setup instructions.
Where are credentials stored?
In a .env file (not in the repository). A .env.example shows required variables.
What are the runtime requirements?
Python for the backend (FastAPI) and Node.js for the frontend (Next.js/React). Dependencies are listed in requirements.txt and package.json.
More AI & Agents MCP servers
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Comments