How to Use This Tool
Complete guide to creating your personal MCP server and connecting it to AI applications
What This Tool Does
This tool creates personalized MCP (Model Context Protocol) servers that you can connect to AI applications like Claude. Each user gets their own unique server URL with custom tools.
AI-Powered Tool Generation
Describe what you want and AI creates realistic MCP tools with proper parameters
Dynamic Server Creation
Each email gets a unique server URL that updates in real-time as you modify tools
Full Tool Management
Enable/disable tools, edit responses, customize parameters, and organize by industry
How It Works
How to Test Your MCP Server
Claude
Web-based Claude interface
Click to see setup instructions
MCP Inspector
Official debugging tool
Click to see setup instructions
Salesforce AgentForce
Enterprise AI automation
Click to see setup instructions
Claude Setup
Connect your MCP server to Claude's web interface using Custom Connectors.
1. Open Claude in your browser (claude.ai)
2. Click your profile icon → Settings → Connectors
3. Click "Add custom connector" and enter your server URL:
Supports both Streaming HTTP and SSE transports
Using Your Tools:
Click the paperclip icon in Claude's message input to access your MCP tools
MCP Inspector Setup
Official visual testing tool for MCP servers with interactive debugging interface.
1. Install and run MCP Inspector:
npx @modelcontextprotocol/inspector2. Open http://localhost:6274 in your browser
3. Connect using either transport option:
Streaming HTTP (recommended):
YOUR_SERVER_URL_HERESSE Transport:
YOUR_SERVER_URL_HERE/sse4. Test your tools interactively in the web interface
Salesforce Agentforce Registry Setup
Important: Use Base URL Only
When connecting to Salesforce Agentforce Registry, use the base URL without /mcp or /sse. No authentication is required - all tools will automatically appear in Salesforce once connected.
Setup Instructions:
Navigate to Salesforce Setup
Go to Setup → Agentforce Registry
Add New MCP Server
Enter your MCP server base URL (e.g., https://mcpdemo.tools)
Set Authentication Method
Select "No Authentication"
Save and Connect
Save your configuration and establish the connection
Verify Tools Display
All available MCP tools should now be visible in Salesforce Agentforce
Once connected, all your MCP tools will be available for use in Salesforce workflows and agents
Ready to Get Started?
Create your personal MCP server and start building custom tools for AI applications.
Common Issues & Solutions
Claude Desktop not showing MCP tools
Ensure Claude Desktop is completely restarted after config changes. Check the Settings → Developer tab to verify server status shows as "running".
Server connection timeout
This demo server may have rate limits. Wait a moment and try again. For production use, consider hosting your own MCP server.
Tools not updating after changes
Tools update in real-time, but your MCP client may cache the server schema. Restart the client or disconnect/reconnect to refresh.