Setting Up the Gumnut MCP Server
This guide walks you through configuring the Gumnut MCP server in popular AI tools.Prerequisites
- A Gumnut account
- An API key (get one from the dashboard)
- An MCP-compatible tool
Server URL
The Gumnut MCP server is available at:Claude Code
Claude Code supports MCP servers natively through CLI commands or configuration files.Using the CLI (Recommended)
Add the Gumnut MCP server with a single command:--scope user flag:
Using JSON Configuration
Alternatively, add the configuration directly to your~/.claude.json file:
.mcp.json file in your project root with the same structure.
Verify Installation
Check that the server is configured:/mcp command within Claude Code to see available servers and their tools.
Cursor
Cursor supports MCP servers through JSON configuration files.Configuration File Location
- Global (all projects):
~/.cursor/mcp.json - Project-specific:
.cursor/mcp.jsonin your project root
Configuration
Create or edit the configuration file:Using Cursor Settings UI
- Open Cursor and go to File > Preferences > Cursor Settings
- Select the MCP tab
- Click Add Server
- Enter the server details:
- Name:
gumnut - URL:
https://mcp.gumnut.ai/mcp - Transport:
http
- Name:
- Add the Authorization header with your API key
Verify Installation
After configuration, go to Cursor Settings > MCP to seegumnut listed as a registered server. Click refresh if needed.
Claude Web (claude.ai)
Claude on the web supports remote MCP servers through the Integrations feature.MCP integrations on Claude.ai require a paid plan (Pro, Max, Team, or Enterprise). Free accounts cannot connect to MCP servers—use Claude Code or Claude Desktop instead.
Setup Steps
- Go to claude.ai and sign in
- Click your profile icon and select Settings
- Navigate to the Integrations section
- Click Add Custom Integration
- Enter the Gumnut MCP server URL:
- When prompted for authentication, enter your API key in Bearer token format:
- Save the integration
Using the Integration
Once configured, you can ask Claude to interact with your Gumnut library directly in chat:ChatGPT
ChatGPT supports MCP servers through the Deep Research feature with custom connectors.MCP integration in ChatGPT is currently available for Enterprise, Team, and Education plans only. Individual ChatGPT Plus users do not have access to this feature at this time.
Setup Steps
- Open ChatGPT and go to Settings
- Navigate to Connectors (under Developer or Advanced settings)
- Click Add Custom Connector
- Configure the connector:
- Name:
Gumnut - Server URL:
https://mcp.gumnut.ai/mcp - Authentication: Bearer Token
- Token:
apikey_YOUR_API_KEY
- Name:
- Save the connector
Using with Deep Research
Once configured, you can use Gumnut with ChatGPT’s Deep Research feature:- Start a new chat
- Enable Deep Research mode
- Select your Gumnut connector
- Ask questions about your photo library
Refreshing the Connector
If you update your API key or the server adds new capabilities:- Go to Settings > Connectors
- Click on your Gumnut connector
- Select Refresh to update the server metadata
