MCP ExplorerExplorer

Mcp Server Chatgpt App

@cdpathon a year ago
4 MIT
FreeCommunity
AI Systems
MCP Server for ChatGPT integration with macOS apps.

Overview

What is Mcp Server Chatgpt App

mcp-server-chatgpt-app is an MCP Server designed for integrating ChatGPT with macOS applications, allowing users to leverage ChatGPT’s capabilities within their native apps.

Use cases

Use cases include enhancing productivity applications with AI chat features, developing custom tools that utilize ChatGPT for user interaction, and creating innovative solutions in software development that require natural language processing.

How to use

To use mcp-server-chatgpt-app, ensure you have the ChatGPT macOS app and uv installed. Grant necessary permissions in System Settings, then configure your mcp client (like cursor or chatwise) to connect to the server using the provided configuration snippets.

Key features

Key features include seamless integration with macOS apps, customizable settings for different clients, and local development support for developers to run the server directly from the source code.

Where to use

mcp-server-chatgpt-app can be used in various fields including software development, productivity tools, and any macOS application that can benefit from AI-driven conversational capabilities.

Content

mcp-server-chatgpt-app

Prerequisite

Usage

cursor

update .mcp.json to add the following:

{
    "mcpServers": {
      "chatgpt": {
        "command": "uvx",
        "args": ["mcp-server-chatgpt-app"],
        "env": {},
        "disabled": false,
        "autoApprove": []
      }
    }
}

chatwise

Go to Settings -> Tools -> Add and use the following config:

Type: stdio
ID: ChatGPT
Command: uvx mcp-server-chatgpt-app

local development

uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers