ChatGPT Setup¶
ChatGPT supports remote MCP servers through Developer Mode. Available for Pro, Plus, Team, Enterprise, and Edu plans.
Setup Steps¶
- Open chatgpt.com and sign in
- Go to Settings (gear icon)
- Navigate to Apps > Advanced > Developer Mode and enable it
- Go back to Apps and click Add new connector
- Fill in:
- Name:
FinPlan - MCP Server URL:
https://mcp.finplan.prethink.io/mcp - Click Create
Verification¶
- Start a new chat
- Click the Apps button in the message composer
- Select FinPlan from the list
- Try:
Calculate federal income tax for $85,000 filing single in 2025
Things to Know¶
- Developer Mode is a beta feature. Memory is disabled while it's active.
- ChatGPT will ask you to confirm before running any tool that writes or modifies data.
- You need to enable the FinPlan app in each new chat session.
References¶
Priming the agent
Sometimes agents need to be told to use tools. Making sure it knows about them often helps.
```
user> 'Do you have access to FinPlan tools for financial planning?'
agent> (inspecting) 'Yes, I do'.
```