WebsitePlatform Login

Custom MCP Server

Integration of custom MCP servers for extended functionality

With Custom MCP Servers, you can integrate your own functionalities into meinGPT. Connect your server via URL and extend the capabilities of your assistants.

Server Configuration

To integrate a Custom MCP Server, you need a URL endpoint. There are two transport options:

https://your-server.com/mcp

This method uses HTTP streaming for efficient real-time communication.

Server-Sent Events (SSE)

https://your-server.com/sse

Alternative method using Server-Sent Events for communication.

Available MCP Servers

Here are some specialized MCP servers you can use:

Remotion Video Server

https://remotion.selectcode.de/mcp
  • Video generation and editing
  • Template-based video production
  • Dynamic content integration

Browser Automation Server

https://browser.selectcode.de/mcp
  • Website navigation
  • Form automation
  • Screenshot and PDF creation

Context7 Documentation Server

https://context7.selectcode.de/mcp
  • API documentation search
  • Code examples
  • Library integration

Server Integration

Add the server URL in the assistant settings:

  1. Open assistant configuration
  2. Select "Add MCP Server"
  3. Enter the server URL

Select the appropriate transport mode:

  • /mcp for HTTP Streaming (recommended)
  • /sse for Server-Sent Events

Verify the server connection:

  1. Check server status
  2. Send test request
  3. Validate response

Best Practices

  • Security: Use HTTPS for all server connections
  • Monitoring: Monitor server performance and availability
  • Error Handling: Implement fallback options for server outages
  • Documentation: Document server-specific functions and parameters

Next Steps