Use GrantOrb in your AI chat
Add Grant Orb inside Claude and ChatGPT — search and write full, funder-aligned, winning grant proposals in under 5 minutes, with Grant Orb's capabilities right inside your chatbot.
Get done in under 5 minutes.
Show me howConnect in Claude (claude.ai)
- 1 Open Settings — click your name at the bottom-left, then Settings.
- 2 Click Connectors.
- 3 Click Add custom connector.
- 4 Name it Grant Orb, and paste the address below into the URL box.
- 5 Click Add. A window opens — sign in to Grant Orb and click Approve.
https://app.grantorb.com/mcp You're connected! One last step: in any chat, click the + button by the message box, open Connectors, and switch Grant Orb on. Connected and switched-on are different — you do this once per chat.
Switched on — you're ready to ask.
Don't see "Add custom connector"? Custom connectors need a paid Claude plan (Pro or higher). That's almost always the reason.
Connect in ChatGPT
- 1 Open your connector settings.
- 2 Choose to add a remote connector.
- 3 Paste the address below.
- 4 Sign in to Grant Orb and click Approve.
https://app.grantorb.com/mcp Now just ask
With Grant Orb switched on, talk to your AI like a teammate. Type in plain English:
›"Set up my organization"
Do this first — better profile, better matches.
›"Find grants for us"
Pulls funding matched to your organization.
›"Write our application for these questions: [paste them]"
Drafts a full, funder-aligned proposal.
›"Set up my supplier passport, then show me the RFPs I match"
For government contracts.
The first time it runs a task, your AI may ask you to confirm. Say yes.
For technical users
Prefer the terminal or a config file? Grant Orb runs as a remote MCP server at https://app.grantorb.com/mcp. The first call opens a browser to sign in and
approve — no tokens to manage.
Claude Code — run in your terminal:
claude mcp add --transport http grantorb https://app.grantorb.com/mcp
Claude Desktop, Codex, or any .mcp.json — add this entry:
{
"mcpServers": {
"grantorb": {
"type": "http",
"url": "https://app.grantorb.com/mcp"
}
}
} Install the skills
These teach your AI the Grant Orb playbooks (find grants, write a proposal, build a supplier passport) so it runs the right steps automatically:
npx skills add https://grantorb.com
Add just one with --skill find-grants. Available skills:
find-grantswrite-proposalcreate-grant-templatesupplier-passportreview-opportunitiessetup-org-profile That's the complete setup. Connector plus skills, and your AI works as a full grant teammate.